/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	border-bottom: 1px solid #909090;
	width: 100%;
	height: 60px;
	line-height: 0;
	/* for firefox */
  background: -moz-linear-gradient(top, #d5d5d5, #ffffff);
	/* for safari and chrome */
  background: -webkit-gradient(linear, left top, left bottom, from(#d5d5d5), to(#FFFFFF));
    /* IE5.5~ */  
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffd5d5d5', endColorstr='#ffffffff');
	/* IE */  
  background-image: -ms-linear-gradient(top, #d5d5d5, #FFFFFF);
  display: table;
  position: relative;
  top: 0px;
  z-index: 0;
}
.logo {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
}

#head_navi {
	display: table-cell;
	width: 12px;
	background-color: #909090;
}
#head_navi ul {
	list-style: none;
	display: table;
}
#head_navi li {
	display: table-cell;
	text-align: left;
	border-right: 1px solid #909090;
}


/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/

#black_layer_menu {
 width: 100%; 
 position: fixed;
 top: 0; 
 left: 0; 
 height: 100%; 
 background-color: rgba(0,0,0,0.6); 
 display: none; 
 z-index: 2;
}

.global_navi  {
	display:none;
	margin: 0px;
	font-size: 1.2rem;
	position: absolute;
	top: 61px;
	z-index : 110;
	width:100%;
	background-color: #ffffff;
}

.global_navi ul {
	list-style: none;
	width:100%;
}
.global_navi li a{
	display: block;
	width:-moz-calc(100% - 110px);
	width:-webkit-calc(100% - 110px);
    width:calc(100% - 110px);
	border-bottom: 1px solid #355577;
	padding: 16px 60px 16px 50px;
	background: transparent url(../images/arrow.png) no-repeat;
	background-position:calc(100% - 10px) center;
	background-position:-webkit-calc(100% - 10px) center;
	background-position:-moz-calc(100% - 10px) center;
	background-size: 20px 20px;
	color: #355577;
	line-height:1.6rem;
}

/*
#global_option{
	display: block;
	width:-moz-calc(100% - 110px);
	width:-webkit-calc(100% - 110px);
    width:calc(100% - 110px);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #355577;
	padding-top: 16px;
	padding-right: 60px;
	padding-bottom: 16px;
	padding-left: 50px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position:calc(100% - 10px) center;
	background-position:-webkit-calc(100% - 10px) center;
	background-position:-moz-calc(100% - 10px) center;
	background-color: transparent;
	color: #355577;
	line-height:1.6rem;
}
*/

.sec_menu_title{
	background-color: #2c3647;
	color: #ffffff;
	padding: 6px 10px;
	font-weight:bold;
	}

.close_bt a{
	color: #2c3647;
	background-color: #cccccc!important;
	padding-left:10px;
	padding-right:10px;
	padding-top: 10px!important;
	padding-bottom: 10px!important;
	font-weight:bold;
	text-align:center!important;
	background-image: none!important;
}
	
#global_top{
	background: transparent url(../images/global_top.png) no-repeat 10px center;
    background-size: 30px 30px;
}

#global_air{
	background: transparent url(../images/global_air.png) no-repeat 10px center;
    background-size: 30px 30px;	
}

#global_dp{
	background: transparent url(../images/global_dp.png) no-repeat 10px center;
    background-size: 30px 30px;
}

#global_hotel{
	background: transparent url(../images/global_hotel.png) no-repeat 10px center;
    background-size: 30px 30px;
}

#global_domestic{
	background: transparent url(../images/global_domestic.png) no-repeat 10px center;
    background-size: 30px 30px;
}

#global_domestic_hotel{
	background: transparent url(../images/global_domestic_hotel.png) no-repeat 10px center;
    background-size: 30px 30px;
}

#global_optionaltour{
	background: transparent url(../images/global_optionaltour.png) no-repeat 10px center;
    background-size: 30px 30px;
	cursor:pointer;
}
	
#global_first{
	background: transparent url(../images/support_first.png) no-repeat 10px center;
    background-size: 30px 30px;
	
}
#global_book{
	background: transparent url(../images/support_book.png) no-repeat 10px center;
    background-size: 30px 30px;
}

#global_qa{
	background: transparent url(../images/support_qa.png) no-repeat 10px center;
    background-size: 30px 30px;
}

#global_option{
	background: transparent url(../images/support_option.png) no-repeat 10px center;
    background-size: 30px 30px;
	cursor:pointer;
}

#global_option:hover{
	opacity:0.7;
}

#global_time{
	background: transparent url(../images/support_time.png) no-repeat 10px center;
    background-size: 30px 30px;
}

#global_documents{
	background: transparent url(../images/support_documents.png) no-repeat 10px center;
    background-size: 30px 30px;
}

#global_contact{
	background: transparent url(../images/support_contact.png) no-repeat 10px center;
    background-size: 30px 30px;
}

#global_company{
	background: transparent url(../images/support_company.png) no-repeat 10px center;
    background-size: 30px 30px;
}

#global_privacypolicy{
	background: transparent url(../images/support_privacypolicy.png) no-repeat 10px center;
    background-size: 30px 30px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
border-top: #130F84 solid 2px;
    background-color: #ffffff;
    padding: 10px 0;
    text-align: center;
    width: -moz-calc(100%);
    width: -webkit-calc(100%);
    width: calc(100%);
    /*padding-left: 10px;
    padding-right: 10px;*/
}
#footer .mark{
	margin-left: 10px;
	margin-top:0!important;
	height: 94px;
	position:relative;
	text-align: left;
}

#footer .mark .mark_icon{
	position:absolute;
	bottom:0px;
}

#footer  .mark br {
display: block;
content: "";
margin: 5px!important;
}

.m_block_icon01{
	width: 90px;
	margin-left: -10px;
	display: inline;
}

#footer_navi a{
	width: 100%;
	color: #ffffff;
}
#footer_navi ul {
	margin: 10px auto 0;
	list-style: none;
	display: table;
	font-size: 1.4rem;
}
#footer_navi li {
	display: table-cell;
	text-align: center;
}

#bt_pc a {
	display: block;
	text-decoration:underline;
	margin-right:20px;
	border-right: 1px solid #FFFFFF;
}

#bt_sp a {
	display: block;
	color: #355577;
	background-color:  #ffffff;
	margin-left:20px;
	-webkit-border-top-left-radius: 4px;  
    -webkit-border-top-right-radius: 4px;  
    -webkit-border-bottom-right-radius: 4px;  
    -webkit-border-bottom-left-radius: 4px;  
    -moz-border-radius-topleft: 4px;  
    -moz-border-radius-topright: 4px;  
    -moz-border-radius-bottomright: 4px;  
    -moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;  
    border-top-right-radius: 4px;  
    border-bottom-right-radius: 4px;  
    border-bottom-left-radius: 4px;  
}
.copyright {
	font-size: 1.4rem;
	margin-top: 18px;
}

/*------------------------------------------------------------
	汎用系
------------------------------------------------------------*/

.mt5 {margin-top:5px!important;}
.mt10 {margin-top:10px!important;}
.mt15 {margin-top:15px!important;}
.mt20 {margin-top:20px!important;}
.mt25 {margin-top:25px!important;}
.mt30 {margin-top:30px!important;}

.mb5 {margin-bottom:5px!important;}
.mb10 {margin-bottom:10px!important;}
.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}
.mb25 {margin-bottom:25px!important;}
.mb30 {margin-bottom:30px!important;}
.mb30 {margin-bottom:30px!important;}

.ml-33 {margin-left:-33px!important;}

.mr5 {margin-right:5px!important;}
.mr10 {margin-right:10px!important;}
.mr15 {margin-right:15px!important;}
.mr20 {margin-right:20px!important;}
.mr25 {margin-right:25px!important;}
.mr30 {margin-right:30px!important;}

.pt5 {padding-top:5px!important;}
.pt10 {padding-top:10px!important;}
.pt15 {padding-top:15px!important;}
.pt20 {padding-top:20px!important;}
.pt25 {padding-top:25px!important;}
.pt30 {padding-top:30px!important;}

.pb5 {padding-bottom:5px!important;}
.pb10 {padding-bottom:10px!important;}
.pb15 {padding-bottom:15px!important;}
.pb20 {padding-bottom:20px!important;}
.pb25 {padding-bottom:25px!important;}
.pb30 {padding-bottom:30px!important;}

.textL {text-align: left!important;}
.textC {text-align: center!important;}
.textR {text-align: right!important;}
