﻿@charset "utf-8";

/*------------------------------------------------------------
■ 基本設定
------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y:scroll;
}

body {
	font: 12px/1.5em Verdana, "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	color: #333333;
}


h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	font-size: 100%;
}

p {
	line-height: 1.5em;
}


table {
}


td,th {
}


img {
	vertical-align: bottom;
	border: 0px;
}


address {
	font-style:normal;
}


li {
	list-style-type:none;
}

/*------------------------------------------------------------
■ aTAG
------------------------------------------------------------*/
a:link {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}

/*------------------------------------------------------------
■ clear
------------------------------------------------------------*/
.clear {
	clear: both;
}

/*------------------------------------------------------------
■ clearfix
------------------------------------------------------------*/

/* ---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 */


/*------------------------------------------------------------
■ wrapper
------------------------------------------------------------*/
#wrapper {
	width: 760px;
	margin: 0px auto;
	text-align:left;
}


/*------------------------------------------------------------
■ header
------------------------------------------------------------*/

#header{}
#header h1{
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	margin-top: 5px;
}

/*------------------------------------------------------------
■ nav
------------------------------------------------------------*/
ul#nav {
	width: 760px;
	background:url(../images/nav2_off.gif) right top no-repeat;
}
ul#nav li{
	display: inline;
	margin: 0px;
	padding: 0px;
}

/*------------------------------------------------------------
■ main
------------------------------------------------------------*/
#main {
	width: 565px;
	float: left;
	margin-top: 10px;
}

#main p.txt{
	padding:10px 30px;
	line-height:1.5em;	
}

.hoken-form p{
	line-height:1.5em;
}


/*------------------------------------------------------------
■ sub
------------------------------------------------------------*/
#sub {
	float: right;
	width: 180px;
	margin-top: 10px;
	background-color: #F0F0F0;
	padding-bottom: 20px;
}

#sub img.title{
	display: block;
	margin: 5px;
}

#sub p{
	margin-left: 10px;
	margin-bottom: 2px;
}

#sub a{
	text-decoration:none;
	color: #000000;
}

#sub ul.icon1{
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
}

#sub ul.icon1 li{
	background-image: url(../images/icon1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	margin-right: 5px;
}

#sub ul.icon2{
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#sub ul.icon2 li{
	background-image: url(../images/icon2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	margin-right: 5px;
}


/*------------------------------------------------------------
■ footer
------------------------------------------------------------*/
#footer {
	clear: both;
	color: #FFFFFF;
	background-color: #CC0000;
	text-align: center;
	padding: 3px;
}


/*------------------------------------------------------------
■ 共通要素設定
------------------------------------------------------------*/
.pankuzu{
    margin-bottom:10px;
	font-size:10px;
}
h2 {
	background-image: url(../images/title00.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 7px;
	padding-left: 35px;
	padding-top: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
}

.content{
	margin-bottom: 20px;
}

.wi {
	width: 565px;
	border-collapse: collapse;
}

.wi td {
	text-align: center;
}

.brclear {
	clear:both;
	height:1px;
	overflow:hidden;
}

.section {
	margin-bottom: 10px;
	clear: both;
}

.bikewaku {	
	float: left;
	width: 86px;
	height: 158px;
	margin-right: 6px;
	overflow: hidden;
}
.bikewaku img {border: 1px solid #c7c7c7; padding: 1px;}
.caption { margin: 0; padding: 0; text-align:center;}

.cen {vertical-align: top;}

/* ureview */
.main-title {
	padding-top: 5px;
	clear: both;
}

/*------------------------------------------------------------
■ バイク買取
------------------------------------------------------------*/
.satei-formbox {
	margin-bottom:10px;
	padding:5px 5px 0 0;
}
.btn-start {
	margin: 30px 0 0 10px;
}
.satei-form {
	padding:0 0 0 10px;
}

.satei-form dl {
	float:left;
	margin:0px 5px 10px 0;
	padding:0;
	width:310px;
	_width:295px;
}
ul, ol, dl {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
}

.satei-form dd {
	border-bottom:1px dotted #9CAAB5;
	margin:7px 0px 7px;
	padding:5px 0px 5px;
}

.satei-form dt.step1 {
	float:left;
	font-weight:bold;
	height:10px;
	margin:10px 0px 10px;
	padding:2px 0px 5px 0px;
	width:110px;
}

.satei-form dt.step2 {
	clear:both;
	float:left;
	font-weight:bold;
	height:10px;
	margin:0px 0px 10px;
	padding:2px 0px 5px 0px;
	width:110px;
}

.satei-form dt.step3 {
	background:transparent url(../images/step3.gif) no-repeat scroll 0px;
	clear:both;
	float:left;
	font-weight:bold;
	height:20px;
	padding:2px 0px 5px 55px;
	width:110px;
}

span.hissu {
	color:#B50404;
	font-size:90%;
	font-weight:normal;
}

/*------------------------------------------------------------
■ バイク保険
------------------------------------------------------------*/
.hoken-formbox {
	background:transparent url(../images/form_bg.gif) no-repeat right 0px;
	border:0px solid #9CAAB5;
	margin-bottom:0px;
	padding:0px;
}

.hoken-formbox h4 {
	border-bottom:1px solid #093472;
	color:#093472;
	font-size:110%;
	font-weight:bold;
	margin:5px 0px;
}

.hoken-form li {
	float:left;
	line-height:100%;
	margin-right:20px;
	text-align:center;
}

input.btn {
	vertical-align:middle;
}

.hoken-form .hoken-right {
	float:right;
	font-size:90%;
	line-height:100%;
	width:199px;
}
.hoken-right p {font-weight:bold; line-height:1.8;}

.main-title h3{
	border-bottom:1px #666666 dotted;
}

.kaitoribox{
	margin:10px 0 30px 0;
}
.brclear {
	clear:both;
}

#sideNavi .biket a,
#sideNavi .biket a:hover {
	background-image: none;
}
.know-list {
	width: 160px;
	margin: 10px 0 10px 0;
	padding: 0 10px;
	color: #333;
}
.know-list ul {
	margin: 5px 0;
}


/* qa */
.qa-listbox {
	height: 155px;
	_height: 150px;
}

.qa-listbox-a {
	height: 63%;
}
.qa-listbox-a p.qa-listbox-left {
	width: 70px;
}
.search-results {
	height: 60px;
	overflow:hidden;
}
