@charset "UTF-8";

/* *********************************************
　経路探索（TOP）
********************************************* */
.footerlink_list1 li a,
.footerlink_list2 li a {
    text-decoration: underline;
}

.header_maintitle2 {
	background:#ffffff;
	display:table;
	width:100%;
	height:116px;
}
.header_maintitle2 > div {
	display:table-cell;
	vertical-align:middle;
}
.header_maintitle2 .header_logo h1 {
    background: url('../img/header_mainlogo_ja.png') center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    width: 420px;
    max-width: 100%;
    padding-top: 12%;
    text-indent: -9999px;
    margin: 0px 20px 0px 15px;
}
.header_maintitle2 .header_ad img {
	max-width:100%;
}

.header_maintitle2 .header_modeselect {
	padding:10px 20px 10px 10px;
	text-align:right;
}

/* *********************************************
　モードセレクト（共通）
********************************************* */

.div_modeselect_wrap {
	padding:20px;
    width: 316px;
}

.top_image_float .div_modeselect {width:100%;}
.top_image_float_map .div_modeselect {width:315px;}
.column1 .div_modeselect {width:90%;}



.div_modeselect .ov_modeselect_help {
	font-size:13px;
	line-height:16px;
}
.div_modeselect .ov_modeselect_help a {
	display:inline-block;
	text-align:left;
	text-indent:-9999px;
	width:20px;
	height:16px;
	background:url('../img/oldver/icon_help.png') center center no-repeat;
	-webkit-background-size:16px auto;
	background-size:16px auto;
	position:relative;
}

.div_modeselect .ov_modeselect_help a .ov_modeselect_help_tip {
	position:absolute;
	top:95%;
	left:95%;
	display:block;
	padding:10px;
	background:beige;
	color:#000000;
	border:1px solid #999999;
	z-index:999;
	text-indent:0;
	font-size:12px;
	display:none;
	width:300px;
}
.div_modeselect .ov_modeselect_help a:hover .ov_modeselect_help_tip {
	display:block;
}


.div_modeselect .ov_modeselect_switch {
	text-align:center;
}

.div_modeselect .ov_modeselect_switch ul {
	width:100%;
	background:#ffffff;
	height:60px;
}
.div_modeselect .ov_modeselect_switch ul > li {
	position:relative;
}
.div_modeselect .ov_modeselect_switch li.route-tab01 a,
.div_modeselect .ov_modeselect_switch li.route-tab02 a {
	width:100%;
	height:55px;
	display: inline-block;
	font-size: 20px;
	position: relative;
	top:3px;
	color: #334269;
	line-height: 60px;
    font-weight: bold;
	z-index: 0;
}
.div_modeselect .ov_modeselect_switch li.route-tab01 a:before,
.div_modeselect .ov_modeselect_switch li.route-tab02 a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background:#fff;
	transform: scaleY(55.3) perspective(85.6em) rotateX(89deg);
	transform-origin: bottom left;
	border-radius: 8px 15px 0 0;
	border: 3px solid #959595;
}
li.selected01 a,
li.selected02 a {
	width:100%;
	height:55px;
	display: inline-block;
	font-size: 20px;
	position: relative;
	top:3px;
	color:#fff;
	line-height: 60px;
    font-weight: bold;
	z-index: 0;
}
div.over-module-contents {
	position: relative;
    top: -13px;
    height: 450px;
    width: 100%;
    border: 4px solid #3e7472;
}
li.selected01 a:after,
li.selected02 a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	transform: scaleY(55.3) perspective(85.6em) rotateX(89deg);
	transform-origin: bottom left;
	border-radius: 8px 15px 0 0;
	background: #3e7472;
}

/* *********************************************
　共通ボタン
********************************************* */

.ov_btn_normal_blue a {
	display: inline-block;
    padding: 5px 15px;
    background: #3e7472;
    color: #fff;
    /* border: 2px solid #3e7472; */
    border-radius: 7px;
    text-decoration: none;
    font-weight: bold;
    margin: 4px 20px;
}

.ov_btn_normal_orange a {
	padding: 5px 26px;
    background: #efa311;
    color: #ffffff;
    border: 2px solid #c36900;
    border-radius: 7px;
    text-decoration: none;
    box-shadow: 0 2px 0 0 #c36900;
}

.ov_btn_normal_orange a:hover {
    background: #c36900;	
}

.ov_btn_print {
	position:relative;
	top:10px;
	left:-15px;
}
.ov_btn_print > a {
	padding: 5px 13px;
	background: #ffffff;
    color: #3e7472;
    border: 3px solid #3e7472;
    border-radius: 14px;
	text-decoration: none;
	font-size:15px;
}

/* *********************************************
　候補一覧
********************************************* */

.ov_routelist_title {
	font-size:20px;
	padding:10px 0px 10px 15px;
}

.ov_routelist_main ul {
	width:100%;
	border-bottom:1px solid #000000;
}
.ov_routelist_main li {
	display:table;
	width:80%;
/*	width:100%;*/
/*	width:1300px;*/
	border-top:1px solid #000000;
}
.ov_routelist_main li:nth-child(even) {
	background:#ffffff;
}
.ov_routelist_main li > div {
	display:table-cell;
	padding:8px 5px;
	vertical-align:middle;
/*	border-left:1px solid #000000;*/
	border-right:1px solid #000000;
}
.ov_routelist_main li > div:nth-child(1) {
	border-left:1px solid transparent;
}
.ov_routelist_main_head {
	background:#339999;
	color:#ffffff;
	text-align:center;
}

.ov_routelist_main_head1 {width:60%;}
.ov_routelist_main_head2 {width:40%;}

.ov_routelist_main_num {width:5%;}
.ov_routelist_main_course1 {width:95%;}
.ov_routelist_main_course {width:55%;}
.ov_routelist_main_pricetime {width:25%;}
.ov_routelist_main_detail {width:15%;}


.ov_routelist_main_num {
	color:#ffffff;
	background:#339999;
	text-align:center;
	font-size:22px;
	vertical-align:middle;
	padding:10px;
}
.ov_routelist_main_num span {
	font-size:11px;
	display:block;
}
.ov_routelist_main_course,
.ov_routelist_main_pricetime {
	font-size:16px;
}
.ov_routelist_main_course1{
	font-size:16px;
}

.ov_routelist_main_price,
.ov_routelist_main_time {
	display:block;
}
.ov_routelist_main_detail {
	text-align:center;
}

.ov_routelist_note_setting ul {
	display:table;
	width:100%;
}
.ov_routelist_note_setting li {
	display:table-cell;
	vertical-align: top;
	padding: 10px;
	width: 100%;
}
.ov_routelist_setting_title {
	display:block;
	margin-bottom:8px;
}
#ov_routelist_setting_priority {
	height:auto;
}
#ov_routelist_setting_priority option {
	padding:2px 5px;
}
#ov_routelist_setting_priority option:checked {
	background: #999999;
	color:#000000;
	background: linear-gradient(#999999, #999999);
}
li.ov_routelist_note_setting_narrow2 {
	width: 99px;
    position: relative;
    left: 0;
	top: 0;
	left: auto;
}
.ov_routelist_note_setting_narrow {
	clear:left;
}
.ov_routelist_note_setting_narrow span:nth-of-type(1) {
	font-size:15px;
	color: #3e7472;
}
.ov_routelist_note_setting_narrow span:nth-of-type(2) {
	font-size:13px;
	color: #3e7472;
}
.ov_routelist_note_setting_narrow div {
	margin: 0;
}
.ov_routelist_note_setting_narrow input {
	margin-right:6px;
	position:relative;
	top: -21px;
}
.ov_routelist_note_setting_narrow2 div {
	position: relative;
	width: 120px;
	text-align: right;
	margin-top: 50%;
	top: -30px;
}

.ov_routelist_note_setting li.ov_routelist_note_pdfbtn,
.ov_routelist_note_setting li.ov_routelist_note_pdfbtn div {
	vertical-align:top;
	text-align:right;
}
/* *********************************************
　PDFを作成
********************************************* */

.ov_routelist_note_setting li.ov_routelist_note_pdfbtn.align_left div {
	text-align:left !important;
}
.ov_routelist_main_check {
	text-align:center;
}
.ov_routelist_title_sub {
	padding:0px 0px 10px 15px;
}
/* *********************************************
　候補詳細
********************************************* */

.ov_routedetaillist_main ul {
	display:table;
	width:100%;
/*	width:100%;*/
/*	width:1300px;*/
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}
.ov_routedetaillist_main li {
	display:table-cell;
	background:#ffffff;
/*	font-size:12px;*/
	position:relative;
}
.ov_routedetaillist_main li > div {
	padding:8px 5px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	vertical-align:middle;
}
.ov_routedetaillist_main li:nth-child(n+3) > div.ov_rdl_day {
	border-left:0px solid #ffffff;
}
.ov_routedetaillist_main li:nth-child(n+3) > div.ov_rdl_day_pdf {
	border-left:0px solid #ffffff;
}
.ov_rdl_green_center,
.ov_rdl_green_left {
	color:#0b7b7f;
	vertical-align:middle;
}
.ov_rdl_green_center {
	text-align:center;
	white-space:nowrap;
}
.ov_rdl_green_left {
	text-align:left;
}

.ov_routedetaillist_main li {
	display:table-cell;
	background:#ffffff;
	font-size:16px;
	position:relative;
	width:9999px;
}
.ov_routedetaillist_main li.ov_routedetaillist_main_item,
.ov_routedetaillist_main li.ov_routedetaillist_main_item > div {
	width:80px;
}


.ov_rdl_route {min-height:94px;}
.ov_rdl_price {min-height:70px;}
/*.ov_rdl_transport {min-height:92px;}
.ov_rdl_transport {min-height:144px;}*/
.ov_rdl_transport {min-height:300px;}

.ov_rdl_time {min-height:38px;}
.ov_rdl_day {min-height:190px;}
.ov_rdl_day_pdf {min-height:40px;}
.ov_rdl_timetable {min-height:315px;}
.ov_rdl_timetable_pdf{min-height:1130px;}

.ov_rdl_transport span.with_walk 			{background:url('../img/toho.png') left top no-repeat;}
.ov_rdl_transport span.with_bus_bankeibus 	{background:url('../img/icon_bankei.png') left top no-repeat;}
.ov_rdl_transport span.with_bus 			{background:url('../img/icon_chuou.png') left top no-repeat;}
.ov_rdl_transport span.with_jr 				{background:url('../img/icon_jr.png') left top no-repeat;}
.ov_rdl_transport span.with_bus_jr 			{background:url('../img/icon_jhb.png') left top no-repeat;}
.ov_rdl_transport span.with_bus_jyoutetu	{background:url('../img/icon_joutetsu.png') left top no-repeat;}
.ov_rdl_transport span.with_shiden 			{background:url('../img/icon_shiden.png') left top no-repeat;}
.ov_rdl_transport span.with_toholine 		{background:url('../img/icon_touhou.png') left top no-repeat;}
.ov_rdl_transport span.with_tozailine 		{background:url('../img/icon_touzai.png') left top no-repeat;}
.ov_rdl_transport span.with_nanbokuline 	{background:url('../img/icon_nanboku.png') left top no-repeat;}

.ov_rdl_transport span.with_walk,
.ov_rdl_transport span.with_bus_bankeibus,
.ov_rdl_transport span.with_bus,
.ov_rdl_transport span.with_jr,
.ov_rdl_transport span.with_bus_jr,
.ov_rdl_transport span.with_bus_jyoutetu,
.ov_rdl_transport span.with_shiden,
.ov_rdl_transport span.with_toholine,
.ov_rdl_transport span.with_tozailine,
.ov_rdl_transport span.with_nanbokuline{
	display:inline-block;
	padding-top:80px;
	-webkit-background-size:67px auto;
	background-size:67px auto;

}

.ov_rdl_transport span.oldver_routedetail_selectedline_title,
.ov_rdl_transport span.oldver_routedetail_selectedline{
	font-size:14px;
	color:#555555;
	line-height:150%;
	padding:0px 10px 0px 0px;
}

.ov_rdl_transport span.oldver_routedetail_selectedline_title{
	color:#3e7472;
	border:2px solid #3e7472;
	display:inline-block;
	padding: 1px 6px 1px 6px;
	margin: 18px auto 5px 0px;
}
.ov_rdl_transport span.oldver_routedetail_selectedline{
	margin: 0px auto 0px 7px;
}

.ov_rdl_transport span.oldver_routedetail_selectedline_title_blank,
.ov_rdl_transport span.oldver_routedetail_selectedline_blank{
	font-size:14px;
	color:#555555;
	line-height:150%;
	padding:0px 10px 0px 0px;
}

.ov_rdl_transport span.oldver_routedetail_selectedline_title_blank{
	color:#339999;
	border:1px solid #ffffff;
	display:inline-block;
	padding: 1px 6px 1px 6px;
	margin: 18px auto 5px 0px;
}
.ov_rdl_transport span.oldver_routedetail_selectedline_blank{
	color:#339999;
	margin: 0px auto 0px 7px;
}

/* PDF Output  */
.ov_rdl_transport_pdf {min-height:140px;}

.ov_rdl_transport_pdf span.with_walk 			{background:url('../img/oldver/icon_line_walk.png') center top no-repeat;}
.ov_rdl_transport_pdf span.with_bus_bankeibus 	{background:url('../img/oldver/icon_line_bankeibus.png') center top no-repeat;}
.ov_rdl_transport_pdf span.with_bus 			{background:url('../img/oldver/icon_line_bus.png') center top no-repeat;}
.ov_rdl_transport_pdf span.with_jr 				{background:url('../img/oldver/icon_line_jr.png') center top no-repeat;}
.ov_rdl_transport_pdf span.with_bus_jr 			{background:url('../img/oldver/icon_line_jrbus.png') center top no-repeat;}
.ov_rdl_transport_pdf span.with_bus_jyoutetu	{background:url('../img/oldver/icon_line_jyoutetubus.png') center top no-repeat;}
.ov_rdl_transport_pdf span.with_shiden 			{background:url('../img/oldver/icon_line_shiden.png') center top no-repeat;}
.ov_rdl_transport_pdf span.with_toholine 		{background:url('../img/oldver/icon_line_sub_toho.png') center top no-repeat;}
.ov_rdl_transport_pdf span.with_tozailine 		{background:url('../img/oldver/icon_line_sub_tozai.png') center top no-repeat;}
.ov_rdl_transport_pdf span.with_nanbokuline 	{background:url('../img/oldver/icon_line_sub_nanboku.png') center top no-repeat;}

.ov_rdl_transport_pdf span.with_walk,
.ov_rdl_transport_pdf span.with_bus_bankeibus,
.ov_rdl_transport_pdf span.with_bus,
.ov_rdl_transport_pdf span.with_jr,
.ov_rdl_transport_pdf span.with_bus_jr,
.ov_rdl_transport_pdf span.with_bus_jyoutetu,
.ov_rdl_transport_pdf span.with_shiden,
.ov_rdl_transport_pdf span.with_toholine,
.ov_rdl_transport_pdf span.with_tozailine,
.ov_rdl_transport_pdf span.with_nanbokuline{
	display:inline-block;
	padding-top:54px;
	-webkit-background-size:50px auto;
	background-size:50px auto;

}

.ov_rdl_transport_pdf span.oldver_routedetail_selectedline_title,
.ov_rdl_transport_pdf span.oldver_routedetail_selectedline{
/*	font-size:12px;*/
	color:#555555;
	line-height:150%;
	padding:0px 10px 0px 0px;
}

.ov_rdl_transport_pdf span.oldver_routedetail_selectedline_title{
	color:#339999;
	border:1px solid #339999;
	display:inline-block;
	padding: 1px 6px 1px 6px;
	margin: 18px auto 5px 0px;
}
.ov_rdl_transport_pdf span.oldver_routedetail_selectedline{
	color:#339999;
	margin: 0px auto 0px 7px;
}

.ov_rdl_transport_pdf span.oldver_routedetail_selectedline_title_blank,
.ov_rdl_transport_pdf span.oldver_routedetail_selectedline_blank{
/*	font-size:12px;*/
	color:#555555;
	line-height:150%;
	padding:0px 10px 0px 0px;
}

.ov_rdl_transport_pdf span.oldver_routedetail_selectedline_title_blank{
	color:#339999;
	border:1px solid #ffffff;
	display:inline-block;
	padding: 1px 6px 1px 6px;
	margin: 18px auto 5px 0px;
}
.ov_rdl_transport_pdf span.oldver_routedetail_selectedline_blank{
	color:#339999;
	margin: 0px auto 0px 7px;
}


/*
.ov_rdl_transport span.icon_bankeibus {background:url('../img/oldver/icon_line_bankeibus.png') center top no-repeat;}
.ov_rdl_transport span.icon_bus {background:url('../img/oldver/icon_line_bus.png') center top no-repeat;}
.ov_rdl_transport span.icon_jr {background:url('../img/oldver/icon_line_jr.png') center top no-repeat;}
.ov_rdl_transport span.icon_jrbus {background:url('../img/oldver/icon_line_jrbus.png') center top no-repeat;}
.ov_rdl_transport span.icon_jyoutetsubus {background:url('../img/oldver/icon_line_jyoutetubus.png') center top no-repeat;}
.ov_rdl_transport span.icon_shiden {background:url('../img/oldver/icon_line_shiden.png') center top no-repeat;}
.ov_rdl_transport span.icon_subway {background:url('../img/oldver/icon_line_sub3.png') center top no-repeat;}

.ov_rdl_transport span.icon_bankeibus,
.ov_rdl_transport span.icon_bus,
.ov_rdl_transport span.icon_jr,
.ov_rdl_transport span.icon_jrbus,
.ov_rdl_transport span.icon_jyoutetsubus,
.ov_rdl_transport span.icon_shiden,
.ov_rdl_transport span.icon_subway {
	display:inline-block;
	padding-top:54px;
	-webkit-background-size:50px auto;
	background-size:50px auto;

}
*/
.ov_rdl_day #ov_rdl_setting_priority {
	padding-bottom:10px;
}
.ov_rdl_day .ov_btn_normal_blue {
	display:inline-block;
	margin-left:5px;

}
.ov_rdl_note ul {
	display:table;
	width:100%;
	padding-top:5px;
	background:#ffffff;
	border-bottom:1px solid #000000;
}
.ov_rdl_note li {
	display:table-cell;
	vertical-align:middle;
	padding:10px;
	font-size:12px;
	line-height:150%;
}
#ov_rdl_setting_priority option,
#ov_rdl_timetable option {
	padding:2px 5px;
	font-size:1.2rem;
}
#ov_rdl_setting_priority option:checked,
#ov_rdl_timetable option:checked {
	background: #999999;
	color:#000000;
	background: linear-gradient(#999999, #999999);
	font-size:1.2rem;
}


/* *********************************************
　色指定
********************************************* */

.ov_color_transfer {
	/*color:#339999;*/
}
.ov_color_station {
	color:#ea6300;
}


/* *********************************************
　時刻表
********************************************* */

.div_btnbar_green a {
	display:block;
	width:80%;
	margin:10px auto;
	color:#ffffff;
	font-size:14px;
	padding:10px 20px 10px 43px;
	background:#007377;
	text-decoration:none;
	border:1px solid #797979;
	box-shadow: 1px 1px 3px 0px #797979;
}
.div_btnbar_green.icon_bus_with_arrow a {
	background-image:url('../img/oldver/icon_white_bus.png'),url('../img/oldver/arrow_white_right.png');
	background-repeat:no-repeat,no-repeat;
	background-position:7px center,99% center;
	background-size:26px auto,22px auto;
}

.ov_cl2main_title {
	font-size: 20px;
	padding: 10px 15px 10px 15px;

}
.ov_cl2main_head_text {
	font-size: 14px;
    padding: 0px 15px 10px 15px;
    overflow: hidden;
    display: flex;
    height: 130px;
    width: 100%;
    /* margin-top: 80px; */
    position: relative;
    top: 77px;
    left: 40px;
}
.ov_table {
	display:table;
}
.ov_table > div {
	display:table-cell;
}
.ov_cl2main_timetable > span {
	display:block;
	padding-bottom:15px;
	font-size:12px;
}
.ov_cl2main_timetable .ov_btn_normal_orange a {
	margin-left:20px;
}

.ov_timetable_headbtn > div {
	position:relative;
}

.ov_timetable_headbtn select {
	padding:2px 4px;
	border:1px solid #bbbbbb;
    width: 280px;
}
.ov_timetable_headbtn div:nth-last-of-type(1) > input {
	padding: 5px 25px;
    margin-left: 5px;
    background: #3e7472;
    font-weight: bold;
    color: #fff;
    border: 2px solid #3e7472;
	border-radius: 7px;
	box-shadow: 0 3px 0 0 #2e5d5b;
}
.ov_timetable_headbtn div:nth-last-of-type(2) > input {
	padding: 5px 27px;
    margin-left: 15px;
    background: #3e7472;
    font-weight: bold;
    color: #fff;
    border: 2px solid #3e7472;
	border-radius: 7px;
	box-shadow: 0 3px 0 0 #2e5d5b;
}
.ov_timetable_headbtn div:nth-last-of-type(1) > input:hover,
.ov_timetable_headbtn div:nth-last-of-type(2) > input:hover {
	background: #2e5d5b;
    border: 2px solid #2e5d5b;
}
.ov_timetable_list_header_station {
	text-align: center;
    padding: 6px;
    background: #3e7472;
    height: 70px;
	line-height: 60px;
}
.ov_timetable_list_header_station span {
	padding:1px 10px;
	margin-right:2px;
	font-weight:bold;
	font-size: 20px;
    color: #ffffff;
}
.ov_timetable_list ul {
	width:100%;
}
.ov_timetable_list li {
	width:100%;
	display:table;
	border-bottom:2px solid #3e7472;
	padding-top: 2px;
}
.ov_timetable_list li:nth-child(1) {
	background:#ffffff;
	font-weight:bold;
	color:#3e7472;
	margin-top: 15px;
	border-bottom:1px solid #3e7472;
}
.ov_timetable_list li:nth-child(2n+2) {
	background:#ffffff;
}
.ov_timetable_list li > div {
	display:table-cell;
	height:40px;
	vertical-align:middle;
	padding: 3px 0px 5px 10px;
}
.ov_timetable_list li > div.ov_timetable_list_fill {
	width:9999px;
	font-size: 20px;
}
.ov_timetable_list li > div.ov_timetable_list_checkbox {
	min-width:60px;
	text-align:center;
}

.ov_timetable_list li > div.ov_timetable_list_btn_routemap {
	min-width:100px;
	text-align:center;
}
.ov_timetable_list_btn_routemap span {
	display: inline-block;
	color: #444444;
	background: #f0f0f0;
	border: 1px solid #777777;
	border-radius: 8px;
	padding: 4px 8px;
	box-shadow: 1px 2px 2px -1px rgba(0,0,0,0.7);
	font-size: 12px;
}
.ov_timetable_list_btn span {
	min-width:100px;
	text-align:center;
	display: inline-block;
    background: #efa311;
    color: #ffffff;
    border: 2px solid #c36900;
	border-radius: 8px;
	padding: 5px 13px;
	font-size: 12px;
	cursor: pointer;
	box-shadow: 0 2px 0 0 #c36900;
}

.ov_timetable_list_btn_price span {
	width:90px;
	text-align:center;
	display: inline-block;
    background: #efa311;
    color: #ffffff;
    border: 2px solid #c36900;
	border-radius: 8px;
	padding: 5px 13px;
	font-size: 12px;
	cursor: pointer;
	box-shadow: 0 2px 0 0 #c36900;
}
.ov_timetable_list_btn span:hover,
.ov_timetable_list_btn_price span:hover {
	background: #c36900;
}

/* *********************************************
　時刻表_料金表
********************************************* */

.ov_timetable_list_header_route {
    color: #ffffff;
    padding: 6px 15px;
    background: #5a5a5a;
    border-bottom: 1px solid #3e7472;
}
.ov_timetable_pricelist {
	background:#ffffff;
	padding:20px 0px;
	text-align:center;
	margin-top:20px;
}
.ov_timetable_pricelist ul {
	width:500px;
	max-width:100%;
	display:block;
	margin:0 auto;
	border-left:2px solid #3e7472;
	border-right:2px solid #3e7472;
}
.ov_timetable_pricelist ul:first-child {
	border-top:2px solid #3e7472;
}
.ov_timetable_pricelist ul li {
	width:100%;
	display:table;
	border-bottom:2px solid #3e7472;
}
.ov_timetable_pricelist ul li > div {
	display:table-cell;
	width:50%;
	text-align:center;
	vertical-align:middle;
	height:40px;
}
.ov_timetable_pricelist ul li > div a {
	color:#3e7472;
	text-decoration:none;
	display:inline-block;
	padding:2px 0px;
}
.ov_timetable_pricelist ul li > div a:hover {
	color:#ff6600;
	box-shadow: 0px 1px 0px 0px #ff6600;
}
.ov_timetable_pricelist ul li > div:nth-child(2) {
	border-left:1px solid #3e7472;
}
/*
.ov_timetable_pricelist ul li:nth-child(1) {
	background:#2d9595;
}
*/

.ov_timetable_pricelist ul li:nth-child(1) > div {
	color:#3e7472;
	height:50px;
}
.ov_timetable_pricelist ul li:nth-child(2) > div:nth-child(2) {
	color:#ff6600;
}
/* .ov_timetable_pricelist ul li:nth-child(2n+3) {
	background:#f0f0f1;
} */

.ov_timetable_pricelist_fare {
	color:#000000 !important;
}

.ov_timetable_pricelist_fare2 {
	color:#ff6600 !important;
	font-weight:bold;
}
/* *********************************************
　時刻表_路線図
********************************************* */

.ov_timetable_headbtn .ov_timetable_list_btn_price {
	padding-left:15px;
	position:relative;
	top:-2px;
}
.ov_timetable_rmap_header_route span {
	display:inline-block;
	padding:2px 8px;
	border:1px solid #3e7472;
	margin-right:8px;
}

/* *********************************************
　時刻表 詳細
********************************************* */

.block {
	page-break-after: always;
	page-break-inside: avoid;
}

#timeTableList {
	-webkit-print-color-adjust: exact;
}

.print_show { display: none; }

/* 印刷用 */
@media print {
	.print_show { display: block; }
	.print_hide { display: none; }
}


.ov_cl2main_timetable_detail {
	font-size:17px;
	margin:15px 0px;
	font-weight:bold;

}
.ov_timetable_detail_header_trans {
	font-size:17px;
	font-weight:bold;
	display:inline-block;
	border:1px solid #000000;
	margin-right:5px;
	padding:1px 8px;
}
.ov_timetable_detail_submenu ul {
	display:table;
	max-width:100%;
}
.ov_timetable_detail_submenu li {
	display:table-cell;
	background:#007377;
	border-top:1px solid #004444;
	border-left:1px solid #004444;
	border-right:2px solid #004444;
	border-radius:13px 13px 0px 0px / 8px 8px 0px 0px;
	padding:10px 10px;
	min-width:150px;
	text-align:center;
	vertical-align:middle;
}
.ov_timetable_detail_submenu li.sat {
	background-color: #3061c7;
}
.ov_timetable_detail_submenu li.sun {
	background-color: #c93030;
}
.ov_timetable_detail_submenu li.active {
	background:#ffffff;
}
.ov_timetable_detail_submenu li a {
	color:#ffffff;
	text-decoration:none;
}
.ov_timetable_detail_submenu li.active a {
	color:#339999;
}
.ov_timetable_detail_linename {
	height:50px;
	background:#3e7472;
	text-align:center;
	color:#ffffff;
	border-top:1px solid #3e7472;
	position:relative;
	font-size:25px;
}

a.bus-access-btn {
    padding:7px 10px 4px;
    background: #ff950c;
    border-radius: 7px;
    color:#fff;
    font-weight:bold;
    font-size:15px;
    box-shadow: 0 3px 0 0 #c97100;
}
a.bus-service-btn {
    padding:7px 10px 4px;
    background: #f06b08;
    border-radius: 7px;
    color:#fff;
    font-weight:bold;
    font-size:15px;
    box-shadow: 0 3px 0 0 #c25707;
}
a.bus-access-btn:hover {
    background:#e27000;
}
a.bus-service-btn:hover {
    background:#c25707;
}
.ov_timetable_detail_linename.status_close.accordion_open {
    background: #3e7472 url(../img/accordion_white_minus.png) 98% center no-repeat;
}
.ov_timetable_detail_linename.status_close {
    background: #3e7472 url(../img/accordion_white_plus.png) 98% center no-repeat;
}

.ov_timetable_detail_route {
	border-bottom:1px solid #333333;
	background:#5a5a5a;
	text-align:left;
	padding: 4px 3px;
	color:#ffffff;
	position:relative;
	font-size: medium;
	text-align:center;
}

.ov_timetable_detail_main {
	background:#ffffff;
	text-align: center;
	padding-bottom: 15px;
}
.ov_timetable_detail_container {
	width:100%;
	display:flex;
}
.ov_timetable_detail_container > div {
	width:50%;
}

.daytype_bar {
	text-align:center;
	padding:5px 0px;
	color:#ffffff;
	margin-top:15px;
	font-size:large;
}

/* 平日 */
.active_weekday .daytype_bar {
	background:#1e9e5f;
}
/* 印刷用 */
@media print{
	.active_weekday .daytype_bar {
		border:1px solid #92d6d9
	}
}

/* 土曜 */
.active_saturday .daytype_bar {
	background:#3968ca;
}
/* 印刷用 */
@media print{
	.active_saturday .daytype_bar {
		border:1px solid #92d6d9
	}
}


/* 日曜日 */
.active_weekend .daytype_bar {background:#c93030;}

/* 印刷用 */
@media print{
	.active_weekend .daytype_bar {
		border:1px solid #cc6666
	}
}

.ov_timetable_detail_btn_foot {
	padding:10px 15px 30px;
}

.ov_timetable_detail_container ul {
	margin-bottom:5px;
}

.ov_timetable_detail_container li {
	display:table;
	width:100%;
}
/* .ov_timetable_detail_container li:nth-child(2n+3) {
	background:#f0f0f1;
} */
.ov_timetable_detail_container li > div {
	display:table-cell;
	padding:8px;
}
.ov_timetable_detail_container li:nth-child(n+2) > div {
	font-size:15px;
}

.ov_timetable_detail_container li > div span .note{
	color:#ff0000;
	font-weight:normal;
}

.ov_timetable_detail_container_bottom .note{
	color:#ff0000;
	font-weight:normal;
}

.ov_timetable_detail_container li > div:nth-child(1) {text-align:center;min-width:50px;font-weight:bold;}
.ov_timetable_detail_container li > div:nth-child(2) {text-align:left;width:9999px;}
.ov_timetable_detail_container li:first-child > div:nth-child(2) {text-align:left;width:9999px;font-weight:bold;}

/* 平日 */
.active_weekday .ov_timetable_detail_container ul {
	border-left:1px solid #3e7472;
	border-right:1px solid #3e7472;
}
.active_weekday .ov_timetable_detail_container li {
	border-bottom:2px solid #3e7472;
}
.active_weekday .ov_timetable_detail_container li > div:nth-child(2) {border-left:1px solid #3e7472;}
.active_weekday .ov_timetable_detail_container li:nth-child(1) > div:nth-child(1) {color:#000;background: #d3f1e8;;}

/* 土曜 */
.active_saturday .ov_timetable_detail_container ul {
	border-left:1px solid #92d6d9;
	border-right:1px solid #92d6d9;
}
.active_saturday .ov_timetable_detail_container li {
	border-bottom:1px solid #92d6d9;
}
.active_saturday .ov_timetable_detail_container li > div:nth-child(2) {border-left:1px solid #92d6d9;}
.active_saturday .ov_timetable_detail_container li:nth-child(1) > div:nth-child(1) { color:#000;background:#4eb0e2; }

/* 休日 */
.active_weekend .ov_timetable_detail_container ul {
	border-left:1px solid #cc6666;
	border-right:1px solid #cc6666;
	border-bottom:1px solid #cc6666;
}
.active_weekend .ov_timetable_detail_container li {
	border-bottom:1px solid #cc6666;
}
.active_weekend .ov_timetable_detail_container li > div:nth-child(2) {border-left:1px solid #cc6666;}
.active_weekend .ov_timetable_detail_container li:nth-child(1) > div:nth-child(1) { color:#000;background:#922d2e; }

.icon_notice_triangle {
    display: inline-block;
    position: relative;
    height: 20px;
    width: 23px;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    color: black;
    text-align: center;
    z-index: 3;
}

.icon_notice_triangle:before, .icon_notice_triangle:after {
    content: '';
    display: block;
    position: absolute;
    height: 0px;
    width: 0px;
    z-index: -1;
}

.icon_notice_triangle:before {
    top: 0px;
    left: 0px;
    border-top: 0px solid rgba(0, 0, 0, 0);
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    border-bottom: 20px solid rgba(0, 0, 0, 1);
    /* z-index: ; */
}

.icon_notice_triangle:after {
    top: 1px;
    left: 1px;
    border-top: 0px solid rgba(255, 255, 255, 0);
    border-left: 10px solid rgba(255, 255, 255, 0);
    border-right: 10px solid rgba(255, 255, 255, 0);
    border-bottom: 18px solid rgba(255, 255, 255, 1);
    /* z-index: ; */
}

.small_tr {
	font-size: 11px;
    line-height: 18px;
}

.small_tr:before {
	border-bottom: 16px solid rgba(0,0,0,1);
}

.small_tr:after {
	border-bottom: 14px solid rgba(255,255,255,1);
}