@charset "UTF-8";

.product {
	width: 980px;
	margin: 20px auto 40px;
}

.product h2 {
	font-size: 210%;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

#breadcrumbs {
	margin-bottom: 20px;
}

.productInner h3 {
	font-size: 210%;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

#productImg {
	width: 940px;
	height: 600px;
	margin: 0 auto 20px;
}

#productImg li {
	list-style: none;
}

#productImgNav {
	float: right;
	margin-right: -5px;
	margin-bottom: 60px;
}

#productImgNav li {
	width: 132px;
	height: 112px;
	margin-right: 5px;
	float: left;
	list-style: none;
}

#productDetail {
	font-size: 130%;
	float: left;
}

#productInfo {
	clear: both;
	margin-bottom: 120px;
}

.productInner h4 {
	font-size: 150%;
	margin-bottom: 20px;
}

#priceList {
	width: 980px;
	border-top: 1px solid #333;
	margin-bottom: 60px;
}

#priceList th, 
#priceList td {
	border-bottom: 1px solid #333;
}

#priceList th {
	width: 150px;
	padding-right: 10px;
	font-size: 130%;
	text-align: right;
}

#priceList th span {
	font-size: 84.6%;
	font-weight: normal;
}

#priceList td {
	width: 90px;
	border-left: 1px solid #333;
	text-align: center;
}

#priceList thead td {
	font-size: 130%
}

#priceList tbody td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 170%
}

#fablicList {
	margin-bottom: 60px;
}

#fablicList li {
	list-style: none;
	width: 80px;
	padding-top: 85px;
	margin-right: 10px;
	float: left;
	position: relative;
}

#fablicList li p {
	letter-spacing: -0.1em;
}

.fablicListImg {
	position: absolute;
	top: 0;
	left: 0;
}

#frameList li {
	list-style: none;
	width: 80px;
	padding-top: 85px;
	margin-right: 10px;
	float: left;
	position: relative;
}

.frameListImg {
	position: absolute;
	top: 0;
	left: 0;
}

#formWrap {
	width:980px;
	margin:0 auto;
	color:#555;
	line-height:150%;
	font-size:130%;
}
#formWrap p{
	margin: 5px 0;
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:27%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
    vertical-align: middle;
}
input[type="text"],
	textarea {
		max-width:98%;
		margin: 3px;
		padding: 0.2em;
		line-height: 20px;
	}
textarea {
    max-width: 686px;
}

input[type="radio"]{
		margin-top:-3px;
	}