@charset "utf-8";

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.pcOnly {
	display: none;
}
.spOnly {
	display: block;
}
body {
	min-width: 320px;
}

/* header2017SP___________________________________________________________________________________________________ */
#header2017SP {
	position: relative;
	z-index: 1000;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
#header2017SP .grayBox {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: #000;
	opacity: 0;
	z-index: -5;
}
#mobile-head {
	background: #fff;
	width: 100%;
	height: 84px;
	position: relative;
	border-bottom-width: 18px;
	border-bottom-style: solid;
	border-bottom-color: #0e3969;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#header2017SP .logo {
	position: absolute;
	left: 10px;
	top: 10px;
	display: block;
	height: 46px;
	width: 157px;
}
#header2017SP .logo a {
	background-image: url(images/sp_header_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 157px 46px;
	display: block;
	height: 46px;
	width: 157px;
	text-indent: -9999px;
}

#nav-toggle {
	position: absolute;
	right: 9px;
	top: 9px;
	width: 48px;
	height: 48px;
	cursor: pointer;
	z-index: 10001;
	background-color: #004a93;
}
#lang-toggle {
	position: absolute;
	right: 69px;
	top: 9px;
	width: 48px;
	height: 48px;
	cursor: pointer;
	z-index: 10001;
	background-color: #dfdfdf;
	background-image: url(images/sp_btn_lang.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 28px 28px;
	transition: .35s ease-in-out;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
}
#nav-toggle div,
#lang-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 60%;
    background: #FFF;
    left: 22%;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#lang-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 60%;
    background: #004a93;
    left: 22%;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
	opacity: 0;
}
#nav-toggle span:nth-child(1) {
    top: 15px;
}
#nav-toggle span:nth-child(2) {
    top: 23px;
}
#nav-toggle span:nth-child(3) {
    top: 31px;
}
#lang-toggle span:nth-child(1) {
    top: 23px;
}
#lang-toggle span:nth-child(2) {
    top: 23px;
}
.open #nav-toggle span:nth-child(1) {
	top: 23px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 23px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
.open2 #lang-toggle {
	background-size: 1px 1px;
}
.open2 #lang-toggle span:nth-child(1) {
	top: 23px;
	opacity: 1;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open2 #lang-toggle span:nth-child(2) {
	top: 23px;
	opacity: 1;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
#global-nav,
#global-lang {
	position: absolute;
	top: -500px;
	background: #FFF;
	width: 100%;
	text-align: left;
	padding: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul,
#global-lang ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li,
#global-lang ul li {
	position: static;
	margin-top: 5px;
}
#header2017SP #global-nav ul li a,
#header2017SP #global-lang ul li a {
	width: 100%;
	display: block;
	color: #2d2e2e;
	background: #e1e0df;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
}
#header2017SP #global-nav ul li a:before,
#header2017SP #global-lang ul li a:before {
	content: "> ";
}
.open #global-nav,
.open2 #global-lang {
	-moz-transform: translateY(584px);
	-webkit-transform: translateY(584px);
	transform: translateY(584px);
}
#header2017SP ul.selectLang li.kr img,
#header2017SP ul.selectLang li.th img {
	vertical-align: middle;
}

/* footer2017SP___________________________________________________________________________________________________ */
#footer2017SP {
	overflow: hidden;
	margin-top: 20px;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
#footer2017SP ul {
	list-style: none;
	margin-bottom: 5px;
	font-size: 14px;
}
#footer2017SP li {
	margin-top: 5px;
}
#footer2017SP li a {
	width: 100%;
	display: block;
	color: #2d2e2e;
	background: #e1e0df;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
}
#footer2017SP li a:before {
	content: "> ";
}
#footer2017SP span.btnToPC a {
	width: 100%;
	display: block;
	color: #004da0;
	text-decoration: none;
	text-align: right;
	padding: 10px;
	margin-bottom: 5px;
}
#footer2017SP span.btnToPC a:before {
	content: "> ";
}
#footer2017SP li.logo a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#footer2017SP address {
	background-color: #dfdfdf;
	background-image: url(images/keiseilogo_footer.png);
	background-repeat: no-repeat;
	background-position: center 15px;
	padding-top: 100px;
	padding-bottom: 10px;
	font-size: 10px;
	text-align: center;
	color: #323232;
}





/* contents2017___________________________________________________________________________________________________ */
#contents2017 {
	overflow: hidden;
}
h1.mainTitle {
	background-color: #FFF;	
}
h1.mainTitle span {
	display: block;
	width: 100%;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
}
h1.mainTitle span img {
	height: 15px;
	width: auto;
	margin-top: 10px;
	margin-left: 10px
}
#subMainpic {
	min-width: 100%;
	max-width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
#subMainpic h2 {
	min-width: 110%;
	max-width: 110%;
	margin-left: -5%;
	margin-right: auto;
}
#subMainpic img {
	width: 100%;
	height: auto;
}
#contents2017 .mainSlider {
	min-width: 105%;
	max-width: 105%;
	margin-left: -2.5%;
	margin-right: auto;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}
#contents2017 .mainSlider:before {
	display: none;
}
#contents2017 .mainSlider:after {
	display: none;
}

.flex-control-nav {
	display: none !important;
}
#contents2017 .topLinkAreaSP {
	margin-top: 10px;
	margin-bottom: 10px;
}
#contents2017 .topLinkAreaSP ul {
}
#contents2017 .topLinkAreaSP li {
	display: inline-block;
	width: 31%;
	margin-left: 2%;
	margin-bottom: 10px;
	background: rgb(237,237,237); /* Old browsers */
	background: -moz-linear-gradient(left,  rgb(237,237,237) 0%, rgb(255,255,255) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgb(237,237,237) 0%,rgb(255,255,255) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgb(237,237,237) 0%,rgb(255,255,255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#contents2017 .topLinkAreaSP li.info {
	background-image: url(images/info_bg_sp.png);
	background-repeat: no-repeat;
	background-position: -27px center !important;
	width: 97%;
	height: 48px;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cfcfcf;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #cfcfcf;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cfcfcf;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cfcfcf;
}
#contents2017 .topLinkAreaSP li.info2 {
	width: 97%;
	text-align: center;
}
#contents2017 .topLinkAreaSP li.info h2 {
	box-sizing: border-box;
	display: table-cell;
	height: 48px;
	width: 97px;
	font-size: 1.1rem;
	color: #FFF;
	vertical-align: middle;
}
#contents2017 .topLinkAreaSP li.info p {
	box-sizing: border-box;
	display: table-cell;
	height: 48px;
	width: auto;
	padding-left: 15px;
	padding-right: 10px;
	font-size: 1.1rem;
	line-height: 15px;
	vertical-align: middle;
	color: #565656;
	text-align: center;
}
#contents2017 .topLinkAreaSP li.info p a {
	color: #565656;
}
#contents2017 .topLinkAreaSP li.info img {
	margin-top: 0px;
}
#contents2017 .topLinkAreaSP li.delay,
#contents2017 .topLinkAreaSP li.position {
	width: 97%;
	height: 40px;
}
#contents2017 .topLinkAreaSP li:nth-child(1),
#contents2017 .topLinkAreaSP li:nth-child(2),
#contents2017 .topLinkAreaSP li:nth-child(3),
#contents2017 .topLinkAreaSP li:nth-child(4),
#contents2017 .topLinkAreaSP li:nth-child(7) {
	margin-left: 1.5%;
}
#contents2017 .topLinkAreaSP li a {
	display: block;
	width: 100%;
	height: 59px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cfcfcf;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #cfcfcf;
	background-size: 100px 59px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
#contents2017 .topLinkAreaSP li.info a {
	text-indent: 0px;
	height: auto;
	background-color: #FFF;
	border: none;
}
#contents2017 .topLinkAreaSP li.info2 a {
	text-indent: 0px;
	height: auto;
	background-color: #FFF;
	border: none;
}
#contents2017 .topLinkAreaSP li.position a {
	background-image: url(images/top_link_area_sp_position_2019.png);
	background-size: 156px 18px;
	height: 40px;
	background-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cfcfcf;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #cfcfcf;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cfcfcf;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cfcfcf;
}
#contents2017 .topLinkAreaSP li.delay a {
	background-image: url(images/top_link_area_sp_delay.png);
	background-size: 137px 18px;
	height: 40px;
	background-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cfcfcf;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #cfcfcf;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cfcfcf;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cfcfcf;
}
#contents2017 .topLinkAreaSP li.skylineryoyaku a {
	background-image: url(images/top_link_area_sp_skylineryoyaku.png);
}
#contents2017 .topLinkAreaSP li.jikoku a {
	background-image: url(images/top_link_area_sp_jikoku.png);
}
#contents2017 .topLinkAreaSP li.railmap a {
	background-image: url(images/top_link_area_sp_railmap.png);
}
#contents2017 .topLinkAreaSP li.norikae a {
	background-image: url(images/top_link_area_sp_norikae.png);
}
#contents2017 .topLinkAreaSP li.accessj a {
	background-image: url(images/top_link_area_sp_accessj.png);
}
#contents2017 .topLinkAreaSP li.skyliner a {
	background-image: url(images/top_link_area_sp_skyliner.png);
}
#contents2017 .infomationArea {
	background-color: #dfdfdf;
	padding: 10px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#contents2017 .infomationArea .topInfoList {
}
#contents2017 .infomationArea .topInfoList ul {
	list-style: none;
}
#contents2017 .infomationArea .topInfoList li {
	background-color: #FFF;
	padding-top: 5px;
	padding-bottom: 2px;
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	box-sizing: border-box;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	cursor: pointer;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	font-size: 0.9rem;
	color: #323232;
	text-align: center;
}
#contents2017 .infomationArea .topInfoList li:last-child {
	margin-right: 0px;
}
#contents2017 .infomationArea .topInfoList li.current {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	cursor: default;
}
#contents2017 .infomationArea .topInfoList li.all {
	width: 47%;
}
#contents2017 .infomationArea .topInfoList li.info {
	width: 20%;
}
#contents2017 .infomationArea .topInfoList li.news {
	width: 29%;
}
#contents2017 .infomationArea .topInfoList li:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
#contents2017 .infomationArea .infomationData {
	background-color: #FFF;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#contents2017 .infomationArea .infomationData .subInfoList {
}
#contents2017 .infomationArea .infomationData .subInfoList ul {
	list-style: none;
}
#contents2017 .infomationArea .infomationData .subInfoList li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid #dfdfdf;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	margin-right: 2% !important;
}
#contents2017 .infomationArea .infomationData .subInfoList li:nth-child(3n) {
	margin-right: 0% !important;
}
#contents2017 .infomationArea .infomationData .subInfoList li.current {
	border: 1px solid #0a3788;
	background-color: #0a3788;
}
#contents2017 .infomationArea .infomationData .subInfoList li.all,
#contents2017 .infomationArea .infomationData .subInfoList li.accessj,
#contents2017 .infomationArea .infomationData .subInfoList li.skyliner,
#contents2017 .infomationArea .infomationData .subInfoList li.wayside,
#contents2017 .infomationArea .infomationData .subInfoList li.kaihatu,
#contents2017 .infomationArea .infomationData .subInfoList li.kanren {
	width: 32%;
	height: 34px;
	text-indent: -9999px;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 90px 64px;
	cursor: pointer;
}
#contents2017 .infomationArea .infomationData .subInfoList li.all {
	background-image: url(images/sub_info_list_icon_all_sp.png);
}
#contents2017 .infomationArea .infomationData .subInfoList li.accessj {
	background-image: url(images/sub_info_list_icon_accessj_sp.png);
}
#contents2017 .infomationArea .infomationData .subInfoList li.skyliner {
	background-image: url(images/sub_info_list_icon_skyliner_sp.png);
}
#contents2017 .infomationArea .infomationData .subInfoList li.wayside {
	background-image: url(images/sub_info_list_icon_wayside_sp.png);
}
#contents2017 .infomationArea .infomationData .subInfoList li.kaihatu {
	background-image: url(images/sub_info_list_icon_kaihatu_sp.png);
}
#contents2017 .infomationArea .infomationData .subInfoList li.kanren {
	background-image: url(images/sub_info_list_icon_kanren_sp.png);
}
#contents2017 .infomationArea .infomationData .subInfoList li.all.current,
#contents2017 .infomationArea .infomationData .subInfoList li.accessj.current,
#contents2017 .infomationArea .infomationData .subInfoList li.skyliner.current,
#contents2017 .infomationArea .infomationData .subInfoList li.wayside.current,
#contents2017 .infomationArea .infomationData .subInfoList li.kaihatu.current,
#contents2017 .infomationArea .infomationData .subInfoList li.kanren.current {
	background-position: center bottom;
	cursor: default;
}

#contents2017 .infomationArea .infomationData .yearList {
	margin-top: 20px;
	margin-bottom: 20px;
}
#contents2017 .infomationArea .infomationData .yearList ul {
	list-style: none;
}
#contents2017 .infomationArea .infomationData .yearList li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid #dfdfdf;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	width: 23.5%;
	height: 34px;
	line-height: 34px;
	margin-right: 2%;
	color: #0a3788;
	font-size: 0.9rem;
	text-align: center;
	cursor: pointer;
}
#contents2017 .infomationArea .infomationData .yearList li.lastyear3 {
	margin-right: 0%;
}
#contents2017 .infomationArea .infomationData .yearList li:last-child {
	margin-top: 10px;
	width: 100%;
	margin-right: 0%;
}
#contents2017 .infomationArea .infomationData .yearList li.current {
	border: 1px solid #0a3788;
	background-color: #0a3788;
	color: #FFF;
}

#contents2017 .infomationArea .infomationData .infomationDataList {
	margin-top: 20px;
}
#contents2017 .infomationArea .infomationData .infomationDataList dl {
}
#contents2017 .infomationArea .infomationData .infomationDataList dt {
	display: block;
	width: 100%;
	clear: left;
	float: none;
	color: #666666;
	position: relative;
	z-index: 10;
	margin-bottom: 5px;
}
#contents2017 .infomationArea .infomationData .infomationDataList dt:before {
	content: "";
	width: auto;
	display: inline-block;
	text-align: center;
	margin-right:0px;
}
#contents2017 .infomationArea .infomationData .infomationDataList dt:after {
	content: "";
	width: auto;
	display: none;
	text-align: center;
	position: absolute;
	right: 15px;
	top: 0;
}
#contents2017 .infomationArea .infomationData .infomationDataList dt.new:before {
	width: 3.5em;
	display: inline-block;
	text-align: center;
	margin-right:10px;
	content: "NEW";
	color: #FFF;
	background-color: #d7092f;
}
#contents2017 .infomationArea .infomationData .infomationDataList dt.info:after {
	content: "お知らせ";
	color: #323232;
	background-color: #e7e7e7;
}
#contents2017 .infomationArea .infomationData .infomationDataList dt.news:after {
	content: "ニュースリリース";
	color: #323232;
	background-color: #d2e8f9;
}
#contents2017 .infomationArea .infomationData .infomationDataList dd {
	display: block;
	width: auto;
	margin-bottom: 10px;
	float: none;
	padding-left: 20px;
	color: #0a3788;
}
#contents2017 .infomationArea .infomationData .infomationDataList dd a {
	color: #0a3788;
	text-decoration: none;
}
#contents2017 .infomationArea .infomationData .infomationDataList dd a:hover {
	text-decoration: underline;
}
#contents2017 .infomationArea .infomationData .infomationDataList dd.accessj {
	background-image: url(images/sub_info_list_dt_icon_accessj.png);
	background-repeat: no-repeat;
	background-position: left 1px;
}
#contents2017 .infomationArea .infomationData .infomationDataList dd.skyliner {
	background-image: url(images/sub_info_list_dt_icon_skyliner.png);
	background-repeat: no-repeat;
	background-position: left 1px;
}
#contents2017 .infomationArea .infomationData .infomationDataList dd.wayside {
	background-image: url(images/sub_info_list_dt_icon_wayside.png);
	background-repeat: no-repeat;
	background-position: left 1px;
}
#contents2017 .infomationArea .infomationData .infomationDataList dd.kaihatu {
	background-image: url(images/sub_info_list_dt_icon_kaihatu.png);
	background-repeat: no-repeat;
	background-position: left 1px;
}
#contents2017 .infomationArea .infomationData .infomationDataList dd.kanren {
	background-image: url(images/sub_info_list_dt_icon_kanren.png);
	background-repeat: no-repeat;
	background-position: left 1px;
}
#contents2017 .infomationArea span {
	display: block;
	clear: both;
	font-size: 1.0rem;
	color: #666666;
	text-align: right;
}
#contents2017 .infomationArea span a {
	font-size: 1.0rem;
	color: #666666;
	text-decoration: none;
}
#contents2017 .infomationArea span a:hover {
	text-decoration: underline;
}


#contents2017.subPage {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
#contents2017.subPage .accessjArea {
	margin-top: 30px;
	margin-bottom: 30px;
}
#contents2017.subPage .accessjArea ul.accessjAreaList {
	list-style: none;
	padding-left: 0px;
	padding-right: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
#contents2017.subPage .accessjArea ul.accessjAreaList li {
	display: inline-block;
	width: 128px;
	min-height: 90px;
	margin-right: 4%;
	margin-left: 4%;
	margin-bottom: 0px;
	padding-left: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	text-align: left;
}
#contents2017.subPage .accessjArea ul.accessjAreaList li img {
	position: absolute;
	left: 0;
	top: 0;
	width: 128px;
	height: 90px;
}
#contents2017.subPage .accessjArea ul.accessjAreaList li:nth-child(even) {
	margin-right: 4%;
}
#contents2017.subPage .accessjArea li h3 a {
	color: #0a3788;
	text-decoration: none;
	font-size: 1.4rem;
	display: block;
	padding-top: 100px;
	vertical-align: bottom;
}
#contents2017.subPage .accessjArea li h3 a:before {
	display: inline-block;
	background-color: #6cadde;
	content: "＞";
	color: #FFF;
	width: 18px;
	line-height: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	margin-right: 5px;
}
#contents2017.subPage .accessjArea li h3 a:hover {
	text-decoration: underline;
}
#contents2017.subPage .accessjArea li p {
	margin-top: 10px;
	color: #666666;
	font-size: 1.2rem;
}
#contents2017.subPage .accessjArea li.skyliner {
}
#contents2017.subPage .accessjArea li.skylinerEc {
}
#contents2017.subPage .accessjArea li.norikae_n1 {
}
#contents2017.subPage .accessjArea li.norikae_t1 {
}
#contents2017.subPage .accessjArea li.fare {
}
#contents2017.subPage .accessjArea li.vmap {
}
#contents2017.subPage .accessjArea li.railmap {
}
#contents2017.subPage .accessjArea li.lost {
}
#contents2017.subPage .accessjArea li.stationmap {
}
#contents2017.subPage .accessjArea li.sharyou {
}
#contents2017.subPage .accessjArea li.goriyo {
}
#contents2017.subPage .accessjArea li.value_ticket {
}

#contents2017.subPage.faq h2 {
	line-height: 18px;
	background-image: url(images/subpage_h2_bg.png);
	background-size: 650px 100%;
	background-color: #0A3788;
	text-indent: 0px;
	background-repeat: no-repeat;
	padding: 10px 0 10px 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 1.7rem;
	color: #FFF;
}
#contents2017.subPage.faq h3 {
	font-size: 1.5rem;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
#contents2017.subPage.faq p {
	color: #333333;
	font-size: 1.2rem;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px; 
}
#contents2017.subPage.faq .tableArea {
	padding: 10px;
	border: 10px solid #dfdfdf;
	margin-top: 20px;
	margin-bottom: 20px;
}
#contents2017.subPage.faq .tableArea table {
	border-collapse: separate;
	border-spacing: 0px;
	width: 100%;
	margin-bottom: 30px;
}
#contents2017.subPage.faq .tableArea tr {
}
#contents2017.subPage.faq .tableArea th {
	background-color: #0a3788;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: normal;
	padding: 10px;
	width: 20%;
	display: block;
	width: 100%;
	text-align: left;
}
#contents2017.subPage.faq .tableArea td {
	background-color: #dfdfdf;
	padding: 10px;
	line-height: 3em;
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
#contents2017.subPage.faq .tableArea td input[type="text"],
#contents2017.subPage.faq .tableArea td input[type="email"],
#contents2017.subPage.faq .tableArea td textarea,
#contents2017.subPage.faq .tableArea td select,
#contents2017.subPage.faq .tableArea .position button,
#contents2017.subPage.faq .tableArea .bottomBtn button {
	outline: 0;
	padding: 5px;
	border: none;
	line-height: 18px;
	vertical-align: middle;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
#contents2017.subPage.faq .tableArea td select {
	padding: 3px;
	width: 30%;
}
#contents2017.subPage.faq .tableArea td #ContactSurname,
#contents2017.subPage.faq .tableArea td #ContactName,
#contents2017.subPage.faq .tableArea td #ContactPhone,
#contents2017.subPage.faq .tableArea td #ContactAge,
#contents2017.subPage.faq .tableArea td #ContactEmail,
#contents2017.subPage.faq .tableArea td #ContactEmailRetry,
#contents2017.subPage.faq .tableArea td #ContactSubject,
#contents2017.subPage.faq .tableArea td #ContactGroup,
#contents2017.subPage.faq .tableArea td #ContactBody,
#contents2017.subPage.faq .tableArea td #ContactAddress1,
#contents2017.subPage.faq .tableArea td #ContactAddress2,
#contents2017.subPage.faq .tableArea td #ContactAddress3,
#contents2017.subPage.faq .tableArea td #ContactSection1,
#contents2017.subPage.faq .tableArea td #ContactSection2,
#contents2017.subPage.faq .tableArea td #ContactTrain,
#contents2017.subPage.faq .tableArea td #ContactPosition {
	width: 100%;
}
#contents2017.subPage.faq .tableArea td .position {
	position: relative;
	right: auto;
	width: auto;
	left: auto;
}
#contents2017.subPage.faq .tableArea td span.position {
	position: absolute;
	right: 10px;
	width: auto;
	left: 10px;
}
#contents2017.subPage.faq .tableArea td select.position {
	margin-top: 4px;
	width: 18%;
}
#contents2017.subPage.faq .tableArea td .position input {
	width: 28%;
}
#contents2017.subPage.faq .tableArea td .position button {
	background-color: #333333;
	font-size: 1.1rem;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	color: #FFF;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
#contents2017.subPage.faq .tableArea td .position button:hover {
	background-color: #666666;
	color: #FFF;
}
#contents2017.subPage.faq .tableArea td select.position {
	position: relative;
	display: block;
	right: auto;
	width: 100%;
	left: auto;
}
#contents2017.subPage.faq .tableArea td .width100 {
	width: 80%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#contents2017.subPage.faq .tableArea .bottomBtn {
	text-align: center;
}
#contents2017.subPage.faq .tableArea .bottomBtn button,
#contents2017.subPage.faq .tableArea .bottomBtn a {
	display: block;
	width:60%;
	background-color: #dfdfdf;
	font-size: 1.6rem;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	cursor: pointer;
	color: #333333;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	line-height: 18px;
	vertical-align: baseline;
}
#contents2017.subPage.faq .tableArea .bottomBtn button:hover,
#contents2017.subPage.faq .tableArea .bottomBtn a:hover {
	background-color: #EBEBEB;
	color: #000000;
}
#contents2017.subPage.faq .tableArea td span.textGray {
	line-height: 1.5em;
	margin-top: 5px;
}
#contents2017.subPage.faq p.faq_borderP {
	margin: auto 0 30px 10px !important;
}
#contents2017.subPage.faq p.faq_borderP a {
	font-size: 100% !important;
}
#contents2017.subPage.faq p a {
	font-size: inherit;
}
#contents2017.subPage.faq .faq_imgBtn {
	display: block;
	margin: auto auto 20px auto !important;
	width: 95% !important;
	border: 2px solid #DEDEDE;
}
#contents2017.subPage.faq .faq_imgBtn img {
	width: 100% !important;
	height: auto;
}
#contents2017.subPage.faq #guide_table {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
}
#contents2017.subPage.faq ol {
	color: #333333;
	font-size: 1.5rem;
	margin-bottom: 0px;
	list-style-type: decimal;
}
#contents2017.subPage.faq ol li {
	color: #333333;
	font-size: 1.2rem;
	margin-bottom: 10px;
	line-height: 18px;
	margin-left: 2.5em;
	margin-right: 10px;
}



#contents2017.subPage .faqList {   
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 10px solid #dfdfdf;
	margin-bottom: 20px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#contents2017.subPage .faqList h3 {
	font-weight: normal;
	font-size: 1.7rem;
	color: #0a3788;
	text-align: center;
	border-bottom: 2px solid #dfdfdf;
	padding: 5px;
	margin-top: 20px;
	letter-spacing: 2px;
}
#contents2017.subPage .faqList dl {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#contents2017.subPage .faqList dl dt {
	background-color: #0a3788;
	font-size: 1.4rem;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 10px 60px 10px 50px;
	position: relative;
	color: #FFF;
	counter-increment: question;
}
#contents2017.subPage .faqList dl dt:first-child {
	margin-top: 10px;
}
#contents2017.subPage .faqList dl dd {
	background-color: #dfdfdf;
	display: none;
	font-size: 1.4rem;
	color: #333333;
	line-height: 18px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 10px;
	padding-top: 10px;
	position: relative;
	counter-increment: answer;
}
#contents2017.subPage .faqList dl dd:last-child {
	margin-bottom: 10px;
}
#contents2017.subPage .faqList dl dt::before {
	color: #FFF;
	content: "Q." counter(question) ;
	display: block;
	font-size: 1.5rem;
	font-weight: normal;
	position: absolute;
	text-align: center;
	top: 12px;
	left: 10px;
}
#contents2017.subPage .faqList dl dd::before {
	color: #0a3788;
	content: "A." counter(question) ;
	display: block;
	font-size: 1.5rem;
	font-weight: normal;
	position: absolute;
	text-align: center;
	top: 12px;
	left: 10px;
}
#contents2017.subPage .faqList dl dt span {
	background-image: url("images/faq_btn_open.png");
	background-position: center center;
	background-size: 22px 10px;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	text-indent: -9999px;
	transition: all 0.3s ease 0s;
	width: 50px;
}
#contents2017.subPage .faqList dl dt span:hover {
	background-color: #0F4FC4;
}
#contents2017.subPage .faqList dl dt span.closeBtn {
	background-image: url("images/faq_btn_close.png");
}
#contents2017.subPage .faqList dl dt span.closeBtn:hover {
	background-color: #0F4FC4;
}


#contents2017.subPage .tableArea td .privacyBlock {
	width: 100%;
	margin: 0px auto 15px auto;
	padding: 10px;
	background: #fff;
	max-height: 250px;
	overflow-y: scroll;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#contents2017.subPage .tableArea td .privacyBlock p {
	padding: 0;
}
#contents2017.subPage .tableArea td .privacyBlock ul {
	padding-left: 1.5em;
	font-size: 1.2rem;
	margin-bottom: 25px;
}
#contents2017.subPage .tableArea td .privacyBlock ul li {
	font-size: 1.2rem;
}
#contents2017.subPage .tableArea td .privacyBlock ol {
	font-size: 1.2rem;
	padding-left: 0.5em;
	margin-bottom: 25px;
}
#contents2017.subPage .tableArea td .privacyBlock ol li {
	font-size: 1.2rem;
}
#contents2017.subPage .tableArea td input#gk2 {
	position: absolute;
}
#contents2017.subPage .tableArea td #Label2 {
	line-height: 1.5em;
	display: block;
	padding-left: 25px;
}
#header2017_en .inner {
	width: 100%;
}
#header2017_en h1 {
	margin-top: 10px;
	margin-bottom: -10px;
	padding-left: 10px;
	padding-right: 10px;
}
#footer2017_en {
	padding-bottom: 90px;
	font-size: 80%;
}