@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

File name : common.css
---------------------------------------------------------- */
html.spmenu body{
	overflow:hidden;
	width:100%;
	height:100%;
}

img{
	max-width:100%;
	
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;
}

.inner{
	margin:0 auto;
	max-width:1282px;
	box-sizing:border-box;
	overflow:hidden;
}

a,
header #gnav ul li,
#contact .form #formArea .btn input[type="submit"],
#contact .form #formArea .btn input[type="button"]{
	-webkit-tap-highlight-color:rgba(0,0,0,0.1);
	
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		    transition: all 0.2s ease;
}

a:hover,
header #gnav ul li:hover,
#contact .form #formArea .btn input[type="submit"]:hover,
#contact .form #formArea .btn input[type="button"]:hover{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

strong{
	font-weight:bold;
}

.ruby{
	font-size: 11px;
	line-height: 1em;
	vertical-align: super;
}

.marker{
	color: #ff0000;
	background-color: #ffff00;
}

.mb0 { margin-bottom: 0 !important;}
.mb5 { margin-bottom: 5px !important;}
.mb10{ margin-bottom: 10px !important;}
.mb15{ margin-bottom: 15px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb25{ margin-bottom: 25px !important;}
.mb30{ margin-bottom: 30px !important;}
.mb35{ margin-bottom: 35px !important;}
.mb40{ margin-bottom: 40px !important;}
.mb45{ margin-bottom: 45px !important;}
.mb50{ margin-bottom: 50px !important;}

.pcOnly{ display: inline; }
.spOnly{ display: none; }


/* header
---------------------------------------------------------- */
header{
	background:#ffffff;
}

/* site-id ----------------- */
header #site-id{
	float:left;
	padding:20px 0 0 26px;
}
	header.simple #site-id{ float: none; padding-bottom: 23px;}

header #site-id a{
	display:block;
	max-width:238px;
	overflow:hidden;
}


/* hsnav ------------------- */
header #hsnav{
	float:right;
	padding:35px 30px 0 0;
	overflow:hidden;
}

header #hsnav li{
	font-size:12px;
	line-height:1.2em;
}

/* hsnavArea */
header #hsnav .hsnavArea{
	float:right;
	padding:0 0 0 40px;
	margin:12px 0 0 0;
	overflow:hidden;
}

/* language */
header #hsnav .language{
	float:right;
	padding:0 0 0 30px;
	margin:0 0 0 30px;
	border-left:2px solid #e8e8e8;
	overflow:hidden;
}

header #hsnav .subnav{
	float:right;
	overflow:hidden;
}

header #hsnav .subnav li{
	float:left;
	margin:0 0 0 25px;
}
	header #hsnav .subnav li:first-child{
		margin:0;
	}

/* searchArea */
header #hsnav .searchArea{
	float:right;
	overflow:hidden;
}

header #hsnav .searchArea .shop{
	float:left;
}

header #hsnav .searchArea .shop a{
	display:block;
	margin:0 0 1px 0;
	width:140px;
	height:35px;
	color:#ffffff;
	text-align:center;
	line-height:35px;
	background:#FFA800;
	
	box-shadow:0px 2px 0px -1px #000000;
	-moz-box-shadow:0px 2px 0px -1px #000000;
	-webkit-box-shadow:0px 2px 0px -1px #000000;
	
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;	
}

header #hsnav .searchArea .site{
	float:left;
	margin:0 0 0 10px;
	width:230px;
	height:35px;
	border:1px solid #cccccc;
	background:#ffffff;
}

header #hsnav #gsc{
    width:100%;
    margin:0 auto;
    position:relative;
     
}

header #hsnav #gsc td {
    border: none;    
}

header #hsnav #gsc form.gsc-search-box,
header #hsnav #gsc table.gsc-search-box{
	margin:0;
}

header #hsnav #gsc .gsc-input{
	padding:0;
}

header #hsnav #gsc .gsc-input-box{
	height:35px;
}

header #hsnav #gsc .gsc-control-cse, 
header #hsnav #gsc .gsc-control-cse-ja,
header #hsnav #gsc .gsib_a{
    margin:0 !important;
    padding:0 !important;
}

header #hsnav #gsc table.gsc-search-box td,
header #hsnav #gsc table.gsc-search-box input {
    vertical-align: top !important;
}

header #hsnav #gsc input[type="text"]{
	padding:0 0 0 5px !important;
	margin-top:100px;
    height:35px !important;
	border:none;
	font-size:12px;
	box-sizing:border-box;
}

header #hsnav #gsc input[type="text"]:focus,
header #hsnav #gsc input[type="image"]:focus{
    border:none;
    outline:0;
}

header #hsnav #gsc .gsc-search-box .gsc-input>input:hover,
header #hsnav #gsc .gsc-input-box-hover {
  border:none;
  border-top-color: #a0a0a0;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow:none;
  outline:none;
}
header #hsnav #gsc .gsc-search-box .gsc-input>input:focus,
header #hsnav #gsc .gsc-input-box-focus {
  border:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow:none;
  outline:none;
}

header #hsnav #gsc .cse input.gsc-search-button:focus,
header #hsnav #gsc input.gsc-search-button:focus {
  box-shadow:none;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
}

header #hsnav #gsc #gsc-iw-id1{
    border:none;
}

header #hsnav #gsc #gs_tti0 input{
    background-position:5px 5px !important;
}

header #hsnav #gsc td.gsc-search-button{
    margin:0 0 0 -16px !important;
	height:35px;
	width:35px;
	background:#d2d2d2;
}

header #hsnav #gsc button.gsc-search-button{
	padding:11px;
	margin:0;
	background:none;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ee1', endColorstr='#008ee1',GradientType=0 ); /* IE6-9 */
    border:none;
	border-radius:0px;
}

header #hsnav #gsc td.gsib_b{
	box-shadow:none !important;
}

header #hsnav #gsc td.gsib_b .gsst_b{
	padding:0;
	font-size:12px;
	box-shadow:none !important;
}

header #hsnav #gsc td.gsib_b .gsst_a{
	display:block;
	padding-top:10px;
	box-shadow:none !important;
}
 
#gsc .gsib_b span{
	padding:2px 0 0 0;
        box-sizing: border-box;
   -moz-box-sizing: border-box;
}

/* spMenu ------------------ */
header #spMenuIcon{
	display:none;
	float:right;
	padding:16px 10px 0 0;
	width:40px;
	height:30px;
}

header #spMenuIcon a{
	display:block;
}

header #spMenuIcon a span{
	display:block;
	margin:0 0 6px 0;
	width:100%;
	height:6px;
	background:#81ad27;
}
	header #spMenuIcon a span:last-child{margin:0;}

/* gnav -------------------- */
header #gnav{
	display:block;
	margin:20px 0 0 0;
	background:#6F9B1D;
}

header #gnav .gheader{
	display:none;
}

header #gnav ul{
	display:table;
	border-right:1px solid #6F9B1D;
}

header #gnav ul li{
	display:table-cell;
	padding:0 10px;
	width:214px;/*183px*/
	vertical-align:middle;
	border-left:1px solid #6F9B1D;
	background:#81AD27;
	position:relative;
	box-sizing:border-box;
}
	body#top header #gnav ul li.nav1:before,
	body#corp header #gnav ul li.nav2:before,
	body#group header #gnav ul li.nav3:before,
	body#ir header #gnav ul li.nav4:before,
	body#csr header #gnav ul li.nav5:before,
	body#recruit header #gnav ul li.nav6:before{
		content:"";
		display:block;
		margin:0 0 0 -21.978021978%;
		width:43.956043956%;
		max-width:80px;
		height:5px;
		background:#5d8b16;
		position:absolute;
		top:0;
		left:50%;
	}

header #gnav ul li a{
	display:block;
	padding:10px 0;
	color:#ffffff;
	text-align:center;
}
	header #gnav ul li a:hover{
		filter:alpha(opacity=100);
		-moz-opacity:1;
		opacity:1;
	}


/* content
---------------------------------------------------------- */
#content{
	padding:0 0 70px 0;
	margin:0 0 30px 0;
	background:url(../img/common/content_line.jpg) repeat-x left bottom;
	position:relative;
}
	#content:before,
	#top #content:after{
		content:"";
		width:100%;
		position:absolute;
		left:0;
		z-index:-1;
	}
		#content:before{height:250px; background:#f5f5f5; top:0;}
		#top #content:after {height:140px; background:#ededed; top:250px;}
	
	#top #content{padding-bottom:0; margin:0 0 50px 0; background:none;}

#content .inner{
	background:#ffffff;
}

/* visualArea ------------------ */
#content #visualArea{
	height:250px;
	background:#cccccc;
}

#content #visualArea .visualInner{
	padding:30px 0 0 30px;
}

/* breadcrumb */
#content #visualArea ul.breadcrumb{
	margin:0 0 45px 0;
	line-height:1em;
}

#content #visualArea ul.breadcrumb li{
	display:inline-block;
	font-size:12px;
}

#content #visualArea ul.breadcrumb li a{
	color:#000000;
}

/* h2 */
#content #visualArea h2{
	margin:0 0 15px 0;
	font-size:30px;
	text-shadow:1px 1px 0px #ffffff;
}

/* p */
#content #visualArea p{
	margin:0;
	font-size:24px;
	line-height:1.4em;
	text-shadow:1px 1px 0px #ffffff;
}

/* contentInner ------------ */
#content #contentInner{
	padding:30px 20px 0 20px;
	overflow:hidden;
}

/* main -------------------- */
#content main{
	float:left;
	margin:0 -300px 0 0;
	width:100%;
}

#content main #mainInner{
	margin:0 300px 0 0;
}
	#content.other main{display:block; float:none; margin:0;}
	#content.other main #mainInner{margin:0;}

#content main p,
#content main ul li,
#content main dl dt,
#content main dl dd,
#content main table{font-size:14px;}

#content main table{
	width:100%;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-collapse:collapse;
	border-spacing:0;
	box-sizing:border-box;
}

#content main table tr th,
#content main table tr td{
	padding:10px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	box-sizing:border-box;
}
	#content main table tr th{background:#f5f5f5;}
	#content main table tr td{}

#content main h3{
	margin:0 0 20px 0;
	color:#80AC26;
	font-size:24px;
	line-height:1.4em;
	font-weight:bold;
}

#content main .block{margin:0 0 40px 0;}
	#content main .block:last-child{margin:0;}

#content main .blockInner{overflow:hidden;}
#content main .blockL{float:left;}
#content main .blockR{float:right;}

#content main .link a{
	padding:0 0 0 20px;
	font-size:14px;
	line-height:1.2em;
	background:url(../img/common/icon_awC1R.png) no-repeat 0 center;
	background-size:12px auto;
}

#content main .link a span.pdf{
	padding:0 20px 0 0;
	background:url(../img/common/icon_pdf.png) no-repeat right center;
	background-size:13px auto;
}

/* side -------------------- */
#content #side{
	float:right;
	width:270px;
	position:relative;
}

/* sideNav */
#content #side .sideNav{
	width:270px;
}

#content #side .sideNav ul{
	border-top:3px solid #81ad27;
}

#content #side .sideNav ul li{
	border-bottom:1px solid #dddddd;
}

#content #side .sideNav ul li a{
	display:block;
	padding:20px 25px 20px 20px;
	color:#545454;
	font-size:14px;
	background:#f5f5f5 url(../img/common/icon_awC1R.png) no-repeat 247px center;
	background-size:16px auto;
}
	#content #side .sideNav ul li.external a{background-image:url(../img/common/icon_other2.png);}

#content #side .sideNav ul li.on > a{
	font-weight:bold;
	color:#000000;
	background-color:#ffffff;
	background-image:url(../img/common/icon_awC2R.png);
}

#content #side .sideNav ul li ul{
	border:none;
}

#content #side .sideNav ul li ul li{
	border:none;
}

#content #side .sideNav ul li ul li a{
	padding:10px 25px 10px 30px;
	font-size:12px;
}

/* banner */
#content #side .sideNav ul.banner{
	margin:20px 0 0 0;
	border:none;
}

#content #side .sideNav ul.banner li{
	margin:0 0 10px 0;
	border:none;
}
	#content #side ul.banner li:last-child{margin:0;}
	
	#content #side .sideNav ul.banner li.csr{border:1px solid #81ad27;}
	#content #side .sideNav ul.banner li.fb{}
	/*#content #side .sideNav ul.banner li.okun{background:url(../img/common/okun_bg.jpg) repeat 0 0;}*/

#content #side .sideNav ul.banner li a{
	display:block;
	padding:10px 25px 10px 10px;
}
	#content #side .sideNav ul.banner li.csr a{
		color:#81ad27;
		background-color:#ffffff;
	}
	
	#content #side .sideNav ul.banner li.fb a{
		color:#ffffff;
		background-color:#33598e;
		background-image:url(../img/common/icon_other3.png);
	}
	
	#content #side .sideNav ul.banner li.dream a{
		padding:5px 25px 5px 10px;
		color:#ffffff;
		background-color:#3a0000;
		background-image:url(../img/common/icon_awC5R.png);
	}

	/*#content #side .sideNav ul.banner li.okun a{
		background-color: transparent;
		background-image:url(../img/common/icon_other3.png);
	}*/
	
	#content #side .sideNav ul.banner li.okun a{
		padding: 0;
		text-align: center;
		background:transparent url(../img/common/okun_bg.jpg) repeat 0 0;
	}

#content #side .sideNav ul.banner li a span{
	display:block;
	padding:0 0 0 50px;
	line-height:35px;
	background-position:left center;
	background-repeat:no-repeat;
}
	#content #side .sideNav ul.banner li.csr a span{
		font-size:16px;
		background-image:url(/assets/img/common/icon_csr.jpg);
	}
	
	#content #side .sideNav ul.banner li.fb a span{
		font-size:20px;
		font-weight:bold;
		background-image:url(/assets/img/common/icon_fb.png);
	}
	
	#content #side .sideNav ul.banner li.dream a span{
		line-height:50px;
		background-image:url(/assets/img/common/icon_dream.png);
	}

	#content #side .sideNav ul.banner li.okun a span{
		padding: 0;
	}


/* footer
---------------------------------------------------------- */
footer{}

/* brand ------------------- */
footer #brand{
	margin:0 0 50px 0;
	overflow:hidden;
}

footer #brand .inner{
	padding:0 20px;
	box-sizing:border-box;
}

footer .brandArea{display:block;}
footer .groupArea{display:none;}

/* h2 */
footer #brand h2{
	margin:0 0 20px 0;
	color:#ffffff;
	font-size:14px;
	line-height:1em;
	background:#6f9b1d;
	box-sizing:border-box;
}
	footer .brandArea h2{padding:10px 0; width:130px; text-align:center;}
	footer .groupArea h2{padding:10px 0 10px 10px; width:100%;}

/* brandArea */
footer #brand .brandArea{
	margin:0 0 20px 0;
}

/* brandList */
footer #brand .brandList{
	width:1811px !important;
	overflow:hidden;
}

footer #brand .brandList .block{
	float:left;
	padding:10px 0 0 0;
	margin:0 10px 0 9px;
	border-top:1px solid #cccccc;
	position:relative;
}
	footer #brand .brandList .block:before{
		content:"";
		width:1px;
		height:53px;
		background:#cccccc;
		position:absolute;
		bottom:0;
		right:-10px;
	}

footer #brand .brandList h3{
	margin:0 0 10px 0;
	text-align:center;
	font-size:12px;
	line-height:1em;
}

footer #brand .brandList ul{
	padding:0 5px;
	overflow:hidden;
}

footer #brand .brandList ul li{
	float:left;
	margin:0 19px 0 0;
	text-align:center;
}
	footer #brand .brandList ul li:last-child{margin:0;}
	
	footer #brand .brandList .domestic ul li.watami{max-width:26px;}
	footer #brand .brandList .domestic ul li.zawatami{max-width:33px;}
	footer #brand .brandList .domestic ul li.miraizaka{max-width:18px;}
	footer #brand .brandList .domestic ul li.torimero{max-width:30px;}
	footer #brand .brandList .domestic ul li.sumishun{max-width:36px;}
	footer #brand .brandList .domestic ul li.ginmasa{max-width:38px;}
	footer #brand .brandList .domestic ul li.maguro{max-width:40px;}
	footer #brand .brandList .domestic ul li.gohan{max-width:53px;}
	footer #brand .brandList .domestic ul li.wangsgarden{max-width:40px;}
	footer #brand .brandList .domestic ul li.niku-st{max-width:66px;}
	footer #brand .brandList .domestic ul li.karaagenotensai{max-width:62px;}
	footer #brand .brandList .domestic ul li.fridays{max-width:59px;}
	
	footer #brand .brandList .international ul li.watami{max-width:118px;}
	footer #brand .brandList .international ul li.watei{max-width:56px;}
	footer #brand .brandList .international ul li.gochiso{max-width:58px;}
	footer #brand .brandList .international ul li.hibiki{max-width:78px;}
	footer #brand .brandList .international ul li.firebird{max-width:70px;}
	footer #brand .brandList .international ul li.nikukappo{max-width:54px;}
	footer #brand .brandList .international ul li.nikutei{max-width:53px;}
	footer #brand .brandList .international ul li.pastaholic{max-width:121px;}
	footer #brand .brandList .international ul li.gyusamurai{max-width:92px;}
	
	footer #brand .brandList .delivery ul li.takushoku{max-width:63px;}
	
	footer #brand .brandList .agriculture ul li.farm{ max-width: 108px; }
	footer #brand .brandList .agriculture ul li.energy{ max-width: 119px; }

footer #brand .brandList ul li a{
	display:block;
}

/* groupArea */
footer #brand .groupArea{
	margin:0 0 20px 0;
}

footer #brand .groupArea ul{
	border-top:1px solid #6f9b1d;
	border-left:1px solid #6f9b1d;
	overflow:hidden;
}

footer #brand .groupArea ul li{
	float:left;
	width:50%;
	border-right:1px solid #6f9b1d;
	border-bottom:1px solid #6f9b1d;
	box-sizing:border-box;
}
	footer #brand .groupArea ul li.l1{width:100%;}

footer #brand .groupArea ul li a{
	display:block;
	padding:12px 0 12px 12%;
	background:url(../img/common/icon_awC1R.png) no-repeat 5% center;
	background-size:12px auto;
}
	footer #brand .groupArea ul li.l1 a{padding-left:6%; background-position:2.5% center;}

/* shopSearch */
footer #brand .shopSearch{
}

footer #brand .shopSearch a{
	display:block;
	padding:9px 10px 9px 15px;
	width:440px;
	font-size:14px;
	line-height:1em;
	border:1px solid #cccccc;
	box-sizing:border-box;
	overflow:hidden;
}

footer #brand .shopSearch h3{
	float:left;
	padding:12px 0 12px 22px;
	background:url(../img/common/icon_awC1R.png) no-repeat 0 center;
	background-size:12px auto;
}

footer #brand .shopSearch .btn{
	float:right;
	padding:12px 0 12px 70px;
	width:180px;
	color:#ffffff;
	background:#ffa800 url(../img/common/icon_other.png) no-repeat 50px center;
	background-size:9px auto;
	
	box-shadow:0px 1px 0px 0px #000000;
	-moz-box-shadow:0px 1px 0px 0px #000000;
	-webkit-box-shadow:0px 1px 0px 0px #000000;
	
    border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	
	box-sizing:border-box;
}

/* sitemap ---------------- */
footer .sitemap{
	padding:18px 0;
	border-bottom:1px solid #ededed;
	background:#82AD27;
	-webkit-tap-highlight-color:rgba(0,0,0,0.1);
}

footer .sitemap .inner{
	padding:0 20px 5px 20px;
	background:url(../img/common/icon_aw1B.png) no-repeat center bottom;
	background-size:12px auto;
	overflow:visible;
	position:relative;
}
	footer .sitemap .inner.on{
		padding:0 20px 25px 20px;
		background-image:url(../img/common/icon_aw1T.png);
	}

footer .sitemap h2{
	padding:0 0 20px 0;
	color:#ffffff;
	text-align:center;
}

/* linkArea */
footer .sitemap .linkArea{
	display:none;
	padding:0 0 20px 0;
	overflow:hidden;
}

footer .sitemap .linkArea > ul{
	float:left;
	padding:0 10px 0 0;
	width:25%;
	box-sizing:border-box;
}

footer .sitemap .linkArea > ul li{
	margin:0 0 10px 10px;
}
	footer .sitemap .linkArea > ul li:last-child{margin:0 0 0 10px;}
	
	footer .sitemap .linkArea > ul.hierarchy li{margin:0 0 10px 1.5em;}
	/*footer .sitemap .linkArea > ul.hierarchy li:last-child{margin:0 0 0 1.5em;}*/
	
	footer .sitemap .linkArea > ul li.tit{
		padding:5px 10px;
		margin:0 0 10px 0;
		background:#6F9B1D;
	}

footer .sitemap .linkArea > ul li ul{
	padding:10px 0 0 1em;
}

footer .sitemap .linkArea > ul.hierarchy li ul li{
	margin:0 0 10px 0;
}
	footer .sitemap .linkArea > ul.hierarchy li ul li:last-child{margin:0;}

footer .sitemap .linkArea ul li a{
	padding:0 0 0 12px;
	color:#ffffff;
	font-size:14px;
	line-height:1.6em;
	background:url(../img/common/icon_aw1R.png) no-repeat left center;
	background-size:auto 8px;
}
	/*footer .sitemap .linkArea > ul li.tit a{font-weight:bold; font-size:16px;}*/

/* pageTop */
footer .sitemap .inner #pageTop{
	position:absolute;
	right:20px;
	bottom:-25px;
}

footer .sitemap .inner #pageTop img{
	width:46px
}

/* fCont ------------------- */
footer .fCont{
	font-size:12px;
	line-height:1em;
}

footer .fCont .inner{
	padding:17px 20px 60px 20px;
}

footer .fCont ul{
	float:left;
}

footer .fCont ul li{
	display:inline-block;
	margin:0 25px 0 0;
}

footer .fCont .copyright{
	float:right;
}


/* responsive
---------------------------------------------------- */
/* 赤			@media screen and (max-width: 1200px) { body{ background:#ffecec;} }*/
/* オレンジ		@media screen and (max-width: 900px)  { body{ background:#fceccb;} }*/
/* ライムイエロー	@media screen and (max-width: 835px)  { body{ background:#f8ffc7;} }*/
/* 緑 スマフォ		@media screen and (max-width: 767px)  { body{ background:#d1ffdb;} }*/
/* 青			@media screen and (max-width: 686px)  { body{ background:#d5efff;} }*/
/* 紫			@media screen and (max-width: 479px)  { body{ background:#dbdbff;} }*/


@media screen and (max-width: 900px) {
	/* header --------------- */
	header{display:block; padding:10px 0; width:100%; border-bottom:2px solid #81ad27; position:fixed; top:0; left:0; z-index:10;}
	
	header #hsnav{display:none;}
	header #spMenuIcon{display:block;}
	
	header #site-id{padding:0 0 0 13px; max-width:237px;}
	header #site-id a{ max-width: none;}
	header.simple #site-id{ padding:0 0 0 13px;}
	
	header #gnav{
		display:none;
		margin:0;
		width:100%;
		height:100%;
		background:#82ad27;
		overflow-y:scroll;
		position:fixed;
		left:0;
		top:0;
		z-index:200;
		
		-webkit-overflow-scrolling:touch;
	}
	
	header #gnav .gheader{
		display:block;
		padding:15px 6.25% 30px 6.25%;
		overflow:hidden;
	}
	
	header #gnav .gheader .logo{
		float:left;
		max-width:50px;
		width:8.620689655172414%;
	}
	
	header #gnav .gheader .close{
		float:right;
		padding:10px 0 0 0;
		max-width:21.5px;
		width:3.706896551724138%;
	}
	
	header #gnav .gheader .close a{
		display:block;
		line-height:1;
	}
	
	header #gnav ul{
		display:block;
		border-top:1px solid #c1d693;
		border-right:none;
	}
	
	header #gnav ul li{
		display:block;
		padding:0;
		width:100%;
		border-bottom:1px solid #c1d693;
		border-left:none;
		background:none;
	}
		body#top header #gnav ul li.nav1:before,
		body#corp header #gnav ul li.nav2:before,
		body#group header #gnav ul li.nav3:before,
		body#ir header #gnav ul li.nav4:before,
		body#csr header #gnav ul li.nav5:before,
		body#recruit header #gnav ul li.nav6:before{
			margin:0;
			width:5px;
			height:100%;
			left:0;
		}
	
	header #gnav ul li a{
		padding:15px 6.25%;
		text-align:left;
		background:url(../img/common/icon_awC4R.png) no-repeat 95.3125% center;
		background-size:20px auto;
	}
	
	/* content -------------- */
	#content{padding-top:83px;}
	#content #contentInner{padding:25px 20px 0 20px;}
	#content main{display:block; float:none; margin:0 0 40px 0;}
	#content main #mainInner{margin:0;}
	#content #side{display:block; float:none; margin:0; width:100%;}
	#content #side .sideNav{width:100%;}
	#content #side .sideNav ul li a{padding:20px 7% 20px 20px; background-position:96% center;}
	
	/* footer --------------- */
	footer .sitemap .linkArea > ul{/*padding:0 0 15px 0;*/ margin:0 0 15px 0; width:49%;}
		footer .sitemap .linkArea > ul:nth-child(odd){margin:0 2% 15px 0;}
		footer .sitemap .linkArea > ul:last-child{padding:0; margin:0;}
}

@media screen and (max-width: 686px) {

	.pcOnly{ display: none; }
	.spOnly{ display: inline; }

	/* Left and right margins */
	#content #contentInner,
	#content #visualArea .visualInner,
	footer #brand .inner,
	footer .sitemap .inner,
	footer .sitemap .inner.on,
	footer .fCont .inner{padding-right:2.34375%; padding-left:2.34375%;}
	
	/* header --------------- */
	header #site-id{max-width:125px; width:37.03125%;}
	header #site-id img{padding:1px 0 0 0;}
	
	header #spMenuIcon{padding:8px 10px 0 0; width:20px; height:15px;}
	header #spMenuIcon a span{margin:0 0 3px 0; height:3px;}
	header #spMenuIcon a span:last-child{margin:0;}
	
	header #gnav .gheader{padding:15px 6.25% 15px 6.25%;}
	header #gnav .gheader .logo{width:17.24137931034483%;}
	header #gnav .gheader .close{padding:5px 0 0 0; width:7.413793103448276%;}
	header #gnav ul li a{padding:8px 6.25%; background-size:15px auto;}
	
	/* content -------------- */
	#content{padding-top:54px;}
	#content #visualArea{height:150px;}
	#content #visualArea .visualInner{padding-top:40px;}
	#content #visualArea ul.breadcrumb{display:none;}
	#content #visualArea h2{font-size:23px;}
	#content #visualArea p{font-size:18px;}
		
	/* footer --------------- */
	footer .brandArea{display:none;}
	footer .groupArea{display:block;}
	
	footer #brand .shopSearch a{width:100%;}
	
	footer .sitemap .linkArea > ul{float:none; width:100%; height:auto !important; /*border-bottom:1px solid #91ba3a;*/}
		footer .sitemap .linkArea > ul:nth-child(odd){margin:0 0 15px 0;}
		footer .sitemap .linkArea > ul:last-child{padding:0 0 15px 0;}
	footer .sitemap .linkArea ul li a{display:block;}
	footer .sitemap .inner #pageTop{right:1.5625%;}
	
	footer .fCont ul{float:none; margin:0 0 30px 0; text-align:center;}
	footer .fCont ul li{margin:0 13px;}
	footer .fCont .copyright{float:none; text-align:center;}
}

@media screen and (max-width: 479px) {
	/* common --------------- */
	.mb10{ margin-bottom: 5px !important;}
	.mb15{ margin-bottom: 8px !important;}
	.mb20{ margin-bottom: 10px !important;}
	.mb25{ margin-bottom: 13px !important;}
	.mb30{ margin-bottom: 15px !important;}
	.mb35{ margin-bottom: 18px !important;}
	.mb40{ margin-bottom: 20px !important;}
	.mb45{ margin-bottom: 23px !important;}
	.mb50{ margin-bottom: 25px !important;}
	
	/* content -------------- */
	#content{padding-bottom:35px; margin:0 0 25px 0;}
		#top #content{margin:0 0 25px 0;}
	#content main{margin:0 0 20px 0;}
	#content #visualArea{height:90px;}
	#content #visualArea .visualInner{padding-top:15px;}
	#content #visualArea ul.breadcrumb{margin-bottom:23px;}
	#content #visualArea ul.breadcrumb li{font-size:10px;}
	#content #visualArea h2{margin:0 0 8px 0; font-size:15px;}
	#content #visualArea p{font-size:12px;}
	#content #contentInner{padding-top:15px;}
	#content main p,
	#content main ul li,
	#content main dl dt,
	#content main dl dd,
	#content main table{font-size:13px !important; line-height:1.6em !important;}
	#content main table tr th,
	#content main table tr td{padding:5px;}
	#content main h3{margin:0 0 10px 0; font-size:18px;}
	#content main .block{margin:0 0 20px 0;}
	#content main .link a{font-size:12px;}
	
	#content #side .sideNav ul{border-bottom:3px solid #81ad27;}
	#content #side .sideNav ul li:last-child{border:none;}
	#content #side .sideNav ul li a{padding:10px 15px 10px 10px; font-size:12px;}
	#content #side .sideNav ul li ul li a{padding:5px 25px 5px 30px; font-size:12px;}
	
	#content #side .sideNav ul.banner{margin:10px 0 0 0;}
	#content #side .sideNav ul.banner li{margin:0 0 5px 0;}
	#content #side .sideNav ul.banner li a{padding:10px 15px 10px 10px;}
	#content #side .sideNav ul.banner li a span{padding:0 0 0 30px; font-size:12px !important; line-height:17px; background-size:17px auto;}
		#content #side .sideNav ul.banner li.dream a span{line-height:25px; background-size:auto 25px;}
	
	/* footer --------------- */
	footer #brand{margin:0 0 20px 0;}
	footer #brand h2{margin:0 0 10px 0; font-size:14px;}
	footer #brand .groupArea ul li a{padding:12px 0 12px 14%; font-size:14px; background-position:4% center;}
		footer #brand .groupArea ul li.l1 a{padding-left:7%; background-position:2% center;}
	
	footer #brand .shopSearch a{padding:5px; font-size:14px;}
	footer #brand .shopSearch h3{padding:7px 0 7px 13px; background-size:10px auto;}
	footer #brand .shopSearch .btn{padding:6px 0 6px 10%; width:33%; background-position:10% center;}
	
	footer .sitemap{padding:10px 0;}
	footer .sitemap .inner{background-size:10px auto;}
	footer .sitemap h2{padding:0 0 10px 0; font-size:14px;}
	
	footer .sitemap .linkArea{padding:0 0 10px 0;}
	footer .sitemap .linkArea > ul{padding:0 0 10px 0; margin:0 0 10px 0;}
		footer .sitemap .linkArea > ul:last-child{padding:0 0 10px 0;}
	footer .sitemap .linkArea > ul li ul{padding-top:5px;}
	footer .sitemap .linkArea ul li a{padding:0 0 0 10px; font-size:13px; background-size:auto 6px;}
	
	footer .sitemap .inner #pageTop img{width:30px;}
	
	footer .fCont{font-size:10px;}
	footer .fCont .inner{padding:10px;}
	footer .fCont ul{margin:0 0 15px 0;}
	footer .fCont ul li{margin:0 6px;}
}