@charset "utf-8";

/*---------- title ----------*/
h2.con {
	height: 40px;
	width: 682px;
	display: block;
	border-top: 1px solid #32B16C;
	border-right: 1px solid #32B16C;
	border-bottom: 1px solid #32B16C;
	border-left: 7px solid #32B16C;
	font-size: 1.4em;
	line-height: 40px;
	text-indent: 10px;
	font-weight: bold;
	margin-bottom: 20px;
}

/*---------- 特集・キャンペーン ----------*/
h3.subtitle {
	font-size: 1em;
	height: 28px;
	width: 690px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 15px;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}

#box01 {
	height: auto;
	width: 690px;
	margin-bottom: 20px;
}

#box01 ul {
	margin: 0px;
	padding: 0px;
}

#box01 li {
	height: 105px;
	width: 190px;
	display: block;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}

#box01 li.right {
	height: 105px;
	width: 190px;
	display: block;
	overflow: hidden;
	float: left;
	margin: 0px;
}

#box02 {
	height: auto;
	width: 590px;
	margin-bottom: 30px;
}

#box02 ul {
	margin: 0px;
	padding: 0px;
}

#box02 li a {
	height: 105px;
	width: 190px;
	display: block;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

#box02 li.right {
	height: 105px;
	width: 190px;
	display: block;
	overflow: hidden;
	float: left;
	margin: 0px;
}

#box03 {
	height: auto;
	width: 590px;
	margin-bottom: 30px;
}

#box03 ul {
	margin: 0px;
	padding: 0px;
}

#box03 li {
	height: 50px;
	display: block;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	width: 200px;
}

#box03 li.right {
	height: 50px;
	display: block;
	overflow: hidden;
	float: left;
	margin: 0px;
}

.main{
	height: 250px;
	width: 640px;
	margin-bottom: 20px;
	margin-top: 7px;
}

p.price a{
	display: block;
	height: 25px;
	width: 180px;
	margin-top: 15px;
	line-height: 25px;
	text-align: center;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #FF0032;
	text-decoration:none;
}

p.price a:hover{
	display: block;
	height: 21px;
	width: 176px;
	margin-top: 15px;
	line-height: 21px;
	text-align: center;
	font-weight: bolder;
	color: #FF0032;
	background-color: #FFFFFF;
	text-decoration:none;
	border: 2px solid #FF0032;
}

.clear{
	clear:both;
}

/*---------- キャンペーン詳細 ----------*/
#top{
	height: auto;
	width: 654px;
	font-size: 12px;
	margin-bottom: 30px;
	text-align: center;
}

#top a{
	height: 26px;
	width: 80px;
	font-size: 1em;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	font-weight: bold;
	line-height: 26px;
	color: #532901;
	border: 2px dotted #532901;
	text-decoration:none;
}

#top a:hover{
	height: 26px;
	width: 80px;
	font-size: 1em;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	font-weight: bold;
	line-height: 26px;
	color: #FFFFFF;
	border: 2px dotted #532901;
	text-decoration:none;
	background-color: #532901;
}

dl.det{
	width: 640px;
	height: auto;
	margin-bottom: 25px;
}

.det dt{
	float: left;
	height: auto;
	width: 180px;
	padding-top: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-bottom: 20px;
}

.det dd{
	width: 460px;
	float: left;
	line-height: 1.4em;
	padding-top: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-bottom: 20px;
}

.det ul{
	width: 414px;
	height: auto;
	list-style-type: none;
	padding-left: 12px;
}

.det li{
	text-indent: -12px;
}

