@charset "UTF-8";

/*--------------------------------------------------
 common
--------------------------------------------------*/
body{-webkit-text-size-adjust: 100%;}
.inner{
    width: 1220px;
    margin: 0 auto;
}
.hover a:hover{
    transition-property: all;
    transition: 0.5s linear;
    color: #64b96a;
}

.pc{display: block;}
.sp{display: none;}

/* helper */
.mt10{margin-top: 10px}
.mt20{margin-top: 20px}
.mt30{margin-top: 30px}
.mt40{margin-top: 40px}
.mt50{margin-top: 50px}
.mt60{margin-top: 60px}
.mt70{margin-top: 70px}
.mt80{margin-top: 80px}
.mt90{margin-top: 90px}
.mt100{margin-top: 100px}
.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{
    position: absolute;
    border-top: 5px solid #000;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    line-height: 1;
    z-index: 999;
}
#header .headerInner {
    position: relative;
    width: 1220px;
    padding: 50px 0 0;
    margin: 0 auto;
}
.headerInner:after {
    content: "";
    clear: both;
    display: block;
}

#logo{
    width: 244px;
    margin: 0 auto 30px;
}
.headerLink{
    position: absolute;
    right: 0;
    top: 40px;
}
.headerLink li{
    float: left;
    padding: 0 0 0 20px;
}
.headerLink li:first-child{
    padding: 0;
}
.headerLink li a{
    display: block;
    padding: 12px 0 8px 28px;
}
.headerLink li.onlineshop a{
    background: url(../images/common/ic_shopping.jpg) left top no-repeat;
}
.headerLink li.lab a{
    background: url(../images/common/ic_lab.jpg) left top no-repeat;
}
.hover #headerLink li a:hover{
    opacity: 0.5;
}


/* global navi */
#global-nav ul {
    border-top: 1px solid #e9e9e9;
    border-bottom: 5px solid #000;
    margin: 0 auto;
}
#global-nav ul li {
    width: 174px;
    float: left;
}
#global-nav ul li:nth-child(2){
    width: 176px;
}
#global-nav ul li a {
    display: block;
    text-align: center;
    padding: 15px 0;
}
.hover #global-nav ul li a:hover{
    background: #000;
    color: #fff;
}
 
/* Fixed */
#header.fixed{
    margin-top: 0;
    top: 0;
    position: fixed;
    border-top: none;
    border-bottom: 5px solid #000;
    background: #fff;
    -moz-transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    transition: top 0.65s ease-in;
}
#header.fixed .headerInner{
    display: table;
    padding: 16px 0 14px;
}
#header.fixed #headerLink{
    display: none;
}
#header.fixed .headerInner #mobile-head{
    display: table-cell;
    vertical-align: middle;
}
#header.fixed .headerInner #logo{
    width: 160px;
    margin: 0;
    padding: 10px 0 6px;
}
#header.fixed .headerInner #global-nav{
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 40px;
}
#header.fixed .headerInner #global-nav ul{
    border-top: none;
    border-bottom: none;
}
#header.fixed .headerInner #global-nav ul li{
    width: 145px;
    font-size: 12px;
}
#header.fixed .headerInner #global-nav ul li:nth-child(2){
    width: 145px;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 7px;
}
#nav-toggle span:nth-child(3) {
    top: 14px;
}

/*--------------------------------------------------
 contents
--------------------------------------------------*/
#contents{
    padding: 175px 0 0;

}
.contentsinner{
    display: table;
}
.breadcrumbs{
    padding: 20px 0 25px;
    font-family: "Georgia","Times New Roman";
    font-style: italic;
    font-size: 12px;
}
.breadcrumbs li{
    float: left;
    padding: 0 0 0 10px;
}
.breadcrumbs li:first-child{
    padding: 0;
}
.breadcrumbs li a{
    color: #999;
}
.hover .breadcrumbs li a:hover{
    color: #64b96a;
}

h2{
    font-size: 36px;
}
h2.pageTtl{
    border-bottom: 1px solid #000;
    padding: 0 0 10px;
}
#contentsList{
    display: table-cell;
    background: #f2f2f2;
    width: 280px;
    padding: 35px 20px;
    vertical-align: top;
    font-family: "Georgia","Times New Roman";
    font-style: italic;
}
#contentsList ul li{
    margin: 0 0 10px
}
#contentsList ul li a{
    color: #999;
}
.hover #contentsList ul li a:hover{
    color: #64b96a;
}

#main{
    display: table-cell;
    padding: 35px 0 30px 30px;
    vertical-align: top;
}
#main h3{
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 20px;
}

/*--------------------------------------------------
 page top
--------------------------------------------------*/
#pagetop{
    position: fixed;
    bottom: 50px;
    left: 50%;
    margin: 0 0 0 630px;
}
#pagetop a{
    background: url(../images/common/pagetop.png) no-repeat top center;
    background-size: 30px;
    text-decoration: none;
    width: 100px;
    padding: 20px 0 0;
    text-align: center;
    display: block;
}


/*--------------------------------------------------
 footer
--------------------------------------------------*/
#footer{
    border-top: 5px solid #000;
    padding: 30px 0 0;
    margin: 120px 0 90px;
    font-size: 12px;
}
.footerInner #footer-nav{
    float: left;
}
.footerInner #footer-nav ul{
    display: table;
}
.footerInner #footer-nav li{
    display: table-cell;
    padding: 0 20px 0 0;
}
.footerInner #snsLink{
    float: right;
}
.footerInner #snsLink{
    display: table;
}
.footerInner #snsLink li{
    display: table-cell;
    padding: 0 0 0 15px;
    width: 16px;
}















