/* CSS Document */

 body,td,th {
	font-family: Meiryo, lr oSVbN, Osaka, qMmpS Pro W3;
}

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

h1, h2, h3, p, ul, li {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

a:link {
	color: #2B426A;
	font-weight: normal;
}
a:visited {
	color: #2B426A;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}

textarea {
	width: 435px;
	height: 195px;
}

strong {
	color: #D70A30;
}

em {
	color: #3366FF;
}

img {
	border: none;
}

.clear {
	clear: both;
}

/* @group Header */

#wrp {
	width: 920px;
	margin: 0 auto;
}

#header {
	padding-bottom: 6px;
}

/* @end */

/* @group Conetnt Header */

#content {
	width: 880px;
	margin: 0 auto;
}

h2 {
	margin: 15px 0 10px 0;
	padding: 12px 0 15px 12px;
	background: url(../images/title_bg.gif) no-repeat;
	font-size: 18px;
	line-height: 18px;
}

#content ul {
    margin-bottom: 1em;
}

#content .caution {
	margin-left: 28px;
}

#content .caution ul {
	padding-left: 0;
}

#content .caution li {
	margin-left: 1.5em;
	list-style: disc;
}

#content .caution .strength {
	margin-left: 0;
	list-style: none;
}

#content .caution .required {
	list-style: none;
	text-align: right;
	font-weight: bold;
	line-height: 2em;
}

/* @group flow */

.flow ol {
	background: #E8E8E8;
	height: 52px;
	margin: 0 0 10px 0;
	padding: 0;
	width: 870px;
	float: right;
	overflow: hidden;
}

#content .flow ol li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	font-weight: bold;
	background: url(../images/flow_arrow.gif) no-repeat right top;
}

#content .flow ol li span {
	margin: 0;
	padding: 20px 45px 20px 30px;
	display: block;
}

#content .flow ol li.high span {
	padding-top: 10px;
}

#content .flow ol li.active {
	color: #fff;
	background: #0F3961 url(../images/flow_arrow_a.gif) no-repeat right top;
}

#content .flow ol li.active span {
	background: #0F3961 url(../images/flow_arrow_a.gif) no-repeat right top;
}

#content .flow ol li.pre span {
	background: url(../images/flow_arrow_b.gif) no-repeat right top;
}

/* @end */




/* @end */

/* @group Content */

#error {
	font-size: 13px;
}

.error {
	clear: both;
}

form {
	margin-top: 10px;
	padding-top: 10px;
	width: 872px;
	float: right;
	background: url(../images/fieldset_top.gif) no-repeat left top;
}

.content_box {
	background: url(../images/fieldset_body.gif) repeat-y left top;
	padding: 0;
	margin: 0;
	float: right;
}

form .content_box {
	float: none;
}

form .content_box h3 {
	margin: 0 10px;
	padding: 0 15px;
	font-size: 16px;
	height: 2em;
	line-height: 1.8em;
	color: #0F3961;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	background: none;
	clear: both;
}

form .content_box h4 {
	margin: 10px 10px 0 10px;
	padding: 5px 15px;
	background: #E8E8E8;
	clear: both;
}

fieldset {
	border: none;
	margin: 0 10px;
	padding: 0;
}

dl {
	border: none;
	margin: 0 10px;
	padding: 0;
	clear: both;
}

fieldset, dl {
	border-bottom: 1px #ccc dotted;
	display: block;
}

fieldset.first {
	padding-top: 0;
}

fieldset.last,
dl.last {
	border: none;
}

legend {
	margin: 0 0 0 15px;
	padding: 0;
	clear: both;
	float: left;
	width: 250px;
	display: block;
	text-indent: 0;
	font-weight: bold;
	color: #000;
	overflow: hidden;
}

legend span {
	width: 250px;
	float: left;
	padding: 10px 0;
	display: block;
	white-space: normal;
}

dt {
	margin: 0 0 0 15px;
	padding: 10px 0;
	clear: both;
	float: left;
	width: 250px;
	display: block;
	text-indent: 0;
	font-weight: bold;
	color: #000;
	white-space: normal;
}

* html dt {
	width: 250px;
	margin: 0 0 0 8px;
	
}

fieldset .content_input {
	margin: 0;
	width: 560px;
	padding: 10px 0 10px 280px;
	font-size: 12px;
	color: #333;
}

fieldset p.content_input {
	width: 560px;
	margin: 0;
}

dd {
	width: 550px;
	padding: 10px 0 10px 270px;
	margin: 0;
	font-size: 12px;
	color: #333;
}

* html dd {
	width: 500px;
	padding: 10px 0 10px 30px;
}

*:first-child+html dd {
	width: 500px;
	padding: 10px 0 10px 30px;
}

.twin_row label {
	display: block;
	width: 200px;
	float: left;
}

.single_row label {
	display: block;
}

.content_box ul {
	margin: 0;
	padding: 10px 10px 10px 15px;
}

.content_box ul li {
	list-style: none;
}

#mitumori-detail {
	display: none;
}

.box_sectionline {
	margin: 0;
	height: 40px;
	background: url(../images/fieldset_hr.gif) no-repeat;
	clear: both;
}

.box_sectionline * {
	visibility: hidden;
	margin: 0;
	padding: 0;
}

.box_submit {
	clear: both;
	padding: 10px 0 15px 0;
	text-align: center;
	background: url(../images/fieldset_bottom.gif) no-repeat left bottom;
	line-height: 45px;
}

.box_submit p {
	text-align: left;
	color: #D70A30;
}

.box_submit * {
	vertical-align: middle;
}

.hidden_error {
	display: none;
}

/* @group Thanks */

.content_box h3 {
	margin-top: 10px;
	padding: 20px 0 10px 35px;
	background: url(../images/fieldset_top.gif) no-repeat left top;
}

.noform {
	margin-top: 10px;
	float: right;
	width: 872px;
}

.noform  h3 {
	margin-top: 0;
}

.min_height h3 {
	padding: 40px 0 20px 35px;
}

.content_box p {
	margin: 10px 0 10px 35px;
}

.content_box ul {
	margin-left: 8px;
}

.min_height .box_submit {
	padding: 40px 0 40px 35px;
}

/* @end */

/* @end */

/* @group Footer */

#footer {
	clear: both;
	padding: 10px 0;
	margin: 0 10px 25px 0;
	text-align: right;
}

.back2top {
	color: #D70A30;
	text-align: right;
	margin: 0 10px 0 0;
	padding-bottom: 20px;
}

.back2top a {
	color: #06f;
}

#copyright {
	float: left;
	margin-left: 25px;
}

#company {
	margin: -1em 8px 0 0;
	
}

.error {
	color: #000;
	font-weight: normal;
	background: #FFF5EC;
}

#content .error p {
	padding-left: 1.5em;
	margin: 0;
	padding-top: 5px;
	color: #f60;
	background: url(https://regist.orix-mail.net/cd/mycar/contact/common/img/error.gif) no-repeat left center;
}

/* @end */

/* @loading title */
h3#loading_title{
	margin: 15px 0 10px 0;
	padding: 12px 0 15px 12px;
	background-image: url(https://regist.orix-mail.net/cd/mycar/mitsumori2/image/loading_title_bg.gif);
	background-repeat: no-repeat;
	background-position:center center;
	font-size: 18px;
	line-height: 18px;
}
/* @end */