/* This is the StyleCatcher theme addition. Do not remove this block. */

@import url(/mt/mt-static/support/themes/kensetsu_f1/kensetsu_f1.css);
/* end StyleCatcher imports */







/*物販テンプ追加*/

#product {
	clear: both;
	margin: 5px 0 5px 0;
}

/*メイン*/
#product .box{
	background-color: #;
	float: left;
	width: 178px;
	height: 250px;
	overflow: hidden;
	margin: 5px 3px 20px 2px;
	padding: 5px;
	border: 1px solid #CCC;
	font-size: 12px;
	text-align: left;
	line-height: 120%;
}

/*サイド*/
#product .box_side{
	background-color: #;
	float: center;
	width: 160px;
	height: 220px;
	overflow: hidden;
	margin: 5px 3px 5px 2px;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	line-height: 120%;
}

#product .box p{
	margin: 5px;
	font-size: 12px;
	line-height: 150%;
}

#product img{
	margin: 3px 0;
	border-style: none;
	text-align: center;
}

/*メインカテゴリ名*/
#product h4{
	margin:0px;
	padding:5px;
	font-weight:bold;
	line-height: 120%;
	font-size:16px;
}

/*物販テンプ追加*/