@charset "Shift_JIS";
@import url('../../guidance/css/guidance.css');
/*******************************************************************************
*
* </timetable/css/timetable.css>
*
*******************************************************************************/

/*
========================================
  Time Table
========================================
*/
/*
----------------------------------------
  Timetable
----------------------------------------
*/
/* Table */
.body .content table.tt_data {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 700px;
	border-top: 1px solid #ced5d9;
	border-left: 1px solid #ced5d9;
}
.body .content table.tt_weekday {
}
.body .content table.tt_weekend {
}
.body .content table.tt_data th,
.body .content table.tt_data td {
	padding: 5px;
	border-right: 1px solid #ced5d9;
	border-bottom: 1px solid #ced5d9;
}
.body .content table.tt_data td {
	padding-left: 0;
	padding-right: 0;
	vertical-align: bottom;
}
.body .content table.tt_data tr td p {
	margin-bottom: 5px;
	width: 2.8em;
	height: 2.1em;
	line-height: 120%;
	float: left;
	color: #333333;
	text-align: center;
}
.body .content table.tt_data tr td p span {
	color: #333333;
}
.body .content table.tt_data th.time,
.body .content table.tt_data th.day {
	font-weight: normal;
	color: #ffffff;
}
.body .content table.tt_data th.time {
	padding: 5px 0;
	width: 3em;
	border-right: 1px solid #ffffff;
}
.body .content table.tt_data th.day {
}
.body .content table.tt_data tr td p a {
	text-decoration: underline;
	color: #3d85cc;
}
/* Tab */
.body .content .tab_body .tab_inbox .a_rapid {
	color: #e60013;
}
.body .content table.tt_data tr td p.a_rapid a {
	color: #e60013;
	font-weight: bold;
}
.body .content .tab_body .tab_inbox .s_rapid {
	color: #e57d27;
}
.body .content table.tt_data tr td p.s_rapid a {
	color: #e57d27;
	font-weight: bold;
}
.body .content table.tt_data tr td p.ets {
	color: #333333;
}
.body .content table.tt_weekday th.time,
.body .content table.tt_weekday th.day {
	background-color: #1458be;
}
.body .content table.tt_weekend th.time,
.body .content table.tt_weekend th.day {
	background-color: #cc1414;
}
.body .content table.tt_weekday tr.odd th,
.body .content table.tt_weekday tr.odd td {
}
.body .content table.tt_weekday tr.even th,
.body .content table.tt_weekday tr.even td {
	background-color: #eef3fa;
}
.body .content table.tt_weekend tr.odd th,
.body .content table.tt_weekend tr.odd td {
}
.body .content table.tt_weekend tr.even th,
.body .content table.tt_weekend tr.even td {
	background-color: #fff3f3;
}
/*
----------------------------------------
  Train
----------------------------------------
*/
.body .content .table_hd {
	margin-bottom: 10px;
	font-weight: bold;
}
.body .content .section .tt_train .update {
	margin: 0;
}
.body .content .section .tt_train {
	margin-left: 185px;
	width: 350px;
}
.body .content .section .tt_train table {
	width: 350px;
	margin-bottom: 10px;
	border-top: 1px solid #ced5d9;
	border-left: 1px solid #ced5d9;
}
.body .content .section .tt_train table tr th,
.body .content .section .tt_train table tr td {
	padding: 5px;
	border-right: 1px solid #ced5d9;
	border-bottom: 1px solid #ced5d9;
}
.body .content .section .tt_train table.train_type tr th,
.body .content .section .tt_train table.train_tt tr th.st {
}
.body .content .section .tt_train table tr th {
	font-weight: normal;
	text-align: left;
}
.body .content .section .tt_train table.train_type tr th {
		background-color: #eef0f3;
}
.body .content .section .tt_train table tr.odd th,
.body .content .section .tt_train table tr.odd td {
}
.body .content .section .tt_train table tr.even th,
.body .content .section .tt_train table tr.even td {
	background-color: #eef3fa;
}
.body .content .section .tt_train table.train_type tr td,
.body .content .section .tt_train table.train_tt tr td {
	width: 170px;
}
.body .content .section .tt_train table.train_tt tr td {
	text-align: center;
}
.body .content .section .tt_train table.train_tt tr td p {
	width: 7.5em;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.body .content .section .tt_train table tr.thead th {
	text-align: center;
	background-color: #1458be;
	color: #ffffff;
}
.body .content .section .tt_train table tr.thead th.st {
	border-right: 1px solid #ffffff;
}
/* notes_tt_train */
.body .content .section .notes_tt_train {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #dadada;
	padding: 10px;
	line-height: 140%;
}

.body .content .section .lead ul.menu {list-style-type:none; margin-top:10px; margin-left: 10px;}
.body .content .section .lead ul.menu li {background-image: url("../../common/img/icon_arw_m_r_blue.gif");background-position: left 7px;background-repeat: no-repeat;line-height: 160%;margin: 0;padding-left: 10px;}
ul.pb4 li { padding-bottom:4px;}


/* 20110928 add */
.body .content .section .lead ul.menu2 {list-style-type:none; margin-top:10px; margin-left: 10px;}
.body .content .section .lead ul.menu2 li {background-image: url("../../common/img/icon_arw_m_r_blue.gif");background-position: left 7px;background-repeat: no-repeat;line-height: 160%;margin: 0 0 0 12px;padding-left: 10px;}
.body .content .section .lead ul.menu2 li.none {background-image:none; padding-left:0px; padding-top:10px; margin-left:0px;}
