/*********\
	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(/global/common/images/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(/global/common/images/arrow01.png);
	color: #0473bd;
}
.control_tab ul li.active a {
	background-image: url(/global/common/images/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: 143px;
}
.info dl dd {
    padding-left: 143px;
}
.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(../images/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;	
}
#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 .step01 .block{
    margin-top: 30px;
}
#howto_New .howto_step .list_step .step{
	overflow: hidden;
	padding-top: 20px;
	position:relative;
}
#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: -38px;
    padding-bottom: 12px;
}
#howto_New .wfOther{
	margin-top:30px;
}
#howto_New .wfOther .step {
    padding-top: 0;
	overflow: hidden;
}
#howto_New .wfOther .step .txt01{
	width: 570px;
}
#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 0 20px;
}
.hotspots .location .img_map {
    margin-bottom: 20px;
	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(/global/common/images/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: 120%;
}
.huraka .thumb {
	position: absolute;
	bottom: 7px;
}
.huraka p {
	color: #f95d34;
	font-weight: bold;
	font-size: 20px;
    margin-left: 62%;
	/*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(/global/common/images/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: -25px;
	padding: 5px 10px 5px 35px;
}
.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(/global/common/images/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(/global/common/images/bullet.png) no-repeat 0 center;
	padding-left: 10px;
	text-decoration: underline;
	color: #F00;
	font-weight: normal;
}
