@charset "utf-8";

/* 商品詳細ページ */

#itemDetail {
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 25px;
}

#itemDetail img{
	border:none;
}

#itemDetail #itemInfo {
	overflow: hidden;
}


#itemDetail #itemInfo #itemPhoto {
	float: left;
	width: 320px;
	text-align: left;
}
#itemDetail #itemInfo #itemTable {
	width: 330px;
	float: right;
}
#itemDetail #itemInfo #itemTable table {
	width: 100%;
	background-color: #333;
	border-collapse:separate;
	border-spacing:1px;
}
#itemDetail #itemInfo #itemTable th {
	background-color: #CAFCAF;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	width: 75px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
#itemDetail #itemInfo #itemTable td {
	font-size: 10pt;
	color: #000;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
#itemDetail #itemInfo #itemTable p {
	margin-top: 20px;
	text-align: center;
}
#itemDetail #itemComment {
	clear: both;
	width: 100%;
	margin-top: 30px;
}
#itemDetail #itemComment h2 {
	font-size: 12pt;
	background-color: #FC6;
	padding: 4px;
	border: 1px solid #333;
}
#itemDetail #itemComment p {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	border-left-width: 1px;
	margin-bottom: 25px;
}
#itemDetail #recipe .recipeInfo {
	clear: both;
	margin-bottom: 30px;
	overflow: hidden;
}
#itemDetail #recipe .recipeInfo .recipePhoto {
	width: 180px;
	float: left;
}
#itemDetail #recipe .recipeInfo .recipeDetail {
	float: right;
	width: 380px;
}
#itemDetail #recipe .recipeInfo .recipeDetail table {
	width: 100%;
	background-color: #666;
	border-collapse:separate;
	border-spacing:1px;
}
#itemDetail #recipe .recipeInfo .recipeDetail th {
	font-size: 10pt;
	color: #093;
	background-color: #D8F9AA;
	text-align: left;
	padding: 4px;
}
#itemDetail #recipe .recipeInfo .recipeDetail td {
	font-size: 10pt;
	line-height: 14pt;
	color: #333;
	background-color: #FFF;
	padding: 4px;
}
#itemDetail #recipe {
	margin-top: 30px;
}

/* 声 */

#content #itemDetail #voice {
	margin-top: 20px;
	margin-bottom: 20px;
}
#content #itemDetail #voice h3 {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F93;
	padding-left: 5px;
	color: #096;
	margin-bottom: 8px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F93;
}
#content #itemDetail #voice ul {
	list-style-type: none;
}
#content #itemDetail #voice li {
	font-size: 1em;
	color:#333;
	line-height: 1.2em;
	margin-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FC3;
}

