@charset "UTF-8";

/* ------------------------------------------------------------
	Zeroing out the margins and paddings
------------------------------------------------------------ */
* {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
}

/* ------------------------------------------------------------
	HTML, Body, Anchor
------------------------------------------------------------ */
html {
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整OFF */
}

body {
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3"; /* iPhoneバンドル */
	font-size: 16px;
	line-height:1.4;
	text-align:center;
}

ul {
	list-style:none;
}


/* ------------------------------------------------------------
	Headings, Paragraphs
------------------------------------------------------------ */
.red {
	color:#FF0000;
}
.green {
	color:#009900;
}
.yellow {
	color:#FFCC00;
}
.white {
	color:#FFFFFF;
}
.faceBold {
    font-weight:bold;
}
.faceBoldRed {
    color:#F00;
    font-weight:bold;
}
.faceBoldSiteColor {
	color:#00337F;
}


/* ------------------------------------------------------------
	Color
------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
/* ------------------------------------------------------------
	Position
------------------------------------------------------------ */
.center {
	text-align:center;
}

.right { 
	text-align:right;
}

.left { 
	text-align:left;
}

.note {
    padding-left: 1em;
    text-indent: -1em;
	text-align:left;
	font-size:80%;
}

/* Noscript Message
------------------------------------------------- */
p#msgNoscript {
	padding: 5px 0;
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	background: #FFCCCC;
	z-index: 9999;
	opacity: 0.7;
	text-align: center;
	line-height: 1.2;
	color: #FF0000;
}





/* ------------------------------------------------------------
	#mainLogo
------------------------------------------------------------ */
#mainLogo {
	margin-bottom:5px;
	padding:10px 0;
	font-size:167%;
	color:#009900;
	border-bottom:3px solid #00337F;
	font-weight:bold;
}
#mainLogo a {
	color:#009900;
	text-decoration:none;
}


/* ------------------------------------------------------------
	.mainFormArea
------------------------------------------------------------ */
.mainFormArea {
	margin:0 10px 15px;
	border:3px solid #FF0000;
	/*webkit*/
	-webkit-border-radius:8px;
	/*FF*/
	-moz-border-radius:8px;
}

.mainFormArea h2 {
	padding:5px 0;
	background-color:#FF0000;
	font-size:122%;
	font-weight:bold;
	color:#FFFFFF;
}
.mainFormArea a.telNum {
	padding:0 0 0 25px;
	font-size:189%;
	font-weight:bold;
	background:url(/smt/hoken/images/free_dial_pic.gif) no-repeat left center;
	/*webkit*/
	-webkit-background-size: 25px 17px;
	/*FF*/
	-moz-background-size: 25px 17px;
}
.mainFormArea .dialTime {
	margin-bottom:5px;
	font-size:63%;
}


/* ------------------------------------------------------------
	forms
------------------------------------------------------------ */
form {
	margin-bottom:0;
	padding-bottom:0;
	text-align: center;
}

input, textarea, select, label {
	margin: 7px 0 10px;
	padding: 0;
	border: 1px solid #003300;	
	background-color: #FFFFCC;	
	font-size: 100%;
	vertical-align: middle;
}

select {
	width: 50%;
}

label, button {
	cursor: pointer;
}

textarea {
	border: 1px solid #336633;
	overflow: auto;
}

fieldset {
	border: none;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"] {
	margin-bottom: 5px;
	padding: 8px;
	border: 1px solid #003300;
	width: 50%;
	background-color: #FFFFCC;
}
.questionOne input.firstCode {
	width: 15% !important;
}
.questionOne input.lastCode {
	width: 20% !important;
}

input[type="password"] {
	width: 50%;
}

form dt {
	border-top: 1px solid #D9DDD5;
	background-color: #EEF0EC;
	font-size: 107%;
	font-weight: bold;
	color: #003300;
}

form dd {
	font-weight: bold;
	color: #003300;
}
.required {
	font-size:85%;
	color:#FF0000;
}
form dd.questionOne {
}
form dd.questionTwo {
}
form dd.questionThree select {
	width:55%;	
}
form dd .example {
	font-size:85%;
	color:#666666;
}

/* ------------------------------------------------------------
	.buttonArea
------------------------------------------------------------ */
.stepButtonArea {
	margin:10px 8px 20px;
	padding:2px;
	border:1px solid #CCCCCC;
	/*webkit*/
	-webkit-border-radius:8px;
	-webkit-box-shadow: 0 0 0 1px rgba(230, 230, 230, 0.4) inset, 3px 4px 5px 0px #666666;
	background: -webkit-gradient(linear, 0% 0%, 0% 60%, from(#FFFFFF), to(#CCCCCC));
	/*FF*/
	-moz-border-radius:8px;
	-moz-box-shadow: 0 0 0 1px rgba(230, 230, 230, 0.4) inset, 3px 4px 5px 0px #666666;
	background: -moz-linear-gradient(center top , #FFFFFF, #CCCCCC) repeat scroll 0 0 transparent;
}
.stepButtonArea .stepButtonBlock {
	padding:7px 5px;
	border:2px solid #FFFFFF;
	text-align:center;
	/*webkit*/
	-webkit-border-radius:7px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFB14D), to(#FF3300));
	/*FF*/
	-moz-border-radius:7px;
	background: -moz-linear-gradient(top , #FFB14D, #FF6200, #FF4D00, #FF3300) repeat scroll 0 0 transparent;
}
.stepButtonArea .stepButtonBlock .button {
	margin:0px;
	font-family: 'メイリオ', Meiryo, 'Lucida Grande', Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	color:#FFFF00;
	font-size:114%;
	font-weight:bold;
	text-align:center;
	text-shadow: 0 -2px 3px #FF2200, 0 2px 3px #FF2200, -2px 0 3px #FF2200, 2px 0 3px #FF2200;
	text-decoration:none;
	width:100%;
	border:none;
	background:none;
	letter-spacing: 0.2em;
	display:block;
}

.stepButtonArea .stepButtonBlock span {
	padding:0 0 0 56px;
	display:inline-block;
	background:url(/smt/car-kaitori/images/button_icon.png) no-repeat left center;
	background-size:49px 26px;
}

/* ------------------------------------------------------------
	.bikeButtonArea
------------------------------------------------------------ */
.bikeButtonArea {
	margin:10px 25px 15px;
/*	padding:2px;
	border:1px solid #CCCCCC;*/
	/*webkit*/
/*	-webkit-border-radius:20px;
	-webkit-box-shadow: 0 0 0 1px rgba(230, 230, 230, 0.4) inset, 3px 4px 5px 0px #666666;
	background: -webkit-gradient(linear, 0% 0%, 0% 60%, from(#FFFFFF), to(#CCCCCC));*/
	/*FF*/
/*	-moz-border-radius:20px;
	-moz-box-shadow: 0 0 0 1px rgba(230, 230, 230, 0.4) inset, 3px 4px 5px 0px #666666;
	background: -moz-linear-gradient(center top , #FFFFFF, #CCCCCC) repeat scroll 0 0 transparent;*/
}
.bikeButtonArea .stepButtonBlock {
	padding:3px;
/*	border:3px solid #FFFFFF;*/
	text-align:center;
	/*webkit*/
	-webkit-border-radius:20px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#009900), to(#004C00));
	/*FF*/
	-moz-border-radius:20px;
	background: -moz-linear-gradient(top , #009900, #004C00) repeat scroll 0 0 transparent;
}
.bikeButtonArea .stepButtonBlock .button {
	margin:0px;
	text-align:center;
	font-family: "メイリオ", Meiryo, "Lucida Grande", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size:92%;
	color:#FFFFFF;
	background:none;
/*	letter-spacing: -0.1em;
	display:block;*/
	font-weight: normal;
	text-shadow: 0 -2px 3px #00265F, 0 2px 3px #00265F, -2px 0 3px #00265F, 2px 0 3px #00265F;
	text-decoration:none;
	border:none;
}

/* ------------------------------------------------------------
	#infomationManu
------------------------------------------------------------ */
#infomationManu h2 {
	color:#FFFFFF;
	background:#0066FF;
}
#infomationManu ul  {
	margin:0 5px 15px;
	overflow:hidden;
}
#infomationManu ul li,
#infomationManu ul li a {
	text-align:left;
}
#infomationManu ul li {
	padding:5px 0;
	display:block;
/*	height:3em;
	width:50%;*/
	color:#0099CC;
	font-size:77%;
	font-weight:bold;
	float:left;
	overflow:hidden;
}
#infomationManu ul li a {
	padding:0 8px 0 7px;
	display:block;
	background:url(/smt/car-kaitori/images/link_sig.gif) no-repeat left center;
}

/* ------------------------------------------------------------
	#copyright
------------------------------------------------------------ */
#copyright {
	margin-top:15px;
	padding:5px 0;
	color:#FFF;
	border-bottom: none;
	background-color: #0066FF;
	height: auto;
	font-size:78%;
	text-align: center;
	clear: left;
	text-shadow:rgba(0,0,0,.8) 0 1px 0;
	clear:both;
}