@charset "utf-8";

#mainImg .inner {
 	background: url(../../image_top/header_mainvisual.jpg) no-repeat center top;
    height: 0;
	padding-top: 380px;
    text-align: center;
    position: relative;
}
			@media screen and (max-width: 768px) {
				#mainImg .inner {
					padding-top: 40%;
					background-size: 100% auto;
					margin-top: 65px;
					padding-bottom: 20px;

				}
			}

#content {
	float: left;
	width: 760px;
}
#rightSide {
	float: right;
	width: 210px;
}

			@media screen and (max-width: 768px) {
				#content {
					float: none;
					width: 100%;
				}
				#rightSide {
					float: none;
					width: 100%;
					margin-top: 15px;
				}
			}


h2 {
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin-bottom: 12px;
}


/* ビルダーニュース　*/

#content dl#builderNews {
	margin-bottom: 35px;
	line-height: 170%;
}
#content dl#builderNews dt {
	display: block;
	width: 100px;
	clear: left;
	float: left;
}
#content dl#builderNews dd {
	display: block;
	width: 650px;
	float: left;
}

			@media screen and (max-width: 768px) {
				#content dl#builderNews dt {
					width: 100%;
					float: none;
					margin-top: 10px;
				}
				#content dl#builderNews dd {
					width: 100%;
					float: none;
				}
			}


/* プランメニュー　*/


#content ul#planMenu {
	font-size: 0;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#content ul#planMenu li {
	margin: 0 22px 10px 0;
	padding: 0;
	display: inline-block;
}
#content ul#planMenu li:last-child { margin-right: 0px; }

			@media screen and (max-width: 768px) {
				#content ul#planMenu {
					display: block;
					margin: 0 auto;
				}
				#content ul#planMenu li {
					margin: 0 10px 10px 0;
				}
			}


/* メーカーリンク　*/

#rightSide ul#makerLink li { margin-bottom: 9px; text-align: right; }

			@media screen and (max-width: 768px) {
				#rightSide ul#makerLink li {
					text-align: center;
					}
			}

	 .hoverOpa a:hover img {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
	}