/*------------------------------------------------------------
    ヘッダー
------------------------------------------------------------*/
#header {
    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: 3;
  border-bottom: 2px solid #2b56f6;
}
.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-width: 1px;
    border-right-style: solid;
    border-right-color: #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-right: 0px;
    margin-left: 0px;
    font-size: 1.2rem;
    position: absolute;
    top: 62px;
    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%);
    width:-webkit-calc(100%);
    width:calc(100%);
    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(/sp/common/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: #333333;
    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: #000099;
    line-height:1.6rem;
}
*/
.sec_menu_title{
    background-color: #000099;
    color: #ffffff;
    padding-left:10px;
    padding-right:10px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight:bold;
    }
    



.close_bt a{
    color: #2c3647;
    background-color: #dfdfdf!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-image: url(/sp/common/images/global_top.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position:10px center;
    background-color: transparent;
    
}
#global_air{
    background-image: url(/sp/common/images/global_air.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position:10px center;
    background-color: transparent;
    
}

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

#global_hotel{
    background-image: url(/sp/common/images/global_hotel.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position:10px center;
    background-color: transparent;
    
}
#global_domestic{
    background-image: url(/sp/common/images/global_domestic.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position:10px center;
    background-color: transparent;
    
}

#global_op{
    background-image: url(/sp/common/images/global_op.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position:10px center;
    background-color: transparent;
    
}

#global_rentacar{
    background-image: url(/sp/common/images/global_rentacar.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position:10px center;
    background-color: transparent;
    
}

#global_insurance{
    background-image: url(/sp/common/images/global_insurance.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position:10px center;
    background-color: transparent;
    
}

#global_first{
    background-image: url(/sp/common/images/support_first.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position:10px center;
    background-color: transparent;
    
}
#global_book{
    background-image: url(/sp/common/images/support_book.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position:10px center;
    background-color: transparent;
    
}

#global_qa{
    background-image: url(/sp/common/images/support_qa.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position:10px center;
    background-color: transparent;
    
}
#global_option{
    background-image: url(/sp/common/images/support_option.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position:10px center;
    background-color: transparent;
    cursor:pointer;
}
#global_option:hover{
    opacity:0.7;
}

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

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

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

#global_company{
    background-image: url(/sp/common/images/support_company.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position:10px center;
    background-color: transparent;
    
}
#global_privacypolicy{
    background-image: url(/sp/common/images/support_privacypolicy.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position:10px center;
    background-color: transparent;
    
}

/*------------------------------------------------------------
    フッター
------------------------------------------------------------*/
#footer {
    border-top: #130F84 solid 2px;
    background-color:  #ffffff;
/* 2015-10-09
    position: relative;
    z-index: 0;
*/
    padding: 10px 0;
    text-align: center;
    width:-moz-calc(100%);
    width:-webkit-calc(100%);
    width:calc(100%);
    padding-left:10px;
    padding-right: 10px;
}

.mark {
    margin-bottom: -66px;
    margin-left: -200px;
}
.mark a {
display: inline-block;
}

#footer_navi a{
    width: 100%;
    color: #ffffff;
}
#footer_navi ul {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    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-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
}

#bt_sp a {
    display: block;
    color: #00009D;
    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;
    color: #4d4d4d;
    margin-top: 40px;
}

/*------------------------------------------------------------
    バナー追記
------------------------------------------------------------*/

.top_banner_3 {
	position: absolute;
	right: 76px;
	top: 20px;
}
