@charset "utf-8";

#main h2 {
	margin: 11px 0 28px;
	padding-bottom: 3px;
	border-bottom: 1px solid #a8a8a8;
}

#main div#item_detail { /* clearfix */
	
}
#main div#item_detail h3 {
	margin-bottom: 22px;
}


#main div#item_detail div.photo {
	width: 277px;
	float: left;
	padding: 0px 0px 25px 0px;
}

#main div#item_detail div.photo ul { /* clearfix */
	position: relative;
	left: 0;
	top: 0;
}
#main div#item_detail div.photo ul li#photo01 {
	width: 277px;
	height: 277px;
	margin: 0 0 23px 0;
}
#main div#item_detail div.photo ul li {
	width: 77px;
	margin-right: 23px;
	float: left;
	display: inline;
	position: relative;
}
#main div#item_detail div.photo ul li.right {
	margin-right: 0;
}
#main div#item_detail div.photo ul li a img.large {
	width: 1px;
	height: 1px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#main div#item_detail div.photo ul li a.popup,
#main div#item_detail div.photo ul li a.popup:visited {
	display: block;
	width: 77px;
	top: 0;
	left: 0;
}
#main div#item_detail div.photo ul li a.popup:hover {
	background-color: #fff;
}
#main div#item_detail div.photo ul li a.popup:hover img.large {
	width: 277px;
	height: 277px;
	display: block;
}
#main div#item_detail div.photo ul li#photo02 a.popup:hover img.large {
	position: absolute;
	top: -300px;
	left: 0;
}
#main div#item_detail div.photo ul li#photo03 a.popup:hover img.large {
	position: absolute;
	top: -300px;
	left: -100px;
}
#main div#item_detail div.photo ul li#photo04 a.popup:hover img.large {
	position: absolute;
	top: -300px;
	left: -200px;
}

#main div#item_detail div.text {
	width: 265px;
	float: right;
}
#main div#item_detail div.text h4 {
	line-height: 1.4;
	margin-bottom: 15px;
	letter-spacing: 1px;
	font-size: 107%;
}
#main div#item_detail div.text h4 img {
	vertical-align: middle;
}
#main div#item_detail div.text p.price {
	margin-bottom: 10px;
}
#main div#item_detail div.text p.price span {
	margin-right: 4px;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 15px;
}
#main div#item_detail div.text p.price .stock_right{
	margin-left:60px;
	margin-right: 0px;
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 100%;
}
#main div#item_detail div.text div.cform {
	margin-bottom: 15px;
	position: relative;
}
#main div#item_detail div.text p.category {
	margin-bottom: 25px;
}
#main div#item_detail div.text p.btn {
	width: 127px;
	position: absolute;
	top: -30px;
	left: 127px;
}

#main div#item_detail div.text table {
	margin-bottom: 18px;
	border: none;
}
#main div#item_detail div.text table th,
#main div#item_detail div.text table td {
	border: none;
	border-bottom: 1px solid #fff;
	font-weight: normal;
	font-size: 10px;
}
#main div#item_detail div.text table th {
	width: 75px;
	vertical-align: middle;
	background-color: #EBEBEB;
}
#main div#item_detail div.text dl#relate_recipe {
	margin-bottom: 40px;
}
#main div#item_detail div.text dl#relate_recipe dt {
	margin-bottom: 8px;
	padding-bottom:3px;
	border-bottom:1px solid #A8A8A8;
}
#main div#item_detail div.text dl#relate_recipe dd ul li {
	margin-bottom: 5px;
	padding-left: 15px;
	background: url("../images/arrow.gif") 0 3px no-repeat;
}


#main div#relate_item {
	
}
#main div#relate_item h4 {
	margin-bottom: 15px;
	padding-bottom: 3px;
	border-bottom: 1px solid #a8a8a8;
}
#main div#relate_item ul { /* clearfix */
	
}
#main div#relate_item ul li {
	width: 180px;
	height: 270px;
	line-height: 1.5;
	margin-right: 9px;
	float: left;
	display: inline;
	text-align: center;
}
#main div#relate_item ul li.right {
	margin-right: 0;
}
#main div#relate_item ul li span {
	font-weight: bold;
}

/*=========================================================================================================*
 * clearfix
 *=========================================================================================================*/

#main div#item_detail,
#main div#item_detail div.photo ul,
#main div#relate_item ul {
	height: 1%;
	display: inline-table;
}

/* Hides from IE-mac \*/
* html #main div#item_detail,
* html #main div#item_detail div.photo ul,
* html #main div#relate_item ul {
	height: 1%;
}
#main div#item_detail,
#main div#item_detail div.photo ul,
#main div#relate_item ul {
	display: block;
}
/* End hide from IE-mac */

#main div#item_detail:after,
#main div#item_detail div.photo ul:after,
#main div#relate_item ul:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
