#main .container p,
#main .container li {
	font-size: 1.6rem;
}
@media screen and (max-width: 959.98px) {
	#main .container p,
	#main .container li{
    font-size: 3rem;
  }
}

#main .container {
	width: 98rem;
	margin: 6rem auto 0;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.last {
	margin-right: 0 !important;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.text_left {
	text-align: left;
}
.sm, .sm1 {
	display: none;
}
.notice {
	padding: 10px 15px;
	background-color: #f4f4f4;
}
.noticeTtl {
	color: #0473bd;
}
.notice p {
	font-size: 14px !important;
	line-height: 20px;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0
}
/* COMMON TITLE */
h2.heading, h3.heading {
	background-color: #C2DCF7;
	font-size: 18px;
	padding: 9px 10px 9px 11px;
	margin-bottom: 15px;
	font-weight: bold;
	clear: both;
}
h2.heading span, h3.heading span {
	display: block;
	border-left: 4px solid #0473BD;
	padding-left: 10px;
	line-height: 1.2;
}
.heading2 {
	font-size: 18px;
	color: #0473BD;
	margin-bottom: 20px;
	font-weight: bold;
}
h3.title {
	color: #0473BD;
	font-size: 18px;
	font-weight: bold;
	background: url(/travel-information/assets/img/train-usage-guide/wifi/bullet02.png) no-repeat 0 center;
	padding-left: 15px;
	margin-bottom: 5px;
	clear: both;
}
h3.title02 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	background: url(/travel-information/assets/img/train-usage-guide/wifi/bullet03.png) no-repeat 0 center;
	padding-left: 15px;
	margin-bottom: 5px;
	clear: both;
}
h3.title03 {
	color: #0473BD;
	font-size: 18px;
	margin-bottom: 5px;
	padding-left: 30px;
	position: relative;
	clear: both;
}
h4.title02 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	background: url(/travel-information/assets/img/train-usage-guide/wifi/bullet03.png) no-repeat 0 center;
	padding-left: 15px;
	margin-bottom: 5px;
	clear: both;
}
/* TABLE STYLE */
.tbl_default {
	font-size: 16px;
	margin-bottom: 10px;
}
.tbl_default th, .tbl_default td {
	border: 1px solid #ccc;
	padding: 10px;
}
.tbl_default thead {
	background-color: #C2DCF7;
	font-weight: bold;
	text-align: center;
}
.tbl_default tbody th {
	text-align: left;
	vertical-align: top;
	width: 30.5%;
}
.tbl_default tbody tr:nth-child(even) {
	background-color: #F2F3F5;
}

/* PANEL */
.panel_default {
	width: 88rem;
	margin: 0 auto 4rem;
	font-family: Arial, Helvetica, sans-serif;
}
.panel_default .panel_heading .panel_title {
	position: relative;
	font-size: 2.4rem;
	border-bottom: 4px solid #DFDFDF;
	padding: 6px 0 7px 2px;
	margin-bottom: 22px;
	color: #0473bd;
}
.panel_default .panel_heading .panel_title:after {
	content: "";
	width: 23%;
	height: 4px;
	left: 0;
	bottom: -4px;
	position: absolute;
	background-color: #0473BC;
}
.panel_default .panel_body {
	padding: 0 20px;
}
.panel_default .panel_body p {
	font-size: 16px;
	padding: 2px 0;
}
.panel_default a:link {
	color: #0473bd;
	outline: none;
	text-decoration: underline;
}
.panel_default a:visited {
	color: #0473bd;
}
.panel_default a:hover {
	color: #0473bd;
	outline: none;
	text-decoration: none;
}
.panel_default a.current {
	color: #333;
	text-decoration: none;
}

/*******************************************************/
/* content_nav search */
.control_nav {
	background: #F2F3F5;
	padding: 11px 8px 5px 8px;
}
.content_nav {
	background: #F2F3F5;
	padding: 11px 8px 5px 8px;
	margin-bottom: 60px;
}
.content_nav h3 {
	text-align:center;
	font-size:24px;
	padding:5px 0px 10px 0px;
	color:#333;
}
.cat_search .summary {
	background: #E8F0f9;
	padding: 17px 18px 18px 19px;
	margin-bottom: 40px;
}
.cat_search .summary a {
	display: inline-block;
	text-decoration: underline;
}
.cat_search .summary h3 a {
	color: #333;
	font-size: 18px;
	background: url(/travel-information/assets/img/train-usage-guide/wifi/arrow06.png) no-repeat 0 center;
	padding-left: 15px;
	font-weight: bold;
}
.cat_search .summary .rows {
	padding: 18px 0;
	border-bottom: 1px solid #ccc;
}
.cat_search .summary.has_parent .rows {
	margin-left: 38px;
}
.cat_search .summary .rows:last-child {
	border-bottom: none;
	margin-bottom: -12px;
}
.cat_search .summary > h3 {
	margin-bottom: -4px;
}
.cat_search .summary .rows > a {
	font-size: 18px;
	font-weight: bold;
	zoom: 1;
	background-image: url(/travel-information/assets/img/train-usage-guide/wifi/arrow01.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../travel-information/assets/img/train-usage-guide/wifi/arrow01.png', sizingMethod='scale');*/
	padding-left: 13px;
}
.cat_search .summary .content {
	margin-top: 15px;
}
.cat_search .summary.first .content {
	padding-bottom: 5px;
}
.cat_search .summary .sub_item,
.control_nav .rows,
.content_nav .rows {
	display: table;
	width: 100%;
	margin-bottom: 6px;
}
.cat_search .summary .sub_item .item {
	display: table-cell;
	background: #fff;
	-webkit-border-radius: 1px;
	-ms-border-radius: 1px;
	border-radius: 1px;
	vertical-align: top;
	font-size: 16px;
}
.control_nav .rows .item {
	display: table-cell;
	background: #67afdf;
	-webkit-border-radius: 1px;
	-ms-border-radius: 1px;
	border-radius: 1px;
	vertical-align: top;
	font-size: 16px;
}
.content_nav .rows .item {
	display: table-cell;
	background: #fff;
	-webkit-border-radius: 1px;
	-ms-border-radius: 1px;
	border-radius: 1px;
	vertical-align: top;
	font-size: 16px;
}
.cat_search .summary .sub_item .item {
	width: 33.3333%;
	padding: 18px 10px;
	border-left: 3px solid #E8F0F9;
	border-right: 3px solid #E8F0f9;
	text-align: center;
}
.time_clock {
	position: relative;
	top: 1px;
}
.control_nav .rows .item,
.content_nav .rows .item {
	border-left: 3px solid #F2F3F5;
	border-right: 3px solid #F2F3F5;
	text-align: left;
	width: 100%;
	position: relative;
}
.control_nav .rows .item:hover,
.control_nav .rows .item.active{
	background-color:#0473bd;
	boder:sollid 3px #0473bd;
}
.control_nav .rows.column_2 .item , 
.content_nav .rows.column_2 .item {
	width: 50%;
	padding-left: 3px;
}
.control_nav .rows .item a {
	display: block;
	color: #fff;
	font-weight: bold;
	background: url(/travel-information/assets/img/train-usage-guide/wifi/arrow07.png) no-repeat 17px center;
	padding: 18px 0 18px 35px;
	position: relative;
	z-index: 99;
	outline: none;
	text-decoration: none;
}
.content_nav .rows.column_2 .item .trans.item_2{
	padding: 30px 0 29px 35px;
}
.content_nav .rows .item a {
	width:100%;
	display: block;
	color: #666;
	font-weight: bold;
	background: url(/travel-information/assets/img/train-usage-guide/wifi/arrow01.png) no-repeat 17px center;
	padding: 18px 0 18px 35px;
	position: relative;
	z-index: 99;
	outline: none;
	text-decoration: none;
}
.content_nav .rows .item:hover:after,
.content_nav .rows .item.active:after {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 3px solid #5399DF;
	position: absolute;
	z-index: 9;
}

.control_nav .rows .item.empty,
.cat_search .summary .sub_item .item.empty {
	background-color: transparent;
}
.control_nav .rows .item.empty:after {
	display: none;
}
.content_nav .rows .item.empty,
.cat_search .summary .sub_item .item.empty {
	background-color: transparent;
}
.content_nav .rows .item.empty:after {
	display: none;
}
h3 .ico_number {
	display: inline-block;
	color: #FFF;
	background-color: #0473BD;
	width: 20px;
	height: 20px;
	line-height: 22px;
	text-align: center;
	position: absolute;
	top: 3px;
	left: 0;
}
.list_number .ico_number {
	display: inline-block;
	color: #FFF;
	background-color: #0473BD;
	width: 20px;
	height: 20px;
	line-height: 22px;
	text-align: center;
	position: absolute;
	top: 3px;
	left: 0;
}
.block .state {
	background-color: #DFDFDF;
	padding: 10px;
}
.state .list_area {
	background-color: #fff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 10px 0;
	margin-bottom: 5px;
}
#timeover {
	text-align:center;
	padding: 10px 0;
}

/*********\
	TOP
\*********/
.control_tab {
	background-color: #F2F3F5;
}
.tab_bottom {
	background-color: #F2F3F5;
}
.control_tab {
	border-bottom: 5px solid #0473BD;
	padding: 9px 8px 6px 8px;
	margin-bottom: 20px;
}
.tab_bottom {
	padding: 4px 4px 5px;
	margin-bottom: 60px;
	margin-top: 30px;
}
.control_tab ul,
.tab_bottom ul {
	display: table;
	width: 100%;
}
.tab_bottom ul {
	border-spacing: 5px;
}
.control_tab ul li,
.tab_bottom ul li {
	display: table-cell;
	width: 33.333%;
	vertical-align: middle;
	background-color: #FFF;
	text-align: center;
	position: relative;
}
.control_tab ul li {
	padding: 10px 20px;
	font-size: 18px;
	border-left: 2px solid #F3F3F5;
	border-right: 2px solid #F3F3F5;
}
.control_tab ul li.hover,
.control_tab ul li.active {
	background-color: #0473BD;
}
.control_tab ul li.hover:after,
.control_tab ul li.active:after,
.tab_bottom ul li.hover:after,
.tab_bottom ul li.active:after {
	content: "";
	width: 100%;
	left: 0;
	position: absolute;
}
.control_tab ul li.hover:after,
.control_tab ul li.active:after {
	height: 6px;
	bottom: -6px;
	background-color: #0473BD;
}
.tab_bottom ul li {
	padding: 2px 20px;
	font-size: 16px;
}
.tab_bottom ul li.hover:after,
.tab_bottom ul li.active:after {
	height: 100%;
	top: 0;
	border: 3px solid #0473BD;
}
.control_tab li a,
.tab_bottom li a {
	display: block;
	background: url(/travel-information/assets/img/train-usage-guide/wifi/arrow01.png) no-repeat 0 center;
	color: #666;
	position: relative;
	z-index: 99;
	font-weight: bold;
}
.control_tab li a,
.tab_bottom li a {
	padding: 7px 0;
}
.control_tab ul li:hover a	{
	background-image: url(/travel-information/assets/img/train-usage-guide/wifi/arrow01.png);
	color: #0473bd;
}
.control_tab ul li.active a {
	background-image: url(/travel-information/assets/img/train-usage-guide/wifi/arrow07.png);
	color: #FFF;
}

.service {
	margin-bottom: 40px;
	padding-top: 5px;
}
.service .top_img {
	text-align: center;
}
.service .status {
	border: 6px solid #0473BD;
	background-color: #FFF;
	color: #0473BD;
	padding: 8px 45px 11px 97px;
}
.status .location {
	display: table;
}
.status .thumb {
	display: table-cell;
    width: 95px;
	vertical-align: middle;
}
.status .location div {
	display: table-cell;
	vertical-align: middle;
	padding-top: 7px;
	padding-left: 30px;
	font-size: 24px;
	line-height: 1;
}
.status .location p {
	line-height: 1.25;
	font-weight: bold;
	font-size: 24px;
}
.info {
    margin-bottom: 55px;
}
.info .list_info {
    padding: 0 15px 0 20px;
    margin-top: -3px;
}
.info dl {
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-size: 16px;
	padding-top: 5px;
}
.info dl:last-child {
	border-bottom: 0;
}
.info dl dt {
	font-weight: bold;
	float: left;
	width: 160px;
}
.info dl dd {
    padding-left: 160px;
}
.info dl dd a {
	text-decoration: underline;
}
/*********************\
*	HOW TO USE new	 *
\*********************/
#howto_New .howto_step .list_step .arrowBox.arrow{
	position:relative;
}
#howto_New .howto_step .list_step .arrowBox.arrow:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 24px;
	background-image:url(/travel-information/assets/img/train-usage-guide/wifi/ico_arrow.png);
	background-repeat: no-repeat;
	background-position: center top;
	top:-20px;
}
#howto_New .howto_step {
	font-size:16px;
}
#howto_New .howto_step .list_step {
	background: #E8F0F9;
	padding: 0 30px 0 30px;
	position: relative;
	overflow: hidden;
}
#howto_New .howto_step .list_step .contentsTtl{
	padding:20px 0;
	font-size:20px;
	font-weight:bold;
}
#howto_New .howto_step .list_step h3{
	background-color: #0473bd;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	line-height: 2.7;
}
#howto_New .howto_step .list_step h3 img{
	padding: 5px 10px 5px 5px;
}
#howto_New .howto_step .block {
    background: #FFF;
    padding: 20px;
    margin-bottom: 30px;
}
#howto_New .howto_step .list_step .step{
	overflow: hidden;
	padding-top: 20px;
	position:relative;
}
#howto_New .howto_step .step01 .block{
    margin-top: 30px;
}
#howto_New .howto_step .list_step .step01 .txt01 {
		width:400px;
		float:right;
}
#howto_New .howto_step .list_step .step02 .txt02 {
	width: 360px;
	position: absolute;
	right:0;
	top:40px;
	padding-right:25px;
}
#howto_New .howto_step .list_step .stepA{
	float: left;
	width: 48%;
}
#howto_New .howto_step .list_step .stepA .txt,
#howto_New .howto_step .list_step .stepB .txt{
	margin:15px 0 0 0;
}
#howto_New .howto_step .list_step .stepA .step small{
	font-size:13px;
}
#howto_New .howto_step .list_step .stepB{
	float:right;
	width: 48%;
}
#howto_New .howto_step .list_step h3 p{
	padding-left: 60px;
    margin-top: -50px;
}
#howto_New .wfOther{
	margin-top:30px;
}
#howto_New .wfOther .step {
    padding-top: 0;
	overflow: hidden;
}
#howto_New .wfOther .step .txt01{
	width: 560px;
}
#howto_New .wfOther .step .fr{
	padding-right: 66px;
}
#howto_New #note{
	margin-top: 40px;
	font-size: 16px;
}
#howto_New #note .list_notes dt,
#howto_New #note .list_notes dd{
	padding-left:1em;
	text-indent:-1em;
}

/***************\
*	HOTSPOTS	*
\***************/
.hotspots .heading,
.howto_step .heading {
	margin-bottom: 20px;
}
.hotspots .location {
    background-color: #E8F0F9;
    padding: 30px 30px 20px;
    margin-bottom: 35px;
}
.hotspots .location.map{
    padding: 0;
}
.hotspots .location .img_map {
    margin-bottom: 0;
	padding: 0;	
}
.hotspots .location .img_map img{
    width: 100%;	
}
.hotspots .location .file {
    background-color: #F39800;
    color: #FFF;
    font-size: 16px;
    width: 410px;
    display: inline-block;
    padding: 18px 0;
    text-decoration: none;
}
.hotspots .location .file span {
    display: inline-block;
    background: url(/travel-information/assets/img/train-usage-guide/wifi/arrow07.png) no-repeat 0 center;
    padding-left: 20px;
}

.hotspots .huraka {
	border: 3px solid #0473BD;
	position: relative;
	padding: 30px 10px 30px 7px;
	margin-bottom: 40px;
}
.hotspots .huraka .smallTxt{
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 110%;
}
.hotspots .huraka p a{
	font-weight: normal;
}
.huraka .thumb {
	position: absolute;
	bottom: 7px;
}
.huraka p {
	color: #f95d34;
	font-weight: bold;
	font-size: 20px;
    margin-left: 59%;
	letter-spacing: -0.03em;
}
.txt {
	font-size: 16px;
	margin-bottom: 35px;
}
.bullet {
	color: #E60012;
}

.spot {
    background: #F2F3F5;
    padding: 20px 10px 10px 10px;
    margin-bottom: 40px;
}
.spot ul li {
    float: left;
    width: 395px;
    background: #fff;
    margin-left: 10px;
    margin-bottom: 10px;
    position: relative;
}
.spot ul li .photo {
    float: left;
    width: 140px;
}
.spot ul li .description {
    float: left;
    width: 245px;
    padding: 8px 10px 10px;
}
.spot ul li h3 {
    font-size: 16px;
    font-weight: bold;
}
.spot ul li .detail {
    display: block;
    font-size: 16px;
    color: #FFF;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #0473BD;
    width: 235px;
    text-align: center;
    padding: 0px 10px;
}

.location_detail {
    margin-bottom: 40px;
}
.detail .tbl_default thead th {
	text-align: left;
}
.detail .tbl_default thead td,
.area_wifi .tbl_default thead th {
    text-align: center;
}

#location h2.heading {
    margin-bottom: 20px;
}
.spot ul li .detail span {
	display: block;
	background: url(/travel-information/assets/img/train-usage-guide/wifi/arrow07.png) no-repeat 0 center;
	padding: 1px 0;
}
.hotspots .wifi_free {
    position: relative;
    margin-bottom: 40px;
}
.hotspots .wifi_free a {
	display: block;
}
.hotspots .wifi_free .icon {
    display: block;
    position: absolute;
    width: 64px;
    left: 18.8%;
    top: 23px;
}
.area_wifi {
	margin-bottom: 35px;
    font-size: 16px;
}
.area_wifi .notice{
	text-indent: -15px;
	padding: 5px 10px 5px 25px;
}
.tbl_default th, .tbl_default td {
	text-align: left;
}
.tbl_default tbody tr .number{
	text-align:center;
}
.panel_body #location .date{
	text-align:right;
}
/*********kansai_airport*********/
#kansai_airport .txt_box{
	border: 3px solid #0473bd;
	padding: 13px;
	color: #0473bd;
	text-align: center;
	margin-bottom: 28px;
}
#kansai_airport .txt_box p{
	font-weight: bold;
	font-size: 20px;
}
#kansai_airport .main{
	overflow:hidden;
}
#kansai_airport .main .ticket-office_txt{
	float: right;
	width: 353px;
	padding: 45px 0 16px 0;
}
#kansai_airport .main .ticket-office_img{
	float:left;
}
#kansai_airport .main .ticket-office_btn{
	float: right;
	width: 353px;
	background-color: #f39800;
	text-align: center;
}
#kansai_airport .main .ticket-office_btn a{
	display: block;
	padding: 15px 0;
	text-decoration: none;
	font-weight: bold;
}
#kansai_airport .main .ticket-office_btn a span{
	padding-left:10px;
	background-image:url(/travel-information/assets/img/train-usage-guide/wifi/arrow07.png);
	background-repeat:no-repeat;
    background-position: left center;
	color:#fff;
}
#kansai_airport .main .ticket-office_btn a span small{
	font-size:12px;
}
#kansai_airport .howto {
	border: 2px solid #cccccc;
	padding:25px 28px 30px 28px;
    margin-top: -2px;
}
#kansai_airport .howto .step_howto{
	float:left;
	padding-bottom: 20px;
}
#kansai_airport .howto .howto_txtBox {
    text-align: center;
    background-color: #f2f3f5;
    color: #0071bc;
    clear: both;
    margin-top: 20px;
    padding: 20px 15px 17px 15px;
}
#kansai_airport .howto_img{
	padding-top:15px;
}
/***********************************/
.panel_default .newLink{
	padding: 5px 5px 5px 1em;
	margin: 20px;
	background-color: #f2dcdb;
	text-indent: 0.7em;
}
.panel_default .newLink p{
	color: #F00;
}
.panel_default .newLink .newLinkTtl{
	color:#333333;
	font-weight:bold;
}
.panel_default .newLink p a{
	background: url(/travel-information/assets/img/train-usage-guide/wifi/bullet.png) no-repeat 0 center;
	padding-left: 10px;
	text-decoration: underline;
	color: #F00;
	font-weight: normal;
}
