/*css本体*/
@charset "utf-8";

/*全体*/
body {
	margin: auto;
	font-size: 12pt;
	margin-left: 24px;
	margin-right: 24px;	
}

p {
	font-family: "Times New Roman";
	font-size: 12pt;
}

img {
	max-width: 100%;
	height: auto;
}

span.sub {
	font-size: 11px;
}

/*ヘッダ*/
div#header {
	text-align: center;
}

div#header h1 {
	text-align: center;
	font-size: 24pt;
	padding-top: 12px;
	padding-bottom: 12px;
}

div#hbline {
	font-size: 12pt;
	background-color: #4f4fff;
	padding-top: 12px;
	padding-bottom: 12px;
}

/*body ヘッダ,フッタ項目*/
div.header {
	font-size: 28pt;
	border: solid;
	border-width: 12px;
	border-color: #ff0000;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 24px;
}

div.header_w {
	font-size: 28pt;
	border: solid;
	border-width: 12px;
	border-color: #8080ff;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 24px;
}

div.op {
	overflow: auto auto;
}

div.footer {
	text-align: center;
}

div.larger {
	font-size: 24pt;
}

p.tomorrow {
	margin-left: 48px;
}

p.center {
	text-align: center;
}

/*table関連*/
table {
	margin: auto;
	border-collapse: collapse;
}

td, th {
	border: solid 3px #000000;
	text-align: center;
}

td.tml {
	text-align: center;
	border-right: none;
	border-bottom: none;
}

td.tmc {
	text-align: center;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

td.tmr {
	text-align: center;
	border-left: none;
	border-bottom: none;
}

td.trnuml {
	text-align: center;
	font-size: 12px;
	border-right: none;
	border-top: none;
	padding-left: 2px;
	padding-right: 2px;
}

td.trnumc {
	text-align: center;
	font-size: 12px;
	border-left: none;
	border-right: none;
	border-top: none;
	padding-left: 2px;
	padding-right: 2px;
}

td.trnumr {
	text-align: center;
	font-size: 12px;
	border-left: none;
	border-top: none;
	padding-left: 2px;
}

td.semiexp {
	border: solid 3px #000000;
	text-align: center;
	color: #008f00;
}

td.express {
	border: solid 3px #000000;
	text-align: center;
	color: #0000ff;
}

td.rapidexp {
	border: solid 3px #000000;
	text-align: center;
	color: #ffaf36;
}

td.srapidexp {
	border: solid 3px #000000;
	text-align: center;
	background-color: #ff0000;
	color: #ffffff;
}

td.outofservice {
	border: solid 3px #000000;
	text-align: center;
	color: #ff0000;
}

td.tmsemiexp {
	color: #008f00;
}

td.tmexpress {
	color: #0000ff;
}

td.tmrapidexp {
	color: #ffaf36;
}

td.tmsrapidexp {
	background-color: #ff0000;
	color: #ffffff;
}

td.tmoutofservice {
	color: #ff0000;
}

/*details関連*/
details {
	font-size: 12pt;
	margin-left: 24px;
	padding-top: 12px;
	padding-bottom: 12px;
	border: solid;
	border-color: #606090;
}

summary {
	padding-left: 12px;
	padding-right: 12px;
}

a {
	color:inherit;
	text-decoration: none;
}

/*フッタ*/
div#footer {
	text-align: center;
}

