@charset "UTF-8";

/*--------------------------------------------------
 common
--------------------------------------------------*/
body{-webkit-text-size-adjust: 100%;}
h2{
    padding: 0;
    margin: 10px 0 30px;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.0;
    color: #ffaa93;
}
h3{
    border-left: 6px solid #ffaa93;
    padding: 0 0 0 8px;
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 1.0;
}
#contents{margin: 20px 0 0;}
.inner{
    width: 1000px;
    margin: 0 auto;
}
.blank{
    background: url(../images/common/ic_blank.png) no-repeat right top 50%;
    background-size: 11px;
    padding: 0 20px 0 0;
}
.pdf{
    background: url(../images/common/ic_pdf.png) no-repeat right 10px top 50%;
    padding: 17px 10px;
    background-size: 16px;
    padding: 0 36px 0 0;
}
.hover a:hover{
    color: #ffaa93;
}

/* helper */
.mb10{margin-bottom: 10px}
.mb20{margin-bottom: 20px}
.mb30{margin-bottom: 30px}
.mb40{margin-bottom: 40px}
.mb50{margin-bottom: 50px}
.mb60{margin-bottom: 60px}
.mb70{margin-bottom: 70px}
.mb80{margin-bottom: 80px}
.mb90{margin-bottom: 90px}
.mb100{margin-bottom: 100px}


/*--------------------------------------------------
 header
--------------------------------------------------*/
#header{
    width: 100%;
    margin: 0 auto;
    padding: 32px 0 17px;
    line-height: 1;
    z-index: 999;
}
.headerInner{
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
.headerInner:after{
    content: "";
    clear: both;
    display: block;
}
#logo{
    margin: 0 0 28px;
    width: 347px;
}

/* grobal navi */
#gnavi{
    display: table;
    background: url(../images/common/gnavi_border.png) right top no-repeat;
    width: 998px;
    padding: 0 2px 0 0;
    font-size: 16px;    
}
#gnavi li{
    display: table-cell;
    width: 143px;
    background: url(../images/common/gnavi_border.png) left top no-repeat;
    text-align: center;
}
#gnavi li a{
    display: block;
    border: none;
}
#gnavi li a.blank{
    background: none;
    padding: 0;
}
#gnavi li a.blank span{
    padding: 0 16px 0 0;
    background: url(../images/common/ic_blank.png) right 50% no-repeat;
    background-size: 11px;
}

/* header menu */
#headerMenu{
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
}
#headerMenu .language{
    display: inline-block;
    width: 160px;
}
#headerMenu .language li{
    float: left;
    width: 70px;
}
#headerMenu .language li a{
    background: url(../images/common/header_menu_arrow.png) left 50% no-repeat;
    padding: 5px 0 5px 10px;
}
.hover #headerMenu .language li a:hover{
    color: #ffaa93;
}
#headerMenu .contact{display: inline-block;}
#headerMenu .contact a{
    border: 1px solid #000;
    padding: 6px 30px;
}
.hover #headerMenu .contact a:hover{
    background: #ffaa93;
    border: 1px solid #ffaa93;
    color: #fff;
}

/* toggle */
#toggle{
    display: none;
}

/*--------------------------------------------------
 contents
--------------------------------------------------*/
#breadClumbs{
    border-top: 1px solid #000;
    padding: 20px 0;
    margin: 80px 0 0;
}
#breadClumbs li{
    float: left;
    padding: 0 0 0 15px;
}
#breadClumbs li:first-child{padding: 0;}
#breadClumbs li a{padding: 0 15px 0 0;}

/*--------------------------------------------------
 page top
--------------------------------------------------*/
#pagetop{
    position: fixed;
    bottom: 50px;
    left: 50%;
    background: #666;
    border-radius: 6px;
    margin: 0 0 0 540px;
}
#pagetop a{
    background: url(../images/common/ic_pagetop.png) no-repeat center top 22px;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 48px 0 28px;
    text-align: center;
    display: block;
    
}
.hover #pagetop:hover{
    text-decoration: none;
    background: #999;
}

/*--------------------------------------------------
 footer
--------------------------------------------------*/
#footer{
    border-top: 1px solid #000;
    padding: 30px 0 0;
    margin: 0 auto 40px;
}

#footerLink{
    float: left;
}
#footerLink li{
    float: left;
    line-height: 1.0;
    border-left: 1px solid #000;
    padding: 0 20px;
}
#footerLink li:first-child{
    border: none;
    padding: 0 20px 0 0;
}
.hover #footerLink li a:hover{
    color: #ffaa93;
}

#socialLink{
    float: right;
}
#socialLink li{
    float: left;
    width: 32px;
    height: 32px;
    padding: 0 0 0 20px;
}
.hover #socialLink li:hover{opacity: 0.6;}
#copyright{display: block;}