@charset "shift_jis";

/*-------------------------------------------
Base Setting
-------------------------------------------*/
html{font-size:62.5%;}
body,select,input,textarea{ font-size:1.4rem;
font-family:'Meiryo','メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック',sans-serif;line-height:1.5;color:#333;-webkit-text-size-adjust:none; }
a{color:#004831;text-decoration:underline;}
a:link{}

a:visited{color:#004831;text-decoration:underline;}
a:hover{color:#ed6d34;}
caption{margin-bottom:5px;text-align:left;}
ins{background-color:#fcd700;color:#000;text-decoration:none;}
mark{background-color:#fcd700;color:#000;font-style:italic;font-weight:bold;}
textarea{resize:vertical;}
address{font-style:normal;}
em{font-style:normal;}
legend{display:none;}
table {text-align: left;font-weight: normal;}
th,td{font-weight: normal;}
body{min-width: 1028px; background:#ffffff;  word-break: break-word; }
img { max-width: 100%; }
p > img { vertical-align: middle; }


a:hover img,
a.imgOpacity:hover img,
a:hover > img.imgOpacityImg,
a.noImgOpacity:hover img.imgOpacityImg,
a.hover > .spEnlargeWrap >img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
a.noImgOpacity:hover img,
a:hover > img.noImgOpacityImg,
a.imgOpacity:hover img.noImgOpacityImg,
.smbcGroup a img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
*{
	box-sizing:border-box;
}

/*-------------------------------------------
Header
-------------------------------------------*/
#btnSpPage {
	display: none;
}
#spDrawerMenu {
	display: none;
}
.drawer-open .spDrawerFilter {
	display: block !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0.0);
	-webkit-tap-highlight-color: transparent;
}
.spDrawerFilter {
	position: fixed;
	z-index: 5200;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	display: none;
	background-color: rgba(0, 0, 0, 0.5);
}
.spHeadIcoBlank01:after{
	content:"";
	display:inline-block;
	margin-left:5px;
	width:13px;
	height:10px;
	background:url(/global/common/images/ico_blank03.png) 0 0 no-repeat;
	background-size:contain;
}
.open > .spHeadIcoBlank01:after{
	background:url(/global/common/images/ico_blank01.png) 0 0 no-repeat;
	background-size:contain;
}

/* smbc nav */
#smbcNav {
	background: #ebebeb;
}
#smbcNav ul {
	display: table;
	width: 1008px;
	margin: 0 auto;
	table-layout: fixed;
}
#smbcNav ul li {
	display: table-cell;
	border-right: solid 1px #fff;
	text-align: center;
	border-right: solid 1px #fff;
}
#smbcNav ul li.active {
	background: #fff;
}
#smbcNav ul li a {
	display: block;
	padding: 7px 0;
	color: #333;
	font-size: 0.857em;
	text-decoration: none;
}
#smbcNav ul li.active a {
	color: #004831;
	font-size: 1.0em;
	font-weight: bold;
}
#smbcNav ul li a:hover {
	color: #ed6d34;
}
header[role="banner"] #headerGroup{
	background:#004831;
	border-bottom:5px solid #c4d700;
}
header[role="banner"] #headerGroup ul{
	display:table;
	width:1008px;
	table-layout:fixed;
	margin: 0 auto;
	padding:12px 19px 13px;
}
header[role="banner"] #headerGroup ul >li{
	display:table-cell;
	vertical-align:middle;
}
header[role="banner"] #headerGroup ul >li img{
	vertical-align:middle;
}
.headerGroupLeft{
	text-align:left;
}
.headerGroupRight{
	text-align:right;
}
header[role="banner"] #headerInner {
	width: 1008px;
	margin: 0 auto;
	padding-top: 13px;
}
header[role="banner"] #headerInner:before,
header[role="banner"] #headerInner:after,
header[role="banner"] #headerTop:before,
header[role="banner"] #headerTop:after {
	content: " ";
	display: table;
}
header[role="banner"] #headerInner:after,
header[role="banner"] #headerTop:after {
	clear: both;
}
header[role="banner"] #headerInner,
header[role="banner"] #headerTop {
	*zoom: 1;
}
header[role="banner"] #headerTop {
	margin-bottom: 13px;
}
header[role="banner"] #headerInner .logoWrap {
	position: relative;
	margin-top:10px;
	float: left;
	width: 250px;
}
header[role="banner"] #headerInner #haaderGlobal{
	width: 530px;
	float: right;
	text-align: right;
}
header[role="banner"] #headerInner #haaderGlobal .globalLink01{
	display:table;
	width:100%;
	table-layout:fixed;
}
header[role="banner"] #headerInner #haaderGlobal .globalLink01 > li{
	display:table-cell;
	height:66px;
	vertical-align:middle;
}

header[role="banner"] #headerInner #haaderGlobal .globalLink01 > li:nth-child(2){
	width:125px;
}
header[role="banner"] #headerInner #haaderGlobal .globalLink01 > li:nth-child(3){
	width:150px;
}
header[role="banner"] #headerInner #haaderGlobal .globalLink01 > li:nth-child(4){
	width:90px;
}
header[role="banner"] #headerInner #haaderGlobal .globalLink01 > li:nth-child(5){
	width:100px;
}
header[role="banner"] #headerInner #haaderGlobal .globalLink01 > li.is-current{
	font-weight:bold;
}
header[role="banner"] #headerInner #haaderGlobal .globalLink01 > li.is-current a{
	text-decoration:none;
}
header[role="banner"] #headerInner #headerInfo {
	width: 750px;
	float: right;
	text-align: right;
}
header[role="banner"] #headerInner .logoWrap > * {
	padding-left: 5px;
}
header[role="banner"] #headerInner .logoWrap a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
header[role="banner"] #headerInner #headerGuide {
	display: inline-block;
	text-align: right;
}

header[role="banner"] #headerInner .headerRight {
	margin-top: 2px;
	float: right;
	width: 390px;
}

header[role="banner"] #headerInner #letterExpansion {
	display: inline-block;
	font-size:1.3rem;
	vertical-align: middle;
	text-align: left;
}
header[role="banner"] #headerInner #letterExpansion a {
	text-decoration: none;
}

header[role="banner"] #headerInner #letterExpansion > ul {
	display: table;
	table-layout: fixed;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
header[role="banner"] #headerInner #letterExpansion > ul > li {
	width: 30px;
	text-align: center;
	display: table-cell;
}
header[role="banner"] #headerInner #letterExpansion > ul > li > a {
	display: block;
	background:#f7f7f7;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-ms-border-top-right-radius: 10px;
	-o-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-ms-border-bottom-right-radius: 10px;
	-o-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
header[role="banner"] #headerInner #letterExpansion > ul > li:first-child a {
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-ms-border-top-left-radius: 10px;
	-o-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-ms-border-bottom-left-radius: 10px;
	-o-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
	-ms-border-top-right-radius: 0;
	-o-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
	-ms-border-bottom-right-radius: 0;
	-o-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}
header[role="banner"] #headerInner #letterExpansion > ul > li > a.jsNormal {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-borde-radius: 0;
	border-radius: 0;
}
header[role="banner"] #headerInner #letterExpansion >  ul > li > a {
	display: block;
	padding: 5px;
	color: #005b3f;
}
header[role="banner"] #headerInner #letterExpansion > ul > li a.select,
header[role="banner"] #headerInner #letterExpansion > ul > li a:hover {
	background: #ebebeb;
}
header[role="banner"] #headerInner #letterExpansion > ul > li a:hover {
	text-decoration: none;
}
header[role="banner"] #headerInner #letterExpansion.only{
	border:none;
}
header[role="banner"] #headerInner #headerLink{
	margin-top:15px;
}
header[role="banner"] #headerInner #headerLink .headLinkList01 > li{
	position:relative;
	display:inline-block;
	margin-left:25px;
	padding-left:25px;
}
header[role="banner"] #headerInner #headerLink .headLinkList01 > li:before{
	content:"";
	position:absolute;
	top:50%;
	left:0;
	width:14px;
	height:16px;
	margin-top:-9px;
	background:url(/global/common/images/ico_head01.gif) 0 0 no-repeat;
	background-size:14px 15px;
}
header[role="banner"] #headerInner #headerLink .headLinkList01 > li > a{
	display:block;
	text-decoration:none;
}
header[role="banner"] #headerInner #headerLink .headLinkList01 > li:first-child{
	margin-left:0;
}

.headBtnList01{
	display:inline-block;
}
.headBtnList01 > li{
	display:inline-block;
	margin-right:10px;
}
.headBtnList01 > li:last-child{
	margin-right:20px;
}
.headBtnList01 > li:first-child{
	margin-right:20px;
}
.headLanguageBtn01 > a{
	display: block;
    border: solid 2px #93c600;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    color: #93c600;
    text-align: center;
    padding: 2px 9px;
    text-decoration:none;
}
.headLanguageBtn01 > a:hover{
	background:#93c600;
	color:#fff;
}
.headSearchBtn01 > a{
    padding: 2px 9px;
    background: #edf3b2;
    border: solid 2px #edf3b2;
    display: inline-block;
    font-weight: bold;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    text-align: left;
    text-decoration: none;
}
.headSearchBtn01 > a > span{
	position:relative;
	display:block;
}
.headSearchBtn01 > a > span:before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background: #edf3b2 url(/global/common/images/ico_headSearch01.gif) 0 0 no-repeat;
    margin-right: 10px;
}
.headBtn01 > a{
	padding: 2px 9px;
    background: #edf3b2;
    border: solid 2px #edf3b2;
    display: inline-block;
    font-weight: bold;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    text-align: left;
    text-decoration: none;
}

/*global navigation*/

header[role="banner"] #gnavArea {
    z-index: 10000;
    background: #a0c81e;
}

header[role="banner"] #gnavArea > ul {
    z-index: 99;
    position: relative;
    display: table;
    width: 1008px;
    margin: 0 auto;
    table-layout: fixed;
}

header[role="banner"] #gnavArea > ul > li {
    display: table-cell;
    text-align: center;
}
header[role="banner"] #gnavArea > ul > li > a, 
header[role="banner"] #gnavArea > ul > li .categoryTitle > a {
    z-index: 99;
    display: block;
    padding: 25px 0 24px;
    font-size:1.6rem;
   	color: #fff;
   	text-decoration: none;
}
header[role="banner"] #gnavArea li .dropBlock{
	display:none;
}
header[role="banner"] #gnavArea li .select.dropBlock {
	display: table !important;
	background:rgba(0,72,49,0.8);
	padding:25px;
	width:1008px;
	position: absolute;
	left: 0;
	opacity: 1;
	text-align:left;
}
header[role="banner"] #gnavArea li .dropBlock .navDropLinkList01 li {
	display: table;
	float: left;
	width: calc(25% - 9px);
	margin-right:12px;
	text-align: left;
}
header[role="banner"] #gnavArea li .dropBlock .navDropLinkList01 li:nth-child(4n) {
	margin-right: 0;
}
header[role="banner"] #gnavArea li .dropBlock .navDropLinkList01 li:nth-child(n+5) {
	margin-top:12px;
}
header[role="banner"] #gnavArea li .dropBlock .navDropLinkList01 a {
	display: table-cell;
	height: 50px;
	padding: 0 13px 0 13px;
	background: #669183;
	color:#fff;
	font-weight: bold;
	vertical-align: middle;
	text-decoration:none;
}

header[role="banner"] #gnavArea li .dropBlock .navDropLinkList01 a:hover {
	background: #f6f9e5;
	color:#004831;
}

header[role="banner"] #gnavArea > ul > li > a:hover,
header[role="banner"] #gnavArea > ul > li .categoryTitle a.select,
header[role="banner"] #gnavArea > ul > li.current .categoryTitle > a:hover,
header[role="banner"] #gnavArea > ul > li .categoryTitle > a:hover {
    background: #004831;
    text-decoration: none;
}
header[role="banner"] #gnavArea #nav01{
	width:110px;
}
header[role="banner"] #gnavArea #nav06{
	width:80px;
}

header[role="banner"] #headerInner #spHeaderMenu {
	display: none;
}
header[role="banner"] #headerInner #spHeaderMenu > ul {
	margin-top: 6px;
	text-align: right;
	font-size: 0;
}
header[role="banner"] #headerInner #spHeaderMenu > ul > li {
	display: inline-block;
	margin-right: 11px;
}
header[role="banner"] #headerInner #spHeaderMenu > ul > li:first-child {
	display: inline-block;
	margin-right: 10px;
}
header[role="banner"] #headerInner #spHeaderMenu > ul > li:last-child {
	margin-right: 0;
}
header[role="banner"] #headerInner #spHeaderMenu > ul > li a {
	position: relative;
	text-decoration: none;
	font-size: 12px;
}
header[role="banner"] #headerInner #spHeaderMenu > ul > li a span {
	font-size: 0.73em;
}
header[role="banner"] #headerInner #spHeaderMenu .btnHome {
	display: inline-block;
	padding: 4px 8px 5px;
	border: solid 1px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: #e2e2e2 0px -2px inset;
	-webkit-box-shadow: #e2e2e2 0px -2px inset;
	-moz-box-shadow: #e2e2e2 0px -2px inset;
	box-shadow: #e2e2e2 0px -2px inset;
	font-weight: bold;
	line-height: 1;
}
header[role="banner"] #headerInner #spHeaderMenu .btnHome span {
	display: inline-block;
	line-height: 1;
}

header[role="banner"] #headerInner #spHeaderMenu .glyphMenu02 {
	display: block;
	padding: 5px 4px;
	font-weight: bold;
	color: #004831;
}
header[role="banner"] #headerInner #spHeaderMenu .glyphMenu02 > span {
	padding-left: 0;
}

header[role="banner"] #spHeaderSearch {
	display: none;
}
header[role="banner"] #spHeaderSearch {
	border-top: 3px solid #04984a;
}
header[role="banner"] #spHeaderSearch .spHeaderSearchInner {
	display: block;
	background: #04984a;
}
header[role="banner"] #spHeaderSearch input[type="search"] {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
header[role="banner"] #spHeaderSearch .spHeaderSearchInner {
	display: none;
}
header[role="banner"] #spHeaderSearch .spHeaderSearchInner.select {
	display: block;
}
header[role="banner"] #spHeaderSearch .spHeaderSearchInner form {
	display: table;
	width: 100%;
}
header[role="banner"] #spHeaderSearch .spHeaderSearchInner form > * {
	display: table-cell;
	vertical-align: middle;
}
header[role="banner"] #spHeaderSearch .spHeaderSearchInner .input > input {
	width: 100%;
	border: none;
	padding: 7px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header[role="banner"] #spHeaderSearch .spHeaderSearchInner .button {
	width: 3em;
	padding-left: 10px;
}
header[role="banner"] #spHeaderSearch .spHeaderSearchInner .button > button {
	display: block;
	width: 100%;
	padding: 8px 0 8px;
	background: #ee6d34;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
header[role="banner"] #spHeaderSearch .spHeaderSearchInner .button > button img {
	width: 17px;
}
.headIcoBlank01:after{
	content:"";
	display:inline-block;
	margin-left:5px;
	width:13px;
	height:10px;
	background:url(/global/common/images/ico_blank01.png) 0 0 no-repeat;
	background-size:contain;
}
.headIcoBlank01:hover:after{
	background:url(/global/common/images/ico_blank02.png) 0 0 no-repeat;
	background-size:contain;
}

@media screen and (min-width:768px){
	header[role="banner"] {
		min-width: 1008px;
	}
}

/*-------------------------------------------
Footer
-------------------------------------------*/
#pageTop {
	z-index: 90;
	position: fixed;
	bottom: 10px;
	right: 60px;
	width: 70px;
	height: 70px;
}
footer[role="contentinfo"] {
	padding-bottom: 18px;
	background: #004831;
}
footer[role="contentinfo"] a {
	color: #004831;
	text-decoration: none;
}

footer[role="contentinfo"] a:hover {
	color: #ed6d34;
}
footer[role="contentinfo"] #snsArea > dl,
footer[role="contentinfo"] #footerInfo,
footer[role="contentinfo"] #footerTopNav > .footerTopNavInner,
footer[role="contentinfo"] #footerNav > nav ,
footer[role="contentinfo"] #footerNav .footerNavInner{
	width: 1008px;
	margin: 0 auto;
}

footer[role="contentinfo"] #footerTopNav {
	padding: 30px 0;
	background: #e6f0b3;
}
#footerTopNav .footerTopNavInner {
	overflow:hidden;
}
#footerTopNav .footerTopNavInner .footerTopNavItem {
	float:left;
	width:250px;
	margin-right:30px;
}
#footerTopNav .footerTopNavInner .footerTopNavItem:nth-of-type(1) {
	width:264px;
	margin-right:50px;
}
#footerTopNav .footerTopNavInner .footerTopNavItem:nth-of-type(2) {

}
#footerTopNav .footerTopNavInner .footerTopNavItem:nth-of-type(3) {
	width:134px;
}
#footerTopNav .footerTopNavInner .footerTopNavItem:nth-of-type(4) {

}
#footerTopNav .footerTopNavInner .footerTopNavItem:last-of-type{
	margin-right:0;
}
#footerTopNav .footerTopNavInner .footerTopNavItem > ul{
	margin-bottom:15px;
}
#footerTopNav .footerTopNavInner .footerTopNavItem > ul li{
	margin-top:5px;
}
#footerTopNav .footerTopNavInner .footerTopNavItem > ul dd{
	padding-left:1em;
}
footer[role="contentinfo"] #footerTopNavSub {
	background: #e6f0b3;
}
footer[role="contentinfo"] #footerTopNavSub .footerOtherLink{
	width:1008px;
	margin:0 auto;
}
footer[role="contentinfo"] #footerTopNavSub .footerOtherLink > li{
	display:inline-block;
	margin-right:35px;
	font-weight:bold;
}
footer[role="contentinfo"] #footerNav {
	padding: 30px 0;
	background: #e6f0b3;
}
footer[role="contentinfo"] #footerNav .footerNavInner{
	display:table;
	table-layout:fixed;
}
footer[role="contentinfo"] #footerNav .footerNavInner nav{
	display:table-cell;
	vertical-align:middle;
}
footer[role="contentinfo"] #footerNav .footerNavInner nav ul li{
	width:auto!important;
	margin-right:30px;
}
footer[role="contentinfo"] #footerNav .footerNavInner .footerBtn{
	display:table-cell;
	width:250px;
	vertical-align:middle;
}
.footerSearchBtn > a {
    padding: 2px 9px;
    background: #fff;
    border: solid 2px #fff;
    display: inline-block;
    font-size:1.2rem;
    font-weight: bold;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    text-align: left;
    text-decoration: none;
}
.footerSearchBtn > a > span {
    position: relative;
    display: block;
}
.footerSearchBtn > a > span:before {
    content: "";
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    background: #fff url(/global/common/images/ico_footerSearch01.gif) 0 0 no-repeat;
    margin-right: 10px;
}
footer[role="contentinfo"] #footerNav .footerNavInner .footerBtn li{
	display:inline-block;
	margin-right:15px;
	font-size: 0;
	vertical-align:middle;
}
footer[role="contentinfo"] #footerNav .footerNavInner .footerBtn li:last-child{
	font-size: 0;
	margin-right:0;
}
footer[role="contentinfo"] #footerNav  nav ul{
	
}
footer[role="contentinfo"] #footerNav  nav ul li{
	display:inline-block;
	font-size:1.2rem;
	vertical-align:middle;
}
footer[role="contentinfo"] #footerNav  nav ul li:nth-child(1){
	width:240px;
}
footer[role="contentinfo"] #footerNav  nav ul li:nth-child(2){
	width:620px;
}
footer[role="contentinfo"] #footerNav  nav ul li:nth-child(3){
	width:148px;
}
footer[role="contentinfo"] #footerNav  nav ul li:nth-child(4){
	width:500px;
}
footer[role="contentinfo"] #footerNav  nav ul li:nth-child(n+4){
	margin-top:15px;
}
footer[role="contentinfo"] #footerInfo {
	padding-top: 20px;
	font-size: 0.857em;
}

footer[role="contentinfo"] #footerInfo #copyRight {
	color: #99b6ad;
	font-size: 1em;
	text-align:center;
}
footer[role="contentinfo"] #footerInfo #footerLogo {
	float: right;
}
footer[role="contentinfo"] {
	min-width: 1008px;
}

/*-------------------------------------------
TopicPath
-------------------------------------------*/
#topicPath {
	padding: 10px 0;
	background: #fff;
}
#topicPath > ul {
	width: 1008px;
	margin: 0 auto;
}
#topicPath > ul > li {
	display: inline-block;
	font-size:1.2rem;
	color:#004831;
}
#topicPath > ul > li:before {
	content: ">";
	margin-left: 5px;
}
#topicPath > ul > li:first-child:before {
	content: "";
	margin-left: 0;
}
#topicPath > ul > li > * {
	margin-left: 10px;
}
#topicPath > ul > li:first-child > * {
	margin-left: 0;
}
#topicPath > ul > li > strong {
	font-weight: normal;
}
@media screen and (min-width:768px){
	#topicPath {
		min-width: 1008px;
	}
}
/*-------------------------------------------
Main Area
-------------------------------------------*/
#wrap{
	background:#f7f7f7;
}
#wrap #mainArea {
	position: relative;
	width: 1008px;
	margin: 0 auto ;
}
#wrap #mainArea:before,
#wrap #mainArea:after {
	content: " ";
	display: table;
}
#wrap #mainArea:after {
	clear: both;
}
#wrap #mainArea {
	*zoom: 1;
}
#wrap #mainArea main {
	display:block;
	width: 750px;
	margin: 0 auto;
}
.full #wrap #mainArea main {
	width: 1008px;
}
#wrap #mainArea main.mainNarrow {
	float: right;
	width: 748px;
	background:#fff;
	padding:50px;
}
#wrap #mainArea main.mainNarrowWide {
	width:100%;
	background:#fff;
	padding:50px;
}
#wrap #mainArea main > section > section {
	margin-top: 60px;
}
#wrap #mainArea main > section > section > section,
#wrap #mainArea main > section > section > section > section {
	margin-top: 50px;
}

#wrap #mainArea #sideNav {
	float: left;
	width: 260px;
}

/*-------------------------------------------
sideNav
-------------------------------------------*/
#sideNav > * {
	margin-bottom: 10px;
}
#sideNav .guideArea,
#sideNav .sideInfo > ul  {
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#sideNav .guideArea {
	background: #fff;
}
#sideNav .guideArea h2 {
	text-align: center;
}
#sideNav .guideArea > * {
	padding: 10px 12px 10px;
	border-top: 1px solid #ccc;
}
#sideNav .guideArea .loginArea > div:last-child,
#sideNav .guideArea .loginArea > div > * {
	margin-bottom: 0;
}
/*#sideNav .guideArea > * > *,
#sideNav .sideInfo > ul {
	margin-bottom: 10px;
}*/
#sideNav .guideArea > *:first-child {
	border-top: none;
}
#sideNav .gudeMenu {
	padding: 0;
	background: #fff8dd;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-o-borderbottom-left--radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-o-borderbottom-right--radius: 5px;
	border-bottom-right-radius: 5px;
}
#sideNav .guideArea > .lastChild {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-o-borderbottom-left--radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-o-borderbottom-right--radius: 5px;
	border-bottom-right-radius: 5px;
}
#sideNav .gudeMenu ul >li {
	padding: 5px 5px 5px 15px;
	border-top: 1px solid #d9d9d9;
}
#sideNav .gudeMenu ul >li:first-child {
	border-top: none;
}
#sideNav .gudeMenu ul >li > a {
	font-weight: bold;
	color: #333;
}
#sideNav .shopGuide {
	background: #fff8dd;
}
#sideNav .sideInfo > ul  {
	background: #fff8dd;
}
#sideNav .sideInfo > ul + ul {
	margin-top: 10px;
}
#sideNav .sideInfo > ul > li > a {
	display: block;
	padding: 10px 6px;
	line-height: 1.1;
	border-top: 1px dotted #ccc;
	font-weight: bold;
	color: #333;
}
#sideNav .sideInfo > ul > li:first-child > a {
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
#sideNav .sideInfo > ul > li.lastChild > a {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#sideNav .sideInfo > ul > li > a:hover {
	background: #fffbea;
	color: #838383;
}
#sideNav .sideInfo > ul > li:first-child > a {
	border-top: none;
}
#sideNav .sideInfo > * {
	margin-top: 15px;
}
#sideNav .sideInfo > .sideBunnerList > ul > li {
	margin-top: 10px;
	text-align: center;
}

#sideNav .sideInfo > *:first-child,
#sideNav .sideInfo > .sideBunnerList > ul > li:first-child {
	margin-top: 0;
}
#sideNav .sideInfo *[class^="normalBlockA"] > .blockInner > .blockTitle {
	line-height: 1;
}

#sideNav .subNav a {
	text-decoration: none;
}
#sideNav .subNav .subCategoryTitle {
	background: #004831;
}
#sideNav .subNav .dtNolink .subCategoryTitle{
	display: block;
	padding: 10px 15px 8px;
	color: #fff;
	font-size: 1.286em;
	font-weight: bold;
}
#sideNav .subNav .subCategoryTitle > * {
	display: block;
	padding: 10px 15px 8px;
	color: #fff;
	font-size: 1.286em;
	font-weight: bold;
}
@media screen and (min-width:768px){
	#sideNav .subNav .subCategoryTitle:hover {
		filter: alpha(opacity=70);
		-moz-opacity:0.7;
		opacity: 0.7;
	}
	#sideNav .subNav .dtNolink .subCategoryTitle:hover {
		filter: alpha(opacity=100);
		-moz-opacity:1;
		opacity: 1;
	}
}

#sideNav .subNav .subCategoryTitle > *[class^="glyph"] > span {
	padding-left: 27px;
}

#sideNav .subNav .subCategoryDetail li {
	border-top: solid 1px transparent;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy {
	border-top: solid 2px transparent;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy:first-child {
	border-top: 0;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy > li > a.current,
#sideNav .subNav .subCategoryDetail .secondHierarchy > li a:hover {
	color: #004831;
}
#sideNav .subNav .subCategoryDetail li a.semicurrent {
	color: #004831;
	font-weight: normal !important;
}
#sideNav .subNav .subCategoryDetail li a.semicurrent:hover {
	font-weight: bold !important;
}

#sideNav .subNav .subCategoryDetail li:first-child {
	border: none;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dt > a,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noChild a,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noLink,
#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li > a {
	display: block;
	padding: 15px;
	background: #f0efed;
}

#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dt > a:hover,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noChild a:hover ,
#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li > a:hover{
	background: #c5d8d2;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dt > a.current,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noChild a.current {
	background: #004831;
	color:#fff;
}

#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li > a {
	padding-left: 30px;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li > a.current{
	background:#fff;
}

#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dd {
	display: none;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dd[aria-expanded="true"] {
	display: block
}
#sideNav *[class^="btnT"] {
	margin-bottom: 0 !important;
}
#sideNav .guideArea > * > * + * {
	margin-top: 10px;
}
#sideNav .btnT01 {
	text-align: left;
}

/*-------------------------------------------
Popup
-------------------------------------------*/
.popup header[role="banner"],
.popupFull header[role="banner"] {
	border-bottom: solid 3px #004831;
}
.popup header[role="banner"] #headerInner #headerInfo,
.popupFull header[role="banner"] #headerInner #headerInfo {
	visibility: hidden;
}
.popup header[role="banner"] #gnavArea,
.popupFull header[role="banner"] #gnavArea {
	display: none;
}
.popup footer[role="contentinfo"] #footerNav,
.popup footer[role="contentinfo"] #footerSegment,
.popupFull footer[role="contentinfo"] #footerNav,
.popupFull footer[role="contentinfo"] #footerSegment {
	display: none;
}

