﻿@charset "utf-8";


/****************************************************************************
	商品情報設定
*****************************************************************************/
.main {
	min-width: 960px;
	background:url(../img/product/main.jpg) no-repeat center center;
}
h2{
	background:#e0f4ff;
	border-top:2px solid #28adf1;
	color:#1d258f;
	text-indent:2em;
	font-size:120%;
	font-weight:800;
	height:57px;
	line-height:57px;
	text-align:left;
}
h3{
	text-align:left;
	font-weight:600;
	font-size:115%;
	margin-bottom:10px;
}

dl{
	width:904px;
	overflow:hidden;
	margin:20px;
	text-align:left;
}
dl dt{
	width:452px;
	float:left;
	margin:0 0 20px;
}
dl dd{
	width:452px;
	margin:0 0 20px;
	overflow:hidden;
}



















