@charset "utf-8"; /* 〠 */

/*----------------------------------------------*/
/* Common CSS [SP]                              */
/*----------------------------------------------*/

/*######## ブロックレベル変換(HTML5タグ用) ########*/
header, footer, nav, section, article, aside, hgroup, 
details, summary, menu, figure, figcaption {
	display: block;
}


/*######## 標準文字入力フォーム<input>,<textarea>タグ ########*/
input[type="text"], input[type="password"], textarea {
	margin: 2px 0px 0px 3px;
	padding: 3px;
	border: 1px solid #999999;
	
	font-size:   16px;
	color: #333333;
	
	border-radius:         4px;
	-webkit-border-radius: 4px;  /* for iOS3.2 before */
	
	/* box内上部シャドー for Android */
	box-shadow:         #CCCCCC 0px 1px 2px 0px inset;  /* for Chrome */
	-webkit-box-shadow: #CCCCCC 0px 1px 2px 0px inset;  /* for Safari */
}


/*######## 標準選択フォーム<input type="radio">,<input type="checkbox">,<label>タグ ########*/

/*---- フォーム要素本体 ----*/
input[type="radio"], input[type="checkbox"] {
	width: auto;
	margin: 0px 3px 0px 6px;
	padding: 0px;
	
	font-size: 18px;
	vertical-align: 0px;
}


/*######## 標準<select>タグ ########*/
select {
	height: 28px;
	margin: 5px 2px 5px 5px;
	padding-left: 5px;  /* for Android only */
	
	font-size: 14px;
	color: #333333;
}


/*######## フォーム関連 ########*/

/*---- フォームエラー ----*/
.errorbox {
	margin: 10px 10px 20px;
	
	line-height: 150%;
	color: #CC0000;
}

.errorbox-title {
	font-weight: bold;
}

.errorbox-list {
}

.erritem {
	border: 3px solid #FF6633 !important;
	  /* !importantがないと<input type="text">等に効かない */
}


/*######## General ########*/

/*---- Clear fix ----*/
.clearfix, ul.navi:after {
	content: "";
	display: block;
	clear: both;
}

/*---- font ----*/
.fblack {
	color: #000000;
}

.fred {
	color: #CC0000;
}

.fbold {
	font-weight: bold;
}

.fbacky {
	background-color: #FFFFCC;
}

/*######## Background & Wrapper ########*/

body {
	min-height: 416px;
	-webkit-text-size-adjust: none;  /* no font auto resize for iPhone */
	
	background-color: #FFFFFF;
}

#wrapper {
	width: 100%;
}

body, table, input {
	font-size: 15px;
	line-height: 140%;
	font-family: "ヒラギノ角ゴ Pro W3", Helvetica, Arial;
	
	color: #333333;
}


/*######## Common ########*/

/*----- Page top button -----*/
.pagetop-btn {
	display: none;
}

/*----- Pageback button -----*/
.pageback-btn {
	margin: 20px auto;
	text-align: center;
}

.pageback-btn a {
	display: inline-block;
	padding: 5px 20px;
	border: 1px solid #ffad41;
	
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	
	border-radius:         3px;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	
	-webkit-box-sizing: border-box;
	box-sizing:         border-box;
	
	background-color: #ffc579;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc579), to(#fb9d23));
	background-image: -webkit-linear-gradient(top, #ffc579, #fb9d23);
	background-image: -o-linear-gradient(top, #ffc579, #fb9d23);
	background-image: -ms-linear-gradient(top, #ffc579, #fb9d23);
	background-image: -moz-linear-gradient(top, #ffc579, #fb9d23);
	background-image: linear-gradient(to bottom, #ffc579, #fb9d23);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffc579, endColorstr=#fb9d23);
}

/*----- Bread crumb -----*/
#bread-crumb {
	display: none;
}

/*----- Lead copy -----*/
.lead-copy {
	margin: 10px 0px 0px 20px;
}

/*----- Title Obi -----*/
.title-obi {
	width: 100%;
	padding: 2px 0px 2px 10px;
	background-color: #4ccf8d;
	text-align: center;
	
	font-size: 16px;
	color: #FFFFFF;
}

.title-obi-arrow {
	width: 27.5px;
	height: 13.5px;
	margin: auto;
	margin-bottom: 30px;
	
	background-image: url(../images/common/title_arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 100%;
}
.title-obi-arrow-nomargin {
	width: 27.5px;
	height: 13.5px;
	margin: auto;
	background-image: url(../images/common/title_arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 100%;
}

/*----- Page Title -----*/
.page-title {
	width: 100%;
	margin-bottom: 15px;
	padding: 5px;
	
	font-size: 20px;
	line-height: 20x;
	color: #000000;
	
	background-image: url(../images/common/title_other_line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}/*ODY*/
.page-title_list {
	width: 100%;
	height:auto;
	margin-bottom: 15px;
	padding: 12px 5px 5px;

	background-image: url(../images/common/title_other_line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}/*ODY*/
.page-title_list h1 {
	float:none;
	font-size: 20px;
	line-height: 20px;
	color: #000000;
}/*ODY*/
.page-title_list p {
	float:none;
	font-size: 12px;
	line-height: 20px;
	color: #666;
}/*ODY*/

/*----- Page Title line -----*/
.page-title-line {
	margin-bottom: 10px;
	padding: 7px;
	
	font-size: 16px;
	line-height: 16px;
	color: #431010;
	font-weight: bold;
	
	border-top: 1px solid #eeeff0;
	border-left: 1px solid #eeeff0;
	border-right: 1px solid #eeeff0;
	border-bottom: 2px solid #434343;
	
	background-color: #eeeff0;
}

/*----- Page Title Subline -----*/
.page-title-subline {
	margin-bottom: 10px;
	padding: 0px 10px 5px;
	
	font-size: 13px;
	line-height: 13px;
	color: #431010;
	font-weight: bold;
	
	border-bottom: 1px solid #C3A13A;
}

/*---- Common table ----*/
.common-table {
	margin-bottom: 20px;
}

.common-table-row {
	margin-bottom: 10px;
}

.common-table .common-table-title {
	padding: 0px 10px 3px;
	font-weight: bold;
	border-bottom: 1px solid #E2DBCC;
}

.common-table .common-table-data {
	padding: 0px 10px 5px;
}

/*---- Common pager ----*/
.common-pager .pager-box {
	padding-top: 10px;
}

.common-pager .pager-link {
}

.common-pager .pager-text {
	float: left;
	width: 60px;
	margin-left: 10px;
	
	height: 32px;
	line-height: 32px;
}

.common-pager .pager-text-total {
	font-size: 16px;
	font-weight: bold;
}

.common-pager .pager-link {
	float: right;
	margin-right: 10px;
}

.common-pager .pager-link li {
	float: left;
	border: 1px solid #999999;
	width:       32px;
	height:      32px;
	line-height: 32px;
	margin-left: 5px;
	text-align: center;
}

.common-pager .pager-link li a {
	display: block;
x	width:       32px;
	height:      32px;
	line-height: 32px;
}

.common-pager .pager-link li.wide {
	width: 40px;
}

.common-pager .pager-link li.wide a {
	width: 40px;
}

.common-pager .pager-link li.cur {
	background-color: #CCCCCC;
}


/*######## Header ########*/

#headerfield {
	overflow: hidden;  /* preventing height 0 when float */
	width: 100%;
	background-color: #4ccf8d;
}

#header-box {  /* for PC only */
	display: none;
}

#header-spbox {  /* for SmartPhone only */
	overflow: hidden;  /* preventing height 0 when float */
	width: 100%;
}

#header-splogobox {
	float: left;
	max-width: 100px;
	margin: 5px;
}

#header-splogobox img {
	width: 100%;
}

#header-spbuttonbox {
	float: right;
	width: 60%;
	height: 39px;
	padding: 10px 10px 0px 0px;
	
	text-align: right;
}

#header-spbuttonbox a {
	display: inline-block;
	width: 39px;
	height: 32px;
	margin-left: 10px;
}

#header-spbuttonbox a img {
	width: 39px;
	height: 32px;
}

/*----- SNS navigation -----*/
.header-spsns {
	border-top: 1px solid #905656;
}

.header-spsns ul {
	width: 100%;
}

.header-spsns ul li {
	float: left;
	height: 38px;
}

.header-spsns ul li:first-child {
	border-left: none;
}

.header-spsns ul li img {
	vertical-align: middle;
	max-width: 100%;
}

.header-spsns li a {
	display: block;
	height:      38px;
	line-height: 38px;
	text-align: center;
}

.header-spsns ul li.instagram {
	width: 12.5%;
	background-color: #FFFFFF;
}

.header-spsns ul li.facebook {
	width: 12.5%;
	background-color: #3A5898;
}

.header-spsns ul li.twitter {
	width: 12.5%;
	background-color: #2AA9DE;
}

.header-spsns ul li.cchan {
	width: 12.5%;
	background-color: #F4E502;
}

.header-spsns ul li.youtube {
	width: 12.5%;
	background-color: #CF2620;
}

.header-spsns ul li.blog {
	width: 37.5%;
	background-color: #E97313;
}


/*----- campaign banner 20190620 -----*/
#header-spcamp img {
	width: 100%;
	background-color: #4ccf8d;
}

/*----- Global navigation -----*/
#header-spgnavi {
	border-top: 1px solid #905656;
}

#header-spgnavi ul {
	width: 100%;
	background-color: #4ccf8d;
}

#header-spgnavi ul li {
	float: left;
	width: 33%;
	border-left: 1px solid #905656;
	border-bottom: 1px solid #905656;
}

#header-spgnavi ul li:first-child, #header-spgnavi ul li:nth-child(4n)  {
	border-left: none;
}

#header-spgnavi ul li a {
	display: block;
	height:      38px;
	line-height: 38px;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
}

#header-spgnavi li.current a {
	color: #CC9900;
	background-color: #4ccf8d;
}

#header-gnavi-bottom {
	display: none;
}

/*---- Float SNS button ----*/
#float-sns {
	display: none;
}


/*######## Contents ########*/

#contentsfield {
	overflow: hidden;  /* preventing height 0 when float */
	width: 100%;
x	background-color: #FF0000;
}

#contentsbox {
	overflow: hidden;  /* preventing height 0 when float */
	width: 100%;
}

#contents-main {
x	width: 100%;
	margin-bottom: 20px;
}

#contents-side {
	display: none;
}


/*######## Footer ########*/

#footerfield {
	overflow: hidden;  /* preventing height 0 when float */
	width: 100%;
	
	background-color: #990000;
	background-color: #4ccf8d;
}

#footer-box {  /* for PC only */
	display: none;
}

#footer-spbox {  /* for SmartPhone only */
	overflow: hidden;  /* preventing height 0 when float */
	width: 100%;
}

#footer-sitemap {
	overflow: hidden;  /* preventing height 0 when float */
	
	background-color: #FFFFFF;
}

#footer-sitemap #sitemap-title {
	padding-left: 10px;
	height:      38px;
	line-height: 38px;
	
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	
	background-color: #660000;
}

#footer-sitemap .sitemapbox {
	overflow: hidden;  /* preventing height 0 when float */
	
	background-color: #E8E8E8;
}

#footer-sitemap .sitemapbox .sitemap-category {
	height:      38px;
	line-height: 38px;
	padding-left: 10px;
	border-bottom: 1px solid #FFFFFF;
	
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	
	background-image: url(../images/common/sp_btn_sitemap_open.png);
	background-repeat: no-repeat;
	background-position: right;
}

#footer-sitemap .sitemapbox .sitemap-category a {
	display: none;
}

#footer-sitemap .sitemapbox ul li {
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#footer-sitemap .sitemapbox ul li a {
	display: block;
	height:      38px;
	line-height: 38px;
	padding-left: 10px;
	
	color: #333333;
	text-decoration: none;
}

#footer-sitemap .sitemapbox ul {
	display: none;
}

#footer-sitemap #sitemap-productlist {
	height:      38px;
	line-height: 38px;
	
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

#footer-logobox {
	overflow: hidden;  /* preventing height 0 when float */
	margin: 10px 10px 0px 10px;
}

#footer-logobox ul {
	overflow: hidden;  /* preventing height 0 when float */
}

#footer-kodawari {
	background-color:#661100;
}

#footer-kodawari p img {
	width: 100%;
}

#footer-kodawari ul {
	overflow: hidden;  /* preventing height 0 when float */
	border-top: 1px solid #BBBBBB;
}

#footer-kodawari li {
	float: left;
	width: 50%;
	height:      40px;
	line-height: 40px;
	border-bottom: 1px solid #BBBBBB;
	
	-webkit-box-sizing: border-box;
	box-sizing:         border-box;
	
	background-color: #FEFEFD; background-image: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(#E8E8E8));
	background-image: -webkit-linear-gradient(top, #F7F7F7, #E8E8E8);
	background-image: -moz-linear-gradient(top, #F7F7F7, #E8E8E8);
	background-image: -ms-linear-gradient(top, #F7F7F7, #E8E8E8);
	background-image: -o-linear-gradient(top, #F7F7F7, #E8E8E8);
	background-image: linear-gradient(to bottom, #F7F7F7, #E8E8E8);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F7F7F7, endColorstr=#E8E8E8);
}

#footer-kodawari li:nth-child(odd) {
	border-right: 1px solid #CCCCCC;
}

#footer-kodawari li a {
	display: block;
	height: 40px;
	padding-left: 10px;
	
	color: #333333;
}

#footer-logobox ul li {
	margin-bottom: 10px;
}

#footer-logobox ul li img {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

#footer-linkbox li {
	float: left;
	width: 50%;
	height:      40px;
	line-height: 40px;
	border-bottom: 1px solid #BBBBBB;
	
	-webkit-box-sizing: border-box;
	box-sizing:         border-box;
	
	background-color: #FEFEFD; background-image: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(#E8E8E8));
	background-image: -webkit-linear-gradient(top, #F7F7F7, #E8E8E8);
	background-image: -moz-linear-gradient(top, #F7F7F7, #E8E8E8);
	background-image: -ms-linear-gradient(top, #F7F7F7, #E8E8E8);
	background-image: -o-linear-gradient(top, #F7F7F7, #E8E8E8);
	background-image: linear-gradient(to bottom, #F7F7F7, #E8E8E8);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F7F7F7, endColorstr=#E8E8E8);
}

#footer-linkbox li:nth-child(odd) {
	border-right: 1px solid #CCCCCC;
}

#footer-linkbox li a {
	display: block;
	height: 40px;
	padding-left: 10px;
	
	font-size: 14px;
	color: #333333;
}

#footer-copyrightbox {
	padding: 7px 0px;
	
	text-align: center;
	font-size: 10px;
	line-height: 130%;
	color: #4ccf8d;
	
	background-color: #CBB079;
}

#footer-copyrightbox span {
	display: block;
}


/*######## 商品ランキング ########*/

.productrankingbox {
	display: none;
}


/*######## ブログサブナビ ########*/

.blogsubnavibox {
	width: 100%;
x	margin: 0px auto 10px;
	margin-top: 10px;
	margin-bottom: 5px;
x	border-bottom: 4px solid #4ccf8d;
}

.blogsubnavibox ul {
	overflow: hidden;  /* For preventing height shrink */
x	height: 35px;
	
	text-align: center;
}

.blogsubnavibox ul li {
	display: inline-block;
x	float: left;
x	width: 31.3%;
x	width: 23%;
	width: 90px;
x	height: 35px;
x	margin-right: 2px;
x	margin: 0px 1%;
	margin: 0px 2px 10px;
}

.blogsubnavibox ul li a {
	display: block;
	width: 100%;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
	text-decoration: none;
}

.blogsubnavibox ul li a span {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	
	border-radius:         15px;
	-webkit-border-radius: 15px;
	-moz-border-radius:    15px;
	
	background-color: #CCCCCC;
}

.blogsubnavibox ul li div {
	width: 25px;
	height: 9px;
	line-height: 9px;
	margin: 0px auto;
	
	background-color: #FFFFFF;
}

.blogsubnavibox ul li div img {
	vertical-align: top;
}

.blogsubnavibox ul li#all a:hover span,
.blogsubnavibox ul li#all.current a span,
.blogsubnavibox ul li#all a:hover div,
.blogsubnavibox ul li#all.current a div {
	background-color: #4ccf8d;
}

.blogsubnavibox ul li#product a:hover span,
.blogsubnavibox ul li#product.current a span,
.blogsubnavibox ul li#product a:hover div,
.blogsubnavibox ul li#product.current a div {
	background-color: #BB3838;
}

.blogsubnavibox ul li#info a:hover span,
.blogsubnavibox ul li#info.current a span,
.blogsubnavibox ul li#info a:hover div,
.blogsubnavibox ul li#info.current a div {
	background-color: #FC7676;
}

.blogsubnavibox ul li#diet a:hover span,
.blogsubnavibox ul li#diet.current a span,
.blogsubnavibox ul li#diet a:hover div,
.blogsubnavibox ul li#diet.current a div {
	background-color: #F05B01;
}

.blogsubnavibox ul li#health a:hover span,
.blogsubnavibox ul li#health.current a span,
.blogsubnavibox ul li#health a:hover div,
.blogsubnavibox ul li#health.current a div {
	background-color: #349C3B;
}

.blogsubnavibox ul li#beauty a:hover span,
.blogsubnavibox ul li#beauty.current a span,
.blogsubnavibox ul li#beauty a:hover div,
.blogsubnavibox ul li#beauty.current a div {
	background-color: #FE6367;
}

.blogsubnavibox ul li#beautyfood a:hover span,
.blogsubnavibox ul li#beautyfood.current a span,
.blogsubnavibox ul li#beautyfood a:hover div,
.blogsubnavibox ul li#beautyfood.current a div {
	background-color: #BC910E;
}
