@charset "utf-8";
/* CSS Document */
.text_right {
	text-align: left;
	float: right;
	padding-right: 10px;
}


*html .text_right {
	padding-right:20px;
	
}



/* Item contemts ////////////////////////////////// */


/* 粉末 */

#item_box_fm {
	text-align:left;
	width:391px;
	height:350px;
	padding-left:200px;
	background-color:#FFF;
	border-color:#F36;
	border-width:1px;
	border-style:solid;
	background-image:url(../img/funmatsu_img/main_banner.jpg);
	background-repeat:no-repeat;
	margin-top:15px;
}


#item_box_fm h2{
	_margin-top:15px;
	margin-bottom:15px;
	text-align:right;
	padding-right:15px;
}

#item_box_fm p.price{
	margin:0px 20px 5px 0px;
	font-size:110%;
	text-align:right;
	line-height:1.2em;
	color:#00C;
}

#item_box_fm  p.price span{
	color:#F00;
	margin-left:5px;
	font-weight:bolder;
	font-size:120%;
}

#item_box_fm h3 {
	font-size:90%;
	color:#000;
	margin:10px 20px 3px 130px;
}


#item_box_fm p.item {
	font-size:85%;
	display:block;
	margin-left:135px;
	margin-top:0px;
	margin-bottom:5px;
	padding-right:10px;
	line-height:1.3em;
}


#item_box_fm p.item span{
	display:block;
	color:#FF7F00;
}


/* LF・ZSページ */

#item_box_lf {
	text-align:left;
	width:391px;
	height:350px;
	padding-left:200px;
	background-color:#FFF;
	border-color:#F36;
	border-width:1px;
	border-style:solid;
	background-image:url(../img/lf_zs_img/bg_mainbanner.jpg);
	background-repeat:no-repeat;
	margin-top:15px;
}


#item_box_lf h2{
	_margin-top:15px;
	margin-bottom:15px;
}

#item_box_lf p.price{
	margin:0px 20px 5px 0px;
	font-size:110%;
	text-align:right;
	line-height:1.2em;
	color:#00C;
}

#item_box_lf  p.price span{
	color:#F00;
	margin-left:5px;
	font-weight:bolder;
	font-size:120%;
}

#item_box_lf h3 {
	font-size:90%;
	color:#000;
	margin:10px 20px 3px 130px;
}


#item_box_lf p.item {
	font-size:85%;
	display:block;
	margin-left:135px;
	margin-top:0px;
	margin-bottom:5px;
	padding-right:10px;
	line-height:1.3em;
}


#item_box_lf p.item span{
	display:block;
	color:#FF7F00;
}



#contents h3#voice_h3 {
	text-align:left;
	margin:20px 0px;
	padding-bottom:5px;
	border-bottom:#F60 solid 1px;
	}


#contents p.lf_voice {
	text-align:left;
	font-size:100%;
	display:block;
	padding:10px;
	border:#F60 1px dotted;
	background-image:url(../img/lf_zs_img/bg_voice.gif);
	background-position:top right;
}

#contents p.lf_voice span{
	text-align:right;
	display:block;
	font-size:90%;
	margin-top:5px;
}


#contents .con_item{
	clear:both;
	margin:40px 0px;
	}

#contents .con_item h3.item_h3 {
	text-align:left;
	margin:30px 0 0 0px;
	border:#F60 1px solid;

	}

#contents .con_item h4.item_mainh4{
	text-align:left;
	margin:0px;
	background-color:#FF7F00;
	color:#FFF;
	padding:2px 5px;
	font-size:90%;
	border:#F60 1px solid;
	}

#contents .con_item p.item_read{
	text-align:left;
	margin:5px;
	font-size:90%;
	}


#contents .con_item ul.syuseibun{
	font-size:85%;
	list-style:none;
	margin:0px 0px 30px 0px;
	padding:6px 6px 3px 6px;
	border:#F60 1px dotted;
	color:#333;
	}
	
#contents .con_item  li.seibun{
	text-align:left;
	margin:0px 0px 3px 0px;
	}
	

#contents .con_item  li.seibun span{
	margin-right:5px;
	font-weight:bold;
	}


#contents .con_item .item_cart{
	clear:both;
	margin:0 0 30px 0;
		overflow: hidden;
}
 
* html #contents .con_item .item_cart{
	height: 1%;
}
	
	
#contents .con_item .item_cart img{
	float:left;
	}
	
#contents .con_item .item_cart h4.item_nameh4{
	float:left;
	text-align:left;
	color:#F60;
	font-size:105%;
	margin: 0px 0px 10px 10px;
	padding:0 0 0 10px;
	border-left:8px #F60 solid;
	}
	
#contents .con_item .item_cart h4.item_nameh4 span{
	display:block;
	font-size:80%;
	color:#333;
	}
	
#contents .con_item .item_cart p.p_read{
	float:left;
	text-align:left;
	display:block;
	width:280px;
	margin: 0px 0px 10px 10px;
	font-size:90%;
	}
	
	
#contents .con_item .item_cart dl {
float:left;
 border:1px solid #999; 
 margin: 0px 0px 5px 10px;
 width:268px;
 font-size:80%;
 color:#333;
 text-align:left;
}

#contents .con_item .item_cart dt {  
 float:left;  
 width:60px;  
 padding:3px 0 3px 3px;  
 clear:both;  
 font-weight:bold;  
}

#contents .con_item .item_cart dd {  
 width:180px;  
 margin-left:60px;  
 padding:3px 5px 3px 10px;  
 border-left:1px solid #999;  
} 

#contents .con_item .item_cart dd.price{
	color:#F00;
	font-weight:bold;

} 



#contents .con_item .item_cart .cart_box{
	margin:0 0 0 10px;
	float:left;
	text-align:left;
}

#contents .con_item .item_cart .cart_box form{
	margin:0px;
	float:left;
	text-align:left;
}

.con_item .item_cart .cart_box form input{
	margin:0 5px 5px 0px;
}

.con_item .item_cart .cart_box form select{
	margin:0 5px 5px 0px;
}


.con_item .item_cart .cart_box form label{
	display:block;

}


/* Item contemts */



#item_box {
	text-align:left;
	width:591px;
	height:270px;
	background-color:#FFF;
	border-color:#F36;
	border-width:1px;
	border-style:solid;
	
}


#item_box .images {
	float:left;
	width:250px;
	height:270px;
}


#item_box .text {
	float:right;
	width:330px;
	height:270px;
}

#item_box p {
	font-size:12px;
	margin-bottom:0px;
	padding-bottom:5px;
	margin-top:0px;
	padding-top:5px;
}

.LF_1item_box {
	width: 591px;
	margin-bottom: 20px;
	border: 1px solid #F60;
	background-color: #FFFFBF;
/*	height: 280px;*/
	text-align: center;
    overflow: hidden;  
	 }  
    
 * html .LF_1item_box {
  height: 1%;  
 }  

.LF_1item_box h3{
text-align:center;
font-size:95%;
margin:10px 0px 0px 0px;
padding:2px;
background-color:#FF6600;
color:#FFFFFF;
border:#FF6600 1px solid;
}


.images1 {
	float: left;
	width: 188px;
}
.text_left {
	float: left;
	text-align: left;
	padding-right: 20px;
	padding-top: 0px;
}
.comment_box {
	text-align: left;
	padding-left: 15px;
}
.ZM_topbox {
	border: 1px solid #F39;
	margin-bottom: 20px;
}
.ZM_1item_box {
	width: 591px;
	margin-bottom: 20px;
	border: 1px solid #35A17F;
	background-color: #F4E9C9;
	padding: 0px;
}
.cart_box {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
}

.cart_box2 {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
	border:#FF6600 1px solid;
}


.cart_box p {
	margin-bottom:0px;
	padding-bottom:0px;
	margin-top:7px;
}

.LF_1item_text {
	text-align: left;
	width: 381px;
	float: right;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.ZM_1item_text {
	text-align: left;
	width: 371px;
	float: right;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.bodycare_topitem {
	text-align:left;
	width:591px;
	background-color:#FFF;
	border-color:#E51084;
	border-width:1px;
	border-style:solid;
	margin: 0px;
	padding: 0px;
	/*height: 270px;*/
}
.tama_topitem {
	border: 1px solid #F6C;
}
.nextM_02box {
	background-color: #CFF;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #03C;
}

.bodycare_topitem_title {
	text-align: center;
	color: #ff0099;
	font-weight: bold;
}
.bodycare_topitem_title {
	font-weight: bold;
	color: #ff0099;
	text-align: center;
	height: 20px;
}
.bodycare_topitem_img {
	float: left;
	width: 249px;
	margin: 0px;
	padding: 0px;
}
.item_name {
	font-size: 22pt;
	color: #005B7F;
}
.tamagawa_02 {
	margin-bottom: 15px;

}
.tamagawa_03box {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #F60;
	border-bottom-color: #f60;
	margin-bottom: 10px;
}
.tamagawa_03img {
	float: left;
	width: 120px;
	padding: 0px;
}
.tamagawa_topitem-righttext {
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	width: 302px;
}
.tamagawa_item1box {
	background-color: #F4E9C9;
	border: 1px solid #39F;
	margin-bottom: 10px;
}
.nextM_topitem-box {
	border: 1px solid #0C0;
}
.nextM-03 {
	font-size: 15px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.nextM_item1box {
	background-color: #F4E9C9;
	border: 1px solid #F60;
	margin-bottom: 10px;
}


.resak_topitem {
	text-align:left;
	width:591px;
	background-color:#FFF;
	border-color:#5294BD;
	border-width:1px;
	border-style:solid;
	margin: 0px;
	padding: 0px;
	/*height: 270px;*/
}

.resak_img {
	float:left;
	widht:250px;
	
}

.resak_txt {
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	width: 318px;
	
	
}


.danb_topitem {
	text-align:left;
	width:591px;
	background-color:#FFF;
	border-color:#9C316B;
	border-width:1px;
	border-style:solid;
	margin: 0px;
	padding: 0px;
	/*height: 270px;*/
}

.danb_img {
	float:left;
	widht:250px;
	
}

.danb_txt {
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	/*padding-bottom: 5px;*/
	margin-bottom:0px;
	padding-left: 8px;
	text-align: left;
	width: 318px;
	
	
}
