<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: 12px;
	line-height: 150%;
	color: #000;
	background: #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: 1em 0 0 0; }
form { margin: 0; }
img, a img { border: 0; }
sup, sub { font-size: 60%; }
li img, dt img, dd img { vertical-align: bottom; }
ul, li, dl, dt dd { margin:0; padding:0;}
li {list-style:none;}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}


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;}
#header {
	margin:0 auto;
	width:1400px;
	height:590px;
	background:  url(../img/bg_body.jpg) no-repeat center top
}
#header #social {
	padding:25px 0px 0px 877px;
}
#header #social li {
	float:left;
	width:100px;
}
#main {
	margin:-40px auto 0;
	width:960px;
	background:#fff;
}
#main #movie {
	padding:15px;
}

.hide {
	display:none;
}

#block01 {
	background: url(../img/bg_advice.jpg) no-repeat center bottom;
	padding-bottom:190px;
}
dl.half {
	margin:10px 15px;
}
dl.half dd {
	madgin:0;
	padding:0 15px;
	width:435px;
	float:left;
}
#advice {
	margin:30px;
	width:451px;
}
#impression_taka {
	padding:0px 30px 0px 495px;
	width:435px;
	height:1100px;
	background: url(../img/bg_impression_taka.jpg) no-repeat center top;
}
#impression_taka h3 {
	padding-top:695px;
	margin-left:45px;
}
#impression_toshi {
	padding:0px 0px 0px 30px;
	width:930px;
	height:1569px;
	background: url(../img/bg_impression_toshi.jpg) no-repeat center top;
}
#impression_toshi h3 {
	padding-top:668px;
	margin-left:145px;
	margin-bottom:40px;
}
#impression_toshi p {
	width:435px;
}

#point {
	width:960px;
	height:1000px;
	background: url(../img/bg_point.jpg) no-repeat center top;
	position:relative;
}
#point .point1{
	left:590px;
	top:75px;
	position:absolute;
	width:340px;
}
#point .point2{
	left:30px;
	top:560px;
	position:absolute;
	width:340px;
}
#product .driver {
	background: url(../img/bg_driver.jpg) no-repeat left top;
	min-height:514px;
	padding: 15px 30px 0px 430px;
}
#product .driver2 {
	background: url(../img/bg_driver2.jpg) no-repeat left top;
	min-height:493px;
	padding: 15px 30px 0px 430px;
}
#product .fairway {
	background: url(../img/bg_fairway.jpg) no-repeat left top;
	min-height:485px;
	padding: 15px 30px 0px 430px;
}




#footer {
	margin-top:-25px;
	text-align:center;
	padding-bottom:40px;
	font-size:10px;
	color:#fff;
}
#footer .link {
	margin-top:30px;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
.mt0 { margin-top:0px;}
.mt10 { margin-top:10px;}
.mt15 { margin-top:15px;}
.mt20 { margin-top:20px;}
.mt25 { margin-top:25px;}
.mt30 { margin-top:30px;}
.mt40 { margin-top:40px;}
.pb60 { padding-bottom:60px;}
.mr25 { margin-right:25px;}
.ml30{ margin-left:35px;}
img.left{ float:left;}
img.right{ float:right;}
.red{ color:#ed1c24;}

a {
	color:#ff6000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
</pre></body></html>