@charset "utf-8";

/* CSS Document */

/* --- common -------------------------------------- */
body {
	background: url(/ucar/ucar/img/static/contents/bg_container.jpg) repeat #f9f9f9;
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	color: #111;
	line-height: 1.5; 
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.wrapper {
	width: 980px;
	margin: 0 auto;
}
.scaling-img, #content img, .main_visual img {
	max-width:100%;
	height: auto;
	width /****/:auto;  /*IE8のみ適用*/
}
p, div, li, span { overflow-wrap: break-word;word-wrap: break-word; }
strong, .b { font-weight: bold; }
.show-tbsp { display: none!important; }
.show-sp { display: none!important; }


/* height 100% */
html, body { height: 100%; }
.container {
	position: relative;
	width: 100%;
	height: auto!important;
	height: 100%;
/* #24134 modify by zhu 20200429 start */
	/*min-height: 100%;*/
	/*padding-bottom: 110px;*/
/* #24134 modify by zhu 20200429 end */
}
/* #content { height: 100%; } #24134 modify by zhu 20200430 */
#footer  {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 400px;
}

table.border0 th, table.border0 td {
	padding: 0;
	border: 0;
}



/*-- clear ------------------------------------------*/
.cl { clear: both; }
.clf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clf { min-height: 1px; }
* html .clf {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*-- modules ----------------------------------------*/
.tal{	text-align: left;	}
.tac{	text-align: center;margin: 0 auto;	}
.tar{	text-align: right;	}
.vat{	vertical-align: top;	}
.vam{	vertical-align: middle;	}
.vab{	vertical-align: bottom;	}
.fl {	float: left;	}
.fr {	float: right;	}
.mt00{	margin-top: 0px !important;	}
.mt05{	margin-top: 5px !important;	}
.mt10{	margin-top: 10px !important;	}
.mt15{	margin-top: 15px !important;	}
.mt20{	margin-top: 20px !important;	}
.mt25{	margin-top: 25px !important;	}
.mt30{	margin-top: 30px !important;	}
.mr00{	margin-right: 0px !important;	}
.mr05{	margin-right: 5px !important;	}
.mr10{	margin-right: 10px !important;	}
.mr15{	margin-right: 15px !important;	}
.mr20{	margin-right: 20px !important;	}
.mr25{	margin-right: 25px !important;	}
.mr30{	margin-right: 30px !important;	}
.mb00{	margin-bottom: 0px !important;	}
.mb05{	margin-bottom: 5px !important;	}
.mb10{	margin-bottom: 10px !important;}
.mb15{	margin-bottom: 15px !important;}
.mb20{	margin-bottom: 20px !important;}
.mb25{	margin-bottom: 25px !important;}
.mb30{	margin-bottom: 30px !important;}
.mb100{	margin-bottom: 100px !important;}
.ml00{	margin-left: 0px !important;	}
.ml05{	margin-left: 5px !important;	}
.ml10{	margin-left: 10px !important;	}
.ml15{	margin-left: 15px !important;	}
.ml20{	margin-left: 20px !important;	}
.ml25{	margin-left: 25px !important;	}
.ml30{	margin-left: 30px !important;	}
.pa05{	padding: 5px !important;	}
.pa10{	padding: 10px !important;	}
.pa15{	padding: 15px !important;	}
.pa20{	padding: 20px !important;	}
.pt10 { padding-top: 10px!important; }
.pt30 {padding-top: 30px!important; }
.pt50 {padding-top: 50px!important; }
.pr15 { padding-right: 15px; }
.pb00 { padding-bottom: 0px!important; }
.pb60 { padding-bottom: 60px!important; }
.w50p {	width: 50%; }
.w100p th,td{border: 1px solid #e9e9e9 !important;} /* #28883 add by xa_shanbh 20201123*/
.w100p{	width: 100%;	}
.w80p {	width: 80%; }
.w70p {	width: 70%; }
.w60p {	width: 60%; }
.w50p {	width: 50%; }
.w45p {	width: 45%; }
.w40p {	width: 40%; }
.w30p {	width: 30%; }
.w20p {	width: 20%; }
.nowrap{ white-space: nowrap;	}
.fsize10 { font-size: 10px; }
.fsize11 { font-size: 11px; }
.fsize12 { font-size: 12px; }
.fsize14 { font-size: 14px; }
.fsize15 { font-size: 15px; }
.fsize16 { font-size: 16px; }
.fsize18 { font-size: 18px; }
.fsize20 { font-size: 20px; }
.fsize21 { font-size: 21px; }
.fsize26 { font-size: 26px; }
.fsize28 { font-size: 28px; }
.fsize30 { font-size: 30px; }
.fsize40 { font-size: 40px; }
.fsizel { font-size: 120%; }
.fsuper  { vertical-align: super; font-size:10px; }
.fcolor01 { color: #fff;}
.fcolor02 { color: #e00000;}
.fcolor03 { color: #0b3078;}
.fcolor04 { color: #ff0000;}
.fcolor05 { color: #2476c9;}
a {
	color: #427fed;
	text-decoration: underline;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
a:hover {
	/*opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;*/
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity:1;
	-khtml-opacity:1;/**/
	text-decoration: none;
}
li { list-style: none; }
.disc li { margin-left: 1.5em;list-style: outside disc; }
.indent-1em { margin-left: 1.5em;text-indent: -1.5em; }
.bdb-d { border-bottom: 1px dotted #ccc; }
.letter1l:first-letter { font-size: 100%; } /* #12242 modify by xa_liht 20161111*/
.hide{ display:none; }

/* form */
select, input[type=reset] { cursor: pointer; }
.selectbox {
	position: relative;
	overflow: hidden;
	display: inline-block;
	border: 2px solid #1569be;
	background: #eff8ff;
	font-size: 12px;
}
.selectbox select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	position:relative;
	z-index:2;
	display:block;
	width:200%;/* fallback non calc support */
	width:-webkit-calc(100% + 5em);
	margin:0;
	padding:5px 35px 5px 5px;
	background:transparent;
	outline:none;
	border: 0;
	font-size:14px;
	line-height:1.5;
}
.selectbox:before {
	position: absolute;
	content: "";
	z-index: 1;
	right: 12px;
	top: 50%;
	width: 11px;
	height: 6px;
	margin-top: -3px;
	background: url(/ucar/ucar/img/static/contents/icon_ar_b.png) no-repeat left top;
}
label { cursor: pointer; }
input[type=text], select { padding: 4px; }
input[type=text] { line-height: 1.2; }
input[type=radio] {
	position: relative;
	top: -2px;
}
.styled.grade {
	width: 283px;
	height: 36px;
	border: none;
	background: url(/ucar/ucar/img/static/contents/btn_search_c_model.gif) no-repeat left top;
	text-indent: -9999px;
}
.styled.btn_sort {
	width: 74px;
	height: 37px;
	border: none;
	background: url(/ucar/ucar/img/static/contents/btn_sort.png) no-repeat left top;
	background-size: 74px 37px;
	text-indent: -9999px;
}

th, td {
	padding: 15px 10px;
	border: 1px solid #e9e9e9;
	background: #fff;
	font-size: 12px;
}
th { background: #f5f5f5 }


/* --- header -------------------------------------- */
.h { background: #e3ecf5; }
.h .wrapper { padding: 0 0 4px; }
#header { width: 100%;min-width: 980px; }
.navbar {
	height: 80px;
	border-top: 1px solid #94bcdb;
	border-bottom: 1px solid #088ca8;
	box-shadow: 0 -3px 5px rgba(148, 188, 219, 0.2);
	background: #fff;
}
.navbar .wrapper {
	height: 80px;
	position: relative;
}
#logo { padding-top: 24px; }


/* --- navigation ---------------------------------- */
#navigation {
	position: absolute;
	top: 0;
	right: 0;
}
#nav li { float: left; }
#nav li a {
	position: relative;
	display: block;
	height: 78px;
	padding: 30px 0;
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
#nav li a:hover, #nav .active a {
	background: #002d93;
	color: #fff;
	
}
#nav .active a:after {
	position: absolute;
	content: "";
	bottom: 10px;
	left: 50%;
	margin-left: -4px;
	display:block;
	width: 7px;
	height: 4px;
	background: url(/ucar/ucar/common/img/icon_ar_b_s.png) no-repeat left top;
}
#nav li span {
	display: block;
	padding: 0 30px;
	border-right: 1px solid #c7c7c7;
}
#nav li:first-child span { border-left: 1px solid #c7c7c7; }
#nav .active span, #nav li.active:first-child span { border: none; }

/* --- layout -------------------------------------- */
#content {
	padding-top: 110px; /* #24134 add by zhu 20200501 */
	padding-bottom: 60px;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
}
.top #content {
	padding-top: 30px;
	padding-bottom: 0;
	box-shadow: none;
}
/*div[class*="_block"] { margin-bottom: 90px; }*/


/* --- topicpath ----------------------------------- */
.topicpath { padding: 10px 0; }
.topiclist li {
	display: inline-block;
	font-size: 12px;
}
.topiclist li:before { content: "> "; }
.topiclist li.home:before { content: ""; }

.btn_favorite div { height: 23px; }
.btn_favorite .text {
	padding: 4px 5px 0 5px;
	border: 1px solid #d6d6d6;
	border-right: 0;
	border-radius: 3px 0 0 3px;
	box-shadow: 0 1px 0 #d6d6d6;
	background: #f7f7f7;
	line-height: 1;
}
.btn_favorite .num {
	padding: 4px 5px 0;
	border-radius: 0 3px 3px 0;
	box-shadow: 0 1px 0 #A60405;
	background: #EC0001;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	font-size: 15px; /* #12242 modify by xa_liht 20161111*/
}


/* --- footer -------------------------------------- */
#btn_top {
	/*position: fixed;
	right: 10px;
	bottom: 50px;
	z-index: 100;*/
    text-align:right;
    /* padding-right:30px;*/
	right: 30px!important;
}
#footer {
	min-width: 980px;
	background: #0a2333;
	font-size: 11px;
	color: #fff;
}
#footer a { text-decoration: none;color: #697d8b; }
#footer .link {
	display: block;
	margin-bottom: 40px;
	padding: 10px;
	background: #1c384a;
	font-size: 12px;
	color: #fff;
}
.f01 { padding-right: 20px; }
.f02, .f03, .f04 {
	padding: 0 0 0 20px;
	border-left: 1px solid #213442;
}
.f01, .f03, .f04 { width: 23%; }
.f02 { width: 31%; }
#footer .show-pc li {
	margin-bottom: 10px;
	padding-right: 25px;
	line-height: 1.1;
}
#footer .title { margin-bottom: 15px; }
.fcopy {
	margin-top: 30px;
	padding: 20px 0;
	border-top: 1px solid #213442;
}
.fnav li {
	display: inline-block;
	padding: 0 10px;
	border-left: 1px dotted #818181;
	line-height: 1;
}
.fnav li:first-child { border-left: 0; }

/* --- title --------------------------------------- */
h1, .title01 {
	margin-bottom: 2px;
	padding: 20px 15px;
	background: #0b3078;
	font-size: 16px;
	color: #fff;
}
.title02 {
	margin-bottom: 15px;
	padding: 10px 10px 10px 55px;
	background: url(../../0/img/static/contents/title_plan.gif) no-repeat left top;
	color: #fff;
	font-size: 16px;
}
.title03 {
	position: relative;
	padding: 8px 0;
	background: #0B3078;
	color: #fff;
}
.title03 span {
	padding-left: 8px;
	border-left: 5px solid #566e9e;
}
.title03 a.icon_q {
	position: absolute;
	right: 8px;
	top: 10px;
	display: inline-block;
	padding-right: 16px;
	background: url(../../0/img/static/contents/icon_q_w.png) no-repeat right 50%;
	font-size: 11px;
	color: #fff;
}
.title04 {
	padding: 10px;
	background: #5492cf;
	color: #fff;
	font-weight: bold;
}
.title05 {
	margin-bottom: 30px;
	padding: 10px 35px;
	background: #659FD9;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}
.title06 {
	display: inline-block;
	margin: 0 auto 30px auto;
	padding: 10px 30px;
	border-radius: 1.6em;
	background: #659FD9;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}
.title06.wh {
	background: #fff;
	color: #2476c9;
}
.title07 {
	margin-bottom: 20px;
	padding: 10px 15px;
	background: #1C98D2;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}
.title07 .tag {
	display: inline-block;
	margin-top: -5px;
	margin-right: 10px;
	padding: 5px 10px;
	border-radius : 5px;
	background: #0075AC;
	color: #ffed20;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
}
.title08 {
	margin-bottom: 20px;
	padding: 8px 15px;
	border-left: 10px solid #1c98d2;
	background: #DDF1FA;
	color: #1c98d2;
	font-size: 22px;
	font-weight: bold;
}
.title09 {
	margin-bottom: 20px;
	color: #333;
	font-size: 20px;
	font-weight: bold;
}
.title09:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 8px;
	background: #1c98d2;
}
.in_btn { position: relative; }
.titleblock { margin-bottom: 13px;background: #0B3078; }
.titleblock .fl{ float:left; }
.titleblock .fr{ float:right; color:#FFF; text-align:right; padding-right:10px; }


/* icon */
.icon_map { padding-left: 55px;background: url(/ucar/ucar/img/static/contents/icon_map.png) no-repeat 15px 50% #0b3078; }
.icon_search_car { padding-left: 60px;background: url(/ucar/ucar/img/static/contents/icon_search_car.png) no-repeat 15px 50% #0b3078; }
.icon_search_criteria { padding-left: 60px;background: url(/ucar/ucar/img/static/contents/icon_search_criteria.png) no-repeat 15px 50% #0b3078; }
.icon_search_kodawari{ padding-left: 60px;background: url(/ucar/ucar/img/static/contents/icon_search_kodawari.png) no-repeat 15px 50% #0b3078; }
.icon_search_osusume { padding-left: 60px;background: url(/ucar/ucar/img/static/contents/icon_search_osusume-pc.png) no-repeat 15px 50% #0b3078; }
.icon_f_carlist { padding-left: 60px;background: url(/ucar/ucar/img/static/contents/icon_f_carlist.png) no-repeat 15px 50% #0b3078; }
.icon_close { padding-left: 20px;background: url(/ucar/ucar/img/static/contents/icon_close.png) no-repeat 0 50%;background-size: 14px 14px; }
.icon_plus { padding-right: 20px;background: url(/ucar/ucar/img/static/contents/icon_plus.png) no-repeat right 50%;background-size: 14px 14px;}
.icon_logo { padding-left: 30px;background: url(/ucar/ucar/img/static/contents/logo_s.png) no-repeat left 50%; }
.icon_car { padding: 15px 0 15px 55px;background: url(/ucar/ucar/img/static/contents/icon_car.png) no-repeat left 50%; } /* 28883 modify by xa_shanbh 20201123*/
.icon_shop { padding-left: 50px;background: url(/ucar/ucar/img/static/contents/icon_shop.png) no-repeat left 50%; }

/* --- skin ---------------------------------------- */
/* box */
.box_skin01 {
	padding: 10px 20px;
	border: 1px solid #e6e6e6;
	background: #fff;
}
.box_skin02 {
	margin: 30px 0;
	padding: 15px;
	background: #F6F6F6;
	font-size: 14px;
}

/* btn */
.btn_text {
	border: 0;
	background: none;
	color: #0b3078;
	font-weight: bold;
	text-decoration: underline;
	-webkit-appearance: none;
}
.btn_skin01 {
	display: inline-block;
	padding: 10px 40px;
	border: 1px solid #1569be;
	border-radius: 2px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.4);
	background: #2a77c4;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
}
.btn_skin01 .search:before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url(/ucar/ucar/img/static/contents/icon_search.png) no-repeat left top;
	vertical-align:middle;
}
.btn_skin01 .search:after{
	content: "";
	display: inline-block;
	width: 22px;
	height: 20px;
	background: url(/ucar/ucar/img/static/contents/icon_ar_r_bl.png) no-repeat right top;
	vertical-align: middle;
}
.btn_skin02 {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid rgb(174, 1, 2);
	border-radius: 2px;
	box-shadow: inset 0 0 3px 0 rgba(255, 255, 255, 0.2), 0px 1px 3px 0px rgba(0, 0, 0, 0.38);
	background: #ec0001;
	color: #fff;
	text-decoration: none;
}
.btn_skin03 {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #1569be;
	border-radius: 2px;
	box-shadow: inset 0 0 3px 0 rgba(255, 255, 255, 0.2), 0px 1px 3px 0px rgba(0, 0, 0, 0.38);
	background: #fff;
	color: #2a77c4;
	text-decoration: none;
}
.btn_skin04 {
	display: inline-block;
	padding: 10px 40px;
	border: 1px solid #d44141;
	border-radius: 2px;
	background-color: #D44141;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.38), inset 0 0 2px 0 rgba(255, 255, 255, 0.5);
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
.btn_skin04 img { vertical-align: middle; }
.btn_skin05 {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid rgba(61, 126, 190, 0.5);
	box-shadow: 0 2px 2px rgba(11, 48, 120, 0.25), inset 0 0 2px rgba(255, 255, 255, 0.2);
	background: #5ebbf0;
	/* background: -moz-linear-gradient(top,  #86ccf4 0%, #6ec2f2 50%, #5ebbf0 51%, #5ebbf0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#86ccf4), color-stop(50%,#6ec2f2), color-stop(51%,#5ebbf0), color-stop(100%,#5ebbf0));
	background: -webkit-linear-gradient(top,  #86ccf4 0%,#6ec2f2 50%,#5ebbf0 51%,#5ebbf0 100%);
	background: -o-linear-gradient(top,  #86ccf4 0%,#6ec2f2 50%,#5ebbf0 51%,#5ebbf0 100%);
	background: -ms-linear-gradient(top,  #86ccf4 0%,#6ec2f2 50%,#5ebbf0 51%,#5ebbf0 100%);
	background: linear-gradient(to bottom,  #86ccf4 0%,#6ec2f2 50%,#5ebbf0 51%,#5ebbf0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86ccf4', endColorstr='#5ebbf0',GradientType=0 ); */
	border-radius: 3px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
}
.btn_skin06 {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #0B3078;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.38);
	color: #0B3078;
	text-decoration: none;
}
.btn_skin07 {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #d44141;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.38);
	color: #d44141;
	text-decoration: none;
}
.btn_skin08 {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #cd5c11;
	border-radius: 2px;
	box-shadow: inset 0 0 3px 0 rgba(255, 255, 255, 0.2), 0px 1px 3px 0px rgba(0, 0, 0, 0.38);
	background: #fb7014;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.btn_skin09 {
	display: inline-block;
	padding: 5px 40px;
	border: 1px solid rgb(102, 102, 102);
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
	color: #222;
	text-decoration: none;
}
.btn_skin10 {
	display: inline-block;
	padding: 5px 40px;
	border-radius: 2px;
	background-color: #3A4144;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
	color: #fff;
	text-decoration: none;
}
.btn_skin11 {
	display: inline-block;
	padding: 10px 40px;
	border: 1px solid #cd5c11;
	border-radius: 2px;
	box-shadow: inset 0 0 3px 0 rgba(255, 255, 255, 0.2), 0px 1px 3px 0px rgba(0, 0, 0, 0.38);
	background: #fb7014;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.btn_skin01 .icon_r,
.btn_skin11 .icon_r {
	background: url(/ucar/ucar/img/static/contents/icon_ar_r_bl.png) no-repeat right 50%;
	padding-right: 18px;
}
.btn_skin04 .icon_r {
	background: url(/ucar/ucar/img/static/contents/icon_ar_r_rd.png) no-repeat right 50%;
	padding-right: 18px;
}
.btn_skin11 {
	display: inline-block;
	padding: 10px 20px;
	background: #eff8ff;
	border: 1px solid rgb(21, 105, 190);
	border-radius: 2px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.38);
	color: #000;
	text-decoration: none;
}
.btn_skin12 {
	display: inline-block;
	padding: 10px 20px;
	background: #0B3078;
	border: 1px solid #0b3078;
	border-radius: 2px;
	box-shadow: inset 0 0 3px 0 rgba(255, 255, 255, 0.2), 0px 1px 3px 0px rgba(0, 0, 0, 0.38);
	text-decoration: none;
	color: #fff;
}
.btn_skin13 {
	position: relative;
	display: inline-block;
	padding: 5px 20px 5px 5px;
	width: 122px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.38);
	border: 2px solid #fb7014;
	color: #fb7014;
	line-height: 1.094;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.btn_skin13:after {
	position: absolute;
	display: block;
	content: "";
	width: 16px;
	height: 15px;
	top: 50%;
	right: 5px;
	margin-top: -8px;
	background: url(/ucar/ucar/img/static/contents/icon_ar_or.png) no-repeat right 50%;
}
.btn_skin14 {
	display: inline-block;
	padding: 10px 40px;
	border: 1px solid #a5a5a5;
	border-radius: 2px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.4);
	background: #a5a5a5;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
}
.btn_skin14 .search:after{
	content: "";
	display: inline-block;
	width: 16px;
	height: 20px;
	margin-left: 5px;
	background: url(/ucar/ucar/img/static/contents/icon_ar_r_gr_s.png) no-repeat right top;
	vertical-align: middle;
}


.in_btn .btn_skin11 {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -1.5em;
}
.title01 .btn_skin11 {
	padding: 8px 20px;
	font-size: 16px;
}
.title04 .btn_skin11 { padding: 2px 20px; }
.title04.in_btn .btn_skin11 { margin-top: -1em;font-size: 12px; }
.title04 .btn_skin11 .icon_r {
	background: url(/ucar/ucar/img/static/contents/icon_ar_r_bl_s.png) no-repeat right 50%;
	padding-right: 18px;
}
.btn_speed { vertical-align: bottom; }


/* dl */
.dl_skin01 dt {
	margin-bottom: 2px;
	padding: 10px;
	background: #5492cf;
	color: #fff;
}
.dl_skin01 dd {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #e6e6e6;
	background: #fff;
}
.dl_skin01 dd.color01{ background: #FCF6DE; }

/* tag */
span[class^=tag] {
	display: inline-block;
	padding: 3px 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;

}
.tag01 {
	border: 1px solid #4689cc;
	background: #f1f8ff;
	color: #2a77c4;
}
.tag02 {
	border: 1px solid #4ac250;
	background: #f3fdf4;
	color: #4ac250;
}
.tag03 {
	border: 1px solid #f7c266;
	background: #fcf5e8;
	color: #f19900;
}
.tag04 {
	background: #d44141;
	color: #fff;
}
.tag05 {
	border: 1px solid #6ec9a3;
	color: #1f9464;
	font-size: 11px;
	line-height: 1;
	text-align: center;
}

.tag06 {
	border: 1px solid #82caeb;
	color: #1c98d2;
	font-size: 11px;
	line-height: 1;
	text-align: center;
}
.tag07 {
	background: #FF0000;
	color: #fff;
}
.tag08 {
	background: #0B3078;
	color: #fff;
	font-size: 10px;
}
.tag09 {
	background: #A5A5A5;
	color: #fff;
}
.tag10 {
	border: 1px solid #d44141;
	background: #fff;
	color: #d44141;
}
.tag_coupon_platinum {
	height: 25px;
	padding: 0 5px;
	border: 1px solid #8297a0;
	box-shadow: inset 0 0 0 1px #fff;
	background: url(/ucar/ucar/img/static/contents/bg_goupon_platinum.png) no-repeat left top;
	vertical-align: bottom;
}
.tag_coupon_gold {
	height: 25px;
	padding: 0 5px;
	border: 1px solid #c5b156;
	box-shadow: inset 0 0 0 1px #ffe3b9;
	background: url(/ucar/ucar/img/static/contents/bg_goupon_gold.png) no-repeat left top;
	vertical-align: bottom;
}
.tag_coupon_silver {
	height: 25px;
	padding: 0 5px;
	border: 1px solid #7478a2;
	box-shadow: inset 0 0 0 1px #dcdcdc;
	background: url(/ucar/ucar/img/static/contents/bg_goupon_silver.png) no-repeat left top;
	vertical-align: bottom;
}

/* bg */
.bg01, .bg01 + #btn_top { background: #fff; }
.bg02, .bg02 + #btn_top { background: #E3ECF5; }
.bg03 { background: url(/ucar/ucar/img/static/contents/bg_container.jpg) repeat #f9f9f9; }
.bg04 { background: #D4EDFE; }

/* --- toppage ------------------------------------- */
.main_visual { position: relative; }
.main_visual .box_login {
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	font-size: 12px;
	text-align: right;
	z-index: 9999;
}
.main_visual .box_login .btn_login {
	display: inline-block;
	padding: 4px 30px;
	background: #0088cc;
	border-radius: 2px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
}

.top .flexslider{ max-width: 100%;min-width: 980px;margin:0; padding:0; border:none;}
.top .flex-direction-nav a{ width: 52px; height:52px; }
.top .flex-direction-nav a:before{ content:''; }
.top .flex-direction-nav .flex-prev { left: 0px;background-image:url(/ucar/ucar/img/static/contents/icon_slide_left.png); }
.top .flexslider:hover .flex-direction-nav .flex-prev{ left: 0; }
.top .flex-direction-nav .flex-next { right: 0px;background-image:url(/ucar/ucar/img/static/contents/icon_slide_right.png); }
.top .flexslider:hover .flex-direction-nav .flex-next{ right: 0; }
.top .flex-control-nav { z-index: 200; bottom: 2px; }
.top .flex-control-paging { bottom: 0; }
.top .flex-control-paging li a.flex-active {background: #003399; background: rgba(0, 51, 153, 0.9); cursor: default; }
.top .message_area {
	min-width: 980px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: url(/ucar/ucar/img/static/contents/bg_message2.gif) no-repeat center top #ffc;
	background-size: cover;
}
.top .message_area .wrapper {
	height: 33px;
	background: url(/ucar/ucar/img/static/contents/bg_message.gif) no-repeat left top #ffc;
	font-size: 12px;
}
.top .message_area .message02 { padding: 7px 0 0 5px; }
.top .message_area .message02 a {
	padding-left: 20px;
	background: url(/ucar/ucar/img/static/contents/icon_mail.gif) no-repeat left 50%;
	text-decoration: none;
	font-weight: bold;
	color: #1e7fd1;
}
.top .message_area .message03 { padding: 5px 0 0 0; }
.top .message_area .message03 .fcolor02 { color: #ef0000; }
.top .message_area .total_number, .top .message_area .today_number {
	display: inline-block;
	padding: 0 5px 0 3px;
	border-right: 1px dotted #ccc;
}
.top .message_area .btn_favorite { margin-left: 7px; }
.top .box_search_car {
	width: 650px;
	padding-bottom: 22px;
	border-bottom: 1px solid #cbdfee;
	box-shadow: 0 0 1px 0 #fff;
}
.top .box_search_car .box {
	display: table;
	float: left;
	width: 161px;
	height: 162px;
	margin: 0 0 2px 2px;
	border: 1px solid #e6e6e6;
	background: #fff;
}
.top .box_search_car .box table { width: 100%;height: 162px; }
.top .box_search_car .box td {
	padding: 0;
	border: none;
	vertical-align: middle;
    overflow:hidden;
}
.top .box_search_car .box td img {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;
}
.top .box_search_car .box td img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.top .box_search_car .box:nth-child(4n+1) { margin-left: 0; }
.top .box_search_car .box .ph { height: 120px; }
.top .box_search_car .box .model {
	padding: 0;
	height: 42px;
	background: #0088cc;
	color: #fff;
	
}
.top .box_search_car .box .model a {
	display: table-cell;
	width: 160px;
	height: 42px;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
}
.top .box_search_car .box .model label {
	position: relative;
	display: table-cell;
	width: 160px;
	height: 42px;
	padding: 0 5px 0 27px;
	vertical-align: middle;
	line-height: 1.1;
}
.top .box_search_car .box .model input {
	position: absolute;
	left: 5px;
	top: 11px;
}
.top .box_search_car .box .model .name {
	font-size: 14px;
	font-weight: bold;
}
.top .box_search_car .box .model .num {
	font-size: 11px;
	white-space: nowrap;
}
.top .box_search_car .btn_skin01,
.top .box_search_car .btn_skin14 {
	margin-top: 20px;
	padding: 15px 50px;
	font-size: 16px;
}
.top .box_search_car.grayout .box { position: relative; }
.top .box_search_car.grayout .box:after {
	position: absolute;
	display: block;
	content: " ";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}
.top .box_search_car.grayout .box .model { background: #ccc; }

.top .box_search_criteria {
	width: 315px;
	
}
.top .box_search_criteria .box_skin01 {
	padding: 15px;
}
.top .box_search_criteria .box_criteria .bdb-d {
	margin-bottom: 7px;
	padding-bottom: 3px;
	font-size: 12px;
}

.top .box_search_criteria .detail .title {
	margin: 15px 0 5px 0;
	padding-left: 3px;
	border-left: 5px solid #0b3078;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
}

.top .box_search_criteria .detail table {
	border: 4px solid #d8dcdf;
}
.top .box_search_criteria .detail th {
	width: 75px;
	padding: 10px 5px;
	background: #fafafa;
	border: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e8e8e8;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
}
.top .box_search_criteria .detail td {
	padding: 5px;
	border: none;
	border-bottom: 1px solid #e8e8e8;
	font-size: 12px;
}
.top .box_search_criteria .detail td .w45p { width: 44.5%; }
.top .box_search_criteria .detail .color li,
.table_select_color .color li {
	display: inline-block;
	width: 21%;
}
.top .box_search_criteria .detail .color label,
.table_select_color .color label {
	position: relative;
	display: inline-block;
}
.top .box_search_criteria .detail .color label:last-child,
.table_select_color .color label:last-child { width: auto; }
.top .box_search_criteria .detail .color label img,
.table_select_color .color label img { vertical-align: middle; }
.top .box_search_criteria .detail .btn_skin01 {
	margin: 25px auto 15px;
	padding: 15px 30px;
	font-size: 14px;
}
.top .box_kodawari {
	margin-top: 50px;
}
.top .box_kodawari .title01 { margin-bottom: 15px; }
.top .box_kodawari01, .top .box_kodawari02,
.top .box_kodawari03, .top .box_kodawari04 {
	position: relative;
	width: 481px;
	height: 385px;
	margin-bottom: 25px;
	border: 1px solid #e6e6e6;
	background: #fff;
}
.top .box_kodawari01 .ph { border-bottom: 4px solid #9ed376; }
.top .box_kodawari02 .ph { border-bottom: 4px solid #578ceb; }
.top .box_kodawari03 .ph { border-bottom: 4px solid #f4b155; }
.top .box_kodawari04 .ph { border-bottom: 4px solid #e88f8f; }

.top .box_kodawari01 .title, .top .box_kodawari02 .title,
.top .box_kodawari03 .title, .top .box_kodawari04 .title {
	position: relative;
	padding: 25px 5px 25px 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}
.top .box_kodawari01 .title .tag, .top .box_kodawari02 .title .tag,
.top .box_kodawari03 .title .tag, .top .box_kodawari04 .title .tag {
	position: absolute;
	top: -20px;
	left: 30px;
	border-radius: 5px;
	padding: 8px 10px;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
}
.top .box_kodawari01 .title { color: #59a91c; }
.top .box_kodawari02 .title { color: #003FB2; }
.top .box_kodawari03 .title { color: #da7e00; }
.top .box_kodawari04 .title { color: #d84b4b; }
.top .box_kodawari01 .title .tag { background-color: #59a91c; }
.top .box_kodawari02 .title .tag { background-color: #003fb2; }
.top .box_kodawari03 .title .tag { background-color: #da7e00; }
.top .box_kodawari04 .title .tag { background-color: #d84b4b; }

.top .box_kodawari01 .car, .top .box_kodawari02 .car,
.top .box_kodawari03 .car, .top .box_kodawari04 .car {
	display: table;
	width: 100%;
	height: 140px;
	border-spacing: 6px 7px;
	background: #e9e9e9;
}
.top .box_kodawari01 .car a, .top .box_kodawari02 .car a,
.top .box_kodawari03 .car a, .top .box_kodawari04 .car a {
	display: table-cell;
	padding-top: 7px;
	background: #fff;
	color: #222;
	text-align: center;
	text-decoration: none;
}
.top .box_kodawari01 .car a .icon, .top .box_kodawari02 .car a .icon,
.top .box_kodawari03 .car a .icon, .top .box_kodawari04 .car a .icon {
	padding-left: 10px;
	background: url(/ucar/ucar/img/static/contents/icon_ar_r_s.gif) no-repeat left 50%;
}
.top .box_kodawari01 .car img, .top .box_kodawari02 .car img,
.top .box_kodawari03 .car img, .top .box_kodawari04 .car img {
	width: 140px!important;
}
.top .box_kodawari01 .car a .num, .top .box_kodawari02 .car a .num,
.top .box_kodawari03 .car a .num, .top .box_kodawari04 .car a .num { font-size: 11px; }

.top .box_osusume { margin: 50px 0; }
.top_search_osusume li {
	position: relative;
	float: left;
	width: 242px;
	height: 203px;
	margin: 1px 0 4px 4px;
	border: 1px solid #e6e6e6;
	background: #fff;
}
.top_search_osusume li:after {
	position: absolute;
	content: "";
	right: 2px;
	bottom: 2px;
	width: 7px;
	height: 7px;
	background: url(/ucar/ucar/img/static/contents/icon_ar_rb.gif) no-repeat right bottom;
}
.top_search_osusume li:nth-child(4n+1) {
	margin-left: 0;
}
.top_search_osusume li p {
	display: table;
	width: 100%;
	height: 60px;
}
.top_search_osusume li p span {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	line-height: 1.3;
}
.top_search_osusume li a { color: #222; }

.top .banner {
	min-width: 980px;
	padding: 50px 0 55px 0;
	background: url(/ucar/ucar/img/static/contents/bg_footer.gif) repeat;
}
.top .banner .bn01 li {
	float: left;
	margin-left: 7px;
}
.top .banner .bn02 li {
	display: inline-block;
	margin: 20px 0 0 20px;
}

.top .banner .bn01 li:first-child { margin-left: 0; }

	.top_accessory {
		padding: 7px 0;
	}
	.top_accessory dt {
		margin-bottom: 8px;
		padding: 5px;
		background: #659FD9;
		color: #fff;
	}
	.top_accessory dd {
		margin-bottom: 8px;
	}
	.top_accessory dd label {
		padding: 0;
		vertical-align: middle;
		font-size: 12px;
	}
	.top_accessory dd label.line2 {
		display: inline-block;
		width: 100%;
		padding-bottom: 3px;
		line-height: 1.1;
	}
	.top_accessory dd label.line2 input {
		float: left;
	}
	.top_accessory + .btn_area {
		width: 100%;
		margin: 5px 0 20px;
	}
	.top_accessory + .btn_area a {
		font-size: 15px;
		text-align: center;
	}
	.top_accessory + .btn_area a:nth-child(1) { width: 30%; }
	.top_accessory + .btn_area a:nth-child(2) { width: 68%; }


/* modal window */
#cboxClose { right: 20px; }
.box_modal_content {
	width: 980px;
	background: #fff;
}
.box_modal_content .title01 {
	position: relative;
	padding: 15px;
	font-size: 20px;
}
.btn_modal_close {
	position: absolute;
	right: 50px;
	top: 15px;
	padding: 10px;
	background: #fff;
}
.box_modal_content .inner { padding: 20px; }
.modal_maker_select { overflow: hidden; }
.modal_maker_select .modal_maker_list dl { width: 280px; }
.modal_maker_select .modal_maker_list dd {
	height: 450px;
	padding: 10px;
	border: 1px solid #ddd;
	border-top: 0;
}
.modal_maker_select .modal_maker_list dd li {
	position: relative;
	padding: 3px 0;
}
.modal_maker_select .modal_maker_list dd li:before {
	position: absolute;
	top: 1.0em;
	left: 0.4em;
	content: ">";
	color: #5492CF;
}

.modal_maker_select .modal_maker_list dd a {
	display: block;
	padding: 10px 5px 10px 20px;
}
.modal_maker_select .modal_maker_list dd .select { background: #FCF6DE; }
.modal_maker_select .modal_car_list dl { width: 615px; }
.modal_maker_select .modal_car_list dd {
	height: 450px;
	border: 1px solid #ddd;
	border-top: 0;
}
.modal_maker_select .modal_car_list .word {
	float: left;
	width: 10%;
	height: 450px;
	padding: 20px 0;
	background: #E9E9E9;
	text-align: center;
	line-height: 2.7;
}
.modal_maker_select .modal_car_list .car {
	float: right;
	width: 90%;
	height: 450px;
	padding: 10px;
	overflow: auto;
}
.modal_maker_select .modal_car_list .car .title {
	margin: 8px 0;
	padding: 4px 8px;
	background: #E9E9E9;
	font-weight: bold;
}
.modal_area_select .areamap { height: 750px; }

.modal_option_select .table_search_option .td03 label { line-height: 1.6; }
.modal_grade_select .gradebox {
	height: 490px;
	padding-bottom: 40px;
	border: 1px solid #ddd;
	overflow: auto;
}
.modal_grade_select .gradebox .grade_title {
	padding: 5px 10px;
	background: #e9e9e9;
	font-weight: bold;
}
.modal_grade_select .gradebox .grade_title .date { font-size: 11px;font-weight: bold; }
.modal_grade_select .gradebox td { padding: 15px; }
.modal_grade_select .gradebox td:first-child { width: 200px;text-align: center; }
.modal_grade_select .gradebox td li {
	float: left;
	width: 33.3%;
	padding-left: 1.5em;
	padding-bottom: 10px;
	font-size: 14px;
	text-indent: -1.5em;
}
.modal_grade_select .gradebox td li:nth-child(3n+1) { clear: left; }
.modal_maker_select .modal_footer .fl,.modal_grade_select .modal_footer .fl { width: 490px; }
.modal_footer .car_name {
	padding-right: 10px;
	white-space: nowrap;
}
.modal_footer .car_name a {
	display: inline-block;
	margin-left: 2px;
	padding: 2px 3px;
	background: #E9E9E9;
	text-decoration: none;
	color: #000;
	line-height: 1.0;
	font-weight: bold;
}

/* --- subpage common ------------------------------ */

/* 車種一覧 */
.model_list { padding-top: 5px; }
.model_list .fl span {
	display: inline-block;
	position: relative;
	top: -12px;
	font-weight: bold;
}
.model_list .fr { padding-top: 8px; }
.makerbox { width: 280px; }
.word_search li {
	float: left;
	width: 71px;
	height: 50px;
	margin-left: 15px;
	border: 1px solid rgb(21, 105, 190);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.38);
	text-align: center;
}
.word_search { margin: 10px 0 10px; }
.word_search li:first-child { margin-left: 0; }
.word_search li a, .word_search li span {
	display: block;
	width: 69px;
	height: 48px;
	padding-top: 12px;
	font-size: 16px;
	font-weight: bold;
	color: #2a77c4;
	text-decoration: none;
}
.word_search .inactive {
	border: 1px solid #666;
}
.word_search li span {
	background: #CCC;
	color: #666;
}
.carlist { font-size: 12px; }
.carlist .num { padding-left: 5px; }
.carlist td { width: 20%; border: none; }
.carlist td label {
	display: block;
}
.carlist .checked {
	background: #FCF6DE;
}
.carlist td label .ph { padding-top: 20px; }
.carlist dd:last-child { margin-bottom: 0; }
#float_menu { display: none; }


/* メーカー一覧 */
.makerlist li { margin: 0 0 10px 10px;display: inline-block; }
.makerlist li:nth-child(5n+1) { margin-left: 0; }
.makerlist li a {
	display: inline-block;
	width: 175px;
	height: 60px;
	padding-top: 17px;
	border: 1px solid #1569be;
	border-radius: 2px;
	box-shadow: inset 0 0 3px 0 rgba(255, 255, 255, 0.2), 0px 1px 3px 0px rgba(0, 0, 0, 0.38);
	background: #fff;
	color: #2a77c4;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

/* エリア・都道府県一覧 */
.areamap {
	position: relative;
	height: 870px;
	max-width:980px;
	
}
.area {
	position: relative;
	height: 755px;
	background: url(../../0/img/static/contents/map.png) no-repeat center 140px;
}
.areamap .shop_select {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding:13px;
	border: 2px solid #ddd;
}
.areamap .dl_prefecture {
	position: absolute;
	width: 165px;
}
.dl_prefecture dt { margin-bottom: 0; }
.dl_prefecture.all { top: 160px;left: 387px; }
.dl_prefecture.hokkaido { top: 10px;right: 0; }
.dl_prefecture.tohoku { top: 255px;right: 0; }
.dl_prefecture.kantou { bottom: 0;right: 0; }
.dl_prefecture.koushinetsu { top: 10px;left: 387px; }
.dl_prefecture.toukai { bottom: 0;left: 582px; }
.dl_prefecture.hokuriku { top: 10px;left: 195px; }
.dl_prefecture.kansai{ bottom: 0;left: 387px; }
.dl_prefecture.chugoku { top: 10px;left: 0; }
.dl_prefecture.shikoku { bottom: 0;left: 195px; }
.dl_prefecture.kyushu { top: 285px;left: 0; }
.dl_prefecture.okinawa { bottom: 65px;left: 0px; }
.dl_prefecture label { display:inline-block ; }
.dl_prefecture dt a { text-decoration: none; color: #fff; }
.dl_prefecture.all dd { background: #FFFFCC; }
.dl_prefecture.all dd label { display: none; }

/* 販売店を探す(エリア・都道府県一覧) */
.areamap.shop { height: 750px; } /* 店舗選択ボックスがある場合の高さ870px;*/

/* 販売店一覧 */
.box_skin01.shop_list {
	margin-bottom: 30px;
	padding: 0 10px;
}
.shop_list_card {
	padding: 10px 0;
	border-bottom: 1px dotted #CCCCCC;
}
.shop_list_card:last-child { border-bottom: 0; }
.shop_list_card td { vertical-align: top; }
.shop_list_card .td01 { width: 107px; }
.shop_list_card .td02 { width: 350px;padding: 0 15px; }
.shop_list_card .td03 { width: 265px;padding-right: 15px; }
.shop_list_card .td04 { vertical-align: middle; }
.shop_list_card h3 {
	margin-bottom: 15px;
	font-size: 14px;
}
.shop_list_card .shop_infomation dt {
	float: left;
	display: inline-block;
	width: 5.5em;
	margin: 0 5px 0 0;
	padding: 3px;
	background: #c5cfd9;
	text-align: center;
}
.shop_list_card .shop_infomation dd {
	padding: 3px;
	margin-bottom: 5px;
}
.shop_list_card .td04 a {
	display: block;
	width: 115px;
	padding: 10px 0;
	font-size: 14px;
}
.back_grade a {
	position: relative;
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #000;
}
.back_grade a:after {
	position: absolute;
	display: block;
	content: "";
	right: 15px;
	top: 50%;
	width: 7px;
	height: 11px;
	margin-top: -5px;
	background: url(/ucar/ucar/img/static/contents/icon_ar_r_b.png) no-repeat right top;
	background-size: contain;
}
.model_grade_select dt {
	position: relative;
	padding: 10px 5px;
	border-bottom: 1px solid #e6e6e6;
	font-size: 14px;
}
.model_grade_select dt:first-child { border-top: 1px solid #e6e6e6; }
.model_grade_select dt:after {
	position: absolute;
	display: block;
	content: "";
	right: 10px;
	top: 50%;
	width: 21px;
	height: 21px;
	margin-top: -10px;
	background: url(/ucar/ucar/img/static/contents/icon_plus_s.png) no-repeat left top;
	background-size: contain;
	color: #fff;
	font-weight: bold;
}
.model_grade_select dt.open { background:  #F5F5F5; }
.model_grade_select dt.open:after {
	background: url(/ucar/ucar/img/static/contents/icon_minus_s.png) no-repeat left top;
	background-size: contain;
}
.model_grade_select label {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
}
.model_grade_select label .date { font-size: 10px; }
.model_grade_select ul li input { margin-left: 20px; }
#float_menu.model_grade_page { margin: 30px auto;text-align: center; }
#float_menu.model_grade_page a { font-size: 18px; }

/* 販売店詳細 */
.shop_overview { padding: 20px; }
.shop_overview .ph {
	float: left;
	width: 244px;
	margin-right: 10px;
}
.shop_contact_address .border0, .shop_contact_time .border0 {
	float: left;
	width: 680px;
	border-collapse: separate;
	border-spacing: 6px 6px;position: relative;top: -5px;
}
.shop_contact_address .border0 th, .shop_contact_time .border0 th, .shop_information .border0 th {
	width: 96px;
	padding: 10px 2px;
	background: #c5cfd9;
	font-size: 14px;
	font-weight: bold;
}
.shop_contact_address .border0 td, .shop_contact_time .border0 td, .shop_information .border0 td {
	font-size: 14px;
	font-weight: bold;
}
.shop_contact_time .border0 { top: -10px; }
.shop_contact_address .td02, .shop_contact_time .td02 { width: 190px; }
.shop_contact_time a { color: #000; }
.shop_tabmenu li {
	float: left;
	width: 31.5%;
	height: 53px;
	margin: 40px 0.9% 10px;
}
.shop_tabmenu li a {
	display: block;
	height: 53px;
	padding-top: 10px;
	border-style: 1px solid rgb(11, 48, 120);
	border-radius: 2px;
	background: #0B3078;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.38);
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
.shop_tabmenu li.active a {
	border: 1px solid #1569be;
	background: #fff;
	color: #0b3078;
}
.shop_introduction { padding: 20px; }
.shop_introduction .ph {
	width: 367px;
	margin-right: 15px;
}
.shop_introduction h2 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
}
.shop_introduction p { font-size: 12px; }
.shop_thumb {
	margin: 15px 0 35px;
	padding: 20px 10px;
}
.shop_thumb li {
	float: left;
	width: 150px;
	margin-left: 10px;
	font-size: 12px;
}
.shop_thumb li .ph { margin-bottom: 10px; }
.shop_thumb li:first-child { margin-left: 5px; }
.shop_map, .shop_payment, .shop_cancel, .shop_information { margin-bottom: 20px; }
.shop_payment, .shop_cancel { padding: 10px 20px 20px; }
.shop_map iframe { width: 100%; height: 500px; }
.shop_information .border0 {
	border-collapse: separate;
	border-spacing: 6px 6px;
}
.shop_group_list01, .shop_group_list02 { margin-bottom: 25px;padding: 5px 10px 10px; }
.shop_group_list02 { padding-top: 15px; }
.shop_group_list01 .border0, .shop_group_list02 .border0 {
	border-collapse: separate;
	border-spacing: 10px 10px;
}
.shop_group_list01 .border0 th, .shop_group_list02 .border0 th {
	width: 25%;
	padding: 10px 5px;
	background: #C5CFD9;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.shop_group_list01 .border0 td, .shop_group_list02 .border0 td {
	padding: 10px 5px;
	font-size: 14px;
	
}
.shop_group_list02 .border0 { border-spacing: 0; }
.shop_group_list02 .border0 td, .shop_group_list02 .border0 th {
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}
.shop_group_list02 .border0 .td01 { width: 172px; }
.shop_group_list02 .border0 .td02 { width: 225px; }
.shop_group_list02 .border0 .td03 { width: 150px; }
.shop_group_list02 .border0 .td04 { width: 130px; }
.shop_group_list02 .border0 .td05 { width: 112px; }
.shop_group_list02 .border0 .td06 { width: 170px; }

.shop_group_list02 dt {
	float: left;
	clear: left;
	width: 18%;
}
.shop_group_list02 dd {
	float: right;
	width: 82%;
}


/* 販売店在庫 */
.search_result .btnbox.bottom { margin: 20px 0 30px; }
.search_result .btnbox.bottom .chkbaloon:after {
	top: -7px;
	bottom: auto;
	background: url(/ucar/ucar/img/static/contents/img_ballon2.png) no-repeat left bottom;
}


/* 物件詳細 */
.detail_block .titleblock { margin-bottom: 13px;background: #0B3078; }
.detail_block .titleblock .wrapper { position: relative; }
.detail_block h1 {
	margin-bottom: 0;
	padding: 12px 0 12px 50px;
}
.detail_block h1 img {
	position: absolute;
	left: 0;
	top: 17px;
}
.detail_block h1 .car { font-size: 26px;font-weight: bold; }
.detail_block .titleblock .favorite {
	position: absolute;
	right: 0;
	top: 18px;
	padding-left: 10px;
	border-left: 1px dotted #fff;
	color: #fff;
	font-size: 12px;
}
.detail_block .titleblock .favorite .num { font-size: 16px; }

.detail_block .column { position: relative; }
.detail_block .main {
	width: 735px;
	border: 1px solid #E6E6E6;
	background-color: #fff;
}
.detail_block .inner { padding: 20px; }
.detail_block #tab04 {
	position: absolute;
	right: 0;
	top: 0;
	width: 235px;
	border: 1px solid #E6E6E6;
	background-color: #fff;
}
.detail_block .price { color: #e00000; }
.box_overview .detail { width: 455px; }
.box_overview .ul_price li { width: 50%;line-height: 1.1; }
.box_overview .ul_price li.fr { position: relative;padding-left: 10px; }
.box_overview .ul_price li.fr:before {
	position: absolute;
	content: "";
	left: -5px;
	top: 15px;
	width: 1px;
	height: 1.7em;
	border-left: 1px dotted #ccc;
}
.box_overview .hontai, .box_overview .sougaku { font-size: 18px;font-weight: bold; }
.box_overview .ul_price .price { font-size: 32px; }
.box_overview .ul_price .comment { font-size: 11px; }
.box_overview table {
	margin-top: 15px;
}
.box_overview th, .box_overview table td { padding: 2px 15px; }
.box_overview table td { font-weight: bold; }
.box_overview table td .price { font-weight: bold;font-size: 16px; }

.box_overview .btn { width: 220px; }
.box_overview .btn a { display: block;padding: 10px; }
.box_overview .btn .btn_skin04 { margin-bottom: 15px;padding: 20px 0;font-size: 22px; }
.box_overview .btn .btn_skin08 { margin-bottom: 15px;padding: 20px 0;font-size: 20px; }
.box_overview .btn .btn_skin01 { padding: 14px 0;font-size: 16px; }
.box_overview .btn .btn_skin01.add img, .inner .fbtn .btn_skin01.add img { position: relative; left: -3px; }
.box_overview .btn a.show-sp { display: none; }
.box_overview .condition { padding: 15px 0;font-size: 12px; }
.box_overview .tag span[class^=tag] { width: 168px;margin-bottom: 5px; }
.box_overview p.comment {
	margin-top: 5px;
	padding: 5px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	line-height: 1.1;
}
.inner .fbtn .btn_skin01.add{ padding:20px 0 0 0; }
.appraisal .bg {
	position: relative;
	width: 693px;
	height: 93px;
	background: url(../../0/img/static/contents/bg_appraisal-pc.png) no-repeat left top;
	background-size: cover;
}
.appraisal .bg .sp-img { margin: 15px 0 0 20px; }
.appraisal.premium .bg .sp-img { margin: 15px 0 0 6px; }
.appraisal .bg table {
	position: absolute;
	width: 490px;
	top: 27px;
	left: 170px;
}
.appraisal .bg table th, .appraisal .bg table td {
	background: none;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
	text-align: center;
	vertical-align: middle;
	
}
.appraisal .bg table th .num {
	display: inline-block;
	margin-left: 5px;
	padding: 0 5px;
	border-radius: 2px;
	background-color: #F8F8F9;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
	font-size: 19px;
	color: #e00000;
}
.appraisal .bg table td { border-left: 1px solid #e0e0e0;font-size: 12px; }
.appraisal .bg table td.star { border-left: 1px dotted #e0e0e0; }
.appraisal .icon_issue {
	padding: 6px 0 6px 24px;
	background: url(../../0/img/static/contents/icon_issue-pc.gif) no-repeat left 50%;
	/*background-size: 18px 21px;*/
}
.payment a {
	display: inline-block;
	margin-left: 30px;
	padding-left: 15px;
	background: url(/ucar/ucar/img/static/contents/icon_ar_b_bl.gif) no-repeat left 50%;
	font-weight: bold;
}
.payment a span { font-size: 18px;font-weight: bold; }

.base, .plan, .pack { padding: 0 20px 50px 20px; }
.pack { padding-bottom: 0; }

.detail_block .base table { margin-bottom: 35px; }
.detail_block .base .table_detail th {
	width: 13%;
	padding: 10px 0px 10px 5px;
	text-align: left;
	line-height: 1.1;
	font-size: 14px;
	vertical-align: middle;
}
.detail_block .base .table_detail td {
	width: 20%;
	padding: 10px 5px;
	line-height: 1.1;
	vertical-align: middle;
	font-size: 14px;
}

.detail_block .base .table_status td {
	padding: 10px 0 10px 10px;
	width: 25%;
	font-size: 14px;
	line-height: 1.1;
	vertical-align: middle;
}
.detail_block .base .table_status td.on {
	background: #eff4ff;
	color: #0b3078;
	font-weight: bold;
}
.detail_block .base .table_status td.off { color: #d1d1d1; }
.detail_block .base .table_warranty th {
	width: 25%;
	padding: 10px 5px;
	text-align: left;
}
.table_warranty th { font-weight: bold; }
.detail_block .base .table_warranty td { padding: 10px 5px; }

.plan_ballon {
	padding: 0 20px 15px 25px;
	background: url(../../0/img/static/contents/bg_balloon.png) no-repeat left 3px;
	font-weight: bold;
	/*line-heigh: 1;*/
}
.plan_ballon.helf { background: url(../../0/img/static/contents/bg_balloon_f.png) no-repeat left 3px; }

.plan_ballon.letter1l:first-letter { font-size: 200%; }
.detail_block .box_plan {
	position: relative;
	margin-bottom: 10px;
	padding: 10px;
	border: 4px solid #f2f2f2;
}
.detail_block .box_plan .sticker {
	position: absolute;
	left: -4px;
	top: 13px;
}
.detail_block .box_plan .col01 {
	width: 115px;
	padding: 30px 15px 0 0;
}
.detail_block .box_plan .col01 .price { font-size: 21px; }
.detail_block .box_plan .col01 div.b {
	margin-bottom: 10px;
	padding-bottom: 3px;
	background: url(../../0/img/static/contents/bg_line.gif) repeat-x left bottom;
}
.detail_block .box_plan .col01 .tag05, .detail_block .box_plan .col01 .tag06 { display: block;margin-bottom: 2px; }
.detail_block .box_plan table th, .detail_block .box_plan td {
	padding: 5px 0;
	background: #fff;
	border: 0;
	border-top: 1px dotted #ccc;
	font-size: 12px;
	line-height: 1.1;
}
.detail_block .box_plan table tr:first-child th, .detail_block .box_plan tr:first-child td { border-top: 0; }
.detail_block .box_plan table th { font-weight: bold; }
.detail_block .box_plan .col02 {
	width: 240px;
	padding-right: 10px;
	border-right: 1px solid #f0f0f0;
}
.detail_block .box_plan .col03 { width: 310px;padding-left: 10px; }
.detail_block .box_plan .col03 .title {
	padding: 0 0 10px 2px;
	background: url(../../0/img/static/contents/bg_ribbon.png) no-repeat center top;
	background-size: 254px 31px;
}
.detail_block .box_plan .col03 .title .num { font-size: 18px; }
.detail_block .box_plan .col03 img { width: 18px!important; }
.detail_block .box_plan .col03 .total {
	padding: 10px 0 15px;
	background: url(../../0/img/static/contents/bg_line.gif) repeat-x left bottom;
	font-size: 11px;
}
.detail_block .box_plan .col03 .total .price { font-size: 14px; }
.detail_block .box_plan + .plan_ballon { margin-top: 30px; }
.detail_block .shop .box_skin01 { padding: 0; }
.detail_block .table_shop { display: block; }
.detail_block .table_shop th, .detail_block .table_shop td {
	display: block;
	width: 100%;
	border: none;
	float:left\9;
}
.detail_block .table_shop td { padding: 5px 10px 10px; }
.detail_block .table_shop th {
	padding: 5px 10px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #e3e5e9;
	text-align: left;
	font-weight: bold;
}
.detail_block .table_shop iframe + a {
	padding-left: 15px;
	background: url(/ucar/ucar/img/static/contents/icon_ar_r_s.gif) no-repeat 5px 50%;
}
.detail_block .shop .btn {
	padding: 15px 25px 10px;
	border-top: 1px dotted #bfc5d1;
	background: #fcfcfd;
}
.detail_block .shop .btn a {
	display: block;
	margin-bottom: 8px;
	padding: 8px;
	font-size: 12px;
}
.detail_block .attention {
	padding: 10px;
	border: 3px solid #d44141;
	font-size: 12px;
}
.detail_block .fbtn a {
	width: 300px;
	height: 75px;
	padding-top:  20px;
	font-size: 21px;
}

.detail_block .pack_content01 th {
	width: 89px;
	padding: 10px 5px;
	text-align: left;
	line-height: 1.2;
	vertical-align: middle;
	font-weight: bold;
}
.detail_block .pack_content02 th,
.detail_block .pack_content03 th,
.detail_block .pack_content04 th {
	display: none;
	padding: 10px 5px;
	text-align: left;
	line-height: 1.2;
	vertical-align: top;
}
.detail_block .pack_content01 td,
.detail_block .pack_content02 td,
.detail_block .pack_content03 td,
.detail_block .pack_content04 td {
	width: 150px;
	padding: 10px;
	border-left: 1px solid #fff;
	line-height: 1.2;
}

.detail_block .pack_content01 .tr01 td,
.detail_block .pack_content02 .tr01 td,
.detail_block .pack_content03 .tr01 td,
.detail_block .pack_content04 .tr01 td { padding: 10px;color: #fff; }

.detail_block .pack_content01 .tr01 th { background: #8a9cbe;border-left: 1px solid #8a9cbe;border-bottom: 1px solid #8a9cbe; }
.detail_block .pack_content01 .tr01 td { background: #6d83ae;border-left: 1px solid #6d83ae;border-bottom: 1px solid #6d83ae; }
.detail_block .pack_content02 .tr01 td { background: #546ea0;border-left: 1px solid #546ea0;border-bottom: 1px solid #546ea0; }
.detail_block .pack_content03 .tr01 td { background: #3c5993;border-left: 1px solid #3c5993;border-bottom: 1px solid #3c5993; }
.detail_block .pack_content04 .tr01 td { background: #234485;border-left: 1px solid #234485;border-bottom: 1px solid #234485; }

.detail_block .pack_content01 .tr01 p,
.detail_block .pack_content02 .tr01 p,
.detail_block .pack_content03 .tr01 p,
.detail_block .pack_content04 .tr01 p { background: none; }

.detail_block .pack_content01 .tr01 td span,
.detail_block .pack_content02 .tr01 td span,
.detail_block .pack_content03 .tr01 td span,
.detail_block .pack_content04 .tr01 td span { border: 0; }

.detail_block .pack_content01 .tr06 td img,
.detail_block .pack_content02 .tr06 td img,
.detail_block .pack_content03 .tr06 td img,
.detail_block .pack_content04 .tr06 td img { width: 128px!important;height: 96px; }

.detail_block .pack_content01 .tr11 td .btn_skin07,
.detail_block .pack_content02 .tr11 td .btn_skin07,
.detail_block .pack_content03 .tr11 td .btn_skin07,
.detail_block .pack_content04 .tr11 td .btn_skin07 { 
	width: 100%;
	border-width: 2px;
	text-align: center;
}
.detail_block .pack_content01 .tr11 td .btn_skin07 span,
.detail_block .pack_content02 .tr11 td .btn_skin07 span,
.detail_block .pack_content03 .tr11 td .btn_skin07 span,
.detail_block .pack_content04 .tr11 td .btn_skin07 span {
	padding-right: 20px;
	background: url(/ucar/ucar/img/static/contents/icon_ar_r_rd.png) no-repeat right 50%;
	font-weight: bold;
	font-size: 14px;
}
.detail_thumpage .title04 {
	padding: 10px;
	background: #5492cf;
	color: #fff;
	font-weight: bold;
    position:relative;
}
.detail_block .count_thumb{ position: absolute; right:10px; }
#add_favorite_message, #add_favorite_message2{ width: 800px; }

	/* 物件詳細 サムネイル */
	.detail_thumpage .column03 li {
		float: left;
		width: 33.3%;
		padding: 1px;
		text-align: center;
	}
	.detail_thumpage .column03 li iframe { width: 100%;height: 74px; }
    /*.detail_thumpage .column03 li:nth-child(3n+1){ clear:left; }*/
	.detail_thumpage .btn a { padding: 5px;display: block; }
	#photoGallery ul {
		width: 100%;
		overflow: hidden;
		padding: 4px 3px;
	}
	#photoGallery ul li {
		float: left;
		width: 33.3%;
		padding: 1px;
	}
	#photoGallery ul li.movie span.thumb {
		border: 2px solid #fff;
		display: block;
		width: 100%;
	}
	#photoGallery ul li span.thumb img { width: 100%!important; }
	#photoGallery ul li.cur span.thumb { border: 2px solid #D44141; }
	#photoGallery ul li#viewWindow {
		width: 100%;
		height: auto!important;
		padding: 0;
		border: 3px solid #fff;
		background: #5492CF;
	}
	#photoGallery ul li#viewWindow span.photo {
		display: block;
		padding: 4px;
	}
	#photoGallery ul li#viewWindow span.photo img {
		vertical-align: bottom;
		width: 100%;
		height: auto;
	}
	#photoGallery ul li#viewWindow span.caption {
		color: #fff;
		display: block;
		padding: 5px 10px;
	}
	#photoGallery span.closeBtn {
		text-align: right;
		display: block;
		color: #fff;
		padding: 0 5px 10px;
	}
	#photoGallery span.closeBtn img {
		display: inline-block;
		width: 11px!important;
		margin-left: 2px;
		vertical-align: text-top;
	}

.breakpoint-767 #propertyMain .show-pc,
.breakpoint-767 #propertyMain #photoGalleryTop .prevewArea #caption { display: block; }
.box_coupon {
	display: table;
	width: 100%;
	margin-bottom: 30px;
	padding: 15px 12px 12px;
	border: 1px solid #e9e9e9;
}
.coupon_cell01, .coupon_cell02, .coupon_cell03 { display: table-cell;vertical-align: top; }
.coupon_cell01 {
	width: 190px;
	padding-right: 20px;
	vertical-align: middle;
}
.box_coupon td { display: block; }
.box_coupon .date {
	margin-top: 5px;
	padding: 5px 5px 10px;
	background: #F5F5F5;
	font-size: 12px;
	color: #222;
}
.coupon_cell03 {
	width: 170px;
	padding-left: 20px;
}
.coupon_cell03 img { border: 1px solid #e9e9e9; }

/* 物件一覧 */
.table_search_option th, .table_search_option td {
	padding: 5px 0;
	background: #fff;
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	border: none;
}
.table_search_option .td01 { width: 285px; }
.table_search_option .td02 {
	width: 350px;
	padding-left: 40px;
}
.table_search_option .td03 {
	padding-left: 40px;
}
.table_search_option .td01 .bdb-d {
	padding-bottom: 5px;
	margin-bottom: 8px;
}
.text_selected {
	padding-left: 20px;
	background: url(/ucar/ucar/img/static/contents/icon_ar_select.gif) no-repeat 5px 50%;
}
.table_search_option td td, .table_search_option td th {
	vertical-align: middle;
	padding: 6px 0;
	line-height: 1.2;
}
.table_search_option td th { font-weight: bold; }
.table_search_option .td03 label { line-height: 2.0; }
.table_search_option .table_select_color th { width: 50px;vertical-align: top; }
.table_search_option .table_select_color label {
	display: inline-block;
	min-width: 40px;
	padding-top: 3px;
	vertical-align:bottom;
	line-height: 1;
}
.table_search_option .table_select_color .color img { vertical-align: middle; }
.table_search_option .td04 .btn_skin03 {
	width: 280px;
	margin-right: 30px;
	padding: 8px;
	text-align: center;
	font-weight: bold;
}
.table_search_option .td04 .btn_skin03 span { vertical-align: middle;font-weight: bold; }
.ac_title span:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 0 2px 5px;
	background: url(/ucar/ucar/img/static/contents/icon_plus.png) no-repeat left 50%;
	vertical-align: middle;
}
.ac_title.open span:after { background: url(/ucar/ucar/img/static/contents/icon_minus.png) no-repeat left 50%; }
.table_search_option .td04 .btn_skin01 { padding: 10px 55px; }

.table_search_option .table_criteria_cartype td,
.table_search_option .table_criteria_etc td { vertical-align: top; }
.table_search_option .table_criteria_cartype .td01 { width: 175px; }
.table_search_option .table_criteria_cartype .td01 th { width: 5em; }
.table_search_option .table_criteria_cartype .td02 { width: 400px;padding-left: 20px; }
.table_search_option .table_criteria_cartype .td02 th { width: 7em; }
.table_search_option .table_criteria_cartype .td03 { width: 210px;padding-left: 20px; }
.table_search_option .table_criteria_etc .td01 { width: 160px; }
.table_search_option .table_criteria_etc .td02 { width: 150px;padding-left: 10px; }
.table_search_option .table_criteria_etc .td03 { width: 160px;padding-left: 10px; }
.table_search_option .table_criteria_etc .td04 { width: 200px; }
.table_search_option .table_criteria_etc .td05 { width: 155px; }
.table_search_option strong { display: inline-block; }

.box_empty_message {
	background: #fff;
	margin-top: 25px;
	padding: 30px 0;
	text-align: center;
	font-size: 18px;
	border: 1px solid #e6e6e6;
}
.box_empty_message .num {
	font-size: 26px;
	font-weight: bold;
	color: #ff0000;
}

.search_result .centernav .fl .num { font-size: 28px; }
.listcard + .centernav { padding: 20px 0; }
.pagenation { margin-left: 25px; }
.pagenation li {
	float: left;
	width: 30px;
	height: 28px;
	margin-left: 3px;
}
.pagenation li.prev2 { margin-right: 10px; }
.pagenation li.next2 { margin-left: 10px; }
.pagenation li.prev1 a:before {
	position: relative;
	content: "";
	display: inline-block;
	width: 1px;
	height: 1em;
	top: 2px;
	left: 1px;
	border-left: 1px solid #000;
}
.pagenation li.next1 a:after {
	position: relative;
	content: "";
	display: inline-block;
	width: 1px;
	height: 1em;
	top: 2px;
	right: 1px;
	border-right: 1px solid #000;
}
.pagenation li a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 2px;
	border: 1px solid #ddd;
	background: #fff;
	text-align: center;
	color: #000;
	text-decoration: none;
}
.pagenation .current a {
	border: none;
	background: #0b3078;
	color: #fff;
}
.pagenation li.prev1.current a:before,
.pagenation li.next1.current a:after { border-color: #fff; }
.search_result .btnbox { margin: 15px 0 10px;font-size: 12px; }
.search_result .btnbox ~  .btnbox { margin-top: 35px; }
.search_result .btnbox .chkbaloon {
	position: relative;
	top: 18px;
	padding: 5px 10px 5px 5px;
	border: 1px solid #659fd9;
	border-radius: 3px;
	background: #fff;
	color: #659fd9;
	
}
.search_result .btnbox .chkbaloon span {
	font-size: 16px;
	font-weight: bold;
}
.search_result .btnbox .chkbaloon:after {
	position: absolute;
	content: "";
	bottom: -7px;
	left: 13px;
	width: 6px;
	height: 7px;
	background: url(../../0/img/static/contents/img_ballon.png) no-repeat left bottom;
}
.search_result .btnbox .btn_skin06, .search_result .btnbox .btn_skin07 { height: 55px;vertical-align: middle; }
.search_result .btnbox .btn_skin06 strong, .search_result .btnbox .btn_skin07 strong { font-size: 20px; }
.search_result .btnbox .btn_skin06 span, .search_result .btnbox .btn_skin07 span {
	position: relative;
	padding-left: 30px;
}
.search_result .btnbox .btn_skin07 span { padding-left: 40px; }
.search_result .btnbox .btn_skin06 img, .search_result .btnbox .btn_skin07 img { position: absolute;left: 0; }
.search_result .btnbox .btn_skin06 span { padding-left: 35px; }
.search_result .btnbox .btn_skin06 img {
	width: 33px!important;
	margin-top: 5px;
}
.search_result .btnbox .btn_skin07 img { width: 36px!important; }
.search_result .listcard .card_btnbox .btn_skin01.add {
	padding-left: 2px;
	padding-right: 2px;
	letter-spacing: -1px;
}

.fixed_title { margin-bottom: 5px;background: #619ad5; }
.fixed_title .table_head {
}
.fixed_title .table_head td {
	background: none;
	border: none;
	border-left: 1px dotted #fff;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}
.fixed_title .table_head td a { color: #fff; }
.fixed_title .table_head .td01 { border-left: none; }
.search_result .fixed_title .table_head .td02 { width: 155px;border-left: none; }
.search_result .fixed_title .table_head .td03, .search_result .table_price .td01 { width: 165px; }
.search_result .fixed_title .table_head .td04, .search_result .table_price .td02 { width: 165px; }
.search_result .fixed_title .table_head .td05, .search_result .table_price .td03 { width: 62px; }
.search_result .fixed_title .table_head .td06, .search_result .table_price .td04 { width: 85px; }
.search_result .fixed_title .table_head .td07, .search_result .table_price .td05 { width: 60px; }
.search_result .fixed_title .table_head .td08, .search_result .table_price .td06 { width: 78px; }
.search_result .fixed_title .table_head .td09, .search_result .table_price .td07 { width: 50px; }

.search_result .listcard {
	position: relative;
	margin-bottom: 10px;
	padding: 0 0 10px;
	/* padding: 15px 15px 10px; */
	border: 1px solid #e6e6e6;
	background: #fff;
	font-size: 12px;
}
/*.search_result .clickable_area:hover { background: #FCF6DE; }*/
.search_result .listcard:hover { background: #FCF6DE; }
.search_result .clickable_area { min-height: 215px; }
.search_result .clickable_area .card_title,
.search_result .clickable_area .card_price,
.search_result .clickable_area .card_detail { padding-left: 310px;padding-right: 15px; }
.search_result .clickable_area .card_title { padding-top: 15px; }
.listcard .card_btnbox { padding-right: 15px; }

/*.search_result .listcard:hover { background: #FCF6DE; }*/
.search_result .listcard.on { background: #FFF7D6; }
.search_result .listcard input {
	position: absolute;
	left: 5px;
	top: 15px;
}
.search_result .clickable_area:hover { cursor: pointer;background: #FCF6DE; }
.search_result .listcard .ph {
	position: absolute;
	left: 30px;
	top: 15px;
	width: 266px;
	height: 200px;
}
.search_result .card_title,
.search_result .card_price,
.search_result .card_detail { padding-left: 295px; }
.search_result .card_title .tag07 { margin-right: 5px;font-size: 10px; }
.search_result .card_title { margin-bottom: 5px;line-height: 1.4; }
.search_result .card_title .car_name { padding-left: 0px;font-size: 16px; }
.search_result .card_price .table_price { margin: 5px 0 10px;background: none; }
.search_result .card_price .table_price td {
	padding: 0;
	border: none;
	border-left: 1px dotted #000;
	background: none;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2;
	font-weight: bold;
}
.search_result .card_price .table_price .tag08 {
	display: block;
	width: 75px;
	font-size: 10px;
	font-weight: normal;
	
}
.search_result .card_price .table_price .td01,
.search_result .card_price .table_price .td02 {
	border-left: none;
	text-align: left;
}
.search_result .listcard .card_detail span[class^=tag] {
	width: 159px;
	height: 24px;
	margin-bottom: 5px;
	padding: 3px 0;
}
.search_result .listcard .card_detail span.tag_coupon_platinum,
.search_result .listcard .card_detail span.tag_coupon_gold,
.search_result .listcard .card_detail span.tag_coupon_silver { padding: 1px 0 0; }
.search_result .listcard .card_detail strong { vertical-align: bottom; }
.search_result .listcard .card_shopbox {
	margin: 15px;
	padding-top: 10px;
	font-weight: bold;
}
.search_result .listcard .card_shopbox .area {
	margin-right: 15px;
	padding: 20px;
	border-right: 1px dotted #000;
}
.search_result .listcard .card_btnbox a {
	width: 236px;
	height: 55px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
	font-weight: bold;
	vertical-align: bottom;
}
.search_result .listcard .card_btnbox .btn_skin01 img { width: 33px!important;margin-right: 2px; }
.search_result .listcard .card_btnbox .btn_skin01.add { padding-top: 13px;font-size: 19px; }
.search_result .listcard .card_btnbox .btn_skin04 img { width: 36px!important;margin-right: 5px; }
.search_result .listcard .card_btnbox .btn_skin08 img { width: 36px!important;margin-right: 5px; }

.sorttitle {
	padding: 0;
	vertical-align: middle;
}
.sorttitle span {
	position: relative;
	display: inline-block;
	top: -9px;
}
.sorttitle a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 3px;
	
}
.sortlist li {
	padding: 8px 10px;
	border-bottom: 1px solid #ccc;
	font-size: 15px;
}
.sortlist li span { display: inline-block;padding-top: 5px; }
.sortlist li .fr { float: right; }
.sortlist li a {
	display: inline-block;
	width: 5em;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
}

/* セニアカー物件一覧 */
.welfareimage h1 { padding: 0; }
.welfareimage ul {
	margin: 13px 0 30px;
}
.welfareimage li {
	position: relative;
	float: left;
	width: 140px;
	padding: 0 4px;
	font-size: 15px;
	text-align: center;
}

.welfareimage li:after {
	position: absolute;
	display: block;
	content: "";
	top: 4px;
	right: 0;
	width: 1px;
	height: 20px;
	border-right: 1px solid #999;
}
.welfareimage li:first-child:before {
	position: absolute;
	display: block;
	content: "";
	top: 4px;
	left: 0;
	width: 1px;
	height: 20px;
	border-left: 1px solid #999;
}
.welfareimage li a {
	display: block;
	padding: 3px;
	text-decoration: none;
	color: #444;
	font-weight: bold;
}
.welfareimage li a:hover, .welfareimage li.active a {
	background: #E3ECF5;
	color: #0b3078;
}
.search_result_welfare .centernav .num { font-size: 28px; }
.search_result_welfare .table_head .td01 { padding-left: 20px;text-align: left; }
.search_result_welfare .table_head .td02 {
	width: 115px;
	border-left: 0;
}
.search_result_welfare .table_head .td03 {
	width: 480px;
	padding-left: 30px;
	text-align: left;
}
.search_result_welfare .table_head .td03 br + a { display: inline-block;margin-left: 5px; }
.search_result_welfare .table_head .td04 { width: 70px; }
.search_result_welfare .table_head .td05 { width: 110px; }
.list_card_walfare {
	position: relative;
	margin-bottom: 10px;
	padding: 15px 25px;
	border: 1px solid #e6e6e6;
	background: #fff;
}
.list_card_walfare .ph {
	position: absolute;
	top: 15px;
	left: 25px;
}
.list_card_walfare h2 {
	margin-left: 280px;
	margin-bottom: 30px;
	font-size: 19px;
}
.list_card_walfare h2 a { color: #0B3078;font-weight: bold; }
.list_card_walfare .table_price,
.list_card_walfare .tag {
	width: 648px;
	margin-left: 280px;
}
.list_card_walfare .table_price td {
	border-left: 1px dotted #000;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	line-height: 1.2;
}
.list_card_walfare .table_price .td01 {
	border-left: none;
	text-align: left;
}
.list_card_walfare .table_price .td01 .tag08 {
	display: block;
	width: 75px;
	font-size: 10px;
	font-weight: normal;
}
.list_card_walfare .table_price .td02 { width: 70px; }
.list_card_walfare .table_price .td03 { width: 95px; }
.list_card_walfare .tag { margin-top: 5px;margin-bottom: 25px; }
.list_card_walfare .tag .tag01 {
	float: left;
	width: 158px;
	margin: 0 0 5px 5px;
}
.list_card_walfare .tag .tag01:nth-child(4n+1) { margin-left: 0; }
.list_card_walfare .tag .tag01.thin {
	padding-left: 0;
	padding-right: 0;
	font-size: 12px;
	letter-spacing: -1px;
}
.list_card_walfare .card_shopbox {
	margin: 10px 0 15px 0;
	padding-top: 10px;
	font-size: 12px;
}
.list_card_walfare .card_shopbox .area {
	margin-right: 15px;
	padding: 20px;
	border-right: 1px dotted #000;
}
.list_card_walfare .card_shopbox a {
	text-decoration: none;
	color: #000;
}
.list_card_walfare .card_btnbox a { width: 236px;font-size: 20px; }
.detail_block.welfare_block h1 { padding-left: 0; }


/* セニアカー物件詳細 */
.detail_block.welfare_block .main {
	border: none;
	background: none;
}
.detail_block.welfare_block .main .box_skin01:first-child {
	padding: 0 0 20px 0;
}
.welfare_block .shop.side {
	position: absolute;
	right: 0;
	top: 0;
	width: 235px;
	border: 1px solid #E6E6E6;
	background-color: #fff;
}
.welfare_block .pricebox {
	font-size: 18px;
	font-weight: bold;
}
.welfare_block .pricebox .price {
	font-size: 32px;
	font-weight: bold;
	color: #e00000;
}
.welfare_block .pricebox .comment {
	padding-left: 10px;
	font-size: 11px;
}
.table_seniorcar.border0 {
	margin: 5px 0 15px 0;
	padding: 5px 0;
	border-top: 1px solid #e9eaeb;
	border-bottom: 1px solid #e9eaeb;
	border-collapse: separate;
	border-spacing: 0 10px;
}
.table_seniorcar.border0 th {
	width: 96px;
	padding: 7px 0;
	background: #c5cfd9;
	font-size: 14px;
	font-weight: bold;
}
.table_seniorcar.border0 th.fsize12 { font-size: 12px; }
.table_seniorcar.border0 td {
	padding: 7px 0 7px 7px;
	font-size: 14px;
	font-weight: bold;
}
.table_seniorcar.border0 .td02 { width: 266px; }
.welfare_block .tag01 {
	width: 168px;
	margin-bottom: 5px;
	padding: 3px 0;
}
.welfare_block .tag01.thin { letter-spacing: -1px; }
.welfare_block .tag + p {
	margin-top: 10px;
	line-height: 1.1;
}
.welfare_block .pointbox { margin-top: 30px; }
.welfare_block .pointbox h3 { margin: 20px 0; }
.welfare_block .pointbox p { padding-bottom: 50px; }


/* 404エラー */
.box_404 { padding: 70px 0; }
.box_404 h2 {
	margin: 50px auto 20px;
	font-size: 28px;
	font-weight: bold;
}
.box_404 p { font-size: 16px; }
.box_404 .btn_skin03 {
	margin-top: 65px;
	font-size: 20px;
	font-weight: bold;
}


/* #Mobile (Landscape) 
@media only screen and (min-width:480px) and (max-width:767px) {*/
@media only screen and (max-width:767px) {
	body { background: #fff;font-size: 13px; }
    body.open {	position: relative;	right: 0; overflow-x: hidden; }
	.show-pc { display: none!important; }
	.show-sp { display: block!important; }
	.show-sp.inline-btn, .show-sp.inline { display: inline-block!important; }
	table.show-sp { display: table!important; }
	.fl, .fr { float: none;margin-left:auto!important;margin-right:auto!important;display:block;}
	.fleft { float: left; }
	.fright { float: right; }
	.wrapper { width: 100%;max-width: 640px; }
	.indent05 { padding: 0 5px; }
	.indent07 { padding: 0 7px; }
	.indent10 { padding: 0 10px; }
	.indent20 { padding: 0 20px; }
	.indent70 { padding: 0 70px; }
	.selectbox select { font-size: 16px; }
	select, input[type=text], textarea { padding: 5px;font-size: 16px; }
    input[type=checkbox] { width: 25px; height: 25px; }/**/
    input[type=radio] { width: 25px; height: 25px; }/**/
	div[class*="_block"] { margin-bottom: 10px; }
    .spw50{ width: 50%!important; }
    
	
	/* --- header -------------------------------------- */
	#header { min-width: 320px; }
	.h .wrapper { padding: 0 0 0 7px; }
	.h img { width: 49px!important;vertical-align: middle; }
	#logo { padding: 10px 0 0 7px; }
	#logo img { width: 84px!important; }

	/* --- navigation ---------------------------------- */
	.navbar { height: 50px; }
	.navbar .wrapper { height: 50px;min-width: 320px; }
	#navigation { width: 100%; }
	.drawer-toggle {
		position: absolute;
		display: block;
		top: 8px;
		right: 10px;
		width: 32px;
	}
	#slide_menu {
		position: fixed;
		top: 0;
		right: -270px;
		width: 270px;
		height: 100%;
		background: #0B3078;
		overflow: scroll;
		z-index:10000;
	}
	
	#slide_menu .btn_close {
		position: absolute;
		display: block;
		left: -32px;
		width: 32px;
		height: 32px;
	}
	#slide_menu .btn_close img { width: 32px; height: 32px; }
	body {
		position: relative;
		right: 0;
		overflow-x: hidden;
	}
	.layer {
		position: fixed;
		top: 0;
		display: none;
		width: 100%;
		height: 100%;
		background: url(/ucar/ucar/common/img/btn_menu_close.png) no-repeat right top rgba(28, 28, 28, 0.8);
		background-size: 32px 32px;
		z-index: 100;
	}
	/*body.open {
		position: fixed;
	}*/
	.nav-sp {
		padding: 13px;
		border-top: 1px solid #375590;
		border-bottom: 1px solid #05225b;
	}
	.nav-sp:nth-child(1) { padding-top: 0;border-top: 0; }
	.nav-sp:nth-child(2) { padding-top: 5px;border-bottom: 0; }
	.nav-sp .title {
		padding: 10px 0;
	}
	.nav-sp .title span {
		padding-left: 5px;
		border-left: 4px solid #fff;
		color: #fff;
		font-size: 15px;
	}
	.nav-sp li a {
		position: relative;
		display: block;
		margin-bottom: 1px;
		padding: 10px;
		background: #E7EBF2;
		color: #000;
		text-decoration: none;
		font-size: 15px;
	}
	.nav-sp li a .num {
		font-size: 17px;
		color: #ec0001;
	}
	.nav-sp li a:after {
		position: absolute;
		content: "";
		top: 50%;
		right: 13px;
		margin-top: -5px;
		width: 7px;
		height: 11px;
		background: url(/ucar/ucar/common/img/icon_ar_r_b.png) no-repeat right 50%;
		background-size: contain;
	}
	.nav-sp li.active a:after { background: none; }
	.btn_nav_close {
		display: block;
		padding: 8px;
		margin: 13px; 
		border: 1px solid #fff;
		background: #05225A;
		text-align: center;
		color: #fff;
		text-decoration: none;
		font-size: 16px;
	}
	.btn_nav_close span {
		padding-left: 20px;
		background: url(/ucar/ucar/img/static/contents/btn_menu_close.png) no-repeat left 50%;
		background-size: 16px 16px;
	}
	
	
	/* --- layout -------------------------------------- */
	/* height 100% */
	.container {
		padding-bottom: 0;
        background-color:#fff;
	}
	#content {
		/*height: 100%; #24134 comment out by zhu 20200430 */
		padding-bottom: 0px; /* modify by zhu 20200501 */
		box-shadow: none;
		/* #24134 add by zhu 20200429 start */
        padding-top: 125px;
		/* #24134 add by zhu 20200429 end */
	}
	.top #content { padding-top: 15px; }
	#footer {
		position: relative;
		bottom: 0;
		z-index: 10;
	}



	/* --- topicpath ----------------------------------- */
	.top .box_search_car, .top .box_search_criteria,
	.top .box_kodawari01, .top .box_kodawari02, .top .box_kodawari03, .top .box_kodawari04 {
		width: 100%;
	}
	
	/* --- footer -------------------------------------- */
	#btn_top {
		width: 100%;
		/*right: 10px !important;*/
		padding-right: 0;
		right: 0!important;
	}
	#btn_top a{ margin-right: 10px; }
	#btn_top img{ width:90px; }
	#footer { height: auto;min-width: 320px; }
	.fcopy {
		margin-top: 0;
		padding-top: 10px;
	}
	.fcopy.fmenu_show { padding-bottom: 80px; }
	.fnav { margin: 5px 0 10px; }
	.fnav li {
		display: block;
		padding-bottom: 5px;
		text-align: center;
		border:none;
		line-height: 1.7;
	}
	.copy {
		margin-top: 25px;
		padding-top: 20px;
		border-top: 1px solid #213442;
		text-align: center;
		font-size: 8px;
	}
	
	/* --- title --------------------------------------- */
	h1, .title01 {
		padding: 10px 15px;
		font-size: 15px;
	}
	.title05 {
		padding: 10px;
		font-size: 15px;
	}
	.title06 {
		display: block;
		margin-bottom: 10px;
		padding: 5px 15px;
		font-size: 14px;
	}
	.title07 {
		margin-bottom: 10px;
		padding: 10px;
		font-size: 15px;
	}
	.title07 .tag {
		display: inline-block;
		margin-top: -2px;
		margin-right: 5px;
		padding: 2px 5px;
		border-radius : 3px;
		font-size: 10px;
		font-weight: normal;
	}
	.title08 {
		margin-bottom: 10px;
		padding: 10px 5px;
		border-left: 7px solid #1c98d2;
		font-size: 15px;
		line-height: 1.2;
	}
	.title09 {
		margin-bottom: 10px;
		color: #333;
		font-size: 15px;
	}
	.title09:before {
		content: "";
		display: inline-block;
		width: 11px;
		height: 11px;
		margin-right: 4px;
		background: #1c98d2;
	}
	
	
	/* icon */
	.icon_map { padding-left: 15px;background: #0b3078; }
	.icon_search_car { padding-left: 45px;background-size: 30px 24px; }
	.icon_search_criteria { padding-left: 45px;background-size: 30px 30px; }
	.icon_search_kodawari { padding-left: 45px;background-size: 30px 30px; }
	.icon_search_osusume {
		padding-left: 45px;
		background: url(/ucar/ucar/img/static/contents/icon_search_osusume-sp.png) no-repeat 15px 60% #0b3078;
		background-size: 28px 31px;
	}
	h1.in_btn {
		padding-right: 90px;
	}
	.title04.in_btn {
		padding-rigth: 70px;
	}
	/* icon */
	.icon_map {
		padding-left: 35px;
		background: url(/ucar/ucar/img/static/contents/icon_map.png) no-repeat 10px 50% #0b3078;
		background-size: 18px 26px;
	}
	.icon_f_carlist {
		padding-left: 35px;
		background: url(/ucar/ucar/img/static/contents/icon_f_carlist.png) no-repeat 10px 50% #0b3078;
		background-size: 23px 19px;
	}
	.icon_logo {
		background: url(/ucar/ucar/img/static/contents/logo_s.png) no-repeat 10px 50%;
		background-size: 15px 15px;
	}
	.icon_car {
		padding: 10px 10px 10px 40px;
		background: url(/ucar/ucar/img/static/contents/icon_car.png) no-repeat 10px 50%; /* 28883 modify by xa_shanbh 20201123*/
		background-size: 22px 19px;
		font-size: 15px;
	}
	.icon_shop {
		padding-left: 40px;
		background: url(/ucar/ucar/img/static/contents/icon_shop.png) no-repeat 10px 50%;
		background-size: 23px 20px;
	}



	
	/* --- skin --------------------------------------- */
	/* box */
	.box_skin01 {
		padding: 0;
		border: none;
	}

	/* dl */
	.dl_skin01 dt {
		padding: 8px;
	}
	.dl_skin01 dd {
		margin-bottom: 7px;
		padding: 0;
		border: none;
		background: #fff;
	}
	
	/* btn */
	#float_menu .btn_skin01 { padding-left: 10px;padding-right: 10px; }
	#float_menu .btn_skin03 { padding-left: 10px;padding-right: 10px; }
	h1.in_btn .btn_skin11 {
		margin-top: -1.7em;
		padding: 8px 5px;
		font-size: 9px;
	}
	h1 .btn_skin11 .icon_r {
		padding: 0;
		background: none;
	}
	.title04.in_btn .btn_skin11 {
		margin-top: -1.5em;
		right: 5px;
		padding: 6px 2px;
		font-size: 9px;
	}
	.title04.in_btn .btn_skin11 .icon_r {
		padding-right: 12px;
		background-size: 9px 9px;
	}
	.styled.btn_sort {
		min-width: 125px;
		padding: 7px 17px 0 3px;
		border: 2px solid #1569be;
		background: url(/ucar/ucar/img/static/contents/icon_ar_b.png) no-repeat 105px 50% #eff8ff;
		text-indent: 0px;
		font-size: 12px;
		text-align: center;
	}
	/*.btn_sort { width: 74px!important; }*/
	
	
	/* tag */
	.tag_coupon_platinum, .tag_coupon_gold, .tag_coupon_silver {
		height: 18px;
		margin-top: -3px;
		padding-top: 0!important;
		background-size: cover;
		vertical-align: middle;
	}
	.tag_coupon_platinum img, .tag_coupon_gold img, .tag_coupon_silver img { height: 16px!important; }
	
	/* bg */
	.bg01 + #btn_top, .bg02 + #btn_top { background: none; }
	

	
	/* --- toppage ------------------------------------- */
	.top .flexslider{ min-width: 320px; }
	.top .flex-direction-nav a{ width: 52px; height:52px; }
	.top .message_area {
		min-width: 320px;
		heigth: auto;
		background: none;
	}
	.top .message_area .wrapper {
		position: relative;
		height: auto;
		background: #FFFFCC;
		font-size: 12px;
		z-index: 10;
	}
	.top .message_area .message02:after {
		content: "";
		position: absolute;
		right: 5px;
		top: 12px;
		width: 5px;
		height: 11px;
		background: url(/ucar/ucar/common/img/icon_ar_r_b.png) no-repeat right 50%;
		background-size: contain;
		z-index: 50;
	}
	.top .message_area .message01 {
		float: left;
		height: 35px;
		
	}
	.top .message_area .message01 img {
		width: 112px;
		height: 35px;
	}
	.top .message_area .message02 {
		float: left;
		
	}
	.top .message_area .message02 a {
		padding-left: 15px;
		background: url(/ucar/ucar/img/static/contents/icon_mail.gif) no-repeat left 50%;
		background-size: 12px 8px;
		font-size: 9px;
	}
	.top .message_area .message03 {
		clear: left;
		height: 33px;
		padding-bottom: 2px;
		background: #F5F5F5;
		font-size: 9px;
	}
	.top .message_area .message03 .fcolor02 {
		display: inline-block;
		padding: 2px;
		background: #fff;
	}
	.top .message_area .message03 .fsize15 { font-size: 12px; }
	.top .message_area .total_number, .top .message_area .today_number {
		display: inline-block;
		padding: 0 0 0 5px;
		border-right: 0;
	}
	.top .message_area .btn_favorite {
		float: right;
		height: auto;
		padding: 2px 5px 3px;
		background: #fff;
	}
	.top .message_area .btn_favorite img {
		width: 62px!important;
		margin: 4px 3px 0 0;
	}
	.top .message_area .btn_favorite .fl { float: left; }
	.top .message_area .btn_favorite .fr { float: right; }
	.top .message_area .btn_favorite .text {
		height: auto;
		padding: 0;
		border: 0;
		box-shadow: none;
		background: none;
	}
	.top .message_area .btn_favorite .num {
		height: auto;
		padding: 3px 3px 5px;
		box-shadow: none;
		border-radius: 0;
		font-size: 9px;
		line-height: 1;
	}
	.top .title01 { font-size: 14px; }
	
	.top .box_search_car .box {
		width: 24%;
		height: 120px;
	}
	.top .box_search_car .box table { height: 120px; }
	.top .box_search_car .box:nth-child(4n+1) { margin-left: 5px; }
	
	.top .box_search_car .box .ph { height: 60px; }
	.top .box_search_car .box .model {
		display: table;
		width: 100%;
		height: 60px;
		padding: 0;
	}
	.top .box_search_car .box .model label, .top .box_search_car .box .model a {
		display: table-cell;
		width: 100%;
		height: 72px;
		padding: 5px 5px 28px;
		text-align: center;
		line-height: 1;
	}
    /*.top input[type=checkbox] { width: 25px; height: 25px; }*/
	.top .box_search_car .box .model a { padding-bottom: 0; }
	.top .box_search_car .box .model input {
		position: absolute;
		left: 50%;
		top: auto;
		bottom: 0;
		margin-left: -1em;
	}
	.top .box_search_car .box .model .name {
		font-size: 8px;
		font-weight: bold;
	}
	.top .box_search_car .box .model .num {
		font-size: 7px;
		white-space: nowrap;
	}
	.top .box_search_car .btn_skin01,
	.top .box_search_car .btn_skin14 {
		margin-top: 10px;
		padding: 15px 20px;
		font-size: 13px;
	}
	
	.top .acdn-menu { position: relative; }
	.top .acdn-menu:after {
		position: absolute;
		content: "";
		border-radius: 2px;
		top: 7px;
		right: 10px;
		background: url(/ucar/ucar/img/static/contents/icon_acdn_t.png) no-repeat center 50%;
		background-size: contain;
		width: 33px;
		height: 28px;
	}
	.top .acdn-menu.open:after {
		background: url(/ucar/ucar/img/static/contents/icon_acdn_b.png) no-repeat center 50%;
		background-size: contain;
	}
	.top .box_search_criteria .box_skin01 { padding: 15px 10px; }
	.top .box_search_criteria .detail table {
		border-width: 2px;
		
	}
	.top .box_search_criteria .detail table th { text-align: right; }
	.top .box_search_criteria .detail table th,
	.top .box_search_criteria .detail table td { background-color: #FAFAFA; }
	.top .box_search_criteria .detail table td.plan img { display: none; }
	.top .box_search_criteria .detail table td .color {
		padding: 5px;
		border: 2px solid #E7E7E7;
		background: #fff;
	}
    .top .box_search_criteria .detail table td .color input[type=checkbox],
    .table_select_color .color input[type=checkbox] { width:15px; height:15px; vertical-align: middle;}
	.top .box_search_criteria .detail table td .color li,
	.table_select_color .color li { width: auto; }
	.top .box_search_criteria .detail table td .color label,
	.table_select_color .color label {
		display: block;
		width: 35px!important;
		height: 35px;
		margin: 5px;
		padding: 7px;
	}
	.top .box_search_criteria .detail table td .color label img,
	.table_select_color .color label img { display: none; }
	.top .box_search_criteria .detail table td .color .color01,
	.table_select_color .color .color01 {
		background: url(/ucar/common/img/icon_search_color_01.png) no-repeat left top;
		background-size: contain;
	}
	.top .box_search_criteria .detail table td .color .color02,
	.table_select_color .color .color02 {
		background: url(/ucar/common/img/icon_search_color_14.png) no-repeat left top;
		background-size: contain;
	}
	.top .box_search_criteria .detail table td .color .color03,
	.table_select_color .color .color03 {
		background: url(/ucar/common/img/icon_search_color_05.png) no-repeat left top;
		background-size: contain;
	}
	.top .box_search_criteria .detail table td .color .color04,
	.table_select_color .color .color04 {
		background: url(/ucar/common/img/icon_search_color_16.png) no-repeat left top;
		background-size: contain;
	}
	.top .box_search_criteria .detail table td .color .color05,
	.table_select_color .color .color05 {
		background: url(/ucar/common/img/icon_search_color_13.png) no-repeat left top;
		background-size: contain;
	}
	.top .box_search_criteria .detail table td .color .color06,
	.table_select_color .color .color06 {
		background: url(/ucar/common/img/icon_search_color_02.png) no-repeat left top;
		background-size: contain;
	}
	.top .box_search_criteria .detail table td .color .color07,
	.table_select_color .color .color07 {
		background: url(/ucar/common/img/icon_search_color_07.png) no-repeat left top;
		background-size: contain;
	}
	.top .box_search_criteria .detail table td .color .color08,
	.table_select_color .color .color08 {
		background: url(/ucar/common/img/icon_search_color_03.png) no-repeat left top;
		background-size: contain;
	}
	.top .box_search_criteria .detail table td .color .color09,
	.table_select_color .color .color09 {
		background: url(/ucar/common/img/icon_search_color_09.png) no-repeat left top;
		background-size: contain;
	}
	.top .box_search_criteria .detail table td .color .color10,
	.table_select_color .color .color10 {
		background: url(/ucar/common/img/icon_search_color_10.png) no-repeat left top;
		background-size: contain;
	}
	.top .box_search_criteria .detail table td .color .color11,
	.table_select_color .color .color11 {
		background: url(/ucar/common/img/icon_search_color_12.png) no-repeat left top;
		background-size: contain;
	}
	.top .box_search_criteria .detail table td .color .color12,
	.table_select_color .color .color12 {
		background: url(/ucar/common/img/icon_search_color_11.png) no-repeat left top;
		background-size: contain;
	}
	.top .box_search_criteria .detail table td .color .color13,
	.table_select_color .color .color13 {
		background: url(/ucar/common/img/icon_search_color_04.png) no-repeat left top;
		background-size: contain;
	}
	.top .box_search_criteria .detail table td .color .color14,
	.table_select_color .color .color14 {
		background: url(/ucar/common/img/icon_search_color_06.png) no-repeat left top;
		background-size: contain;
	}
	.top .box_search_criteria .detail table td .color .color15,
	.table_select_color .color .color15 {
		background: url(/ucar/ucar/img/static/contents/color17.png) no-repeat left top;
		background-size: contain;
	}
	
	.top .box_kodawari, .top .box_osusume { margin-top: 15px; }
	.top .box_kodawari .title01 { margin-bottom: 5px; }
	
	.top .box_kodawari01 .title, .top .box_kodawari02 .title, .top .box_kodawari03 .title, .top .box_kodawari04 .title {
		padding: 20px 5px;
		font-size: 15px;
		text-align: center;
	}
	.top .box_kodawari01 .title .tag, .top .box_kodawari02 .title .tag, .top .box_kodawari03 .title .tag, .top .box_kodawari04 .title .tag {
		left: 50%;
		margin-left: -3.5em;
		border-radius: 2px;
		font-size: 12px;
	}
	.top .box_kodawari01 .ph img, .top .box_kodawari02 .ph img, .top .box_kodawari03 .ph img, .top .box_kodawari04 .ph img { width: 100%!important; }
	.top .box_kodawari01 .car a, .top .box_kodawari02 .car a, .top .box_kodawari03 .car a, .top .box_kodawari04 .car a { box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);color: #6f859c; }
	.top .box_kodawari01 .car, .top .box_kodawari02 .car, .top .box_kodawari03 .car, .top .box_kodawari04 .car { border-spacing: 8px 9px; }
	.top .box_kodawari01, .top .box_kodawari02, .top .box_kodawari03, .top .box_kodawari04 { height: auto; }
	.top .box_kodawari01 .car a .icon, .top .box_kodawari02 .car a .icon, .top .box_kodawari03 .car a .icon, .top .box_kodawari04 .car a .icon {
		background: none;
		padding-left: 0;
	}
	.top .box_kodawari01 .car a .num, .top .box_kodawari02 .car a .num, .top .box_kodawari03 .car a .num, .top .box_kodawari04 .car a .num { font-size: 10px; }
	.top_search_osusume li {
		width: 48%;
		height: auto;
	}
	.top_search_osusume li:nth-child(4n+1) { margin-left: 4px; }
	.top_search_osusume li p {
		height: 50px;
		font-size: 12px;
	}
	.top .banner { min-width: 320px; }s
	
	/* modal */
	.box_modal_content { width: 96%;margin: 0 auto;border: 1px solid #eee; }
	.box_modal_content .title01 { padding: 10px; }
	.btn_modal_close { padding: 7px;top: 50%;right: 7px;margin-top: -12px; }
	.box_modal_content .inner { padding: 10px; }
	.modal_maker_select .modal_maker_list dl { width: auto; }
	.modal_maker_select .modal_maker_list dd { height: auto; }
	.modal_maker_select .modal_car_list dl {
		width: auto;
		margin-top: 15px;
	}
	.modal_maker_select .modal_car_list .car li { line-height: 2.0; }
	.modal_footer .fr { text-align: center; }
	.modal_footer input[type=reset] { display: inline-block;margin: 5px auto 10px; }
	.modal_maker_select .modal_maker_list dd a { padding: 5px 5px 5px 20px; }
	.modal_maker_select .modal_maker_list dd li:before { top: 0.5em; }
	.box_modal_content .btn_skin01 { padding: 7px 20px;font-size: 16px; }
	.modal_area_select .mt25 {
		margin-top: 15px;
		text-align: center;
	}
	.modal_area_select .btn_search_clear { margin: 0 0 10px 0; }
	.modal_area_select .btn_skin01.ml15 { margin-left: 0!important;font-size: 14px; }
	.modal_option_select .modal_footer {
		text-align: center;
	}


	
	/* --- subpage common ------------------------------ */
	
	/* 車種一覧 */
	.model_list .w60p { width: 100%; }
	.model_list .fl span { padding-left: 10px; }
	.makerbox { width: 60%; }
	.word_search li {
		width: 46px;
		height: 40px;
		margin: 0 0 5px 5px;
		border: none;
		box-shadow: none;
	}
	.word_search { margin: 7px 0 2px; }
	.word_search li:first-child { margin-left: 0; }
	.word_search li:nth-child(7n) { margin-left:0;clear: left; }
	.word_search li a, .word_search li span {
		width: 46px;
		height: 40px;
		padding-top: 9px;
		background: #c5cfd9;
		font-size: 13px;
		color: #000;
	}
	.word_search .inactive { border: none; }
	.word_search li span { color: #fff; }
	.carlist td {
		display: block;
		width: 100%;
		padding: 5px;
		vertical-align: middle;
		border-bottom: 1px dotted #333;
	}
	.carlist td.bd0 { border-bottom: 0; }
	.carlist td label {
		position: relative;
		padding: 5px 5px 5px 25px;
		
		background: url(/ucar/ucar/img/static/contents/icon_ar_r_b.png) no-repeat right 50%;
		background-size: 7px 11px;
	}
	.carlist .checked {
		/*background: url(/ucar/ucar/img/static/contents/icon_ar_r_b.png) no-repeat right 50% #FCF6DE;*/
		background: right 50% #FCF6DE;
		background-size: 7px 11px;
	}
	.carlist td label input {
		position: absolute;
		left: 5px;
		top: 50%;
		margin-top: -1em;
		z-index: 1;
	}
	.carlist td .ph {
		position: relative;
		float: left;
		width: 100px;
		padding-top: 0;
		margin-left: 45px;
		vertical-align: middle;
		z-index: 2;
	}
	.carlist td .name {
		display: block;
		float: left;
		padding: 10px 10px 10px 15px;
		font-size: 12px;
	}
	.carlist.suzuki .num { display: block; }
	.carlist td label:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}
	.carlist td label { min-height: 1px; }
	
	#float_menu {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 7px;
		background: rgba(40, 40, 40, 0.8);
		z-index: 1000;
	}
	#float_menu.off { display: none; }
	#float_menu.on { display: block; }
	#float_menu a { font-size: 13px;vertical-align: bottom;text-align: center; }
	#float_menu.search_car_page a { height: 60px; }
	#float_menu.search_car_page a:nth-child(1) { width: 68%; }
	#float_menu.search_car_page a:nth-child(2) { width: 30%;padding-top: 20px; }
	
	
	/* メーカー一覧 */
	.makerlist li { margin: 0;display: block; }
	.makerlist li:nth-child(5n+1) { margin-left: 0; }
	.makerlist li a {
		display: block;
		width: 100%;
		height: auto;
		padding: 10px 5px;
		border: 0;
		border-bottom: 1px dotted #333;
		border-radius: 0;
		box-shadow: none;
		background: url(/ucar/ucar/img/static/contents/icon_ar_r_b.png) no-repeat right 50% #fff;
		background-size: 7px 11px;
		color: #000;
		text-align: left;
		font-size: 12px;
		font-weight: normal;
	}
	
	/* エリア・都道府県一覧 */
	.areamap {
		position: static;
		height: auto;
		
	}
	.area {
		position: static;
		height: auto;
		background: none;
	}
	.areamap .shop_select {
		position: static;
		bottom: auto;
		padding: 0;
		border: none;
	}
	.areamap .shop_select label {
		display: block;
		padding: 10px 5px;
		border-bottom: 1px dotted #333;
	}
	.dl_prefecture dd li {
		border-bottom: 1px dotted #333;
	}
	.areamap .dl_prefecture {
		position: static;
		width: 100%;
	}
	.dl_prefecture dd li {
		background: url(/ucar/ucar/img/static/contents/icon_ar_r_b.png) no-repeat right 50% #fff;
		background-size: 7px 11px;
		color: #000;
		text-decoration: none;
	}
	.dl_prefecture dd li label {
		float: left;
		margin-top: 5px;
	}
	.dl_prefecture dd li a {
		display: block;
		padding: 10px 5px;
		margin-left: 22px;
		color: #000;
		text-decoration: none;
	}
	.dl_prefecture.all dd label { display: inline-block; }

	.dl_prefecture dd li:last-child { border-bottom: 0; }
	.btn_prefecture { margin: 10px 0; }
	.btn_prefecture li {
		float: left;
		width: 46px;
		height: 40px;
		margin: 0 0 5px 5px;
	}
	.btn_prefecture li a {
		display: block;
		width: 100%;
		height: 100%;
		padding-top: 10px;
		background: #c5cfd9;
		color: #000;
		text-align: center;
		text-decoration: none;
	}
	.btn_prefecture li:first-child { margin-left: 0; }
	.btn_prefecture li:nth-child(7n) { margin-left:0;clear: left; }
	#float_menu.search_area_page a { height: 60px; }
	#float_menu.search_area_page a:nth-child(1) { width: 68%; }
	#float_menu.search_area_page a:nth-child(2) { width: 30%;padding-top: 20px; }


	/* 販売店を探す */
	.areamap.shop { height: auto; }

	/* 販売店一覧 */
	.shop_list_card { padding: 10px 0 15px 0; }
	.shop_list_card td[class^=td0] {
		display: block;
		width: 100%;
	}
	.shop_list_card .td02 { padding: 0 0 10px 0; }
	.shop_list_card .td02 h3 { margin-bottom: 5px; }
	.shop_list_card .td03 { padding: 0; }
	.shop_list_card .td04 .fl {
		float: left;
		width: 50%;
		padding-right: 3px;
	}
	.shop_list_card .td04 .fr {
		float: right;
		width: 50%;
		padding-left: 3px;
	}
	.shop_list_card .td04 a { display: block;width: auto; }
	#float_menu.model_grade_page { margin: 0 auto; }
	#float_menu.model_grade_page a { height: 60px; }
	#float_menu.model_grade_page a:nth-child(1) { width: 68%;padding-top: 18px;font-size: 15px; }
	#float_menu.model_grade_page a:nth-child(2) { width: 30%;padding-top: 20px;font-size: 13px; }

	/* 販売店詳細 */
	.shop_overview { padding: 10px; }
	.shop_overview .ph {
		float: left;
		width: 38%;
		margin-right: 0;
	}
	.shop_contact_address .border0 {
		float:right;
		width: 61%;
		border-collapse: collapse;
		top: -3px;
	}
	.shop_contact_address .border0 th {
		display: inline-block;
		width: 40%;
		margin-top: 3px;
		padding: 2px;
		font-size: 10px
	}
	.shop_contact_address .border0 td {
		display: inline;
		padding: 2px;
		font-size: 10px;
	}
	.shop_contact_time .border0 {
		clear: both;
		width: 100%;
		top: 0;
		border-collapse: collapse;
		
	}
	.shop_contact_time .border0 th {
		display: block;
		float: left;
		width: 22%;
		margin-top: 3px;
		margin-right: 5px;
		padding: 2px;
		font-size: 10px;
	}
	.shop_contact_time .border0 td {
		display: block;
		width: auto;
		margin-top: 3px;
		padding: 2px;
		font-size: 10px;
	}
	/*
	.shop_contact_address .border0 th, .shop_contact_time .border0 th, .shop_information .border0 th {
		width: 65px;
		padding: 5px 2px;
		font-size: 10px;
	}
	*/
	
	
	.shop_tabmenu li {
		height: 37px;
		margin: 17px 0.9% 10px;
	}
	.shop_tabmenu li a {
		height: 37px;
		padding-top: 10px;
		font-size: 13px;
	}
	.shop_introduction { padding: 10px 0; }
	.shop_introduction .ph {
		width: 100%;
		margin: 0 0 15px 0;
	}
	.shop_introduction h2 {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 1.3;
	}
	.shop_introduction p { font-size: 12px; }
	.shop_thumb {
		margin: 10px 0 25px;
		padding: 10px 5px 5px;
	}
	.shop_thumb li {
		float: left;
		width: 32%;
		margin-left: 1%;
		padding-bottom: 10px;
		font-size: 10px;
		line-height: 1.2;
	}
	.shop_thumb li .ph { margin-bottom: 5px; }
	.shop_thumb li:first-child { margin-left: 3px; }
	.shop_thumb li:nth-child(3n+1) { clear: left;margin-left: 3px; }
	.shop_map { padding: 10px; }
	.shop_map, .shop_payment, .shop_cancel, .shop_information { margin-bottom: 10px; }
	.shop_payment, .shop_cancel { padding: 10px; }
	.shop_map iframe { height: 260px; }
	.shop_information { padding: 5px; }
	.shop_information .border0 { border-spacing: 3px 3px; }
	.shop_information .border0 th { width: 22%; }
	.shop_information .border0 th, .shop_information .border0 td {
		padding: 2px;
		font-weight: normal;
		font-size: 12px;
	}
	
	.shop_group_list01 { margin-bottom: 10px;padding: 5px; }
	.shop_group_list02 { padding: 0; }
	.shop_group_list01 .border0, .shop_group_list02 .border0 {
		border-collapse: collapse;
	}
	.shop_group_list02 .border0 { width: 100%; }
	.shop_group_list02 dl .border0 { min-height: 1px!important; }
	.shop_group_list02 dt, .shop_group_list02 dt.open + dd { border-bottom: 1px dotted #000; }
	.shop_group_list02 dd { padding-bottom: 5px; }
	.shop_group_list02 dt.open { border-bottom: none; }
	.shop_group_list01 .border0 th, .shop_group_list02 .border0 th {
		display: none;
		font-size: 12px;
	}
	.shop_group_list01 .border0 td:before, .shop_group_list02 .border0 td:before {
		width: 75px;
		content: attr(data-label);
		display: table-cell;
		margin-right: 5px;
		padding: 3px 8px;
		background: #C5CFD9;
		font-size: 12px;
		vertical-align: middle;
	}
	.shop_group_list01 .border0 td span, .shop_group_list02 .border0 td span {
		display: table-cell;
		padding-left: 5px;
	}
	
	.shop_group_list01 .border0 td, .shop_group_list02 .border0 td {
		display: block;
		min-height: 1em;
		padding: 3px 8px 3px 0;
		clear: left;
		line-height: 1.3;
		font-size: 12px;
	}
	.shop_group_list02 .border0 .td01,
	.shop_group_list02 .border0 .td02,
	.shop_group_list02 .border0 .td03,
	.shop_group_list02 .border0 .td04,
	.shop_group_list02 .border0 .td05,
	.shop_group_list02 .border0 .td06 {
		width: auto;
		padding-left: 5px;
	}
	
	.shop_group_list02 dt, .shop_group_list02 dd { width: 100%;float: none; }
	.shop_group_list02 .border0 .td01 {
		width: 100%;
		position: relative;
		padding: 10px 20px 10px 5px;
	}
	.shop_group_list02 .border0 .td01:before {
		content: "";
		width: 0;
		float: none;
		min-height: 0;
		padding: 0;
		background: none;
	}
	.shop_group_list02 .border0 .td01:after {
		position: absolute;
		right: 10px;
		top: 50%;
		content: "";
		display: block;
		width: 7px;
		height: 11px;
		margin-top: -6px;
		background: url(/ucar/ucar/img/static/contents/icon_ar_r_b.png) no-repeat;
		background-size: contain;
		transform: rotate(90deg);
	}
	.shop_group_list02 .open .border0 .td01:after { transform: rotate(-90deg); }
	
	.box_coupon {
		display: block;
		width: 100%;
		margin-bottom: 2px;
		padding: 0;
		border-top: 0;
		border-left: 0;
		border-right: 0;
	}
	.coupon_cell01, .coupon_cell02 { width: 100%;display: block; }
	.coupon_cell02 { padding: 10px; }
	.coupon_cell03 { display: none; }
	.coupon_cell01 { padding-right: 0; }
	
	.box_coupon td { display: table-cell;padding: 10px; }
	.coupon_platinum, .coupon_gold, .coupon_silver { width: 100%;margin-bottom: 0!important; }
	.coupon_platinum td { border: 1px solid #cfe6eb!important; }
	.coupon_gold td { border: 1px solid #ebd57e!important; }
	.coupon_silver td { border: 1px solid #c8c9d6!important; }
	.coupon_platinum .coupon { background: #cfe6eb;}
	.coupon_gold .coupon { background: #ebd57e;}
	.coupon_silver .coupon { background: #c8c9d6;}
	.box_coupon .coupon { width: 40%;padding: 8px 10px;font-size: 13px; }
	.box_coupon .date {
		padding: 10px;
		background: #fff;
		font-size: 11px;
	}
	.box_coupon p.b { font-size: 12px;font-weight: normal; }
	.box_coupon p.fsize12 { font-size: 10px; }


	/* 物件詳細 */
	.detail_block .titleblock { margin-bottom: 0; }
	.detail_block h1 {
		padding: 8px 100px 8px 30px;
		font-size: 10px;
		line-height: 1.2;
	}
	.detail_block h1 img {
		left: 5px;
		width: 22px!important;
	}
	.detail_block h1 .car { display: block;font-size: 14px;}
	.detail_block .titleblock .favorite {
		right: 3px;
		top: 9px;
		font-size: 8px;
		text-align: center;
		line-height: 1.2;
	}
	.detail_block .titleblock .favorite .num { font-size: 12px; }
	
	.detail_block .column { position: static; }
	.detail_block .main {
		width: 100%;
		border: none;
	}
	.detail_block .inner { padding: 7px; }
	.detail_block #tab04 {
		position: static;
		right: auto;
		top: auto;
		width: 100%;
		border: none;
		background-color: #fff;
	}
	.box_overview .detail { width: 100%; }
	.box_overview .ul_price li.fl { float: left; }
	.box_overview .ul_price li.fr { float: right;padding-left: 5px; }
	.box_overview .ul_price li.fr:before {
		left: -5px;
		top: 5px;
		width: 1px;
		height: 1.3em;
	}
	.box_overview .hontai, .box_overview .sougaku { font-size: 12px; }
	.box_overview .ul_price .price { font-size: 21px; }
	.box_overview .ul_price .comment { font-size: 8px; }
	.box_overview table { width: 100%;margin-top: 5px; }
	.box_overview th, .box_overview table td { padding: 2px 5px;font-size: 11px; }
	.box_overview table td .price { font-size: 14px; }
	.box_overview .tag br.show-sp { display: inline!important; }

	
	.box_overview .btn { width: 100%;margin-top: 10px; }
	.box_overview .btn a {
		display: block;
		width: 49%;
		height: 52px;
		margin-bottom: 10px;
		padding: 12px 0;
	}
	.box_overview .btn .btn_skin04,
	.box_overview .btn .btn_skin08 {
		float: right;
		margin-bottom: 0;
		padding: 10px 0 8px;
		font-size: 15px;
	}
	.box_overview .btn .btn_skin01 img,
	.box_overview .btn .btn_skin04 img,
	.box_overview .btn .btn_skin08 img { width:30px!important; } 
	.box_overview .btn .btn_skin01 { float: left;font-size: 12px; }
	.box_overview .btn .btn_skin01.add{
		padding-top: 3px;
		line-height: 1.2;
		font-size: 13px;
	}
	.box_overview .btn .btn_skin01.add img, .inner .fbtn .btn_skin01.add img{ top: 10px;left: -5px; }
	.box_overview .btn .btn_tel.show-sp {
		clear: both;
		display: block;
		width: 100%;
		height: 36px;
		padding: 5px;
		min-height: auto;
	}
	.box_overview .btn a.show-sp { display: none; }
	.box_overview .condition { padding: 5px 0 10px;font-size: 12px; }
	.box_overview .tag span[class^=tag] {
		width: 32%;
		height: 30px;
		padding-left: 0;
		padding-right: 0;
		font-size:10px;
		line-height: 1.1;
		vertical-align: bottom;
	}
	.box_overview .tag01, .box_overview .tag02 { padding-top: 8px; }
	.box_overview p.comment {
		margin-top: 5px;
		padding: 5px 0;
		border: none;
		font-size: 12px;
		line-height: 1.3;
	}
	.appraisal .bg {
		width: 100%;
		height: auto;
		box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
		background: url(../../0/img/static/contents/bg_appraisal-sp.png) no-repeat left top rgb(248, 248, 248);
		background-size: contain;
	}
	.appraisal .bg .sp-img {
		width: 160px!important;
		margin: 10px 0 10px 12px;
	}
	.appraisal.premium .bg .sp-img {
		width: 165px!important;
		margin: 10px 0 10px 8px;
	}
	.appraisal .bg table {
		position: absolute;
		width: auto;
		top: 20px;
		left: auto;
		right: 0px;
	}
	.appraisal .bg table td { border: none; }
	.appraisal .icon_issue {
		padding: 15px 5px 15px 35px;
		background: url(../../0/img/static/contents/icon_issue-sp.gif) no-repeat 10px 50% #fff;
		box-shadow: inset 0px 1px 3px 0px rgba(7, 0, 2, 0.14);
		background-size: 23px 28px;
		font-size: 11px;
		text-decoration: none;
	}
	.payment { margin-top: 10px; }
	.payment a {
		position: relative;
		display: inline-block;
		width: 49%;
		margin-left: 0;
		padding: 8px 0 13px 0;
		border-radius: 3px;
		background: rgb(212, 65, 65);
		box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		font-size: 12px;
		text-align: center;
	}
	.payment a:after {
		position: absolute;
		bottom: 5px;
		left: 50%;
		margin-left: -7px;
		content: "";
		width: 7px;
		height: 7px;
		background: url(/ucar/ucar/img/static/contents/icon_ar_b_w.png) no-repeat center bottom;
		background-size: contain;
	}
	.payment a span { font-size: 16px; }
	
	.detail_block .tabmenu li {
		width: 25%;
		height: 48px;
		float: left;
		padding: 0 2px 2px 0;
	}
	.detail_block .tabmenu li:first-child { padding-left: 2px; }
	.detail_block .tabmenu a {
		position: relative;
		display: block;
		height: 46px;
		padding: 14px 0;
		border-radius: 2px;
		background: #5492cf;
		text-align: center;
		color: #fff;
		text-decoration: none;
		font-size: 12px;
	}
	.detail_block .tabmenu li.line2 a { padding: 10px 0;line-height: 1.1; }
	.detail_block .tabmenu li.active a { background: #0B3078; }
	.detail_block .tabmenu li.active a:after {
		position: absolute;
		content: "";
		display: block;
		width: 100%;
		height: 4px;
		bottom: -2px;
		background: #0B3078;
	}
	.base, .plan, .pack, .shop { padding: 0; }
	
	.detail_block .base table { margin-bottom: 15px; }
	/*.detail_block .base .table_detail th,
	.detail_block .base .table_detail td { padding: 5px 3px;vertical-align: middle; }
	.detail_block .base .table_detail th { width: 20%; }
	.detail_block .base .table_detail td { width: 30%; }*/
	
	.detail_block .base .table_detail tr { display: inline; }
	.detail_block .base .table_detail th,
	.detail_block .base .table_detail td {
		float: left;
		border-top: none;
		border-left: none;
		font-size: 10px;
		line-height: 1;
	}
	.detail_block .base .table_detail th { width: 20%; }
	.detail_block .base .table_detail td { width: 30%; }
	
	.detail_block .base .table_status td {
		float: left;
		width: 50%;
		padding: 3px 3px;
		border-top: 0;
		border-left: 0;
		vertical-align: middle;
		line-height: 1.2;
		font-size: 12px;
		
	}
	.detail_block .base .table_status td[colspan="2"] { width: 100%; }
	/*.detail_block .base .table_detail th,
	.detail_block .base .table_detail td {
		display: block;
		float: left;
		padding: 5px 3px;
		border-top: 0;
		border-left: 0;
	}
	.detail_block .base .table_detail th {
		width: 20%;
	}
	.detail_block .base .table_detail td {
		width: 30%;
	}
	
	.detail_block .base .table_status td {
		padding: 10px 0 10px 10px;
		width: 25%;
	}*/
	.detail_block .base .table_status td.on {
		background: #eff4ff;
		color: #0b3078;
		font-weight: bold;
	}
	.detail_block .base .table_status td.off { color: #d1d1d1; }
	.detail_block .base .table_warranty th {
		width: 25%;
		padding: 10px 5px;
		text-align: left;
	}
	.detail_block .base .table_warranty td { padding: 10px 5px; }
	
	.detail_block .plan_ballon {
		padding: 8px 0;
		background: #0B3078;
		color: #fff;
		
	}
	.detail_block .plan_ballon span {
		padding-left: 8px;
		border-left: 5px solid #566e9e;
		font-size: 14px;
	}
	.plan_ballon.letter1l:first-letter { font-size: 100%; }
	.detail_block .box_plan table { width: 100%; }
	.detail_block .box_plan .sticker { width: 107px;top: 8px; }
	
	.detail_block .box_plan { border: none; }
	.detail_block .box_plan .col01,
	.detail_block .box_plan .col02,
	.detail_block .box_plan .col03 { width: 100%;padding: 0;border: 0; }
	.detail_block .box_plan .col01 {
		margin-bottom: 5px;
		padding-top: 30px;
		padding-bottom: 0;
		background: url(../../0/img/static/contents/bg_line.gif) repeat-x left bottom;
		line-height: 1.2;
	}
	.detail_block .box_plan .col01 div.b { padding-bottom:0;background: none; }
	.detail_block .box_plan .col01 div.b,
	.detail_block .box_plan .col01 .tag05,
	.detail_block .box_plan .col01 .tag06 { display: inline-block; }
	.detail_block .box_plan .col01 .tag05,
	.detail_block .box_plan .col01 .tag06 { font-size: 10px; }
	
	.detail_block .box_plan .col02 {
		margin-bottom: 10px;
		border: none;
	}
	.detail_block .box_plan .col02 table { border-bottom: 1px dotted #ccc; }
	.detail_block .box_plan .col02 .price { font-size:13px; }
	.detail_block .box_plan .col03 .total {
		padding-bottom: 10px;
		font-size: 115%;
	}
	.detail_block .box_plan .col03 .total .price { font-size: 125%; }
	
	.detail_block .pack table { margin-bottom: 15px; }
	
	.detail_block .pack_content01 th,
	.detail_block .pack_content02 th,
	.detail_block .pack_content03 th,
	.detail_block .pack_content04 th {
		display: table-cell;
		width: 23%;
		padding: 7px 5px;
	}
	.detail_block .pack_content01 .tr01,
	.detail_block .pack_content02 .tr01,
	.detail_block .pack_content03 .tr01,
	.detail_block .pack_content04 .tr01,
	.detail_block .pack_content01 .tr11,
	.detail_block .pack_content02 .tr11,
	.detail_block .pack_content03 .tr11,
	.detail_block .pack_content04 .tr11 { display: none; }
	
	.detail_block .pack_content01 .tr06 td img,
	.detail_block .pack_content02 .tr06 td img,
	.detail_block .pack_content03 .tr06 td img,
	.detail_block .pack_content04 .tr06 td img { width: 80%!important;height: auto; }
	
	.detail_block .pack_content01 .btn_skin08 span,
	.detail_block .pack_content02 .btn_skin08 span,
	.detail_block .pack_content03 .btn_skin08 span,
	.detail_block .pack_content04 .btn_skin08 span {
		position: relative;
		display: inline-block;
		padding-left: 45px;
		text-align: left;
	}
	.detail_block .pack_content01 .btn_skin08 img,
	.detail_block .pack_content02 .btn_skin08 img,
	.detail_block .pack_content03 .btn_skin08 img,
	.detail_block .pack_content04 .btn_skin08 img {
		position: absolute;
		left: 0;
		top: 5px;
	}
	

	.detail_block .pack td p { padding: 5px 0; }
	.detail_block .pack .btn_skin04 {
		display: block;
		margin-bottom: 25px;
		padding: 10px 10px 7px;
		font-size: 14px;
		
	}
	.detail_block .pack .btn_skin04 img {
		float: left;
		width: 32px!important;
		margin-right: 5px;
	}
	.detail_block .pack .btn_skin04 span {
		display: inline-block;
		line-height: 1.2;
		text-align: left;
	}
	
	.detail_block .shop .title04 {
		padding: 8px 0;
		background: #0B3078;
		color: #fff;
		
	}
	.detail_block .shop .title04 span {
		padding-left: 8px;
		border-left: 5px solid #566e9e;
		font-size: 14px;
	}
	.detail_block .shop a { text-decoration: none;font-weight: bold; }
	.detail_block .table_shop { display: table!important; }
	.detail_block .table_shop th, .detail_block .table_shop td {
		display: table-cell;
		border:1px solid #ececec;
		float: none\9;
	}
	.detail_block .table_shop th {
		width: 25%;
		background: #f5f5f5;
	}
	.detail_block .table_shop td { width: 75%; }
	.detail_block .shop .btn_skin03.show-sp {
		display: inline-block;
		padding: 5px 25px 5px 35px;
		background: url(/ucar/ucar/img/static/contents/icon_map_bl.gif) no-repeat 15px 50%;
		background-size: 15px 20px;
	}
    #add_favorite_message, #add_favorite_message2{ width: 250px; }
	
	

	
	
	

	/* 物件一覧 */
	.table_search_option .td01, .table_search_option .td02, .table_search_option .td03,
	.table_search_option .td04 {
		display: block;
		width: 100%;
		padding: 10px;
	}
	.table_search_option td th { width: 24%; }
	.table_search_option .td04 a { display: block;margin-bottom: 5px;text-align: center; }
	.table_search_option .td04 .btn_skin03 {
		width: 100%;
		margin-right: 0;
	}
	.table_search_option .td04 .btn_skin01 { padding: 10px 10px; }
	
	.table_search_option .table_criteria_cartype .td01, .table_search_option .table_criteria_cartype .td02,
	.table_search_option .table_criteria_cartype .td03, .table_search_option .table_criteria_cartype .td04,
	.table_search_option .table_criteria_etc .td01, .table_search_option .table_criteria_etc .td02,
	.table_search_option .table_criteria_etc .td03, .table_search_option .table_criteria_etc .td04,
	.table_search_option .table_criteria_etc .td05, .table_search_option .table_criteria_etc .td06,
	.table_search_option .table_criteria_etc .td07 {
		display: block;
		width: 100%;
		padding: 5px 0;
	}
	.table_search_option #GoSearch, .table_search_option #MoreSearchContent .tar { text-align: center; }
	.table_search_option .btn_search_clear { margin: 5px auto 10px auto; }
	.table_search_option .table_criteria_etc .box_keyword .fl { float: left;width: 25%; }
	.table_search_option .table_criteria_etc .box_keyword .fr { float: right;width: 75%; }
	
	.box_empty_message {
		margin-top: 0;
		padding: 10px 0;
		border: 0;
		font-size: 14px;
	}
	.box_empty_message .num { font-size: 20px; }
	
	.search_result.mt25 { margin-top: 10px!important; }
	.search_result .centernav .fl { font-size: 9px; }
	.search_result .centernav .fl .num { font-size: 18px; }
	.search_result .btnbox .chkbaloon { top: 0;margin-bottom: 5px; }
	.search_result .btnbox .chkbaloon, .search_result .btnbox .chkbaloon span { font-size: 14px; }
	.search_result .btnbox .chkbaloon:after { background: none; }
	.search_result .btnbox .btn_skin06, .search_result .btnbox .btn_skin07 {
		width: 49%;
		height: 48px;
		padding-top: 5px;
		padding-left: 5px;
		padding-right: 2px;
		font-size: 9px;
		text-align: center;
		line-height: 1.2;
	}
	.search_result .btnbox .btn_skin06 .b, .search_result .btnbox .btn_skin07 .b { font-weight: normal; }

	.search_result .btnbox .btn_skin06 strong, .search_result .btnbox .btn_skin07 strong { font-size: 14px; }
	.search_result .btnbox .btn_skin06 span, .search_result .btnbox .btn_skin07 span {
		display: inline-block;
		position: relative;
		padding-left: 25px;
		text-align: left;
	}
	.search_result .btnbox .btn_skin06 img, .search_result .btnbox .btn_skin07 img {
		position: absolute;
		left: 0;
		top: 0;
	}
	.search_result .btnbox .btn_skin06 img { width: 21px!important; }
	.search_result .btnbox .btn_skin07 img { width: 25px!important; }
	.search_result .listcard .card_btnbox .btn_skin01 img { width: 24px!important; }
	.search_result .listcard .card_btnbox .btn_skin04 img { width: 28px!important; }
	.search_result .listcard .card_btnbox .btn_skin01,
	.search_result .listcard .card_btnbox .btn_skin04,
	.search_result .listcard .card_btnbox .btn_skin08 { padding-top: 10px; }
	.search_result .listcard .card_btnbox .btn_skin08 img { width: 25px!important; }
	
	.search_result .listcard.list_card_favorite .ph { margin-bottom: 3px; }

	.pagenation { margin: 5px auto 10px;text-align: center; }
	.pagenation ul { display: inline-block;margin: 0 auto; }
	.pagenation li { width: 29px; }
	.pagenation li a { padding-top: 4px; }
	.pagenation li.prev2 { margin-right: 5px; }
	.pagenation li.next2 { margin-left: 5px; }
	
	.search_result .listcard {
		margin-bottom: 7px;
		padding: 0 0 10px;
		font-size: 10px;
	}
	.search_result .clickable_area { min-height: 0; }
	.search_result .clickable_area .card_title,
	.search_result .clickable_area .card_price,
	.search_result .clickable_area .card_detail { padding-left: 0;padding-right: 0; }
	.search_result .clickable_area .card_title { padding-top: 5px;padding-left: 37px; }
	.listcard .card_btnbox { padding-right: 0; }

	.search_result .listcard input {
		/*position: static;
		left: auto;
		top: auto;*/
		position: absolute;
		left:5px;
		top: 8px;
	}
	.search_result .listcard .ph {
		position: relative;
		left: auto;
		top: auto;
		float: left;
		width: 41%;
		height: auto;
		padding: 0 5px 5px 0;
	}
	.search_result .card_title,
	.search_result .card_price,
	.search_result .card_detail { padding-left: 0; }
	
	.search_result .card_title {
		position: relative;
		min-height: 30px;
		padding: 5px 10px;
		background: #659FD9;
	}
	.search_result .card_title:after {
		content: "";
		display: block;
		position: absolute;
		right: 10px;
		top: 50%;
		width: 10px;
		height: 8px;
		margin-top: -4px;
		background: url(/ucar/ucar/img/static/contents/icon_ar_r_w.png) no-repeat right top;
		background-size: contain;
		color: #fff;
		font-weight: bold;
	}
	.search_result .card_title a { color: #fff; }
	.search_result .card_title .tag07 { padding: 1px 5px; }
	.search_result .card_title .tag09 { padding: 1px 5px;display: inline-block!important; }
	.search_result .card_title .tag_coupon_platinum, .search_result .card_title .tag_coupon_gold,
	.search_result .card_title .tag_coupon_silver { display: inline-block!important; }
	.search_result .card_title .car_name { font-size: 13px; }
	/*.search_result .card_title p { padding-left: 37px; }*/
	
	.search_result .card_price .table_price {
		float: right;
		width: 59%;
		padding: 0;
		margin: 0;
	}
	.search_result .card_price .table_price td {
		display: block;
		float: left;
		width: 47%;
		margin-bottom: 3px;
		border: none;
		text-align: left;
	}
	.search_result .card_price .table_price .td04,
	.search_result .card_price .table_price .td06 { width: 53%; }
	.search_result .card_price .table_price .tag08 {
		display: inline-block;
		width: auto;
		margin-right: 3px;
		font-size: 9px;
		
	}
	.search_result .card_price .table_price .td01,
	.search_result .card_price .table_price .td02 {
		width: 100%;
		border-left: none;
		text-align: left;
	}
	.search_result .card_price .table_price .fsize28 { font-size: 16px; }
	.search_result .card_price .table_price .fsize16 { font-size: 10px; }
	.search_result .card_price .table_price .td03:before,
	.search_result .card_price .table_price .td04:before,
	.search_result .card_price .table_price .td05:before,
	.search_result .card_price .table_price .td06:before,
	.search_result .card_price .table_price .td07:before {
		content: attr(data-label);
		display: inline-block;
		width: 3em;
		margin-right: 3px;
		padding: 3px 0;
		background: #0B3078;
		font-size: 9px;
		color: #fff;
		text-align: center;
		font-weight: normal;
	}
	
	.search_result .listcard .card_detail { clear: both; }
	.search_result .listcard .card_detail .tag09, .search_result .listcard .card_detail .tag_coupon_platinum,
	.search_result .listcard .card_detail .tag_coupon_gold, .search_result .listcard .card_detail .tag_coupon_silver { display: none; }
	.search_result .listcard .card_detail span[class^=tag] {
		width: 49%;
		height: auto;
		margin-bottom: 3px;
		padding: 1px 0;
		font-size: 10px;
	}
	.search_result .listcard .card_shopbox {
		margin: 0;
		padding: 5px 3px;
		border: 1px solid #a5a5a5;
		background: #fff;
		font-weight: bold;
	}
	.search_result .listcard .card_shopbox .area {
		margin-right: 3px;
		padding: 0 5px 0 0;
		border-right: 1px dotted #000;
		font-weight: bold;
	}
	.search_result .listcard .card_shopbox .shop { font-weight: bold; }

	.search_result .listcard .card_btnbox { margin-top: 8px; }
	.search_result .listcard .card_btnbox a {
		width: 49%;
		height: 46px;
		padding: 5px 5px 0;
		font-size: 14px;
		font-weight: normal;
		vertical-align: bottom;
	}
	.search_result .listcard .btnbox .btn_skin01 img { width: 23px!important;margin-right: 5px;margin-top: 10px; }
	.search_result .listcard .btnbox .btn_skin04 img { width: 28px!important;margin-right: 5px; }
	.search_result .listcard .card_btnbox .btn_skin01.add {
		padding-top: 2px;
		line-height: 1.2;font-size: 14px;
	}
	.search_result .listcard .card_btnbox .btn_skin01.add img { position: relative;top: 10px; }
	
	.btn_thumb_pages { margin: -3px 0 5px; }
	.btn_thumb_pages .number_of_photos {
		float: left;
		width: 20%;
		padding-top: 7px;
		font-size: 13px;;
	}
	.btn_thumb_pages .btn_skin03 {
		float: right;
		width: 38%;
		margin-left: 2%;
		padding: 5px;
		text-align: center;
	}
	
	/* セニアカー物件一覧 */
	.welfareimage h1 { margin-bottom: 0; }
	.welfareimage ul {
		margin: 0;
	}
	.welfareimage li {
		position: relative;
		float: left;
		width: 25%;
		padding: 0;
		border-bottom: 2px solid #fff;
		border-left: 2px solid #fff;
		font-size: 11px;
	}
	.welfareimage li:after,
	.welfareimage li:first-child:before {
		border: none;
	}
	.welfareimage li a {
		height: 47px;
		padding: 8px 5px;
		background: #C5CFD9;
		color: #000;
	}
	.welfareimage li:nth-child(1),
	.welfareimage li:nth-child(5) { border-left: 0; }
	.welfareimage li:nth-child(5),
	.welfareimage li:nth-child(6),
	.welfareimage li:nth-child(7) { border-bottom: 0; }
	.welfareimage li:nth-child(4) a,
	.welfareimage li:nth-child(6) a,
	.welfareimage li:nth-child(7) a { padding-top: 15px; }
	.welfareimage li a:hover, .welfareimage li.active a {
		background: #C5CFD9;
		color: #000;
	}
	.search_result_welfare .centernav {
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 9px;
	}
	.search_result_welfare .centernav .num { font-size: 18px; }
	.list_card_walfare {
		padding: 0;
		border-left: none;
		border-right: none;
		border-top: none;
	}
	.list_card_walfare .ph {
		position: relative;
		float: left;
		top: auto;
		left: auto;
		width: 41%;
		margin-left: 10px;
	}
	.list_card_walfare h2 {
		position: relative;
		margin-left: 0;
		margin-bottom: 10px;
		background: #639DD7;
		font-size: 13px;
	}
	.list_card_walfare h2 a {
		position: relative;
		display: block;
		padding: 5px 20px 5px 10px;
		color: #fff;
		text-decoration: none;
		
	}
	.list_card_walfare h2:before {
		content: "";
		display: block;
		position: absolute;
		right: 10px;
		top: 50%;
		width: 5px;
		height: 8px;
		margin-top: -4px;
		background: url(/ucar/ucar/img/static/contents/icon_ar_r_w.png) no-repeat right top;
		background-size: contain;
	}
	.list_card_walfare .table_price {
		float: right;
		width: 52%;
		margin-left: 0;
		margin-right: 10px;
	}
	.list_card_walfare .table_price td {
		display: block;
		width: 100%;
		margin-bottom: 3px;
		border-left: none;
		font-size: 10px;
		text-align: left;
	}
	.list_card_walfare .table_price .td01 .fsize28 { font-size: 16px; }
	.list_card_walfare .table_price .td01 .fsize16 { font-size: 10px; }
	.list_card_walfare .table_price .td01 .fsize16 + span {
		display: block;
		padding: 5px 0;
		font-weight: bold;
	}
	.list_card_walfare .table_price .td01 .tag08 {
		display: inline-block;
		width: auto;
		font-size: 9px;
		font-weight: normal;
	}
	.list_card_walfare .table_price .td02 { width: auto; }
	.list_card_walfare .table_price .td03 { width: auto; }
	.list_card_walfare .table_price .td02:before,
	.list_card_walfare .table_price .td03:before {
		content: attr(data-label);
		display: inline-block;
		margin-right: 3px;
		padding: 3px 5px;
		background: #0B3078;
		font-size: 9px;
		color: #fff;
		font-weight: normal;
	}
	.list_card_walfare .tag { margin-top: 5px;margin-bottom: 25px; }
		.list_card_walfare .tag {
		clear: both;
		width: 100%;
		padding: 5px 10px;
		margin: 0;
	}
	.list_card_walfare .tag .tag01 {
		float: left;
		width: 49.5%;
		margin: 0 0 1% 1%;
		padding: 2px;
		font-size: 10px;
	}
	.list_card_walfare .tag .tag01:nth-child(2n+1) { margin-left: 0; }
	.list_card_walfare .tag .tag01.thin { font-size: 10px; }
	.list_card_walfare .card_shopbox {
		margin: 0 10px 5px;
		padding: 5px;
		border: 1px solid #a5a5a5;
		font-size: 10px;
	}
	.list_card_walfare .card_shopbox .area {
		margin-right: 5px;
		padding: 0 5px 0 0;
		border-right: 1px dotted #000;
	}
	.list_card_walfare .card_btnbox a {
		width: 100%;
		margin-bottom: 10px;
		font-size: 14px;
	}

	/* セニアカー物件詳細 */
	.welfare_block .shop.side {
		position: static;
		right: auto;
		top: auto;
		width: 100%;
		border: none;
	}
	.detail_block.welfare_block h1 { padding: 10px 15px; }
	.btn_thumb_page_tel a {
		width: 100%;
		margin-bottom: 5px;
		text-align: center;
	}
	.detail_block.welfare_block .main .box_skin01:first-child { padding-bottom: 0; }
	.welfare_block .pricebox { font-size: 12px; }
	.welfare_block .pricebox .price { font-size: 22px; }
	.welfare_block .pricebox .comment {
		padding-left: 5px;
		font-size: 10px;
	}
	.table_seniorcar.border0 {
		margin: 0 0 10px;
		padding: 0;
		border-spacing: 0 2px;
		border: none;
	}
	.table_seniorcar.border0 th {
		width: 22%;
		padding: 2px 0;
		font-size: 9px;
		line-height: 1.2;
	}
	.table_seniorcar.border0 th.fsize12 { font-size: 9px; }
	.table_seniorcar.border0 td {
		width: 28%;
		padding: 2px 0 2px 5px;
		font-size: 10px;
		line-height: 1.2;
	}
	.welfare_block .tag01 {
		width: 49%;
		padding: 2px;
		font-size: 10px;
	}
	.welfare_block .tag + p {
		font-size: 11px;
		line-height: 1.4;
	}
	.welfare_block .pointbox .inner {
		margin-bottom: 15px;
		border: 1px solid #ddd;
		border-top: 0;
	}
	.welfare_block .pointbox .title04 {
		margin-bottom: 0;
		padding: 5px;
		font-size: 13px;
	}
	.welfare_block .pointbox .inner h3 { margin: 10px 0; }
	.welfare_block .pointbox .inner p { padding-bottom: 30px;font-size: 12px; }
	.welfare_block .side.shop h4 + p {
		margin-bottom: 10px;
		background: #0B3078;
		font-size: 15px;
		line-height: 1.2;
	}
	.welfare_block .side.shop h4 + p a { color: #fff; }
	.welfare_block .side.shop .ph {
		float: left;
		width: 40%;
	}
	.welfare_block .side.shop .table_shop {
		border-collapse: separate;
		border-spacing: 0 3px;
	}
	.welfare_block .side.shop .table_shop th {
		display: inline-block;
		width: 65px;
		padding: 2px;
		border: none;
		background: #C5CFD9;
		font-size: 10px;
		text-align: center;
	}
	.welfare_block .side.shop .table_shop td {
		display: inline;
		width: auto;
		padding: 2px;
		border: none;
		font-size: 10px;
	}
	.welfare_block .side.shop .indent10 .ph + .table_shop {
		float: right;
		width: 58%;
	}
	.welfare_block .side.shop .table_shop td a { color: #000;text-decoration: underline; }

	/* 404エラー */
	.box_404 { padding-top: 10px;padding-bottom: 0;text-align: left; }
	.box_404 .logo { padding: 0 60px; }
	.box_404 h2 {
		margin: 10px auto 5px;
		font-size: 14px;
	}
	.box_404 p { font-size: 13px; }
	.box_404 .btn_skin03 {
		display: block;
		margin-top: 10px;
		font-size: 14px;
		text-align: center;
	}




}

/* #Print Fixes */
@media print {
   * {
      color:#000 !important;
	  background:transparent !important;
      box-shadow:none !important;
      text-shadow:none !important;
   }
   	
   @page { margin:0.5cm; }	
   p, h2, h3 { orphans:3; widows:3; }
   h2, h3 { page-break-after:avoid; }   
   thead { display:table-header-group; }
   tr, img { page-break-inside: avoid; }
}
.box_premium_ucar.tile02 li img {
	margin: 30px auto;
}

.dl_ok_warranty.col03 dt.two_lines {
	padding: 8px 0 9px 0;
}

@media only screen and (max-width:767px) {
	.dl_ok_warranty.col03 dt.two_lines {
		padding: 5px 0 8px;
	}
}
