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

body {
	margin: 0;
	padding: 0;
	font-family: verdana, helvetica, arial, "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4", Osaka,"ＭＳ Ｐゴシック", "ＭＳ ゴシック", "MS UI Gothic", sans-serif;
	font-size: 14px;
	line-height: 160%;
	color: #fff;
	background-color:#000;
}
table {
	margin:0;
	padding:0;
	width:100%;
}
th {
	font-weight:bold;
}

th, td {
	margin:0;
	padding:0;
	vertical-align: top;
	text-align:left;
}

p { margin: 25px 0 0 0; }
form { margin: 0; }
img, a img { border: 0; }
img{ vertical-align:top;}
sup, sub { font-size: 60%; }
li img, dt img, dd img { vertical-align: bottom; }
ul, li, dl, dt dd { margin:0; padding:0;	text-align:left;}
li {list-style:none;}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
}

/*
a:link,
a:visited { color: #ff6600; text-decoration: underline; }*/
a:hover,
a:active { color: #ff6600; text-decoration: none; }


.clearfix {
	overflow: hidden;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

* html .clearfix {
	height: 1em;
	overflow: visible;
}

* { margin:0; padding:0;}

.inner {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	position:relative;
}
.inner02 {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	position:relative;
}
#logo {
	height:50px;
	width:100%;
}
#logo li.yamaha {
	float:left;
	width:140px;
}
#logo li.gdo {
	float:right;
	width:110px;
}
#header {
	background-image:url(../img/bg_header.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	background-color:#000;
	width:100%;
	padding:0;
}
#main {
	margin-top:-107px;
	background:url(../img/bg_main.png) repeat-x top;
}
#block01 {
	background:url(../img/bg_block01.png) no-repeat right top;
	min-height:760px;
}
#block01 h2 {
	padding:75px 0px 0px 40px;
}
#block01 p {
	margin:20px 0px 0px 50px;
	width:450px;
}

.bg_net01 {
	background:url(../img/bg_net.png) repeat-x left 270px;
}
#block02 {
	margin-top:150px;
	background:url(../img/bg_block_sympo1.png) no-repeat center top;
	padding-top:700px;
}
.dl01 dd{
	width:210px;
	margin-right:20px;
	float:left;
	font-size:12px;
}
.dl01 dd.last{
	margin-right:0px;
}
.conv li {
	padding:8px 0px 8px 60px;
	margin:0px 0px 10px 0px;
	min-height:46px;
	display:inline-block;
}
.conv li span{
	padding-right:10px;
}
li.li_orange {
	background:url(../img/li_orange.png) no-repeat left top;
}
li.li_green {
	background:url(../img/li_green.png) no-repeat left top;
}
li.li_blue {
	background:url(../img/li_blue.png) no-repeat left top;
}
li.li_red {
	background:url(../img/li_red.png) no-repeat left top;
}
li.li_orange span {
	color:#ffa632;
}
li.li_green span {
	color:#25a440;
}
li.li_blue span {
	color:#17bbff;
}
li.li_red span {
	color:#bf1c1c;
}

#block03 {
	margin-top:140px;
	background:url(../img/bg_net.png) repeat-x left 145px;
}
#kogure {
	margin-top:60px;
	background:url(../img/bg_kogure.png) no-repeat center top;
}
#kogure_02 {
	margin-top:30px;
	background:url(../img/bg_kogure_02.jpg) no-repeat center top;
	min-height:600px;
}
#shiomi {
	margin-top:80px;
	background:url(../img/bg_shiomi.jpg) no-repeat center top;
}
#shiomi_02 {
	margin-top:30px;
	background:url(../img/bg_shiomi_02.jpg) no-repeat center top;
	min-height:600px;
}
#otsuka {
	margin-top:80px;
	background:url(../img/bg_otsuka.jpg) no-repeat center top;
}
#otsuka_02 {
	margin-top:30px;
	background:url(../img/bg_otsuka_02.jpg) no-repeat center top;
	min-height:600px;
}


.center { text-align:center;}

#product {
	margin-top:150px;
	background:url(../img/bg_net.png) repeat-x left top;
	padding-top:100px;
}

.dl02 {
}
.dl02 dd {
	float:left;
	width:305px;
}
.dl02 dd.first {
	width:290px;
}
.dl02 dd h3 {
	margin-top:40px;
}
.dl02 dd p {
	margin-left:15px;
}
.dl02 dd.first p {
	margin-left:0px;
}

#footer {
	z-index:101;
	margin-top:30px;
	text-align:center;
	padding-bottom:40px;
	font-size:10px;
	color:#fff;
	background:#000;
}
#footer .link {
	margin-top:30px;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer p {
	margin-top:5px;
}

.mt0 { margin-top:0px;}
.mt10 { margin-top:10px;}
.mt15 { margin-top:15px;}
.mt20 { margin-top:20px;}
.pt20 { padding-top:20px;}
.mt25 { margin-top:25px;}
.mt30 { margin-top:30px;}
.mt40 { margin-top:40px;}
.mt60 { margin-top:60px;}
.mt80 { margin-top:80px;}
.mt100 { margin-top:100px;}
.pb60 { padding-bottom:60px;}
.mr25 { margin-right:25px;}
.ml30{ margin-left:35px;}
img.left{ float:left;margin:0 40px 0 0;}
img.right{ float:right; margin:0 0 0 40px;}
.red{ color:#ed1c24;}
.orange{ color:#f39e30;}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}
.hide {
	display:none;
}
.arrow01{
	background:url(../img/arrow01.png) no-repeat left 50%;
	line-height:100%;
	padding:3px 0px 3px 25px;
}
.arrow01 a {
	text-decoration:underline;
}
.arrow01 a:hover {
	text-decoration:none;
}
.green { color:#b4e001 ;}
.small { font-size:11px; line-height:150%;}

 .bg_orgsize {
	background-size:auto auto !important;
 }
@media only screen and (min-width: 1500px) {
	.bg_orgsize { background-image:none !important;background-color:transparent !important;}
}