﻿@charset "utf-8";

/* base */
/* ---IE7対応clearfix--- */

.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 */


/* ------------------------------
TAG
------------------------------ */
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body  {
	font: 0.8em/1.4em Verdana, "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	color: #333;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	font-size: 1.0em;
}

table {
	/*border-collapse: collapse;*/
}

td,th {
}


img {
	vertical-align: bottom;
	border: 0;
}

address {
	font-style: normal;
}

li {
	list-style-type: none;
}


/* ------------------------------
aTAG
------------------------------ */
a {
	color: #009;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}

/* ------------------------------
clear
------------------------------ */
.clear {
	clear: both;
}

/*-----------------------------
Base
------------------------------ */
#container {
	width: 760px;
	margin: 0 auto;
	background: #FFF;
}

#head {
	width: 760px;
	height: 100px;
	margin: 0 auto;
}
#mainNavi {
	width: 760px;
	height: 40px;
	margin: 0 auto;
}

#mainNavi li {
	font-size: 12px;
	float: left;
	display: inline;
}

#contentBox {
	background: url(../images/bg_contents.gif) repeat-y;
	width: 760px;
	margin: 20px auto;
	padding: 0px;
}

#content {
	float: right;
	width: 560px;
	background: #fff;
}

#sideNavi {
	float: left;
	width: 180px;
	padding: 0 0 10px;
	background-color: #E4E9F2;
}

#foot {
	width: 760px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	clear: both;
	margin: 0 auto;
	color: #333;
	border-top: solid 5px #323D75;
}

/* Layout */

h2 {
	clear: both;
	background: url(../images/h2.gif) no-repeat;
	width: 520px;
	height: 30px;
	line-height: 30px;
	padding-left: 40px;
	color: #333;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}

#sideNavi h3 {
	margin-bottom: 10px;
}

#sideNavi li {
	background: url(../images/icon.gif) no-repeat;
	background-position: 10px;
	font-size: 12px;
	line-height: 18px;
	padding-left: 25px;
}

#sideNavi a {
	color: #333;
}

#sideNavi a:hover {
	color: #cc0000;
}

#headComment {
	width: 740px;
	height: 20px;
	background-color: #323D75;
	line-height: 20px;
	font-size: 12px;
	color: #FFF;
	padding-left: 20px;
}

.BikeBox {
	border: solid 1px #CCC;
	padding: 10px;
	margin-bottom: 20px;
	color: #333333;
}

.BikeBox table {
	width: 520px;
	border-collapse: collapse;
}

.BikeBox td {
	text-align: left;
}

.section {
	margin-bottom: 10px;
	clear: both;
}

.bikewaku {	
	float: left;
	width: 86px;
	height: 158px;
	margin-right: 5px;
	overflow: hidden;
}
.bikewaku img {border: 1px solid #c7c7c7; padding: 1px;}


.wi {
	width: 520px;
	border-collapse: collapse;
}
.wi td {
	text-align: center;
}


.biket{
	text-align: center;
	margin: 10px 0 5px 0;
}

.bikeshop{text-align: center;}





/* hoken */
.hoken-formbox{	background-color: #FFFFFF;
padding: 0 5px 0 5px;}

.hoken-form {
	margin:10px 0 20px 10px;
	height: 100px;
}
.hoken-form ul {
    float: left;
}
.hoken-form ul li img{
    height:53px;
	margin-bottom:5px;
}
.hoken-form ul li{
	float: left;
	display: inline;
	padding-right: 10px;
	height:100px;
}
.hoken-right {
    float:right;
	margin-left:20px;
	width:200px;
}
.hoken-right p{
    font-weight:bold;
	margin-top: 5px;
	text-align:center;
}
.hoken-h4{
	margin: 0 0 0 10px;
	color: #2E93BF;
	font-weight: bold;	
}



.btn-start{
	padding: 30px 0 0 30px;
	float:left;
	width:172px;
}

#satei-bike-formbox{
background-color: #FFFFFF;
overflow: hidden;}


.s-ttl{
margin-bottom: 5px;


}

.satei-form dl{
    margin:0 0 20px 15px;
    float:left;
}
.satei-form dt{
    font-weight:bold;
	margin-top:10px;
}
