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

/*----------------------------------------------*/
/* Common CSS [PC]                              */
/*----------------------------------------------*/

/*######## 標準文字入力フォーム<input>,<textarea>タグ ########*/
input[type="text"], input[type="password"], textarea {
	margin: 0px;
	padding: 4px;
	border: 1px solid #999999;
	
	font-size: 14px;
	line-height: 100%;
	color: #333333;
	letter-spacing: 1px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*---- プレースフォルダー ----*/
input:-ms-input-placeholder, textarea:-ms-input-placeholder {  /* IE10+ */
	color: #BBBBBB;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {  /* WebKit(Safari,Chrome,Opera15+) */
	color: #BBBBBB;

}
input::-moz-placeholder, textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #BBBBBB;
}


/*######## 標準選択フォーム<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;
}

/*---- フォーム選択肢(radio&checkbox) ----*/
.formchoice li {
	margin-bottom: 6px;
}

/*---- フォーム用<label>タグ ----*/
label {
	font-size: 14px;
}

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

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

.errorbox-list {
}

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


/*######## 標準<select>タグ ########*/
select {
	height: 28px;
	margin: 0px;
	padding-left: 3px;
	
	font-size: 14px;
	color: #333333;
}


/*######## 標準ボタンフォーム<input type="submit">,<input type="button">タグ ########*/
input[type="submit"], input[type="button"] {
	cursor: pointer;
}


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

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

/*---- hover img ----*/
a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

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

.fred {
	color: #CC0000;
}

.fbgyellow {
	background-color: #FFFFCC;
}

.fbold {
	font-weight: bold;
}


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

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	color: #434343;
	font-size: 14px;
	background-color: #FFFFFF;
}

#wrapper {
	width: 100%;
}


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

/*----- Page top button -----*/
.pagetop-btn {
	width: 100px;
	height: 75px;
	
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

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

.pageback-btn a {
x	display: block;
	display: inline-block;
x	margin: 0px auto;
	padding: 8px 30px;
	border: 1px solid #ffad41;
	
	font-size: 16px;
	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);
}

.pageback-btn a:hover {
	border: 1px solid #ff9913;
	
	background-color: #ffaf46;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaf46), to(#e78404));
	background-image: -webkit-linear-gradient(top, #ffaf46, #e78404);
	background-image: -o-linear-gradient(top, #ffaf46, #e78404);
	background-image: -ms-linear-gradient(top, #ffaf46, #e78404);
	background-image: -moz-linear-gradient(top, #ffaf46, #e78404);
	background-image: linear-gradient(to bottom, #ffaf46, #e78404);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffaf46, endColorstr=#e78404);
}

/*----- Bread crumb -----*/
#bread-crumb {
	overflow: hidden;  /* For preventing height shrink */
	margin-bottom: 20px;
x	padding: 0px 0px 10px 0px;
}

#bread-crumb ul li {
	float: left;
	padding: 0px 10px 0px 18px;
	
	font-size: 11px;
	background: url(../images/common/breadcrumb_bg.gif) no-repeat left center;
}

#bread-crumb ul li:first-child {
	padding-left: 0px;
	background-image: none;
}

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

/*----- Title Obi -----*/
.title-obi {
	width: 100%;
	padding: 10px 0px 10px 10px;
	border-top: 3px solid #4ccf8d;
	background-color: #4ccf8d;
	text-align: center;
	
	font-size: 20px;
	color: #FFFFFF;
	
	-webkit-box-sizing: border-box;
	box-sizing:         border-box;
}

.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%;
	max-width: 680px;
	margin-bottom: 25px;
	padding-bottom: 8px;
	
	font-size: 26px;
	line-height: 26px;
	color: #434343;
	background-image: url(../images/common/title_other_line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}/*ODY*/
.page-title_list {
	width: 100%;
	height:27px;
	max-width: 680px;
	margin-bottom: 25px;
	padding-bottom: 8px;
	
	background-image: url(../images/common/title_other_line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}/*ODY*/
.page-title_list h1{
	float:left;
	font-size: 26px;
	line-height: 26px;
	color: #434343;
}/*ODY*/
.page-title_list p{
	float:right;
	font-size: 12px;
	line-height: 36px;
	color: #434343;
}/*ODY*/

/*----- Page Title line -----*/
.page-title-line {
	width: 100%;
	max-width: 680px;
	margin-bottom: 15px;
	padding: 15px 7px;
	
	font-size: 18px;
	line-height: 18px;
	color: #434343;
	font-weight: bold;
	
	-webkit-box-sizing: border-box;
	box-sizing:         border-box;
	
	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 {
	width: 100%;
	max-width: 680px;
	margin-bottom: 15px;
	padding: 8px 0px;
	
	font-size: 14px;
	line-height: 14px;
	color: #434343;
	font-weight: bold;
	
	border-bottom: 1px solid #C3A13A;
}

/*---- Common table ----*/
.common-table {
	display: table;
	width: 100%;
	margin-bottom: 30px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.common-table-row {
	display: table-row;
}

.common-table .common-table-title {
	display: table-cell;
x	width : 200px;
	width : 30%;
	padding: 10px;
	vertical-align: top;
	background-color: #f6f4f1;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.common-table .common-table-data {
	display: table-cell;
x	width: 486px;
x	width : 94%;
	padding: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

/*---- Common pager ----*/
.common-pager .pager-box {
x	max-width: 800px;
x	margin: 10px 0px 10px;
	margin-top: 10px;
	padding-top: 10px;
x	height: 30px;
x	border-bottom: 2px solid #555555;
	border-top: 2px solid #6a3905;
}

.common-pager .pager-text {
	float: left;
x	width: 200px;
	width: 80px;
x	background-color: #FF0000;
}

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

.common-pager .pager-link {
	float: right;
x	list-style: none;
x	background-color: #00FF00;
}

.common-pager .pager-link li {
	float: left;
	border: 1px solid #999999;
	width:       25px;
	height:      25px;
	line-height: 25px;
	margin-left: 5px;
	text-align: center;
	
x	background-color: #0000FF;
}

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

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

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

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


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

#headerfield {
	overflow: hidden;  /* preventing height 0 when float */
	width: 100%;
x	height: 171px;
	margin-bottom: 15px;
	background-image: url(../images/common/header_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #661100;
}

#header-box {  /* for PC only */
	width: 100%;
	max-width: 920px;
	margin: 10px auto 0px;
}

#header-spbox {  /* for SmartPhone only */
	display: none;
}

#header-top {
	overflow: hidden;  /* preventing height 0 when float */
	padding: 0px auto 12px;
}

#header-top-sitename {
	float: left;
	width: 40%;
	color: #FFFFFF;
	font-size: 12px;
}

#header-top-sublink {
	float: right;
	width: 60%;
x	background-color: #00FF00;
}

#header-top-sublink ul {
	float: right;
	margin-right: -15px;
}

#header-top-sublink ul li {
	float: left;
	margin-right: 20px;
	padding-left: 9px;
	background-image: url(../images/common/i_link.png);
	background-position: left;
	background-repeat: no-repeat;
}


#header-top-sublink ul li a {
	position: relative;
	color: #FFFFFF;
	font-size: 11px;
}

#header-middle {
	overflow: hidden;  /* preventing height 0 when float */
	margin-bottom: 10px;
x	background-color: #00FFFF;
}

#header-logobox {
	float: left;
	width: 18%;
	max-width: 165px;
	margin-right: 5%;
x	background-color: #0000FF;
}

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

#header-toiawasetel {
	float: left;
	width: 25%;
	max-width: 233px;
	padding-top: 5px;
x	background-color: #FF0000;
}

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

#header-buttonbox {
	float: right;
	width: 52%;
x	background-color: #00FF00;
}

.header-button-link {
	overflow: hidden;  /* preventing height 0 when float */
xxx	float: right;
x	width: 100%;
	text-align: right;
x	background-color: #00FFFF;
}

.header-button-link li {
x	float: left;
	display: inline-block;
	margin-left: 3%;
}

.header-button-link li.narrow {
	width: 25%;
	max-width: 115px;
}

.header-button-link li.wide {
	width: 40%;
	max-width: 176px;
}

.header-button-link li a {
x	margin-left: 10px;
}

.header-button-link li a img {
	width: 100%;
}

.header-button-sitesearch {
	float: right;
x	margin-top: 10px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: right;
}

.header-button-sitesearch td {
	vertical-align: middle;
}

.header-button-sitesearch input[type="text"] {
x	width: 50%;
	width: 200px;
}

.header-button-sitesearch input[type="image"] {
	margin-top: 8px;
	margin-left: 5px;
}

/*----- campaign banner 20190619 -----*/
#header-camp img {
	width: 100%;
	max-width: 920px;
	margin-bottom: 10px;
}

/*----- Global navigation -----*/
#header-gnavi {
	width: 100%;
	max-width: 920px;
x	margin-top: 10px;
	height: 50px;
	
x	background-color: #00FF00;
}

#header-gnavi ul {
	height: 50px;
	
	background-image: url(../images/common/gnavi_line.png);  /* 左端縦線 */
	background-repeat: no-repeat;
}

#header-gnavi ul li {
	float: left;
	width: 16.66%;
	height: 50px;
	
	-webkit-box-sizing: border-box;
	box-sizing:         border-box;
	
	background-image: url(../images/common/gnavi_line.png);
	background-repeat: no-repeat;
	background-position: 100% 0px;  /* 右側 */
}

#header-gnavi ul li #firstnavi {
	background-image: url(../images/common/gnavi_line.png);  /* 左端 */
	background-repeat: no-repeat;
	background-position: 0% 0px;
}

#header-gnavi ul li a {
	display: block;
	height:      50px;
	line-height: 50px;
	text-indent: -9999px;
	text-decoration: none;
	
	background-repeat: no-repeat;
	background-position: 50% 0px;
}

#header-gnavi li#kouso       a { background-image: url(../images/common/gnavi_kouso.png); }
#header-gnavi li#smoothie    a { background-image: url(../images/common/gnavi_smoothie.png); }
#header-gnavi li#bodymake    a { background-image: url(../images/common/gnavi_bodymake.png); }
#header-gnavi li#health      a { background-image: url(../images/common/gnavi_health.png); }
#header-gnavi li#beauty      a { background-image: url(../images/common/gnavi_beauty.png); }
#header-gnavi li#productlist a { background-image: url(../images/common/gnavi_productlist.png); }

#header-gnavi li a:hover,
#header-gnavi li.current a {
	background-position:  50% -50px;  /* background-position-y not work Firefox,Opera */
}

#header-gnavi-bottom {
	width: 100%;
x	max-width: 920px;
	height: 20px;
	margin: 0px auto;
	background-image: url(../images/common/gnavi_bottom.gif);
	background-repeat: no-repeat;
	background-position:  50% 0px;  /* background-position-y not work Firefox,Opera */
	background-color: #FFFFFF;
	
x	-moz-background-size:100% 100%;
x	background-size:100% 100%;
}

/*---- Float SNS button ----*/
#float-sns {
x	position: absolute;
	position: fixed;
	z-index: 10000;  /* for over slideshow */
	top: 200px;
	left: 0px;
	text-align: left;
x	border-right: 1px solid #DDDDDD;
x	border-top: 1px solid #DDDDDD;
x	border-bottom: 1px solid #DDDDDD;
	border: 1px solid #DDDDDD;
}

#float-sns a {
	display: block;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #FFFFFF;
	color: #FFFFFF;
}


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

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

#contentsbox {
	overflow: hidden;  /* preventing height 0 when float */
	max-width: 940px;
	margin: 30px auto 30px;
x	padding: 0px 5px;  /* for tablet */
	padding: 0px 5px 0px 0px;  /* for tablet & SNS button */
	position: relative;
}

#contents-main {
	width: 75%;
	max-width: 680px;
	float: left;
x	background-color: #FF0000;
}

#contents-side {
	width: 22%;
	max-width: 200px;
	float: right;
x	background-color: #00FF00;
}


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

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

#footer-box {  /* for PC only */
	overflow: hidden;  /* preventing height 0 when float */
}

#footer-spbox {  /* for SmartPhone only */
	display: none;
}

#footer-fnavi {
	overflow: hidden;  /* preventing height 0 when float */
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
	
	box-shadow:         0px 0px 10px -1px rgba(0,0,11,0.65);
	-moz-box-shadow:    0px 0px 10px -1px rgba(0,0,11,0.65);
	-webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,11,0.65);
}

#footer-fnavi ul {
	overflow: hidden;  /* preventing height 0 when float */
	width: 100%;
x	max-width: 720px;
x	margin: 0px auto;
	padding: 0px 5px;  /* for tablet */
x	text-align: left;
	text-align: center;
	
x	background-color: #0000FF;
}

#footer-fnavi ul li {
	display: inline-block;
	height: 40px;
	padding-left: 10px;
x	padding-right: 20px;
	padding-right: 10px;
	
	background-image: url(../images/common/i_link.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#footer-fnavi ul li a {
	font-size: 12px;
	line-height: 40px;
}

#footer-fnavi ul li a {
	color: #FFFFFF;
}

#footer-fnavi ul li a:hover {
	color: #8D836B;
}

#footer-contents {
	overflow: hidden;  /* preventing height 0 when float */
	width: 100%;
x	max-width: 920px;
	max-width: 900px;
	margin: 0px auto;
	padding: 0px 5px;  /* for tablet */
	
x	background-color: #CCCCCC;
}

#footer-leftbox {
	overflow: hidden;  /* preventing height 0 when float */
	float: left;
x	width: 70%;
	width: 55%;
x	margin-right: 2%;
	
x	background-color: #0000FF;
}

#footer-tel {
	margin-bottom: 10px;
}

#footer-tel img {
}

#footer-card {
	overflow: hidden;  /* preventing height 0 when float */
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #C4A567;
	
	font-size: 10px;
	line-height: 120%;
	color: #FFFFFF;
}

#footer-card img {
	float: left;
	margin-right: 5px;
}

#footer-rightbox {
	overflow: hidden;  /* preventing height 0 when float */
	float: right;
	width: 40%;
	padding-right: 10px;
	
x	background-color: #00FF00;
}


#footer-logo {
	text-align: right;
x	background-color: #00FFFF;
}

#footer-logo img {
	max-width: 100%;
}

#footer-copyrightbox {
	padding: 15px 0px;
	
	text-align: center;
	font-size: 10px;
	color: #4ccf8d;
	
	border-top: 10px solid #a20000;
	background-color: #CBB079;
}

#footer-copyrightbox span {
}


/*######## サイドコンテンツ/会員ページ ########*/

#side-memberbox {
	display: none;
	overflow: hidden;  /* preventing height 0 when float */
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-left: 2px solid #4ccf8d;
	border-right: 2px solid #4ccf8d;
	border-bottom: 2px solid #4ccf8d;
	background-color: #FFF7E5;
}

#side-memberbox .member-title {
	padding: 5px;
	background-color: #4ccf8d;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}

#side-memberbox .member-title-arrow {
	width: 100%;
	max-width: 196px;
	height: 8px;
	margin-bottom: 10px;
	
	background-image: url(../images/common/membermenu_title_arrow.png);
	background-repeat: no-repeat;
	background-position: center;
}

#side-memberbox .b-login {
	width: 78%;
	max-width: 152px;
	margin: 0px auto 10px;
	border: 1px solid #888888;
	
	border-radius:         3px;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	
	background-color: #E9EAE9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E9EAE9), to(#CBCBCB));
	background-image: -webkit-linear-gradient(top, #E9EAE9, #CBCBCB);
	background-image: -o-linear-gradient(top, #E9EAE9, #CBCBCB);
	background-image: -ms-linear-gradient(top, #E9EAE9, #CBCBCB);
	background-image: -moz-linear-gradient(top, #E9EAE9, #CBCBCB);
	background-image: linear-gradient(to bottom, #E9EAE9, #CBCBCB); 
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E9EAE9, endColorstr=#CCCCCC);
}

#side-memberbox .b-login a {
	display: block;
	padding: 7px 0px;
	
	font-size: 14px;
	font-weight: bold;
	color: #434343;
	text-align: center;
}

#side-memberbox .member-new {
	margin-top: 15px;
	color: #434343;
	font-weight: bold;
	text-align: center;
}

#side-memberbox .b-newmember {
	width: 78%;
	max-width: 152px;
	margin: 0px auto 10px;
	
	border: 1px solid #888888;
	
	border-radius:         3px;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	
	background-color: #E9BC3C;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E9BC3C), to(#CC8702));
	background-image: -webkit-linear-gradient(top, #E9BC3C, #CC8702);
	background-image: -o-linear-gradient(top, #E9BC3C, #CC8702);
	background-image: -ms-linear-gradient(top, #E9BC3C, #CC8702);
	background-image: -moz-linear-gradient(top, #E9BC3C, #CC8702);
	background-image: linear-gradient(to bottom, #E9BC3C, #CC8702);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E9BC3C, endColorstr=#CC8702);
}

#side-memberbox .b-newmember a {
	display: block;
	padding: 7px 0px;
	
	font-size: 14px;
	font-weight:bold;
	color: #434343;
	text-align: center;
}

#side-memberbox ul {
	overflow: hidden;  /* preventing height 0 when float */
	padding: 0px 15px;
x	background-color: #00FF00;
}

#side-memberbox ul li {
x	margin-bottom: 2px;
	margin-bottom: 10px;
	padding-left: 16px;
	
	font-size: 12px;
	line-height: 120%;
	
	background-image: url(../images/common/i_arrow_cercle.png);
	background-repeat: no-repeat;
	background-position: left top;
}


/*######## サイドコンテンツ/バナー ########*/

#side-bannerbox {
	width: 100%;
	max-width: 198px;
	/* position: fixed;
	top: 230px; */
	margin-top: 50px;
}

#side-bannerbox .widgetbox {
	margin-bottom: 10px;
}

#side-bannerbox .widgetbox .textwidget img {
	width: 100%;
}


/*######## サイドコンテンツ/こだわり  ########*/
#side-kodawaribox {
	display: none;
	max-width: 200px;
	margin-bottom: 10px;
	background-color: #E3D49B;
}

#side-kodawaribox p img {
	width: 100%;
}

#side-kodawaribox .kodawari-frame {
	width: 100%;
}

#side-kodawaribox .kodawari-list {
	width: 95%;
	max-width: 190px;
	margin: 0px auto;
	
x	background-color: #0000FF;

}

#side-kodawaribox .kodawari-list li {
	border-left: 1px solid #6c5d35;
	border-right: 1px solid #6c5d35;
}

#side-kodawaribox .kodawari-list li img {
	width: 100%;
}

/*######## サイドコンテンツ/コーポレート  ########*/
#side-corp {
	margin-bottom: 10px;
}

#side-corp img {
	width: 100%;
}


/*######## サイドコンテンツ/Facebook  ########*/
#side-facebook {
	margin-bottom: 10px;
}

#side-facebook iframe {
	overflow: hidden;  /* preventing height 0 when float */
	width: 100%;
	max-width: 200px;
	height: 290px;
	border: none;
	
	background-color: #FFFFFF;
}


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

.productrankingbox {
	overflow: hidden;  /* preventing height 0 when float */
	width: 100%;
	max-width: 680px;
	margin-bottom: 25px;
	padding: 15px 0px;
	background-color: #4ccf8d;
}

.productrankingbox .ranking-title {
	width: 470px;
	height: 53px;
	margin: 0px auto 10px;
	background-image: url(../images/common/title_ranking.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.productrankingbox ul {
	overflow: hidden;  /* preventing height 0 when float */
	width: 100%;
	max-width: 680px;
	text-align: center;
	
x	background-color: #FF0000;
}

.productrankingbox ul li {
	display: inline-block;
	width: 16%;
x	margin: 0px 1%;
	margin: 0px 0.5%;
x	padding: 5px 0px;
	padding: 5px 1%;
	vertical-align: top;
	
	font-size: 11px;
	line-height: 130%;
	text-align: center;
	
	background-color: #FFFFFF;
	border-radius:         5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
}

.productrankingbox ul li img {
	width: 100%;
	max-height: 110px;
	border: 1px solid #DEDEDE;
}

.productrankingbox ul li a {
x	color: #FFFFFF;
}

.productrankingbox ul li a:hover,
.productrankingbox ul li a:focus,
.productrankingbox ul li a:active {
	color: #cdb4b4;
	text-decoration: underline;
}

.productrankingbox ul li a .productranking-photo {
x	height: 110px;
	margin-bottom: 5px;
	
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size:         cover;
}


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

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

.blogsubnavibox ul {
	overflow: hidden;  /* For preventing height shrink */
x	height: 40px;
	
	text-align: center;
	
x	background-color: #FF0000;
}

.blogsubnavibox ul li {
	display: inline-block;
x	float: left;
x	width: 150px;
x	width: 23%;
	width: 120px;
x	height: 40px;
x	margin-right: 7px;
x	margin-right: 1%;
	margin: 0px 5px 10px;
}

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

.blogsubnavibox ul li a span {
	display: block;
x	width: 150px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	
	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 a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.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;
}
