img { border: none; }
#contents { margin:10px 20px 20px 20px; }
#contents table{ font-size: 12px; color: #444444; line-height:16px; }

/*見出し*/
.headline {
	border:solid 1px #999999;
	padding:4px 4px 5px;
	margin:15px 0;
}

/*エラー文言*/
.caution { color:#C80000;}

/*req-catalog-mk追加*/
.MsgCommon {
	margin:16px 0;
	padding:0;
	list-style-type:none;
}
.MsgCommon li {
	margin:0 0 4px 0;
	padding:0 0 0 12px;
	background:url(/service/catalog/sc/image/list-dot.gif) no-repeat 5px 5px;
}

#footNavi {
	margin:16px 0 32px 0;
	position:relative;
	height:20px;
	text-align:right;
}
#footNavi .hBack {
	float:left;
}
#footNavi .gotoTop {
	font-size:12px;
}

/**/
#selectCarName .nameBox{
	margin-top:10px;
}

/*
 * zip help window
 */
.helpWin {
	border:2px solid #B30000;
	background-color:#FFFFCC;
	position:absolute;
	right:30px;
	top:30px;
	width:260px;
	font-size:12px;
	line-height:16px;
}
.helpWin p {
	margin:12px !important;
}
.helpWin .close {
	text-align:right;
}
.helpWin .close a {
	text-decoration:underline;
}
#zipHelp {
	visibility:hidden;
}

/*
 * tag define 
 */
h1 {
	margin:20px 0 10px;
}
ul,ol {
	margin:0;
	padding:0;
	list-style:none;
}

/*
 * heading items
 */
/* head_title */
div.head_title {
	background:#B3B3B3;
	padding:14px 40px 16px;
	text-align:right;
}
div.head_title img {
	display:block;
	margin-left:auto;
}
/* Step */
ol.step {
	margin-bottom:-9px;
}
ol.step:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
* html ol.step {
	height:1%;
}
ol.step li {
	float:left;
}

/*
 * division 
 */
.division_two,
.division_three,
.division_four {
	list-style:none;
}
.division_two:after,
.division_three:after,
.division_four:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
* html .division_two,
* html .division_three,
* html .division_four {
	height:1%;
}
.division_two li {
	width:50%;
	float:left;
}
* html .division_two li {
	width:49%;
}
.division_three li {
	width:33%;
	float:left;
}
.division_four li {
	width:25%;
	float:left;
}

/*
 * japanese index navigation
 */
.index_navi {
	background:url(/service/catalog/sc/image/t_carname2.gif) no-repeat 5px 5px #E5E5E5;
}
.index_navi:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
* html .index_navi {
	height:1%;
}
.index_navi ul {
	float:right;
}
.index_navi li {
	float:left;
}

.kana {
	height:22px;
	border:solid 1px #999;
	border-left:solid 20px #999;
}
.kana img {
	display:block;
	margin-top:4px;
}

/*
 * car name list
 */
ul.car_name {
	padding:5px 13px 0 20px;
}
ul.car_name li {
	margin-bottom:5px;
}
ul.car_name span {
	color:#999;
	padding-left:12px;
}
ul.car_name a {
	background:url(/service/catalog/sc/image/arrow_txt.gif) no-repeat left center;
	padding-left:12px;
}

/*
 * goto top
 */
a.goto_top {
	background:url(/service/catalog/sc/image/arrow_top.gif) no-repeat left center;
	padding-left:17px;
}
a.more {
	background:url(/service/catalog/sc/image/arrow_txt_tp.gif) no-repeat left center;
	padding-left:12px;
}

/*
 * Items list
 */
ul.items li {
	margin:0 0 4px 1.7em;
	text-indent:-1.7em;
}
ul.items li * {
	text-indent:0;
}
ul.items li li {
	margin:0;
}
ul.items dl {
	margin:5px 0;
}
ul.items dl:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
* html .items dl {
	height:1%;
}
ul.items ul {
	margin:5px 0;
}
ul.items dt {
	float:left;
}
ul.items dd {
	float:left;
	margin:0;
}
ul.items dl img {
	vertical-align:top;
	margin:0 10px;
}

/*
 * button area
 */
.btn_area {
	text-align:center;
	padding:20px 0px;
}
.btn_area a {
	margin:0 5px;
}
.btn_area p {
	margin:25px 0;
}

/*
 * form table
 */
table.form_table {
	border-collapse:collapse;
	width:710px;
	margin-bottom:12px;
}
table.form_table th,
table.form_table td {
	border:1px solid #999;
	padding:8px;
}
table.form_table th {
	text-align:left;
	font-weight:normal;
	background:#E5E5E5;
}
table.form_table td p {
	margin:5px 0;
}
table.form_table input {
	vertical-align:middle;
}
table.form_table .separate {
	border-top:1px solid #E4E4E4;
	padding-top:10px;
	margin-top:10px;
}
/* Substitution of 'th[scope="row"]' */
table.scope_row th {
	width:150px;
}

/*
 * List in table
 */
table.form_table dl {
	margin:0;
}
table.form_table dt {
	float:left;
	text-align:right;
	padding:2px 7px 2px 00;
}
table.form_table dd {
	padding:2px;
}
table.form_table ul {
	margin:0;
	padding:0;
	list-style:none;
}
table.form_table li {
	float:left;
	margin:5px 0;
}
/* Name form */
dl.name dt {
	width:2.5em;
	text-align:right;
}
dl.name dd {
	float:left;
	margin:0;
}
/* Address form */
dl.address {
	position:relative;
}
dl.address dt {
	width:5em;
}
dl.address img {
	vertical-align:middle;
}
/* Tel form */
dl.tel dt {
	width:11em;
}

/*
 * passport area
 */
div.passport {
	border:2px solid #999;
	background:#e5e5e5;
	padding:10px 10px 10px 30px;
	margin-bottom:1em;
}
div.passport:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
* html .passport {
	height:1%;
}
/* Substitution of 'div.passport:first-child' */
div.passport .first_child {
	float:left;
	width:367px;
}
div.passport .emphasis {
	background:#ccc;
	float:right;
	width:280px;
}
div.passport p {
	margin:5px 0;
}
/*
 * login form 
 */
div.login {
	padding:10px 10px 10px 30px;
}
div.login dl {
	margin:0;
}
div.login dt {
	width:5.5em;
	float:left;
}
div.login dd {
	margin:0 0 0.5em;
	float:left;
}
div.login dl input {
	width:140px;
	height:1.6em;
}
div.login .button {
	display:block;
	clear:both;
	margin-bottom:5px;
}

/*
 * body type
 */
div.body_type {
	margin:10px 0;
	border:1px solid #999;
	background:url(/service/catalog/sc/image/bg_carpicture.gif) repeat-y left bottom;
}
div.body_type div:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
* html div.body_type div {
	height:1%;
}
div.body_type ul.car_name {
	float:left;
	width:508px;
	margin:0;
	border-left:1px solid #999;
	position:relative;
	left:-1px;
	background:#fff;
}

/*
 * car pictures
 */
div.car_caption {
	float:left;
	width:168px;
	padding-bottom:97px;
	border-right:1px solid #999;
}
div.type01 {
	background:url(/carlineup/image/type01p.jpg) no-repeat left bottom;
}
div.type02 {
	background:url(/carlineup/image/type02p.jpg) no-repeat left bottom;
}
div.type03 {
	background:url(/carlineup/image/type03p.jpg) no-repeat left bottom;
}
div.type04 {
	background:url(/carlineup/image/type04p.jpg) no-repeat left bottom;
}
div.type05 {
	background:url(/carlineup/image/type05p.jpg) no-repeat left bottom;
}
div.type06 {
	background:url(/carlineup/image/type06p.jpg) no-repeat left bottom;
}
div.type07 {
	background:url(/carlineup/image/type07p.jpg) no-repeat left bottom;
}

/*
 * msg box
 */
.msg_box {
	padding:0 10px 10px 10px;
	margin-bottom:10px;
}

/* list_changer */
.list_changer img {
	display:block;
}

/* footer */
#footerbtm li {
    margin-right: 27px;
}
/**/
.msg_to_next_head{
	border:1px solid #b30000; padding:5px 5px 5px 12px; color:#B30000; font-weight:bold; background-color:#f5dede; margin:0; border-bottom:none;
}
.msg_to_next_body{
	border:1px solid #b30000; margin:0; padding:6px 12px 12px 12px;
}
.msg_to_next_body span{
	font-weight:bold; line-height:24px;
	}
	
	
	