@charset "utf-8";

/* =======================================

	Browser Reset CSS
	Last Up Date 14/08/27

========================================== */

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td,figure {margin: 0; padding: 0;}

html,body {background: #FFF; color: #000;}

body {font:13px/1 "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;}
* html body {font-size: small; width: 100%;}
*:first-child+html body {font-size: small;}

a {outline:none; color:#000;}

img {border: 0; vertical-align: top;}


h1,h2,h3,h4,h5,h6 {clear: both; font-size: 100%; font-weight: normal;}

ul,dl,ol {text-indent: 0;}
li {list-style: none;}

address,caption,cite,code,dfn,em,strong,th,var {font-style: normal; font-weight: normal;}

sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}

input,textarea,select {font-family: inherit; font-size: inherit; font-weight:inherit;}
* html input,* html textarea,* html select {font-size: 100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}

table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: left;}

pre,code,kbd,samp,tt {font-family: monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt {font-size: 100%; line-height: 100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt {font-size: 108%; line-height: 100%;}

input,select,textarea {font-size: 100%; font-family: Verdana, Helvetica, sans-serif;}

.clear{
    clear:both;
}

/*-- clearfix --*/
.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0px;
    line-height: 0;
}
.clearfix { display: inline-block; }
/* no ie mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */


/* =======================================

	Structure CSS

========================================== */

body {
	background-color: #FFF;
	color: #333;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    min-width: 320px;
    max-width: 960px;
}

p,th,td {
    line-height: 160%;
}

a {
    color: #B28500;
    line-height: 160%;
}

a:hover {
    text-decoration: none;
}

img {
    width: 100%;
}

header {
    height: 50px;

}

.main{
    margin: 0 5%;
}

input[type="submit"] {
    -webkit-appearance:none;
    border-radius:0;
    vertical-align:middle;
    text-align:center;
}

/* =======================================

	Text Decorations CSS

========================================== */
.title01 {
    font-size: 136%;
    line-height: 160%;
    margin: 15px 0; 
    padding-top: 15px;
    background: url(../img/common/title01line.jpg) no-repeat 0 0;
    background-size: 15px 1px;
    -webkit-background-size: 15px 1px;
    -moz-background-size: 15px 1px;
    -o-background-size: 15px 1px;
    -ms-background-size: 15px 1px;
}
.title01 span {
    font-size: 66%;
    display: block;
}
.title02 {
    font-size: 118%;
    line-height: 160%;
    margin-bottom: 15px;
    border-left: 1px solid #B28500;
    padding-left: 9px;
}
.title02 span {
    color: #B28500;
    display: block;
    font-size: 14px;
}
.title03 {
    font-size: 118%;
    line-height: 160%;
    margin-bottom: 15px;
    border-top: 1px solid #B28500;
    padding-top: 10px;
}
.title04 {
    font-size: 118%;
    line-height: 160%;
    margin-bottom: 12px;
    padding-left: 19px;
    background: url(../img/common/title03line.jpg) no-repeat 0 11px;
    background-size: 10px 1px;
    -webkit-background-size: 10px 1px;
    -moz-background-size: 10px 1px;
    -o-background-size: 10px 1px;
    -ms-background-size: 10px 1px;
}


/* =======================================

	Header CSS

========================================== */
#globalHeader {
    position: relative;
}
#globalHeader .headerIn {
    position: fixed;
    background-color: #FFF;
    width: 100%;
    max-width: 960px;
    z-index: 10;
    border-bottom: 1px solid #DDD;
}
#globalHeader .headerLogo {
    margin: 12px 0 0 15px;
    float: left;
    width: 185px;
}
#globalHeader .headerLogo img {
    width: 122px;
}
#globalHeader .headerUtility {
    float: right;
    width: 118px;
    border-left: 1px solid #EEE; 
}
#globalHeader .headerUtility .btnLang a {
    float: left;
    width: 59px;
    text-indent: -99999px;
    background: url(../img/common/btnEnglish.jpg) no-repeat 50% 50%;
    background-size: 46px 30px;
    -webkit-background-size: 46px 30px;
    -moz-background-size: 46px 30px;
    -o-background-size: 46px 30px;
    -ms-background-size: 46px 30px;
    height: 50px;
    display: block;
}
#globalHeader .headerUtility .btnNavi {
    float: left;
    width: 59px;
    text-indent: -99999px;
    background: url(../img/common/btnMenu.png) no-repeat 50% 50% #EEE;
    background-size: 33px 30px;
    -webkit-background-size: 33px 30px;
    -moz-background-size: 33px 30px;
    -o-background-size: 33px 30px;
    -ms-background-size: 33px 30px;
    height: 50px;
    cursor: pointer;
}
#globalHeader .headerUtility .btnNavi.close {
    background: url(../img/common/btnMenuClose.png) no-repeat 50% 50% #EEE;
    background-size: 33px 30px;
    -webkit-background-size: 33px 30px;
    -moz-background-size: 33px 30px;
    -o-background-size: 33px 30px;
    -ms-background-size: 33px 30px;
}


/* =======================================

	Globalnavi CSS

========================================== */
#globalHeader .gNavi {
    position: absolute;
    top: 50px;
    left: 0;
    background-color: rgba(255,255,255,0.9);
    opacity: 0.9;
    width: 100%;
    padding-bottom: 100px;
    border-top: 1px solid #DDD;
    display: none;
    z-index: 8;
}
#globalHeader .gNavi li a {
    padding: 14px 0;
    text-align: center;
    color: #131F3E;
    border-bottom: 1px solid #DDD;
    display: block;
    text-decoration: none;
    position: relative;
}
#globalHeader .gNavi li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 28px;
    background: url(../img/common/arrowB.png) no-repeat 0 0;
    background-size: 4px 8px;
    -webkit-background-size:4px 8px;
    -moz-background-size:4px 8px;
    -o-background-size:4px 8px;
    -ms-background-size:4px 8px;
    display: block;
    width: 4px;
    height: 8px;
    margin-top: -4px;
}
#globalHeader .gNavi li.titleCat span {
    display: block;
    background-color: #DDD;
    color: #666;
    font-size: 72%;
    text-align: center;
    padding: 6px 0;
}
#globalHeader .gNavi ul.sec {
    background-color: rgba(238,238,238,0.5);
}

/* =======================================

	Footer CSS

========================================== */
#globalFooter .footerStoreinfo {
    background-color: #F8F2DC;
    padding: 0 5%;
}
#globalFooter .footerStoreinfo .sitename {
    padding: 15px 14px;
    text-align: center;
    font-size: 118%;
}
#globalFooter .footerStoreinfo .storeinfoBox {
    border-top: 1px solid #CCC;
    padding: 13px 0;
    overflow: hidden;
}
#globalFooter .footerStoreinfo .storeinfoBox .storeAddress {
    float: left;
    width: 52%;
    font-size: 80%;
}
#globalFooter .footerStoreinfo .storeinfoBox .storeAddress .storename {
    font-size: 14px;
}
#globalFooter .footerStoreinfo .storeinfoBox .storeBtn {
    float: right;
    width: 45%;
}
#globalFooter .footerStoreinfo .storeinfoBox .storeBtn ul li {
    float: left;
    width: 48%;
}
#globalFooter .footerStoreinfo .storeinfoBox .storeBtn ul li:nth-child(2n) {
    float: right;
}
#globalFooter .footerNavi {
    background-color: #EAD797;
    padding: 15px 5% 72px;
}
#globalFooter .footerNavi ul li {
    float: left;
    width: 53%;
    margin-right: 5%;
}
#globalFooter .footerNavi ul li:nth-child(2) {
    width: 40%;
    margin-right: 0;
}
#globalFooter .footerNavi ul li a {
    padding-left:12px;
    background: url(../img/common/arrowB.png) no-repeat 0 center;
    background-size: 4px 8px;
    -webkit-background-size:4px 8px;
    -moz-background-size:4px 8px;
    -o-background-size:4px 8px;
    -ms-background-size:4px 8px;
    color: #15203E;
}
#globalFooter .copyright {
    font-size: 80%;
    margin-top: 10px;

}
