@charset "utf-8";

/*　トップ
------------------------------------------------------------ */

#img_top {
	width: 960px;
	height: 240px;
	margin-bottom: 20px;
}

.recommend {
	width: 705px;
	padding: 5px 10px 0 25px;
	background: url(common/images/recommend_body.gif) left top repeat-y;
	overflow: hidden;
}
.recommend ul li {
	width: 220px;
	height: 80px;
	float: left;
	margin: 0 15px 10px 0;
}
.nol {
	width: 100%;
}
.nol li{
	display: inline-block;
	width: 49%;
}
.nol li img{
	width: 100%;
}
.nol{
	border: 5px solid #ff7600;
	overflow: hidden;
	border-radius: 13px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mrt20{
	margin-top: 20px;
}
.information {
	width: 730px;
	height: 339px;
	overflow: auto;
	padding: 10px 10px 10px 0;
}
.information li {
	padding-bottom: 3px;
	border-bottom: 1px dotted #999;
	margin-bottom: 3px;
}
.information dt {
	color: #F90;
}
.information dd {
	padding-bottom: 3px;
	border-bottom: 1px dotted #999;
	margin-bottom: 3px;
}
.win{
	clear: both;
}
.win li{
	width: 45% !important;
	height: auto !important;
}










.top_btn {
	width: 550px;
	overflow: hidden;
}
.top_btn dl dt {
	width: 170px;
	height: 200px;
	float: left;
	margin-right: 10px;
}
.top_btn dl dd {
	width: 190px;
	height: 200px;
	float: left;
}
/*.top_btn dl dd {
	width: 180px;
	height: 186px;
	padding: 7px 5px;
	background: url(common/images/top_bg_box.jpg) left top no-repeat;
	float: left;
}*/