@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	#mainimg
-------------------------------------------------------------------*/
#mainimg {
	background:url(../image/top_bg.png) center top no-repeat;
}
/*-------------------------------------------------------------------
	#product
-------------------------------------------------------------------*/
#product {
	overflow: hidden;
 /zoom: 1;
 	margin-bottom:20px;
}
#product dl {
	float: left;
	width: 200px;
	margin: 0 20px 15px 0;
}
#product dl:nth-of-type(3n) {
	margin: 0 0 15px 0;
}
#product dl dt {
	margin-top: 2px;
}
#product dl dd a {
	border: 1px solid #E5D7C6;
	width: 194px;
	height: 194px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	padding:2px;
}
#product dl dd.comment {
	font-size: 0.85em;
	margin-right: 10px;
}
#product dl dd.top {
	line-height:1.6;
}
#first .box{
	margin-bottom:10px;
}
#first .box .image {
	margin-bottom:20px;
}
#first .box p span {
	font-size: 1.15em;
	font-weight:bold;
	color:#E9681D;
}
#first .box p {
	margin-bottom: 15px;
}
#about p.top {
	margin-bottom: 15px;
	text-align:center;
}
#content p.btn {
	margin-bottom: 40px;
}
/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
	height: 140px;
	overflow-y: scroll;
	margin-bottom: 50px;
	border:1px solid #E5D7C6;
}
#topics dl {
	overflow: hidden;
 /zoom: 1;
	padding: 5px 0 3px 20px;
}
#topics dt {
	float: left;
}
@media screen and (max-width: 480px) {
  #topics dt {
    float: none;
    line-height: 1.2;
  }
}
#topics dd {
	margin-left: 105px;
}
@media screen and (max-width: 480px) {
  #topics dd {
    margin-left: 0;
  }
}
