@charset "utf-8";

/* -------------------------------------------------- */
/* 管楽器強化買取 */
/* -------------------------------------------------- */
/* メインイメージ */

.fv {
	background: url(../img/fv_bg_wind.png) 0 0 no-repeat;
}

#wind1 {
	width: 980px;
	margin:  0 auto;
}

#wind1 h2 {
	text-align: center;
	margin-bottom: 40px;
}

#windLeft {
	width: 480px;
	float: left;
	border: 1px #a0a0a0 solid;
}

#windCat {
	margin-bottom: 50px;
}

#windRight {
	width: 480px;
	float: right;
	border: 1px #a0a0a0 solid;
}

.windTit {
	padding: 10px 0;
	text-align: center;
	background: #eeeeee;
}

.windList{
	padding: 30px 30px 10px 30px;
}

.windList li {
	padding: 0 0 0 10px;
	margin-bottom: 20px;
	font-size: 169.2%;
	background: url(../img/icon8.png) left center no-repeat;
}

#windDesc {
	padding: 40px;
	border: 1px #666666 dotted;
	margin-bottom: 50px;
}

#windDescIn {
	font-size: 169.2%;
	display: inline-block;
}

#linkArea {
	text-align: center;
}

#linkAreaIn {
	display: inline-block;
}

#linkAreaIn li {
	display: inline-block;
	margin: 0 20px;
}