@charset "UTF-8";
/* CSS Document */

/* gasgasページ
----------------------------------------------------------------- */

h1 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #C00;
	margin: 0px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #C00;
	margin: 10px 0px 0px 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	border-left: 3px solid #C00;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}

/* マシン詳細ページ専用のID
----------------------------------------------------------------- */
#content-page {
	width: 650px;
	margin: 0;
	line-height: 160%;
}

#promotion-video {
	margin: 0px;
	padding-top: 20px;
	clear: both;
}

#feature {
	margin: 0px;
	padding-top: 20px;
	clear: both;
	width: 650px;
}

#feature p {
	font-size: 12px;
	width: 650px;	
}

.box {
	width: 650px;
	text-align:left
	font-size: 12px;	
}

#price-spec {
	margin: 0px;
	padding-top: 20px;
	clear: both;
}

#manual-partlist{
	margin: 0px;
	padding-top: 20px;
	clear: both;
}

.box img {
	vertical-align: top;
	padding-right: 10px;
	float: left;
}

.border-dotted {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dotted #B5B5B5;
	clear: both;
}

