@charset "UTF-8";
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

dealers.css
		
					最終更新日　12.09.19

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#header #pagetitle h1{
background:url(../dealers/images/pagetitle_h2.jpg) no-repeat;
}

#main{
width:100%;
margin:0 auto;
background:url(../images/common/subtitle_bg2.gif) top center repeat-x #FFF;
}




#detail{
font-size:90%;
}

#detail .title{
width:100%;
margin:0 auto;
background:url(../images/common/titlebg.gif) top center repeat-x;
margin-bottom:20px;
overflow:hidden;
}

#detail h3{
color:#7ba928;
font-size:110%;
padding:10px 20px 15px 20px;
background:url(../images/common/border.gif) left bottom repeat-x;
}


input[type="select"]{
   font-size: 200%;
}



#detail .tb{
margin:0 auto 20px auto;
padding:0 0 20px 0;
}
.flow{
display:block;
margin:0 auto;
padding:30px 0;
}





/*予約受付窓口-------------------------------------*/
.yoyaku{
background:#000;
color:#c8c9cb;
}

.yoyaku p,
.yoyaku ul{
padding:20px;
}

.yoyaku a,
.yoyaku a:link,
.yoyaku a:visited{
color:#c8c9cb;
outline:none;
}



/*入力フォーム-------------------------------------*/

.form_tb{
background:#FFF;	
}

			.form_tb a:link,
			.form_tb a:visited{
				color:#C72323;
				outline:none;
			}

.form_tb table{
	width:100%;
	margin:0 auto 30px auto;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	border-collapse:collapse;
}

.form_tb table th{
	font-size:90%;
	padding:15px 10px;
	background-color:#F7F7F7;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
.form_tb table td{
	font-size:90%;
	padding:15px 10px;
	border-bottom:1px solid #CCC;
}

.form_tb table th span{
	color:#EE0000;
	padding-left:10px;
}

.form_tb table td{
	border:1px solid #DDD;
	vertical-align:top;

}

.form_tb input[type="radio"] {
    -webkit-appearance: none;
    position: relative;
    margin-right: 10px;
    border-radius: 24px;
    border: 2px solid #4c4c4c;
    -webkit-box-sizing: border-box;
    width: 48px;
    height: 48px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );
    vertical-align: middle;
	
}

/* チェック時は背景色を変更 */
.form_tb input[type="radio"]:checked {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#353535),
        to(#8f8f8f)
    );
}

/* チェックの印を:before疑似要素を使って作成 */
.form_tb input[type="radio"]:checked:before {
    position: absolute;
    left: 38%;
    top: 38%;
    display: block;
    margin: -5px 0 0 -5px;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 1);
    content: "";
    border-radius: 15px;
    width: 20px;
    height: 20px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );
}



.form_tb .radio{
	width:100%;
	margin-top:10px;
	text-align:center;
	position:relative;
}

.form_tb .radio span{
	padding-bottom:5px;
	font-weight:bold;
}
.form_tb .radio  .radio1{
font-size:x-large;
height:30px;
width:30px;
}

.form_tb
input{
width:95%;
background:#FFF;
border:1px solid #CCC;
font-size:x-large;
line-height:50px;
font-size:110%;
}

.form_tb
textarea{
width:95%;
background:#FFF;
border:1px solid #CCC;
font-size:x-large;
font-size:110%;
}

.form_tb
select{
line-height:50px;
background:#FFF;
border:1px solid #CCC;
font-size:110%;
}



.form_tb
input:focus {
   background-color: #fffee0;
}


.form_tb
textarea:focus {
   background-color: #fffee0;
}


.form_tb
select:focus {
   background-color: #fffee0;
}

.form_tb table td .c_comment li{
	padding:0 0 10px 0;
}


.form_tb
.submit{
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

.form_tb
.submit strong{
	display:block;
	padding-bottom:10px;
}

.form_tb .submit
input{
	background:#DDD;
	border:2px solid #666;
	padding:20px 100px;
	cursor:pointer;

}

.form_tb .submit
input:hover{
	background:#EEE;


}




#policy1{
	width:95%;
	padding:20px;
	background:#FFF;

	text-align:left;
	margin-bottom:10px;

}
	#policy1 a:link,
	#policy1 a:visited,
	#policy1 a:active{
		color:#0072BC;
		text-decoration:underline;
		outline:none;
	}
	#policy1 a:hover	{
		color:#65B5E9;
		text-decoration:none;
	
	}
#policy1 .date{
	text-align:right;
	padding-bottom:10px;
	display:block;
}


#policy1 li{
	margin-left:50px;
	list-style-type: katakana-iroha;
}


#policy1 dl{
	padding-bottom:50px;
}


#policy1 dt{
	font-weight:bold;
}

#policy1 dd{
	margin-left:20px;
}


#policy1 strong{
	font-size:130%;
	padding-top:20px;
	padding-bottom:5px;
	display:block;
	width:100%;
	clear: both;
}

#policy1 h3{
	padding:20px 0 30px 0;
	font-size:170%;
	font-weight:bold;
	text-align:center;
}

#policy1 dd ol li{
	display:block;
	width:100%;
}



#policy1  #navi .back a{
text-decoration:none;
}

#policy1  #navi .back a div{
	width:98%;
    display:block;
    padding: 1em 0;
    background: #EEE;
    border: 1px solid #888;
    border-radius: 10px;
    color: #222;
    font-size: 110%;
    text-shadow: 0px 1px 1px #FFF;
	-webkit-box-shadow: inset 0 0.9em 2px rgba(255, 255, 255, 0.3),  0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
    -moz-box-shadow: inset 0 0.9em 2px rgba(255, 255, 255, 0.3),  0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
    box-shadow: inset 0 0.9em 2px rgba(255, 255, 255, 0.3),  0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#888888));
    background-image: -moz-linear-gradient(top, #EEE, #888888);
    background-image: -o-linear-gradient(top, #EEE, #888888);
	text-decoration:none;
	text-align:center;
	
}

.att{
padding:10px 0;
color:#C72323;

}
.form_tb
.att input{
	background:#FCE8E8;
	padding:3px 0 0 3px;
	border:1px solid #C72323;

}

/*送信完了-------------------------------------*/

.thanks{
margin:0 0 10px 0;
}

.thanks p{
font-size:90%;
}

.thanks dt{
background:#000;
color:#FFF;
text-align:center;
font-size:120%;
}
.thanks dd{
padding:15px;
background:#FFF;
border-left:1px solid #000;
border-right:1px solid #000;
border-bottom:1px solid #000;
color:#222;
text-align:center;
}

.option{
margin:10px 0 0 0;
}

.option input{
margin:5px 0 0 0;

}
.option span{
padding:0 10px 0 0;
}




.submit{
	width:100%;
	text-align:center;
	padding-top:20px;
	padding-bottom:50px;
}

.submit .bnr{
	margin:0 0 20px 0;
}

.submit .bnr img{
	display:block;
	margin:0 auto;
}


.submit input{
	width:90%;
	cursor:pointer;
	font-size:120%;
	margin:0 auto 20px auto;
	display:block;
}

.submit strong{
	display:block;
	padding-bottom:10px;
}
