/*================================================
EXE MainCSS
================================================*/


/*----------------------------------------------------------------------------------*/
/*COMMON TAG*/
/*----------------------------------------------------------------------------------*/

body,div,p,h1,h2,h3,h4,h5,ul,ol,li,td{
	padding:0;
	margin:0;
	font-family:"メイリオ",meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"MS Pゴシック";
}

body{
	color:#CCCCCC;
	background-color: #000000;

}

a:link		{color:#325F8A;}
a:active	{color:#970E4B;}
a:visited	{color:#325F8A;}
a:hover		{color:#970E4B;}

.red{
	color:#FF0000;
}
.yellow{
	color:#9E9B4E;
}

/*----------------------------------------------------------------------------------*/
/*CSS HACK*/
/*----------------------------------------------------------------------------------*/

.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix{display:inline-block;}
/* Hides from IE-mac \*/
*html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac */


/*----------------------------------------------------------------------------------*/
/*Main*/
/*----------------------------------------------------------------------------------*/
#container{
	width:680px;
	background-color: #000000;
	padding-bottom:30px;
}

h4{
	font-size: 12px;
	font-weight: bold;
	margin:20px 0px 5px 0px;
}
h4 span{
	font-size: 10px;
	margin:0px 0px 5px 0px;
}
/*----------------------------------------------------------------------------------*/
/*title*/
/*----------------------------------------------------------------------------------*/
/*title driver*---------------------------------------------------------------------*/
#title{
	padding:0px 0px 40px 0px;
	margin:0;
	background-image: url(../img/bg_driver.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#title table.point{
	width:400px;
	padding:0px;
	margin:0px 0px 0px 20px;
}
#title table.point td{
	padding:10px 0px 10px 0px;
	font-size:10pt;
	line-height:150%;
	margin:0;
}


/*title FW*---------------------------------------------------------------------*/
#title-fw{
	padding:0px 0px 40px 0px;
	margin:0;
	background-image: url(../img/bg_fw.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#title-fw table.point{
	width:400px;
	padding:0px;
	margin:0px 0px 0px 20px;
}
#title-fw table.point td{
	padding:10px 0px 10px 0px;
	font-size:10pt;
	line-height:150%;
	margin:0;
}

/*title iron*---------------------------------------------------------------------*/
#title-iron{
	padding:0px 0px 40px 0px;
	margin:0;
	background-image: url(../img/bg_iron.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#title-iron table.point{
	width:400px;
	padding:0px;
	margin:0px 0px 0px 20px;
}
#title-iron table.point td{
	padding:10px 0px 10px 0px;
	font-size:10pt;
	line-height:150%;
	margin:0;
}


/*title ball*---------------------------------------------------------------------*/
#title-ball{
	padding:0px 0px 40px 0px;
	margin:0;
	background-image: url(../img/bg_ball.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#title-ball table.point{
	width:400px;
	padding:0px;
	margin:0px 0px 0px 20px;
}
#title-ball table.point td{
	padding:10px 0px 10px 0px;
	font-size:10pt;
	line-height:150%;
	margin:0;
}

/*title bag*---------------------------------------------------------------------*/
#title-bag{
	padding:0px 0px 40px 0px;
	margin:0;
	background-image: url(../img/bg_bag.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#title-bag table.point{
	width:400px;
	padding:0px;
	margin:0px 0px 0px 20px;
}
#title-bag table.point td{
	padding:10px 0px 10px 0px;
	font-size:10pt;
	line-height:150%;
	margin:0;
}

/*title shoes*---------------------------------------------------------------------*/
#title-shoes{
	padding:0px 0px 40px 0px;
	margin:0;
	background-image: url(../img/bg_shoes.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#title-shoes table.point{
	width:400px;
	padding:0px;
	margin:0px 0px 60px 20px;
}
#title-shoes table.point td{
	padding:10px 0px 10px 0px;
	font-size:10pt;
	line-height:150%;
	margin:0;
}

/*title utility*---------------------------------------------------------------------*/
#title-utility{
	padding:0px 0px 40px 0px;
	margin:0;
	background-image: url(../img/bg_utility.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#title-utility table.point{
	width:340px;
	padding:0px;
	margin:0px 0px 60px 20px;
}
#title-utility table.point td{
	padding:10px 0px 10px 0px;
	font-size:10pt;
	line-height:150%;
	margin:0;
}

/*----------------------------------------------------------------------------------*/
/*price*/
/*----------------------------------------------------------------------------------*/

#price{
	padding:0;
	margin:35px 0px 0px 40px;
}
#price span{
 font-size:10px;
}
#price span.sub{
 font-size:12px;
 font-weight:bold;
}

#price table.list{
    font-size:12px;
	padding:0px;
	width:auto;
	margin-bottom:20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#price table.list td{
	padding:5px 2px 5px 2px;
	margin:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#price table.list td.bottom{
	border-bottom-style: none;
	text-align:right;
}
#price table.list td.cap{
	border-bottom-style: none;
	text-align:left;
}

#price table.list p.name{
	padding:0px;
	margin:0px;
	float:left;
	width:220px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#price table.list p.yen{
	padding:0px;
	margin:0px;
	float:right;
}



/*----------------------------------------------------------------------------------*/
/*photo*/
/*----------------------------------------------------------------------------------*/
#photo{
	padding:0;
	margin-left:40px;
}
#photo table.point2{
	width:600px;
	padding:0px;
	margin-bottom:20px;
}
#photo table.point2 p{
	padding:0px;
	margin-bottom:35px;
	font-size:10pt;
	line-height:150%;	
}

#photo table.shoes{
	width:624px;
	padding:0px;
	margin-bottom:20px;
}
#photo table.shoes p{
	padding:0px;
	margin-bottom:10px;
	font-size:10pt;
	line-height:150%;	
}

#photo-fw{
	padding:0px 0px 0px 40px;
	margin:0;
}
#photo-ball{
	padding:0;
	margin:0;
}

/*----------------------------------------------------------------------------------*/
/*shaft*/
/*----------------------------------------------------------------------------------*/
#shaft{
	padding:40px 0px 20px 40px;
	margin:0;
	width:562px;
}

#shaft p{
	width:500px;
	padding:10px 0px 10px 0px;
	margin:0;
	font-size:10pt;
	line-height:150%;
	text-align:left;
}

/*----------------------------------------------------------------------------------*/
/*spec*/
/*----------------------------------------------------------------------------------*/
#spec{
	padding:20px 0px 0px 40px;
	margin:0;
}

#spec p{
	width:400px;
	padding:10px 0px 10px 0px;
	margin:0;
	font-size:10pt;
	line-height:150%;
}
#spec p.hd{
	padding:0px 0px 10px 0px;
	margin-top:0px;
	line-height:100%;
}

#spec span.sub{
	font-size:10px;
}


/*テーブル表示-----------------------------------*/


#spec table.dspec{
	width:600px;
	font-size:10px;
	margin-bottom:2px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #CCCCCC;
}

#spec table.dspec th{
	padding:2px;
	background-color: #333333;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-align:center;
}
#spec table.dspec th.left{
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #000000;
}

#spec table.dspec td{
	padding:2px;
	background-color: #000000;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-align:center;
}

#spec table.dspec td.company{
	text-align:left;
	padding-left:15px;
	padding-right:15px;
}
#spec table.dspec td.text{
	text-align:left;
	padding-left:15px;
	padding-right:15px;
}




/*テーブル表示-----------------------------------*/
#spec-u span.sub{
	font-size:10px;
}

#spec-u{
	padding-left:40px;
	padding-bottom:40px;
}
#spec-u img{
	float:left;
	margin-top:19px;
}
#spec-u #usp{
	float:left;
	padding-left:20px;
}
#spec-u table.uspec{
	width:340px;
	font-size:10px;
	margin-bottom:2px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #CCCCCC;
}

#spec-u table.uspec th{
	padding:2px;
	background-color: #333333;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-align:center;
}
#spec-u table.uspec th.left{
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #000000;
}

#spec-u table.uspec td{
	padding:2px;
	background-color: #000000;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-align:center;
}

#spec-u table.uspec td.company{
	text-align:left;
	padding-left:15px;
	padding-right:15px;
}
#spec-u table.uspec td.text{
	text-align:left;
	padding-left:15px;
	padding-right:15px;
}




/*----------------------------------------------------------------------------------*/
/*CONCEPT CSS*/
/*----------------------------------------------------------------------------------*/
#concept{
	padding-top: 10px;
}
#contents{
	width:920px;
	border:1px solid #333333;
	padding:10px;
}
#contents .txt{
float:left;
}
#contents .image{
float:right;
}
#contents .btn{
float:right;
}

