﻿@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content h3{
	border-bottom: 1px dashed #996600;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#content .start{
	margin-bottom: 15px;
}

#content .ancor{
	border: 3px solid #F6BBBC;
	background: #fff;
	padding: 13px 17px;
	margin-bottom: 30px;
}

#content .ancor li{
	margin-bottom: 6px;
	
}

#content .ancor li a{
	padding-left: 13px;
	background: url(../image/icon01.gif) left center no-repeat;
}

#detail{
	overflow: hidden;
	zoom: 1;
	margin-bottom: 60px;
}

#detail .left{
	width: 370px;
	float: left;
}

#detail .left .big{
	width: 276px;
	float: left;
}

#detail .left .small{
	width: 84px;
	float: right;
}

#detail .left .small li{
	margin-bottom: 10px;
}

#detail .left .zoom{
	margin-bottom: 20px;
}

#detail .left .info{
	margin-bottom: 20px;
}

#detail .left .cart{
	text-align: right;
	margin-top: 20px;
}

#detail .right{
	width: 200px;
	float: right;
}

#detail .right .guide{
	font-size: 0.8em;
	margin-top: 6px;
}