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

/*----------------------------------------------*/
/* Product CSS [PC]                             */
/*----------------------------------------------*/

/*######## 商品詳細ページ ########*/

/*---- タブメニュー ----*/
.product-tabmenu {
	width: 100%;
	max-width: 680px;
	margin: 0px auto 10px;
	border-bottom: 4px solid #4ccf8d;
}

.product-tabmenu ul {
	overflow: hidden;  /* For preventing height shrink */
	height: 40px;
}

.product-tabmenu ul li {
	float: left;
	width: 150px;
	height: 40px;
	margin-right: 7px;
}

.product-tabmenu ul li a {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	margin: 0px auto;
	padding: 3px 0px 0px 0px;
	
	text-align: center;
	color: #431010;
	text-decoration: none;
	
	border-radius:         5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius:    5px 5px 0px 0px;
	
	background-color: #ded0c5;
}

.product-tabmenu ul li a:hover,
.product-tabmenu ul li.current a {
	color: #FFFFFF;
	background-color: #4ccf8d;
}

/*---- リード写真 ----*/
.product-leadphotopc {
}

.product-leadphotosp {
	display: none;
}

.product-leadphoto {
	margin-bottom: 5px;
}

.product-leadphoto img {
	width: 100%;
}

/*---- リードテキスト ----*/
.product-leadtext {
	margin-bottom: 20px;
	
	text-align: justify;
	text-justify: inter-ideograph;
	
x	background-color: #FF0000;
}

/*---- 主要成分 ----*/
.product-elementmain-table {
	display: table;
	width: 100%;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 130%;
	border-top: 1px solid #CCCCCC;
x	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.product-elementmain-table-row {
	display: table-row;
}

.product-elementmain-table .product-elementmain-table-title {
	display: table-cell;
	width : 15%;
	padding: 5px;
	font-weight: bold;
	vertical-align: top;
	background-color: #f6f4f1;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.product-elementmain-table .product-elementmain-table-data {
x	display: inline-block;
	display: table-cell;
x	width : 98%;
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.product-elementmain-attention {
	margin-bottom: 40px;
	font-size: 11px;
	line-height: 130%;
}

/*---- 販売方法 ----*/
.product-salebox-name {
	padding: 15px 10px;
	font-size: 18px;
	font-weight: bold;
	background-color: #4ccf8d;
	text-align: center;
	color: #fff;
}

.product-salebox {
	overflow: hidden;  /* For preventing height shrink */
	margin-bottom: 15px;
	padding: 10px 15px 15px 15px;
	border-left: 3px solid #4ccf8d;
	border-right: 3px solid #4ccf8d;
	border-bottom: 3px solid #4ccf8d;
}

.product-salebox-desctop {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.product-salebox-desctop .txt-redstrong {
	font-size: 24px;
	color: #CC0000;
}

.product-salebox-photo {
	float: left;
x	width: 120px;
	width: 21%;
	
	text-align: center;
	
x	background-color: #FF0000;
}

.product-salebox-photo img {
	width: 100%;
	max-width: 135px;
	max-height: 135px;
}

.product-salebox-textbox {
	overflow: hidden;  /* For preventing height shrink */
	float: right;
	width: 78%;
x	padding: 0px 15px 15px 15px;
x	padding: 0px 10px 15px;
	
x	background-color: #FFFF00;
}

.product-salebox-pricebox {
	float: left;
x	width: 200px;
x	margin-right: 20px;
	width: 43%;
x	margin-right: 1%;
	padding-top: 20px;
	
x	background-color: #00FF00;
}

.product-salebox-price {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
x	color: #FF3300;
}

.product-salebox-price span {
	font-size: 12px;
}

.product-salebox-descsub {
	margin-bottom: 10px;
}

.product-salebox-descsub .txt-red {
	color: #CC0000;
}

.product-salebox-descsub .txt-blue {
	color: #0748AA;
}

.product-salebox-descsub .box-blue {
x	width: 68px;
	padding: 2px 5px;
	color: #fff;
	text-align: center;
	background-color: #4ccf8d;
	border: 1px solid #4ccf8d;
	
	border-radius:         5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
}

.product-salebox-jancode {
	color: #666666;
}

.product-salebox-jancode span {
	font-weight: bold;
	padding-right: 5px;
}

.product-salebox-btnbox {
	float: right;
	width: 55%;
	padding-top: 10px;
}

.product-salebox-capacity {
	margin-bottom: 10px;
}

.product-salebox-num {
	margin-bottom: 10px;
}

.product-salebox-btn input {
	width: 100%;
	max-width: 251px;
}


/*---- 商品詳細(フリーレイアウト領域) ----*/
.product-productdesc {
	overflow: hidden;  /* For preventing height shrink */
	margin-top: 20px;
}

.product-productdescpc {
x	background-color: #FF0000;
}

.product-productdescsp {
x	background-color: #0000FF;
	display: none;
}

/*---- 商品詳細(フリーレイアウト領域)：おすすめボックス ----*/
.productdesc-recombox {
	overflow: hidden;  /* For preventing height shrink */
	margin-bottom: 30px;
}

.productdesc-recombox img {
	float: left;
x	width: 310px;
	width: 50%;
	max-width: 310px;
x	margin-right: 20px;
}

.productdesc-recombox ul {
	overflow: hidden;  /* For preventing height shrink */
	float: right;
x	width: 350px;
	width: 48%;
}

.productdesc-recombox ul li {
	margin-bottom: 8px;
	padding: 5px 0px 0px 30px;
	
	font-size: 16px;
	font-weight: bold;
	
	background-image: url(/images/product/i_recom.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	
x	background-color: #00FF00;
}

/*--- 全成分 ----*/
.product-elementallbox-title {
	width: 100%;
x	max-width: 666px;
	margin-bottom: 20px;
	padding: 10px;
	
	font-size: 18px;
	line-height: 18px;
	color: #431010;
	font-weight: bold;
	
	-webkit-box-sizing: border-box;
	box-sizing:         border-box;
	
	background-color: #F2EDD5;
}

.product-elementallbox {
	overflow: hidden;  /* For preventing height shrink */
	margin-bottom: 30px;
}

.product-elementallbox-photo {
	float: left;
x	width: 33%;
	width: 34%;
	max-width: 230px;
x	margin-right: 2%;
	
x	background-color: #FF0000;
}

.product-elementallbox-photo img {
	width: 100%;
}

.product-elementallbox-txtbox {
	float: right;
	width: 65%;
}

.product-elementallbox-table {
	display: table;
x	width: 100%;
	width: 99%;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 130%;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.product-elementallbox-table-row {
	display: table-row;
}

.product-elementallbox-table .product-elementallbox-table-title {
	display: table-cell;
x	width : 50%;
x	width : 25%;
	width : 100px;
	padding: 5px;
	font-weight: bold;
	vertical-align: top;
	background-color: #f6f4f1;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.product-elementallbox-table .product-elementallbox-table-data {
	display: table-cell;
x	width : 98%;
	padding: 5px;
	
	line-height: 180%;
	
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.product-elementallbox-attention {
	margin-bottom: 40px;
	font-size: 11px;
	line-height: 130%;
}


/*######## よくあるご質問ページ ########*/

.product-faqbox {
x	background-color: #FF0000;
}

/*---- Slidepanel ----*/
.slidepanel dl {
x	width: 100%;
x	max-width: 680px;
	margin-bottom: 20px;
}

.slidepanel dl dt {
x	width: 585px;
x	height: 78px;
x	min-height: 26px;
	display: table;
	width: 100%;
	margin-top: 10px;
x	padding: 8px 100px 5px 50px;
	
	
x	background: #f9f7f6 url(../images/faq/i_open.png) no-repeat right;
	background-image: url(../images/faq/i_open.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #f9f7f6;
x	background-color: #00FF00;
}

.slidepanel .slidepanel-q-icon {
	display: table-cell;
	width: 37px;
x	height: 35px;
	padding: 8px 0px 5px;
	
x	background: url(../images/faq/i_q.png) no-repeat left center;
	background-image: url(../images/faq/i_q.png);
	background-repeat: no-repeat;
	background-position: left center;
x	background-color: #FF0000;
}

.slidepanel .slidepanel-q-title {
	display: table-cell;
	padding: 8px 100px 5px 10px;
	
	font-weight: bold;
	cursor: pointer;
	color: #0066cc;
	text-decoration: underline;
x	background-color: #0000FF;
}

.slidepanel dl dd {
	display: none;
	
	margin-bottom: 10px;
	padding: 10px 10px 10px 50px;
	border: 1px solid #ECEAE7;
	
x	background: url(../images/faq/i_a.png) no-repeat top left;
	background-image: url(../images/faq/i_a.png);
	background-repeat: no-repeat;
	background-position: top left;
}

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

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

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

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


/*######## お客様の声ページ ########*/

.product-voicebox {
x	width: 100%;
x	max-width: 680px;
}

.product-voice {
x	width: 660px;
	margin: 10px 0px 15px 0px;
	padding: 10px;
	border: 1px solid #ECEAE7;
}

.product-voice dl dt .voice-title {
	padding: 5px;
	font-weight: bold;
	background: #e1d4ca;
}
 
.product-voice dl dt .voice-customerinfo {
	margin-bottom: 5px;
	padding: 5px;
	text-align: right;
	font-size: 93%;
	background: #F5EDE7;
}

.product-voice dl dt .voice-customerinfo span {
	color: #FFCC00;
}

.product-voice dl dd {
	padding: 5px;
}

.product-voice dl dd .txt-redstrong {
	color: #CC0000;
	font-weight: bold;
}

/*######## Premium爽快酵素ページ ########*/
/*---- General ----*/
#kousobox {
	max-width: 680px;
	padding: 30px 0px;
}

.kouso_textbox {
	overflow: hidden;
	max-width: 680px;
	margin-bottom: 50px;
}

.kouso_text_pic {
	float: left;
	width: 37%;
	margin-right: 4%;
}

.kouso_text_pic img {
	max-width: 250px;
}

.kouso_text_text {
	float: right;
	width: 59%;
	font-size: 16px;
	line-height: 180%;
}

.kouso_text p {
	margin-top: 10px;
}

.kouso_seibunbox dl{
	max-width: 680px;
	margin-top: 40px;
}

.kouso_seibunbox dl dt{
	width: 210px;
	margin: 0px 20px 20px 0px;
	float:left;
	clear:left;
}

.kouso_seibunbox dl dd{
	height: 153px;
	padding: 0px 0px 20px 230px;
	font-size: 15px;
	line-height: 180%;
}

/*---- 爽快 ----*/
.kouso-title-soukai {
	max-width: 584px;
	margin-bottom: 30px;
}

.kouso-title-soukai img {
	width: 100%;
}

.kouso-copy-soukai {
	max-width: 660px;
	padding: 10px;
	background: #141b85;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.kouso-copy-soukai-text {
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 150%;
	text-shadow: 2px 2px 1px #181b48;
}

.kouso_soukai_seibun {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #141b85;
}

/*---- ダイエット ----*/
.kouso-title-diet {
	max-width: 583px;
	margin-bottom: 30px;
}

.kouso-title-diet img {
	width: 100%;
}

.kouso-copy-diet {
	max-width: 660px;
	padding: 10px;
	background: #008732;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.kouso-copy-diet-text {
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 150%;
	text-shadow: 2px 2px 1px #133E10;
}

.kouso_diet_seibun {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #008732;
}

/*----  夜間 ----*/
.kouso_textbox2 {
	overflow: hidden;
	max-width: 680px;
	margin-bottom: 30px;
}

.kouso_text_pic2 {
	float: left;
	width: 42%;
	margin-right: 3%;
}

.kouso_text_pic2 img {
	max-width: 300px;
}

.kouso_text_text2 {
	float: right;
	width: 55%;
	font-size: 15px;
	line-height: 180%;
}

.kouso_text_text2 p {
	margin-top: 10px;
}

.kouso-title-yakan {
	max-width: 544px;
	margin-bottom: 30px;
}

.kouso-title-yakan img {
	max-width: 544px;
}

.product_yakan_aminosan-title {
	max-width: 648px;
}

.product_yakan_aminosan-title img {
	width: 100%;
}

.product_yakan_aminosan {
	max-width: 680px;
}

.product_yakan_aminosan dl {
	padding: 20px;
	background-color: #fcf6ea;
}

.product_yakan_aminosan dl dt {
	margin-bottom: 3px;
	color: #e11d7f;
	font-weight: bold;
}

.product_yakan_aminosan dl dd {
	margin-bottom: 25px;
	line-height: 160%;
}

/*----  美妃 ----*/
.kouso-title-beauty {
	max-width: 584px;
	margin-bottom: 30px;
}

.kouso-title-beauty img {
	width: 100%;
}

.kouso-copy-beauty {
	max-width: 660px;
	padding: 10px;
	background: #E6398D;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.kouso-copy-beauty-text {
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 150%;
	text-shadow: 2px 2px 1px #b11263;
}

.kouso_beauty_seibun {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #E6398D;
}
