@charset "UTF-8";
/*///////////////////////////////////////////////////////////

	商品詳細ページ共通

///////////////////////////////////////////////////////////*/

img {border: none;}

/* 商品詳細
----------------------------------------------------------------*/
#product {
	margin-bottom: 24px;
	padding-bottom: 3px;
	background: url(../img/ft_detail.gif) no-repeat left bottom;
}
#detail {
	padding-bottom: 5px;
}
#detail .photo {
	width: 303px;
	float: left;
}
#detail h2 {
	width: 352px;
	padding-bottom: 0.5em;
	font-size: 150%;
	line-height: 1.1em;
	color: #FF4900;
	float: right;
}
#detail p {
	width: 352px;
	font-size: 110%;
	line-height: 130%;
	padding-bottom: 0.5em;
	float: right;
}
#detail p span {
	color: #476B00;
	font-weight: bold;
}
#product form {
	padding-bottom: 3px;
	background: url(../img/bg_detail.gif) repeat-y left;
}
#recommend {
	width: 293px;
	float: left;
}
#recommend ul {
	padding: 12px 5px 3px 24px;
}
#recommend ul li {
	padding: 0px 0px 0.4em 12px;
	background: url(../../../common/img/maru_blue.gif) no-repeat 0px 0.2em;
	line-height: 1.1em;
}
#buy {
	width: 351px;
	float: right;
}
#buy ul {
	padding: 0px 17px;
}
#buy ul li {
	font-size: 90%;
	display: inline;
}
#buy ul li.price {
	font-size: 100%;
	line-height: 250%;
	color: #DE0000;
}
#buy ul li.price span {
	font-size: 250%;
	font-weight: bold;
}
#buy ul li.spec {
	font-size: 84%;
}
#buy dl {
	width: 317px;
	padding: 0px 17px;
}
#buy dl dt {
	width: 135px;
	padding: 0.5em 0px;
	float: left;
}
#buy dl dd {
	width: 182px;
	height: 40px;
	float: right;
}
#buy dl dt select {
	margin-left: 1em;
}
#buy p {
	padding: 0px 17px 0.3em 17px;
	font-size: 84%;
	line-height: 100%;
}

/* 商品特長
----------------------------------------------------------------*/
ol#merit {
	margin: 0px 0px 5px 0px;
	padding: 12px 10px 12px 13px;
	background-color: #FFFFE5;
}
ol#merit li {
	margin-bottom: 11px;
	padding-bottom: 14px;
	border-bottom: 1px dashed #A6CE39;
	list-style-type: none;
}
ol#merit li.non {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
#merit h3 {
	padding-bottom: 8px;
}
#merit p {
	font-size: 110%;
	line-height: 130%;
}
.pict {
	width: auto;
	padding-left: 10px;
	float: right;
}

/* 開発者からひとこと
----------------------------------------------------------------*/
#developer {
	margin-bottom: 8px;
	background: url(../img/bg_voice.gif) repeat-y left;
}
#voice {
	padding-bottom: 35px;
	background: url(../img/ft_voice.gif) no-repeat left bottom;
}
#voice .photo {
	width: 182px;
	float: right;
}
#voice h3 {
	padding: 51px 167px 22px 54px;
	background: url(../img/hd_voice.gif) no-repeat left top;
	font-size: 90%;
	line-height: 1.1em;
	font-weight: normal;
}
#voice h3.wp {
	background: url(../img/hd_voice2.gif) no-repeat left top;
}
#voice h3.wp img {
	margin-bottom: 10px;
}
#voice h3 span {
	font-size: 110%;
}
#voice h3 img {
	padding-right: 17px;
	vertical-align: middle;
}
#voice h4 {
	padding: 0px 35px 0.5em 35px;
	font-size: 100%;
	line-height: 1.1em;
	color: #6B9900;
}
#voice p {
	padding: 0px 35px;
	font-size: 100%;
}

/* 商品内容
----------------------------------------------------------------*/
ul#ingre {
	padding: 8px 9px 0px 12px;
}
ul#ingre li {
	width: 301px;
	padding-bottom: 10px;
	float: left;
}
ul#ingre li#nutri {
	float: right;
}
ul#ingre li h4 {
	padding: 0.1em 0px 0.4em 0px;
	background: url(../img/ttl_spec.gif) no-repeat left top;
	text-align: center;
	color: #FFFFFF;
}
ul#ingre li#nutri ul {
	padding: 0px;
}
ul#ingre li#nutri ul li {
	margin: 0px;
	padding: 0px;
	float: none;
}
sub {
	vertical-align: text-bottom;
}


/* クリアフィックス 
----------------------------------------------------------------------------*/
#detail:after,
#product form:after,
#buy dl:after,
ol#merit li:after,
#voice:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
}
#detail,
#product form,
#buy dl,
ol#merit li,
#voice { display: inline-block; }
/* no ie-mac \*/
* html #detail,
* html #product form,
* html #buy dl,
* html ol#merit li,
* html #voice { height: 1%; }
#detail,
#product form,
#buy dl,
ol#merit li,
#voice { display: block; }
/* clearfix END */




