@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: #FF7F00;
	text-decoration: underline;
}

/* ------------------------------
clear
------------------------------ */
.clear {
	clear: both;
}

/*-----------------------------
Base
------------------------------ */
#container {
	width: 760px;
	margin: 0 auto;
	background: #FFF;
}

#head {
	width: 760px;
	height: 120px;
	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: 160px;
	padding: 10px;
}

#foot {
	background: url(../images/footer.gif) no-repeat;
	width: 760px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	clear: both;
	margin: 0 auto;
	color: #FFF;

}

/* Layout */
.pankuzu{
    margin-bottom:10px;
	font-size:10px;
}
.section {
	clear: both;
}
.bikewaku {	
	float: left;
	width: 86px;
	height: 168px;
	margin-left:5px;
	overflow: hidden;
}
.bikewaku img {margin: 0; padding: 1px; border: 1px solid #ccc;}

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 left center;
	font-size: 12px;
	line-height: 18px;
	padding-left: 15px;
}

#sideNavi a {
	color: #333;
}

#sideNavi a:hover {
	color: #FF7F00;
}

#headComment {
	width: 740px;
	height: 20px;
	background-color: #663300;
	line-height: 20px;
	font-size: 12px;
	color: #FFF;
	padding-left: 20px;
}

.section {
	margin-bottom: 20px;
}

.biket{
	margin: 10px 0;  
}

.wi {
	width: 520px;
	border-collapse: collapse;
}
.wi td {
	text-align: center;
}
/* ureview */
.main-title {
	padding-top: 5px;
	clear: both;
}

/* kaitori */
.hissu{
    color:#FF0000;
}
.satei-form dl{
	margin:0 0 20px 5px;
	float:left;
	width: 200px;
}
.satei-form dt{
    font-weight:bold;
	margin-top:10px;
}
.btn-start{
	padding: 30px 0 0 0;
	float:left;
	width:172px;
}
.kaitoribox span{
    padding:0 2px 0 0;
	margin:0;
	float:left;
}
.site_by {
	padding:0px;
	margin:0;
	font-size:10px;
	clear:both;
}

/* hoken */
.hoken-form {
	margin:10px 0 20px;
	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:left;
	margin-left:20px;
	width:200px;
}
.hoken-right p{
    font-weight:bold;
	margin-top: 5px;
	text-align:center;
}

h4{
 font-weight:bold;
 margin-top:10px;
}

/* qa */
.qa-listbox {
	height: 125px;
	_height: 120px;
}

.qa-listbox-a {
	height: 63%;
}

.search-results {
	height: 60px;
	overflow:hidden;
}
