@charset "utf-8";

#MainBlock {
        display: inherit;
        position: relative;
	    background-size: 100% auto !important;
        background-repeat: no-repeat !important;
    }

#SearchForm .tabs {
  height: 0px!important;
	margin-bottom: 0px!important;
}

#SearchForm .tabs img {
  height: 0px!important;
}

#search_top {
        margin: 0 auto;
        margin-top: 20px;
        width: 916px;
        -webkit-box-shadow: 0 0 5px 0 #000;
        -moz-box-shadow: 0 0 5px 0 #000;
        box-shadow: 0 0 5px 0 #000;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background-color: #17557a;
        color: #ffffff;
    }

#search_top h1 {
        font-size: 18px;
	padding: 5px 0px 5px 35px;
	width: 610px;
}
#search_top h1 span.city_text {
        font-size: 30px;
	margin-right: 5px;
	font-family: 'M PLUS 1p', sans-serif;
}
#search_top .train_icon {
    display: flex;
    justify-content: flex-end;
    margin-top: -90px;
    margin-right: 0px;
}

#SearchForm {
        -webkit-border-top-left-radius: 0px !important;
        -webkit-border-top-right-radius: 0px !important;
        -moz-border-radius-topleft: 0px !important;
        -moz-border-radius-topright: 0px !important;
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }

.Main_Contents_Area_top {
        width: 960px;
        padding-top: 15px;
        margin: 10px auto 0px;
        overflow: hidden;
    }


/* --------------------------------
	ArticleBox
-------------------------------- */

ul.ArticleBox {
	margin: 20px 0 40px;
	width : 100%;
}

ul.ArticleBox li {
	text-align: left;
	width : -moz-calc(100% - 4px);
	width : -webkit-calc(100% - 4px);
	width : calc(100% - 4px);
	background: #fff url("../images/notebook.png") repeat-y left top;
	box-sizing: border-box;
	padding: 24px 20px 24px 60px;
	-webkit-box-shadow: 0 0 10px 0 #ccc;
	-moz-box-shadow: 0 0 10px 0 #ccc;
	box-shadow: 0 0 10px 0 #ccc;
	margin: 20px 2px;
	position: relative;
	overflow: hidden;
}

ul.ArticleBox li p.note img {
	border: 6px solid #ffffff;
	-webkit-box-shadow: 0 0 10px 0 #ccc;
	-moz-box-shadow: 0 0 10px 0 #ccc;
	box-shadow: 0 0 10px 0 #ccc;
	float: right;
	margin: 0 0px 20px 30px;
}
ul.ArticleBox li h2 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #b6dbf2 60%);
	display: inline-block;
	margin-bottom: 20px;
}
ul.ArticleBox li p.text {
	margin: 0px 0 0px 0;
	line-height: 1.7;
	font-size: 14px;
}

ul.ArticleBox li p.text2 {
	margin: 0px 0 16px 0;
	line-height: 1.2;
}
ul.ArticleBox li p.link {
	text-align: right;
	margin: 5px 24px 0 0;
}
ul.ArticleBox li p.link a {
	text-decoration: underline!important;
	color: #000000;
}
ul.ArticleBox li p.link a:hover {
	text-decoration: none!important;
}
ul.ArticleBox li p.link:before {
	content: "+　";
	color: #000000;
}

/* --------------------------------
.train_tickets
-------------------------------- */
.train_tickets {
	margin: 10px 0 20px;
	border-bottom: dotted #000 1px;
}

.train_tickets h2.tit {
        color: #14315c;
        font-weight: bold;
        font-size: 1.3em;
        margin: 0px 0px -5px ;
        padding: 5px 5px 5px 20px;
        background: url(../images/back_line.jpg) left center no-repeat;
    }

.train_tickets h2.tit span {
	background-color: #fff;
	padding: 0 10px;
}

.train_tickets h3 a {
	font-size: 16px;
	font-weight: bold;
	color: #4d4d4d;
}

.train_tickets h3 {
	font-size: 16px;
	font-weight: bold;
	color: #4d4d4d;
}

.train_tickets h3 img {
	margin-right: 12px;
	vertical-align: bottom;
}
ul.styleA01 {
	margin: 0 -16px 0 0;
	width: -moz-calc(100% + 16px);
	width: -webkit-calc(100% + 16px);
	width: calc(100% + 16px);
	font-size: 13px;
	overflow: hidden;
	padding-bottom: 20px;
}
ul.styleA01 li {
	float: left;
	width: -moz-calc((100% / 4) - 16px);
	width: -webkit-calc((100% / 4) - 16px);
	width: calc((100% / 4) - 16px);
	box-sizing: border-box;
	border: 1px solid #c4d1d9;
	-webkit-box-shadow: inset 0 0 8px 0 #c4d1d9;
	-moz-box-shadow: inset 0 0 8px 0 #c4d1d9;
	box-shadow: inset 0 0 8px 0 #c4d1d9;
	margin: 10px 16px 0 0;
	display: inline-block;
	background: #fff url("../../images/bg_ticket_train.png") no-repeat center top;
	position: relative;
}
ul.styleA01 li a {
	text-align: left;
	padding: 12px 10px;
	text-decoration: none;
	color: #4d4d4d;
	display: block;
}
ul.styleA01 li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
ul.styleA01 li p {
	line-height: 1;
}
ul.styleA01 li p.p_dep {
	width: -moz-calc(50% - 16px);
	width: -webkit-calc(50% - 16px);
	width: calc(50% - 16px);
	text-align: center;
	float: left;
	margin: auto 16px auto 0;
	font-size: 15px;
	height: 56px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
ul.styleA01 li p.p_arr {
	width: -moz-calc(50% - 16px);
	width: -webkit-calc(50% -16px);
	width: calc(50% - 16px);
	text-align: center;
	float: right;
	margin: auto 0 auto 16px;
	font-size: 15px;
	height: 56px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}

ul.styleA01 li p.p_price {
	font-size: 1.3em;
	font-weight: bold;
	color: #c50000;
	text-align: center;
	clear: both;
	margin: 0px 20px;
	padding-top: 30px;
}
ul.styleA01 li p.p_search {
	position: absolute;
	right: 3px;
	bottom: 3px;
}


/* --------------------------------
路線別
-------------------------------- */
ul.styleA02 {
	overflow: hidden;
	margin: 10px 0 40px;
}
ul.styleA02 li {
	float: left;
	box-sizing: border-box;
	border: 1px solid #c4d1d9;
	-webkit-box-shadow: inset 0 0 4px 0 #c4d1d9;
	-moz-box-shadow: inset 0 0 4px 0 #c4d1d9;
	box-shadow: inset 0 0 4px 0 #c4d1d9;
	margin: 10px 10px 0 0 !important;
	color: #4d4d4d;
	display: inline-block;
}
ul.styleA02 li a {
	color: #4d4d4d;
	display: block;
	width: 100%;
	padding: 6px 10px;
	text-decoration: none;
}
ul.styleA02 li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* --------------------------------
styleB
-------------------------------- */

ul.btn_styleB {
	overflow: hidden;
	margin-right: -2px;
	width : -moz-calc(100% + 2px);
	width : -webkit-calc(100% + 2px);
	width : calc(100% + 2px);
}

ul.btn_styleB li {
	float: left;
	width : -moz-calc((100% / 10) - 2px);
	width : -webkit-calc((100% / 10) - 2px);
	width : calc((100% / 10) - 2.1px);
	margin: 20px 2px 0 0!important;
	background: url("../../images/style_arrow_down.png") no-repeat center 40px;
	box-sizing: border-box;
}
ul.btn_styleB li a {
	color: #000;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
	width: 100%;
	border: solid 1px #000;
	box-sizing: border-box;
	height: 50px;
}
ul.btn_styleB li a:hover {
	background-color: #ececec;
	border: solid 1px #999;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

ul.styleB02 {
	margin: 0px 0 40px;
}

ul.styleB02 h3 {
	color: #14315c;
	font-weight: bold;
	font-size: 1.3em;
	margin: 20px 0 10px;
	border-bottom: 3px solid #cdcdcd;
	position: relative;
}
ul.styleB02 li h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: 3px solid #14315c;
	bottom: -3px;
	width: 34px;
	left: 0;
}
ul.styleB02 li h3.case6:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: 3px solid #14315c;
	bottom: -3px;
	width: 96px;
	left: 0;
}

ul.styleB02 li h3.case5:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: 3px solid #14315c;
	bottom: -3px;
	width: 80px;
	left: 0;
}
ul.styleB02 li {
	overflow: hidden;
}
ul.styleB02 li img {
	border-radius: 6px;
	float: left;
	margin-right: 16px;
	margin-top: 10px;
	width: 120px;
}
ul.styleB02 li .text_area {
	overflow: hidden;
}
ul.styleB02 li ul {
	overflow: hidden;
}
ul.styleB02 li li {
	float: left;
	margin: 10px 10px 0 0;
	color: #4d4d4d;
	display: inline-block;
}
ul.styleB02 li li a {
	box-sizing: border-box;
	padding: 6px 10px;
	border: 1px solid #c4d1d9;
	-webkit-box-shadow: inset 0 0 4px 0 #c4d1d9;
	-moz-box-shadow: inset 0 0 4px 0 #c4d1d9;
	box-shadow: inset 0 0 4px 0 #c4d1d9;
	display: block;
	width: 100%;
	color: #4d4d4d;
	text-decoration: none;
}
ul.styleB02 li li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
ul.styleB02 li h4 {
	color: #14315c;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 0;
}
ul.styleB02 li h4 a {
	color: #14315c;
	text-decoration: none;
}
ul.styleB02 li h4 a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
ul.styleB02 li h4:first-child {
	margin-top: 0px;
}
ul.styleB02 li h4:before {
	content: "+ ";
}

/* --------------------------------
ruoteページ
-------------------------------- */

.map_area {
	margin: 20px 0 ;
}

.operation_section ul{
	margin: 0px 0 30px ;
	overflow: hidden;
	display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}

.operation_section li{
	 writing-mode: vertical-rl;
	text-align: center;
	text-decoration: none;
	display: block;
	float: left;
}

.operation_section li:before{
	content: url(../images/bidirectional.png);
  vertical-align: middle;
	display: block;
}

.operation_section li:last-child:before{
	content: none;
}

.operation_section li a{
	margin: 0 1px;
   height: 120px;
	text-decoration: none;
	padding: 0px 5px;
	border-radius: 20px;
	border: solid 1px #ccc;
	box-sizing: border-box;
	display: inline-block;
	color: #4d4d4d;
    background:linear-gradient(#fff 10% 60%, #eee 90%);
	font-size: 14px;
}

.operation_section li a:hover {
	background: #f5690c;
	color:#fff;
	border: solid 1px #f5690c;
}

.operation_section.pieces_L li a{
	margin: 0 1px;
   height: 120px;
	text-decoration: none;
	padding: 0px 3px;
	border-radius: 20px;
	border: solid 1px #ccc;
	box-sizing: border-box;
	display: inline-block;
	color: #4d4d4d;
    background:linear-gradient(#fff 10% 60%, #eee 90%);
	font-size: 12px;
}

.operation_section.pieces_L li a:hover {
	background: #f5690c;
	color:#fff;
	border: solid 1px #f5690c;
}

.operation_section.pieces_S li a{
	margin: 0 20px;
}



