@charset "utf-8";

/*================================== applying PIE
*/

* { behavior: url(./css/pie/PIE.php);}

/*==================================================================== module
*/

body { min-width: 1024px;}
html,
body { height: 100%;}

#header,
#container,
#footer {
	position: relative;
	width: 1024px;
	text-align: left;
	margin: 0 auto;
}

#header_wrap { background: url(../img/common/header_bg.png) repeat-x;}
#header { height: 78px;}

#container { padding: 10px 0 40px;}
#contents { width: 774px;}
#navi { width: 240px;}

#footer_wrap { background: #0094ec;}

/*---------------------------------- header
*/

#header h1 { height: 16px; float: left; color: #fff; font-size: 10px; font-weight: normal; padding-top: 2px;}

.header_nav { float: right;}
.header_nav p { float: left; color: #fff; font-size: 10px; padding: 2px 0 0;}
.header_nav p a { color: #fff;}
.header_nav ul { float: left; padding: 1px 0 0 8px;}
.header_nav li { float: left; padding-right: 1px;}
.header_nav li img { vertical-align: top;}
.header_nav li a {
	display: block;
	width: 62px;
	height: 14px;
	background: #fff;
	color: #333;
	text-align: center;
	text-decoration: none;
	line-height: 14px;
	border: 1px solid #ccc;
}
.header_nav li a:hover { opacity: 0.6;}

.title { float: left; clear: left;}
.title p { float: left; padding: 0 10px 0 0;}

.header_time { float: left; height: 1%; padding: 15px 0 0;}
.header_time dt {
	background: url(../img/common/icon_time.png) no-repeat 0 4px;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 2px 14px;
}

.header_btn { float: right; clear: right; padding: 18px 0 0;}
.header_btn .used_car,
.header_btn .menu { display: none;}

.header_btn li { float: left; padding-left: 5px;}
.header_btn li a {
	display: block;
	width: 10em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 8px 8px 8px 24px;
}
.header_btn .sign_in a { background: #0097ec url(../img/common/icon_signin.png) no-repeat 38px 50%; border: 1px solid #007ee5;}
.header_btn .sign_in a:hover { background-color: #84d3ff; border-color: #6ac4ff;}
.header_btn .sign_up a { background: #f00 url(../img/common/icon_signup.png) no-repeat 38px 50%; border: 1px solid #e10000;}
.header_btn .sign_up a:hover { background-color: #fa7878; border-color: #f73030;}
.header_btn .my_page a { width: 12em; background: #0097ec url(../img/common/icon_mypage.png) no-repeat 44px 50%; border: 1px solid #007ee5;}
.header_btn .my_page a:hover { background-color: #84d3ff; border-color: #6ac4ff;}
.header_btn .massage_num a {
	width: inherit;
	background: url(../img/icon_mail3.gif) no-repeat 10px 50%;
	color: #f00;
	font-size: 120%;
	border: 2px solid #0097ec;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 6px 14px 6px 94px;
}
.global_navi { background: url(../img/common/gnav_bg.png) repeat-x;}
.global_navi ul { width: 1024px; background: url(../img/common/gnav_border.png) repeat-y;  padding: 0; margin: 0 auto;}
.global_navi li { float: left; background: url(../img/common/gnav_border.png) repeat-y 100% 0; padding-right: 2px;}
.global_navi li.last_child { padding-right: 0;}
.global_navi li a {
	display: block;
	width: 195px;
	height: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 6px 4px 0;
}
.global_navi li a:hover { background: url(../img/common/gnav_hover.png) repeat-x; }

.breadcrumb_list { background: #e5f6ff;}
.breadcrumb_list p { width: 1024px; font-size: 10px; line-height: 100%; padding: 6px 0; margin: 0 auto;}
.breadcrumb_list a { font-weight: bold;}


/*---------------------------------- contents
*/

h2 { font-size: 16px; padding: 10px 0 5px;}

#contents .h_txt {
	color: #0097ec;
	font-size: 14px;
	border-bottom: 1px solid #0097ec;
	padding: 20px 0 8px;
	margin: 0 0 10px;
}
#contents .h_txt span {
	color: #fff;
	background: #0097ec;
	padding: 2px 10px;
}

.fs_10 { font-size: 10px;}
.fs_20 { font-size: 20px;}
.fw_b { font-weight:bold;}

.dot_style0,
.dot_style1,
.dot_style2,
.arw_style0 { padding: 10px 0;}
table .dot_style0,
table .dot_style1,
table .dot_style2,
table .arw_style0 { padding: 0;}
.arw_style0 li { background: url(../img/arw_next0.png) no-repeat 0 9px; padding: 5px 0 5px 12px;}
.dot_style0 li,
.dot_style1 li,
.dot_style2 li { padding: 5px 0 5px 12px;}
.dot_style0 li { color: #ff7dad; background: url(../img/icon_dot0.png) no-repeat 5px 11px;}
.dot_style1 li { color: #f00000; background: url(../img/icon_dot1.png) no-repeat 5px 11px;}
.dot_style2 li { background: url(../img/icon_dot2.png) no-repeat 5px 11px;}

a.btn_style0, input.btn_style0, button.btn_style0,
a.btn_style1, input.btn_style1, button.btn_style1,
a.btn_style2, input.btn_style2, button.btn_style2,
a.btn_style3, input.btn_style3, button.btn_style3,
a.btn_style4, input.btn_style4, button.btn_style4,
a.btn_style5, input.btn_style5, button.btn_style5 {
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 15px;
	-ms-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 3px;
	cursor: pointer;
}
a.btn_style3, input.btn_style3, button.btn_style3 { color: #666;}

a.btn_style0, input.btn_style0, button.btn_style0 { background: #0097ec; border: 1px solid #007ee5;}
a.btn_style1, input.btn_style1, button.btn_style1 { background: #f00; border: 1px solid #e10000;}
a.btn_style2, input.btn_style2, button.btn_style2 { background: #faa000; border: 1px solid #f88800;}
a.btn_style3, input.btn_style3, button.btn_style3 { background: #ccc; border: 1px solid #b3b3b3;}
a.btn_style4, input.btn_style4, button.btn_style4 { background: #ff7dad; border: 1px solid #ff6397;}
a.btn_style5, input.btn_style5, button.btn_style5 { background: #8cc63f; border: 1px solid #72b42c;}

a.btn_style0:hover, input.btn_style0:hover, button.btn_style0:hover { background-color: #84d3ff; border-color: #6ac4ff;}
a.btn_style1:hover, input.btn_style1:hover, button.btn_style1:hover { background-color: #fa7878; border-color: #f73030;}
a.btn_style2:hover, input.btn_style2:hover, button.btn_style2:hover { background-color: #fcc563; border-color: #fbb34b;}
a.btn_style3:hover, input.btn_style3:hover, button.btn_style3:hover { background-color: #e6e6e6; border-color: #d8d8d8;}
a.btn_style4:hover, input.btn_style4:hover, button.btn_style4:hover { background-color: #ffb3cf; border-color: #ff9dbf;}
a.btn_style5:hover, input.btn_style5:hover, button.btn_style5:hover { background-color: #b2db7b; border-color: #9ccf61;}

.btn_back,
.btn_set { position: relative; margin-left: 12px;}
.btn_back a,
.btn_set a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 0 4px 4px 0;
	-ms-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
}
.btn_back a:before,
.btn_set a:before {
	content: " ";
	position: absolute;
	top: 50%;
	right: 100%;
	width: 0;
	height: 0;
	border: 1em solid transparent;
	margin: -1em  0 0;
}

.btn_back { float: right;}
.btn_back a { min-width: 6em; color: #666; background: #ccc;}
.btn_back a:before { border-right-color: #ccc;}
.btn_back a:hover { background: #e6e6e6;}
.btn_back a:hover:before { border-right-color: #e6e6e6;}

.btn_set a { color: #fff; background: #f88800;}
.btn_set a:before { border-right-color: #f88800;}
.btn_set a:hover { background: #fbb34b;}
.btn_set a:hover:before { border-right-color: #fbb34b;}

.form_btn { width: 794px; background: #f2f2f2; padding: 10px; margin: 10px 0 0;}
.form_btn input { width: 400px; padding: 8px; margin: 0 auto;}

#contents textarea {
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

thead th { background: #0097ec; color: #fff; padding: 2px;}

form abbr[title] { border: none;}
form abbr img { vertical-align: text-top; padding: 0 2px;}

thead th { background: #0097ec; color: #fff; padding: 2px;}

.section h2 {
	background: #0097ec url(../img/common/icon_search.png) no-repeat 10px 50%;
	color: #fff;
	font-size: 12px;
	padding: 5px 5px 5px 30px;
	margin: 10px 0 0;
}
.section h3 {
	background: #0097ec;
	color: #fff;
	font-size: 12px;
	padding: 5px;
	margin: 10px 0 0;
}
.section_inner { padding: 10px; border: 1px solid #b2b2b2;}

.section0 { padding: 10px 100px 100px;}
.section0 h2 { font-size: 24px;}

.attention { color: #f00000;}

.attention_box {
	/* height: 1%; */
	min-height: 56px;
	background: #ffff54 url(../img/icon_attention_l.png) no-repeat 15px 15px;
	color: #f00000;
	border: 3px solid #f00000;
	border-radius: 8px;
	padding: 10px 10px 10px 84px;
	margin: 5px 0 10px;
}
.attention_box li { background: url(../img/icon_dot1.png) no-repeat 4px 9px; padding: 2px 0 2px 12px;}

.error_text { color: #f00000; background: url(../img/icon_attention_s.png) no-repeat 0 2px; padding-left: 20px;}
/* table .error_text { margin-left: 15px;} */

.alert_area {
	border: 1px solid #84d3ff;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	padding: 15px 20px;
	margin: 10px 0;
}
.alert_area h3 { font-size: 16px; padding: 5px 0 0;}
.alert_area p { line-height: 1.5;}

.required { color: #f00000;}
.required:before { content: "*"; padding-right: 2px;}

.required_area { background-color: #ffdcdc;}

/*---------------------------------- icon area
*/

.icon-flag:before { display: block; width: 46px; height: 33px; content: ""; background: url(../img/icon/icons.png) no-repeat; vertical-align: middle; margin: 0 auto 5px;}
.icon-flag.id31:before { background-position: 0 0;}
.icon-flag.id40:before { background-position: -46px 0;}
.icon-flag.id67:before { background-position: -92px 0;}
.icon-flag.id78:before { background-position: -138px 0;}
.icon-flag.id88:before { background-position: -184px 0;}
.icon-flag.id27:before { background-position: -230px 0;}
.icon-flag.id_caribbean:before { background-position: -276px 0;}

.icon-maker:before { display: inline-block; width: 24px; height: 20px; content: ""; background: url(../img/icon/icons.png) no-repeat; vertical-align: middle; margin-right: 5px;}
.icon-maker.id18:before { background-position: 0 -50px;}
.icon-maker.id19:before { background-position: -24px -50px;}
.icon-maker.id20:before { background-position: -48px -50px;}
.icon-maker.id26:before { background-position: -72px -50px;}
.icon-maker.id33:before { background-position: -96px -50px;}
.icon-maker.id34:before { background-position: -120px -50px;}
.icon-maker.id36:before { background-position: -144px -50px;}
.icon-maker.id40:before { background-position: -168px -50px;}
.icon-maker.id41:before { background-position: -192px -50px;}
.icon-maker.id42:before { background-position: -216px -50px;}
.icon-maker.id43:before { background-position: -240px -50px;}
.icon-maker.id44:before { background-position: -264px -50px;}
.icon-maker.id46:before { background-position: -288px -50px;}
.icon-maker.id47:before { background-position: -312px -50px;}
.icon-maker.id48:before { background-position: -336px -50px;}
.icon-maker.id49:before { background-position: -360px -50px;}
.icon-maker.id50:before { background-position: -384px -50px;}
.icon-maker.id51:before { background-position: -408px -50px;}
.icon-maker.id54:before { background-position: -432px -50px;}
.icon-maker.id57:before { background-position: -456px -50px;}
.icon-maker.id58:before { background-position: -480px -50px;}
.icon-maker.id59:before { background-position: -504px -50px;}
.icon-maker.id60:before { background-position: -528px -50px;}
.icon-maker.id61:before { background-position: -552px -50px;}

.icon-tracktype:before,
.icon-bodytype:before { display: block; width: 65px; height: 35px; content: ""; background: url(../img/icon/icons.png) no-repeat; vertical-align: middle; margin: 0 auto;}
.icon-bodytype.id1:before { background-position: 0 -90px;}
.icon-bodytype.id2:before { background-position: -65px -90px;}
.icon-bodytype.id3:before { background-position: -130px -90px;}
.icon-bodytype.id4:before { background-position: -195px -90px;}
.icon-bodytype.id5:before { background-position: -260px -90px;}
.icon-bodytype.id6:before { background-position: -325px -90px;}
.icon-bodytype.id7:before { background-position: -390px -90px;}
.icon-bodytype.id10:before { background-position: -455px -90px;}
.icon-bodytype.id14:before { background-position: -520px -90px;}
.icon-bodytype.id11:before { background-position: -585px -90px;}

.icon-tracktype.id1:before { background-position: -650px -90px;}
.icon-tracktype.id2:before { background-position: -715px -90px;}
.icon-tracktype.id3:before { background-position: -780px -90px;}
.icon-tracktype.id4:before { background-position: -845px -90px;}
.icon-tracktype.id5:before { background-position: -910px -90px;}
.icon-tracktype.id6:before { background-position: -975px -90px;}
.icon-tracktype.id7:before { background-position: -1040px -90px;}
.icon-tracktype.id8:before { background-position: -1105px -90px;}
.icon-tracktype.id9:before { background-position: -1170px -90px;}
.icon-tracktype.id10:before { background-position: -1235px -90px;}
.icon-tracktype.id11:before { background-position: -1300px -90px;}
.icon-tracktype.id12:before { background-position: -1365px -90px;}
.icon-tracktype.id13:before { background-position: -1430px -90px;}
.icon-tracktype.id14:before { background-position: -585px -90px;}
.icon-tracktype.id15:before { background-position: -1495px -90px;}
.icon-tracktype.id16:before { background-position: -455px -90px;}
.icon-tracktype.id17:before { background-position: -1560px -90px;}

.icon-country:before { display: inline-block; width: 30px; height: 20px; content: ""; background: url(../img/icon/icon_n_country.png) no-repeat; vertical-align: middle; margin-right: 5px;}
.icon-country.id1:before { background-position: 0 -60px;}
.icon-country.id2:before { background-position: -30px -60px;}
.icon-country.id3:before { background-position: -60px -60px;}
.icon-country.id4:before { background-position: -90px -60px;}
.icon-country.id5:before { background-position: -120px -60px;}
.icon-country.id6:before { background-position: -150px -60px;}
.icon-country.id7:before { background-position: -180px -60px;}
.icon-country.id8:before { background-position: -210px -60px;}
.icon-country.id9:before { background-position: -240px -60px;}
.icon-country.id10:before { background-position: -270px -60px;}
.icon-country.id11:before { background-position: -300px -60px;}
.icon-country.id12:before { background-position: -330px -60px;}

/*---------------------------------- popup_box
*/

.popup_box {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 550px;
	margin: -275px 0 0 -300px;
	z-index: 15001;
	display: none;
}
.favorite_list .popup_box,
.negotiation_list .popup_box,
.order_list .popup_box {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 100px;
	margin: -50px 0 0 -150px;
	z-index: 15001;
	display: none;
}
.popup_inner {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: center;
	border: 5px solid #0097ec;
	border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
	padding: 0;
}
.popup_container {
	height: 510px;
	text-align: center;
	padding: 20px;
	overflow: auto;
}
.negotiation_list .popup_container {
	height: 70px;
	text-align: left;
	padding: 20px;
	overflow: auto;
}
.popup_box input {
	display: inline-block;
}
.model_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 15000;
	display: none;
}

.negotiation_comment {
	height: 450px;
}
.negotiation_comment .popup_container {
	height: 400px;
}

.popup_form_area {
	text-align: center;
}

.car_list #popup_contact {
	height: 600px;
	margin: -305px 0 0 -300px;
}
.car_list #popup_contact .popup_container {
	height: 560px;
}

.car_list #popup_offer_exist,
.stock_detail #popup_offer_exist {
	width: 400px;
	height: 220px;
	margin: -205px 0px 0px -200px
}
.car_list #popup_offer_exist .popup_container,
.stock_detail #popup_offer_exist .popup_container {
	height: 180px;
}

/*---------------------------------- navi
*/

#navi .car_search2,
#navi .car_search { padding-bottom: 20px;}
.stock_detail #navi .car_search2 { padding-bottom: 0;}

#navi .tab { padding: 0;}
#navi .tab li {
	width: 85px;
	color: #fff;
	font-weight: bold;
	line-height: 100%;
	padding-left: 34px;
	cursor: pointer;
}
#navi .tab_search,
#navi .tab_contact { height: 26px; padding-top: 14px;}
#navi .tab_search { background: url(../img/common/nav_btn_search.png) no-repeat; float: left;}
#navi .tab_contact { background: url(../img/common/nav_btn_contact.png) no-repeat; float: right;}
#navi .tab_tpc { height: 34px; padding-top: 6px;}
#navi .tab_tpc { background: url(../img/common/nav_btn_tpc.png) no-repeat; float: right;}
.car_detail #navi .tab_tpc { float: left;}

#navi .tab li:hover { background-position: -119px 0;}
#navi .tab li.check { background-position: -238px 0;}

#navi .car_search2 .box_contact,
#navi .car_search2 .box_tpc,
#navi .car_search2 .box_search,
#navi .car_search > div { background: #fff; border: 1px solid #b3b3b3; border-top: none; padding: 10px 10px 5px;}
#navi .car_search2 > div p,
#navi .car_search > div p { padding: 0 0 10px;}
#navi .car_search2 > div ul,
#navi .car_search > div ul { padding: 0;}
#navi .car_search2 > div li,
#navi .car_search > div li { padding: 0 0 10px;}
#navi .car_search2 > div li span,
#navi .car_search > div li span {
	display: block;
	font-weight: bold;
	border-bottom: 1px dotted #aaa;
	padding: 0 2px 2px;
	margin-bottom: 2px;
}
#navi .car_search2 .box_contact li .fR,
#navi .car_search .box_contact li .fR { font-weight: normal; border: none; margin-top: -20px;}

.stock_detail #navi .car_search2 .box_tpc li { text-align: right; overflow: hidden;}
.stock_detail #navi .car_search2 .box_tpc span { float: left; border: none; padding-top: 2px; min-width: 6.5em;}

#navi .car_search2 > div input[type="text"],
#navi .car_search2 > div textarea,
#navi .car_search > div input[type="text"],
#navi .car_search > div textarea { width: 214px;}
#navi .car_search2 > div select,
#navi .car_search > div select { width: 220px; font-size: 11px;}
#navi .car_search2 > div .half select,
#navi .car_search > div .half select { width: 100px;}

#navi .input_btn { padding: 0; overflow: hidden;}
#navi .input_btn input { margin: 0 auto 10px;}
#navi .input_btn input[type="submit"],
#navi .input_btn button[type="submit"] { width: 219px; padding: 10px;}
#navi .input_btn input[type="reset"],
#navi .input_btn button[type="reset"] { width: 140px;}

#navi .nav_btn_list { padding: 0 0 20px;}
#navi .nav_btn_list dt {
	background: #0097ec url(../img/common/icon_search.png) no-repeat 10px 50%;
	color: #fff;
	padding: 5px 5px 5px 30px;
}
#navi .nav_btn_list a {
	display: block;
	border: 1px solid #b3b3b3;
	border-top: none;
	padding: 6px;
}
#navi .nav_btn_list a span { display: inline-block; width: 30px;}
#navi .nav_btn_list a img { vertical-align: middle;}
#navi .nav_btn_list a:hover { background: #e5f6ff; color: #0097ec; text-decoration: none;}

.status_box {
	border: 5px solid #84d3ff;
	padding: 10px;
	margin: 0 0 20px;
	border-radius: 8px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.status_box p { color: #faa000; font-size: 14px; font-weight: bold; padding: 0 0 6px;}
.status_box h2 { font-size: 16px; padding: 0;}
.status_box ul { padding: 0;}
.status_box li { font-size: 10px; padding: 2px 0;}
.status_box li span { float: left;}
.status_box li span.icon_num {
	background: #f00000;
	float: right;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 3px 6px;
	margin: -3px 0 0 3px;
}
.status_box li span.icon_num a { color: #fff;}

.status_box dl { padding: 0;}
.status_box dt { color: #498000; padding: 5px 0 0;}

.navi_box h3 { padding: 0;}
.navi_box h3 a {
	display: block;
	min-height: 12px;
	background: #0097ec url(../img/common/nav_minus.png) no-repeat 3px 50%;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	line-height: 100%;
	padding: 3px 3px 3px 20px;
}
.navi_box h3 img { padding-right: 4px;}
.navi_box ul { padding: 0 0 10px;}
.navi_box li a {
	display: block;
	border: 1px solid #b3b3b3;
	border-top: none;
	padding: 6px;
}
.navi_box li a:hover { background: #e5f6ff; color: #0097ec; text-decoration: none;}

.navi_contact { padding: 0 0 10px;}
.navi_contact a { padding: 15px 0;}

/* --------------------------- add 20140613 */

.searchStep,
.searchStep1,
.searchStep2 {
	position: relative;
	background: linear-gradient(top, #d60000, #df0000);
	background: -ms-linear-gradient(top, #d60000, #df0000);
	background: -moz-linear-gradient(top, #d60000, #df0000);
	background: -webkit-linear-gradient(top, #d60000, #df0000);
	background: -webkit-gradient(linear, left top, left bottom, from(#d60000), to(#df0000));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorstr=#d60000,EndColorstr=#df0000);
	box-shadow: 0 0 2px rgba(255, 255, 255, 1) inset;
	-ms-box-shadow: 0 0 2px rgba(255, 255, 255, 1) inset;
	-moz-box-shadow: 0 0 2px rgba(255, 255, 255, 1) inset;
	-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 1) inset;
	color: #fff;
	font-size: 14px;
	line-height: 100%;
	border: 1px solid #d61d1d;
	border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	padding: 7px 5px 5px;
}
/*
.searchStep1 {
	background: linear-gradient(top, #f99400, #faa800);
	background: -ms-linear-gradient(top, #f99400, #faa800);
	background: -moz-linear-gradient(top, #f99400, #faa800);
	background: -webkit-linear-gradient(top, #f99400, #faa800);
	background: -webkit-gradient(linear, left top, left bottom, from(#f99400), to(#faa800));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorstr=#f99400,EndColorstr=#faa800);
	border: 1px solid #d61d1d;
}
.searchStep2 {
	background: linear-gradient(top, #7fbd35, #96cb4c);
	background: -ms-linear-gradient(top, #7fbd35, #96cb4c);
	background: -moz-linear-gradient(top, #7fbd35, #96cb4c);
	background: -webkit-linear-gradient(top, #7fbd35, #96cb4c);
	background: -webkit-gradient(linear, left top, left bottom, from(#7fbd35), to(#96cb4c));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorstr=#7fbd35,EndColorstr=#96cb4c);
	border: 1px solid #96cb4c;
}
*/
.searchStep strong,
.searchStep1 strong,
.searchStep2 strong {
	display: inline-block;
	background: linear-gradient(top, #e5e5e5, #fff);
	background: -ms-linear-gradient(top, #e5e5e5, #fff);
	background: -moz-linear-gradient(top, #e5e5e5, #fff);
	background: -webkit-linear-gradient(top, #e5e5e5, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#fff));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorstr=#e5e5e5,EndColorstr=#ffffff);
	color: #333;
	font-size: 12px;
	vertical-align: middle;
	border: 1px solid #fff;
	border-radius: 12px;
	-ms-border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding: 2px 8px;
	margin: -2px 8px 2px 0;
}
.searchStep1 span,
.searchStep2 span { float: right; font-size: 12px; text-align: right; padding-right: 10px;}
.searchStep span { display: inline-block;}

/* --------------------------- end */


/*---------------------------------- footer
*/

#footer { padding: 5px 0 45px;}
.f_contents { width: 800px; float: left; padding: 10px 0 10px;}
.corporate_navi {
	width: 200px;
	background: #fff;
	float: right;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px 10px 20px;
	margin-top: 20px;
}

.f_contents dl { color: #fff; padding: 0;}
.f_navi dl { width: 230px; float: left; padding-right: 30px;}

.f_contents dt { font-size: 14px; padding: 15px 0 5px;color:#ade0fb;}

.f_navi dt,
.corporate_navi dt { margin-bottom: 8px;}
.f_navi dt { border-bottom: 1px solid #fff;}
.f_navi dd,
.corporate_navi dd { padding: 0 0 5px;}
.f_navi dd a,
.corporate_navi dd a { padding-left: 15px;text-decoration: none;}
.f_navi dd a { background: url(../img/arw1.png) no-repeat 0 5px; color: #fff; padding-left: 15px;}
.corporate_navi dd a { background: url(../img/arw3.png) no-repeat 0 5px;}
.f_navi dd a:hover,
.corporate_navi dd a:hover { background-image: url(../img/arw2.png); text-decoration: none;}
.corporate_navi dd a:hover { color: #0097ec;}

.corporate_navi dd ul { padding: 0 0 10px; letter-spacing: 0.05em;}
.corporate_navi dd li { border-bottom: 1px dotted #fff; padding: 4px 0 0;}

dl.f_special { padding-bottom: 10px;}
.f_special dd { float: left; padding-right: 10px;}
.f_special dd a:hover { opacity: 0.6;}

.copyright { background: #4d4d4d; color: #fff; font-size: 10px; text-align: center;}

/*==================================================================== utility
*/

.clr, .clear { clear: both;}

.aC { text-align: center;}
.aL { text-align: left;}
.aR { text-align: right;}

.fL { float: left;}
.fR { float: right;}
.imgL { float: left; padding-right: 10px;}
.imgR { float: right; padding-left: 10px;}
.imgL img,
.imgR img { margin-bottom: 5px;}

.pagetop { text-align: right; padding: 4px 0;}
.pagetop a {
	display: inline;
	background: #666 url(../img/arw5.png) no-repeat 10px 50%;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	border: 1px solid #555;
	border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 1px 14px 1px 26px;
}
.pagetop a:hover {
	background-color: #0097ec;
	border: 1px solid #007ee5;
}

.footer_pagetop {
	position: fixed;
	left: 50%;
	bottom: -31px;
	width: 1024px;
	padding: 0;
	margin-left: -512px;
	z-index: 999;
}
.footer_pagetop a {
	display: block;
	width: 110px;
	height: 30px;
	background: #333 url(../img/arw5.png) no-repeat 18px 50%;
	float: right;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	border: 1px solid #fff;
	border-bottom: none;
	border-radius: 8px 8px 0 0;
	-ms-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	padding-left: 10px;
}
.footer_pagetop a:hover { background-color: #0097ec;}

/*==================================================================== loading
*/
#loading_2, #loading_3{
	width: 60px;
	height: 60px;
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px; /* harlf of height */
	margin-left: -30px; /* half of width */
	z-index: 10000;
}
.tab_box {position: relative;}
