@charset "shift_jis";

/*
*  custom/top.css
*/

/*-------------------------------------------------
  0.Common
---------------------------------------------------*/
.roundMarkTitle {
	position: relative;
	margin-bottom: 10px;
	padding-left: 25px;
	color: #1E3F06;
	font-size: 120%;
}
.roundMarkTitle:before,
#itemCategory a:before {
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
}
.roundMarkTitle:before {
	width: 20px;
	height: 20px;
	margin-left: 0;
	margin-top: -10px;
	background: url(../../img/top/spr_top_ico.png) no-repeat;
	background-position: -184px 0;
}
#itemCategory a:after,
.linkPcSite:after {
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 0;
	content: '';
}

#reccommendItem h2 { margin-top: 14px; }

/*-------------------------------------------------
  1.Item category
---------------------------------------------------*/
#itemCategory li + li { margin-top: 5px; }
#itemCategory a {
	position: relative;
	display: block;
	padding: 14px 10px 14px 58px;
	border: 1px solid #B8CE84;
	border-radius: 5px;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.07);
	background: #FCFCF8;
	color: #254605;
	font-size: 110%;
}
#itemNav1:before,
#itemNav2:before,
#itemNav3:before {
	margin-left: 18px;
	background: url(../../img/top/spr_top_ico.png) no-repeat;
}
#itemNav1:before {
	width: 21px;
	height: 38px;
	margin-top: -19px;
	background-position: 0 0;
}
#itemNav2:before {
	width: 22px;
	height: 42px;
	margin-top: -21px;
	background-position: -22px 0;
}
#itemNav3:before {
	width: 47px;
	height: 30px;
	margin-top: -15px;
	margin-left: 10px;
	background-position: -44px 0;
}
#itemCategory a:after {
	width: 11px;
	height: 16px;
	margin-top: -8px;
	margin-right: 14px;
	background: url(../../img/base/spr_icon.png) no-repeat;
	background-position: -26px 0;
}
/*-------------------------------------------------
  1.About ashitaba
---------------------------------------------------*/
#whatIsAshitaba,
#materials {
	width: 47.6%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	border: 1px solid #254705;
	border-radius: 5px 5px 0 0;
	color: #254605;
}
#whatIsAshitaba { float: left; }
#materials { float: right; }
#whatIsAshitaba dt,
#materials dt {
	padding: 10px 30px 10px 10px;
	border-radius: 4px 4px 0 0;
	background: #254705 url(../../img/top/ico_about_ashitaba_question.png) no-repeat 95% 50%;
	color: #FFF;
}
#whatIsAshitaba dt { padding: 20px 30px 20px 10px; }
#whatIsAshitaba dd,
#materials dd { padding: 69px 10px 10px; }
#whatIsAshitaba dd { background: url(../../img/top/photo_about_ashitaba01.jpg) no-repeat 50% 0; }
#materials dd { background: url(../../img/top/photo_about_ashitaba02.jpg) no-repeat 50% 0; }

/*-------------------------------------------------
  1.Sub contents list
---------------------------------------------------*/
#subContentsList {
	border: 1px solid #244624;
	border-radius: 5px;
	background: #FBFBF2;
}
#subContentsList li {
	position: relative;
	display: block;
	border-top: 1px dashed #244624;
}
#subContentsList a {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0 10px 40px;
}
#subContentsList li:first-child { border-top: none; }
#subNav1:before,#subNav2:before,#subNav3:before,#subNav4:before,#subNav5:before,#subNav6:before {
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	width: 15px;
	height: 14px;
	margin-left: 10px;
	margin-top: -7px;
	background: url(../../img/top/spr_top_ico.png) no-repeat;
}
#subNav1:before {
	width: 18px;
	background-position: -91px 0;
}
#subNav2:before {
	height: 16px;
	margin-top: -8px;
	background-position: -109px 0;
}
#subNav3:before {
	width: 13px;
	height: 23px;
	margin-top: -12px;
	background-position: -124px 0;
}
#subNav4:before {
	width: 13px;
	height: 25px;
	margin-top: -13px;
	background-position: -137px 0;
}
#subNav5:before {
	background-position: -150px 0;
}
#subNav6:before {
	width: 19px;
	height: 10px;
	margin-top: -5px;
	background-position: -165px 0;
}
.linkPcSite:after {
	width: 22px;
	height: 19px;
	margin-top: -9px;
	margin-right: 14px;
	background: url(../../img/top/spr_top_ico.png) no-repeat;
	background-position: -204px 0;
}
#subContentsList a {
	display: block;
	width: 100%;
}

/*-------------------------------------------------
  2.News
---------------------------------------------------*/
.newsBnr{
	margin-top: 10px;
	text-align:center;
	border: 1px solid #E3660C;
}
.newsBnr a{
	display:block;
	padding: 15px 0;
	width:100%;
}

.newsText{
	color: #E3660C;
}
/*---

/*-------------------------------------------------
  3.Baner
---------------------------------------------------*/
.topBnr{
	margin-top: 10px;
	text-align:center;
}


/* ------------------------------------------------------ *
	99-clearfix
 * ------------------------------------------------------ 
:after{
	content: "";
	display: block;
	clear: both;
}*/