@charset "EUC-JP";
/* CSS Document */


html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background: #FFF;
	line-height: 1;
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3",HiraKakuPro-W3, Osaka, "メイリオ",Meiryo, "ＭＳ Ｐゴシック",verdana, arial, sans-serif;
	font-size: 12px;
	color: #333;
		-webkit-text-size-adjust: none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block;}

ul { list-style: none;}

blockquote, q { quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

/* andy追記 */

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #595959;
	text-decoration: none;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del { text-decoration: line-through;}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select ,textarea{
	margin: 0;
	padding: 0;
	vertical-align: middle;
	font-size: 99%;
}

.clearfix:after{
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: ".";
	line-height: 0;
}

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

/*-------- header --------*/
#gHeader{
	border-top: 4px solid #e50012;
	padding-bottom: 5px;
}

#top #gHeader{ height: 86px;}

#gHeader:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: ".";
	line-height: 0;
}

#gHeadBtn {
	margin-top: 4px;
	width: 50%;
	text-align: right;
	direction: rtl;
	float: right;
}

#gHeadBtn:after{
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: ".";
	line-height: 0;
}

#gHeadBtn a {
	display: block;
	padding: 0px 5%;
}

#gHeadBtn a .img {
	display: block;
	padding: 0px 15%;
}

#gHeadBtn img {
	max-width: 60%;
	height: auto;
	vertical-align: top;
}

#gLogo {
	float: left;
	margin: 6px 0 0 2.5%;
	width: 45%;
}

#gLogo img{
	max-width: 75%;
	height: auto;
}

#top #gLogo {
	top: 43px;
	left: 10px;
}

#gHeader .open a {
	background: -moz-linear-gradient(
		top,
		#dfdfdf 0%,
		#5f5f5f);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#dfdfdf),
		to(#5f5f5f));
	border: 1px solid #8c8c8c;
}

.newHdr #gHeadBtn .gMenu {
	height: auto;
	margin: 0;
}

.newHdr #gHeadBtn .gMenu a {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	font-family: Arial;
	line-height: 1.5;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	text-shadow: none;
}

.newHdr #gHeadBtn .gMenu.open a {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
}

.newHdr #gHeadBtn .gHistory {
	float: right;
	font-size: 10px;
	text-align: center;
}

.newHdr #gHeadBtn .gHistory a {color: #000000;line-height: 1.7;}

.newHdr #gHeadBtn .gBookmark {
	float: right;
	font-size: 9px;
	text-align: center;
}

.newHdr #gHeadBtn .gBookmark a {
	color: #000000;
	line-height: 1.6;
}

/*-------- footer --------*/
#gFooter {
	margin-top:20px;
	padding-bottom:20px;
}

#gFooter table {
	border-collapse:separate;
	width:100%;
	box-shadow: 0px 0px 2px rgba(000,000,000,0.2);
		-moz-box-shadow: 0px 0px 2px rgba(000,000,000,0.2);
		-webkit-box-shadow: 0px 0px 2px rgba(000,000,000,0.2);
	margin-bottom:10px;
}

#gFooter table td {
	background:#eee;
	width:50%;
	text-align:center;
	vertical-align:middle;
	border-top:1px solid #fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#gFooter table td:nth-child(even) { border-right:none;}

#gFooter table td a {
	display:block;
	padding:10px 0;
	font-size:89%;
	font-weight:bold;
	text-shadow: 0px 1px 1px 1px rgba(255,255,255,0.3),0px 0.5px 0px rgba(0,0,0,1);
	vertical-align:middle;
}

.gFootLogo { text-align:center;}

/*-------------------------------------------------*/
/*                       contents                         */
/*-------------------------------------------------*/

body#cardetailPage { padding-bottom:50px;}

#contents{ width:100%;}

/*-------- topicpath --------*/
#topicpath {
	padding: 5px;
	border-top: 1px solid #ccc;
	overflow: hidden;
}

#topicpath ul { overflow: hidden;}

#topicpath li {
	padding-left: 25px;
	float: left;
	color: #555;
	font-size: 11px;
	font-weight: bold;
	background: url(https://img.goo-net.com/common_v2/img/iphone/bg_arrow_path.png);
	background-repeat: no-repeat;
	background-size: 5px 8px;
	background-position: 11px center;
}

#topicpath li:first-child {
	background: none;
	padding-left: 0;
}

#topicpath li:last-child { padding: 4px 0 4px 25px;}

#topicpath li a {
	padding: 3px 5px;
	display: block;
	background: #ebeaea;
	border: 1px solid #c4c4c4;
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	font-weight: normal;
}

/* footerBreadcrumb */
.topicpath {
	border-top-style: none;
	padding: 15px 0 15px 10px;
	overflow: hidden;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.topicpath li {
	display: inline;
	font-size: 12px;
	line-height: 1.8;
}

.topicpath li span {
	padding: 0 0 0 19px;
	background: url("https://img.goo-net.com/common_v2/img/bg_line_path.gif") no-repeat 8px 4px;
}

.topicpath li a:visited { color: #800080;}
.topicpath li a { color: #0000ff;}


/*-------- title --------*/
#titleArea{
	padding: 10px;
	border-top: 1px solid #aeaeae;
	background: linear-gradient(to bottom, #f1efef 0%, #fff 49%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff), color-stop(0.49, #fff), color-stop(0.00, #f1efef));
	background: -webkit-linear-gradient(top, #f1efef 0%, #fff 49%, #fff 100%);
	background: -moz-linear-gradient(top, #f1efef 0%, #fff 49%, #fff 100%);
}

#titleArea h1{
	color: #242a32;
	font-weight: normal;
	font-size: 114%;
	line-height: 1.4;
}

#titleArea.kanteiTtl h1 {
	padding-left: 40px;
	background-image: url(https://img.goo-net.com/common_v2/img/iphone/icon_title_kantei.png);
	background-position: 5px 50%;
	background-repeat: no-repeat;
	background-size: 30px 31px;
		-webkit-background-size: 30px 31px;
		-moz-background-size: 30px 31px;
}

h2.tit {
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
}

h2.tit_dtl,
h2.tabH2 {
	margin-bottom: 5px;
	padding: 10px 0 10px 35px;
	font-size: 15px;
	background: url("https://img.goo-net.com/common_v2/img/iphone/icon_tit_spread.png") no-repeat 10px center;
	background-size: 16px 18px;
		-webkit-background-size: 16px 18px;
		-moz-background-size: 16px 18px;
}

h2.tit_dtl2
 {overflow: hidden;}

h2.tit_dtl2 span
 {float: left; }

h2.tit_dtl2 a{
  float: right;
  padding: 0 10px;
  color:#027ab5;
  font-size: 14px;
	font-weight:normal;
}

h2.tit_bg_blue {
	padding: 8px 0 8px 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: #002e79;
}

h3.tit {
	margin-bottom: 10px;
	padding: 15px 10px 5px 10px;
	color: #000;
	font-size: 13px;
	font-weight: bold;
}

/* last_fav */
.last_fav {
	position: relative;
}

.last_fav .fav_text {
	display: block;
	color: #fff;
	z-index: 20;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
}

.last_fav .fav_text .center {
	font-weight: bold;
	position: absolute;
    transform: translateY(15%);
    left: 0;
    right: 0;
}

.last_fav .fav_text .center p {
	font-size: 14px;
	margin: 10px 0 20px;
	line-height: 1.7;
}

.last_fav .fav_text .center div {
	width: 270px;
	line-height: 50px;
	font-size: 16px;
	border-radius: 4px;
	position: relative;
}

.last_fav .fav_text .center div::before {
    content: '';
    width: 40px;
    height: 20px;
    position: absolute;
    display: block;
    background-image: url(https://img.goo-net.com/common_v2/img/iphone/sprite_icon_fav_est_btn.png);
    background-size: 21px auto;
    background-repeat: no-repeat;
    left: 5%;
    top: 30%;
}

.last_fav .fav_text .center .estimate_btn::before {
    background-position: 0 100%;
    height: 18px;
}

.last_fav .fav_text .center .favorite_btn {
	border: 1px solid #0DA8E2;
	background: #0DA8E2;
	margin: 0 auto;
	overflow: hidden;
}

.last_fav .fav_text .center .favorite_btn a {
	color: #fff;
	outline-style: none;
	width: 100%;
	display: block;
}

.last_fav .fav_text .center .favorite_btn a .left {
	float: left;
	width: 78%;
	padding-left: 20%;
	text-align: center;
}

.last_fav .fav_text .center .favorite_btn a .right {
	float: right;
	line-height: 1.3;
	font-size: 10px;
	width: 22%;
	padding: 7px 0;
	text-align: center;
}

.last_fav .fav_text .center .favorite_btn .right .number {
    font-size: 18px;
}

.last_fav .fav_text .center .favorite_btn .right .people {
	font-size: 12px;
}

.last_fav .fav_text .center .done{
	border: 1px solid #0DA8E2;
	background: #FFF;
	margin: 0 auto;
}

.last_fav .fav_text .center .done a {
	color: #0DA8E2; 
}

.last_fav .fav_text .center .done::before {
    background-position: 0 50%;
    height: 18px;
}

.last_fav .fav_text .center .estimate_btn {
	border: 1px solid #EA3F46;
	background: #EA3F46;
	margin: 25px auto 0;
}

.last_fav .fav_text .center .estimate_btn a {
	color: #fff;
	display: block;
}

/*-------- favoriteBtn --------*/
.detailBtnArea {
	width: 96%;
	margin-bottom: 10px;
	padding: 0 2%;
}

.detailBtnArea a {
	border: 1px solid #0389c0;
	width: 100%;
	display: table;
	color: #000;
	padding: 2px 2px 2px 0;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 23px 23px;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	box-shadow: 0px 2px 0px rgba(0,74,104,1),inset 0px 0px 0px rgba(255,255,255,0);
		-moz-box-shadow: 0px 2px 0px rgba(0,74,104,1),inset 0px 0px 0px rgba(255,255,255,0);
		-webkit-box-shadow: 0px 2px 0px rgba(0,74,104,1),inset 0px 0px 0px rgba(255,255,255,0);
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
}

.detailBtnArea #compare_list_top {
	background: -webkit-linear-gradient( 90deg, rgb(232,232,232) 0%, rgb(246,246,246) 100%);
	background: -moz-linear-gradient( 90deg, rgb(232,232,232) 0%, rgb(246,246,246) 100%);
}

.detailBtnArea #compare_list_top_botton_on a {
	background-image: url("https://img.goo-net.com/common_v2/img/iphone/icon_blue_favorite.png");
}

.detailBtnArea #compare_list_top_botton_off a {
	background-image: url("https://img.goo-net.com/common_v2/img/iphone/icon_white_favorite.png");
	background-color: #0389c0;
	color: #fff;
}

.detailBtnArea a span {
	display: table-cell;
	padding: 12px 0 10px 25px;
	vertical-align: middle;
}

.detailBtnArea a .txt {
	width: 70px;
	padding: 3px 0;
	font-size: 70%;
	background: #0389c0;
	color: #fff;
	border-radius: 0 3px 3px 0 / 0 3px 3px 0;
		-moz-border-radius: 0 3px 3px 0 / 0 3px 3px 0;
		-webkit-border-radius: 0 3px 3px 0 / 0 3px 3px 0;
}

.detailBtnArea a .txt .ninzuu {
	display: inline;
	padding: 0;
	font-size: 16px;
	vertical-align: baseline;
}

/*-------- details --------*/
.item_details {
	margin-bottom: 10px;
	padding: 0 10px;
	overflow: hidden;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	font-size: 16px;
}

.item_details dl {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	border-collapse: separate;
	border-spacing: 0 5px;
	font-size: 89%;
}
.item_details dl.color { width: auto;}

.item_details dt,
.item_details dd {
	display: table-cell;
}

.item_details dd {
	font-weight:600;
}

.item_details dt {
	width: 2.5em;
	color: #969696;
}

.item_details .color dt { width: 3.5em;}
/*-------- price --------*/
.item_price {
	margin-bottom: 10px;
	padding: 0 10px;
}

.item_price dl {
	width: 100%;
	display: table;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
}

.item_price dl:first-child { margin-bottom: 5px;}

.item_price dt,
.item_price dd {
	display: table-cell;
	vertical-align: bottom;
}

.item_price dt {
	font-size: 14px;
	color: #414141;
}

.item_price dt img {
	margin-left: 3px;
	vertical-align: text-top;
}

.item_price dd {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}

/*-------- residual_value --------*/
.residual_value,.gooloan {
	width: 100%;
	margin-bottom: 25px;
	padding: 15px 10px 0;
	display: table;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
}

.residual_value p,.gooloan p { margin-bottom: 5px;}

.residual_value a img,.gooloan a img {
	margin-left: 3px;
	vertical-align: text-bottom;
}

.residual_value dl,.gooloan dl {
	width: 45%;
	display: table;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
}

.residual_value dt,.residual_value dd,.gooloan dt,.gooloan dd {
	display: table-cell;
	vertical-align: middle;
}

.residual_value dt,.gooloan dt { color: #969696;}

.residual_value dd,.gooloan dd {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}

/*-------- kantei --------*/
.gooKanteiBox {
	margin: 0 10px 10px;
	border: 1px solid #ddd;
	line-height: 1.4;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}

.gooKanteiBox h3 {
	margin-bottom: 4px;
	padding: 12px 15px 0;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.gooKanteiBox dl {
	display: table;
	margin: 0 auto 10px;
	border-collapse: separate;
	border-spacing: 10px 0;
	text-align: left;
}

.gooKanteiBox dt,
.gooKanteiBox dd {
	display: table-cell;
	vertical-align: middle;
}

.gooKanteiBox dt { width: 42px;}

.gooKanteiBox dd table th,
.gooKanteiBox dd table td {
	padding: 0 10px 0 0;
	vertical-align: text-bottom;
}

.gooKanteiBox dd table th {
	font-size: 11px;
	font-weight: normal;
	color: #545454;
}

.gooKanteiBox dd table td {
	font-size: 14px;
	font-weight: bold;
	color: #ed0303;
}

.gooKanteiBox dd table td.stars { font-size: 20px;}

.gooKanteiBox .inner {
	padding: 0 10px;
	display: none;
}

.gooKanteiBox .inner .date {
	margin-bottom: 8px;
	font-size: 10px;
	color: #545454;
	text-align: right;
}

.gooKanteiBox .inner .about {
	margin-bottom: 10px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.gooKanteiBox .inner .about span { font-size: 11px;}
.gooKanteiBox .inner .about .scor {
	margin-left: 10px;
	font-size: 20px;
	color: #ed0303;
}

.gooKanteiBox .inner .about .stars {
	margin-left: 10px;
	font-size: 19px;
	color: #ed0303;
}

.gooKanteiBox .inner .about .notice {
	margin-left: 10px;
	font-size: 14px;
	color: #ed0303;
}

.gooKanteiBox .inner .text { margin-bottom: 20px;}

.more {
	padding: 10px 0;
	font-size: 13px;
	color: #000;
	text-align: center;
	background: #ddd;
	background-image: url("https://img.goo-net.com/common_v2/img/iphone/icon_arrow_under.png");
	background-repeat: no-repeat;
	background-position: 97% center;
	background-size: 14px 8px;
	border-top: 1px solid #e3e3e3;
	border-radius: 0 0 3px 3px/ 0 0 3px 3px;
		-moz-border-radius: 0 0 3px 3px/ 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px/ 0 0 3px 3px;
}

.more.open { background-image: url("https://img.goo-net.com/common_v2/img/iphone/icon_arrow_over.png");}
/*-------- shop --------*/
.shop_info {
	margin-bottom: 15px;
	padding: 15px 10px;
	background: #fef2c6;
	line-height: 1.4;
}

.shop_info .shop_name {
	margin-bottom: 6px;
	font-size: 14px;
}

.shop_info .map {
	width: 100%;
	margin-bottom: 6px;
	display: table;
}

.shop_info .shop_name,
.shop_info .map .map_btn {
	display: table-cell;
	vertical-align: middle;
}

.shop_info .map_btn {
	width: 60px;
	font-weight: bold;
}

.shop_info .map_btn a {
	margin-left: 5px;
	padding: 7px 14px 7px 6px;
	display: block;
	font-size: 14px;
	color: #000;
	background: #d8d8d8;
	background-image: url("https://img.goo-net.com/common_v2/img/iphone/icon_link_arrow.png");
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 7px 10px;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}

.shop_info .shop_address {
	padding: 3px 0;
	display: block;
	font-size: 12px;
	font-weight: bold;

}

.shop_info .callBtn { margin-bottom: 10px;}

.shop_info .callBtn .tel_no {
	font-size: 18px;
	font-weight: bold;
	color: #595959;
	text-align: center;
}

/*-------- reservationBox --------*/
.reservationBox {
	margin-bottom: 15px;
}

.reservationBox .reservationSelectBox {
	margin: 0 0 20px;
	padding: 10px;
	background: #eee;
	position: relative;
}

.reservationBox .reservationSelectBox:before {
	width: 0;
	height: 0;
	margin: auto;
	content: "";
	position: absolute;
	bottom: -27px;
	right: 0;
	left: 0;
	border: 15px solid transparent;
	border-top: 15px solid #eee;
}

.reservationBox .reservationSelectBox p { margin: 0 0 15px;}

.reservationBox .reservationSelectBox ul { margin: 0 0 5px;}

.reservationBox .reservationSelectBox ul li {
	margin: 5px 30px 8px 0;
	display: inline-block;
}

.reservationBox .reservationSelectBox ul li label {
	padding: 1px 0 1px 25px;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	background: url(https://img.goo-net.com/common_v2/img/iphone/bg_check_reservation.png?160914) no-repeat;
	background-size: 18px auto;
	background-position: 0 0;
}
.reservationBox .reservationSelectBox ul li .on { background-position: 0 -23px;}

.reservationBox .reservationSelectBox ul li input[type="radio"] {
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	opacity:0;
}

.reservationBox .reservationSelectBox select {
	width: 100%;
	padding: 12px 0 11px 8px;
	display: block;
	border: 1px solid #ccc;
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	background: url(https://img.goo-net.com/common_v2/img/iphone/bg_icon_select_pulldown_arrow.png?160912) no-repeat 95% #fff;
	background-size: 14px auto;
	appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
	box-shadow: 0px 1px 0px rgba(203,203,203,1),inset 0px 0px 0px rgba(255,255,255,0);
		-moz-box-shadow: 0px 1px 0px rgba(203,203,203,1),inset 0px 0px 0px rgba(255,255,255,0);
		-webkit-box-shadow: 0px 1px 0px rgba(203,203,203,1),inset 0px 0px 0px rgba(255,255,255,0);
}

.reservationBox .reservationCalendar {
	width: 90%;
	margin: 10px auto;
	padding: 40px 0 0;
	position: relative;
	overflow: hidden;
}

.reservationBox .reservationCalendar .flex-direction-nav li a {
	width: 50px;
	height: 30px;
	position: absolute;
	top: 0;
	border: 1px solid #cbcbcb;
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	box-shadow: 0px 1px 0px rgba(203,203,203,1),inset 0px 0px 0px rgba(255,255,255,0);
	-moz-box-shadow: 0px 1px 0px rgba(203,203,203,1),inset 0px 0px 0px rgba(255,255,255,0);
	-webkit-box-shadow: 0px 1px 0px rgba(203,203,203,1),inset 0px 0px 0px rgba(255,255,255,0);
}

.reservationBox .reservationCalendar .flex-direction-nav li .flex-prev {
	left: 0;
	background: url(https://img.goo-net.com/common_v2/img/iphone/icon_reservation_calendar_prev.png?160914) no-repeat center #fff;
	background-size: 8px auto;
}

.reservationBox .reservationCalendar .flex-direction-nav li .flex-next {
	right: 0;
	background: url(https://img.goo-net.com/common_v2/img/iphone/icon_reservation_calendar_next.png?160914) no-repeat center #fff;
	background-size: 8px auto;
}

.reservationBox .reservationCalendar .slider { margin: 0 0 5px;}

.reservationBox .reservationCalendar .date {
	margin-bottom: 15px;
	font-size: 14px;
	text-align: center;
}

.reservationBox .reservationCalendar #calendar {
	width: 100%;
	height: 76px;
	margin-bottom: 10px;
	overflow: hidden;
}
.reservationBox .reservationCalendar #calendar li {
	width: 43px;
	margin: 0 1px 0 0;
	float: left;
	text-align: center;
}

.reservationBox .reservationCalendar #calendar div {
	margin: 0 0 5px 0;
	color: #666;
	font-weight: bold;
}

.reservationBox .reservationCalendar #calendar div.saturday { color: #0071a0;}
.reservationBox .reservationCalendar #calendar div.sunday { color:#d80000;}

.reservationBox .reservationCalendar #calendar li input[type="radio"] {
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	position: absolute;
	left: 0;
	top: 0;
}

.reservationBox .reservationCalendar #calendar li label {
	padding: 9px 0 0;
	height: 48px;
	display: block;
	position: relative;
	color: #000;
	text-decoration: none;
}

.reservationBox .reservationCalendar #calendar .vacant label {
	background: url(https://img.goo-net.com/common_v2/img/iphone/bg_icon_reservation_vacant.png), -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ebe9e9), color-stop(0.00, #fff));
	background: url(https://img.goo-net.com/common_v2/img/iphone/bg_icon_reservation_vacant.png), -webkit-linear-gradient(#fff, #ebe9e9);
	background: url(https://img.goo-net.com/common_v2/img/iphone/bg_icon_reservation_vacant.png), -moz-linear-gradient(#fff, #ebe9e9);
	background: url(https://img.goo-net.com/common_v2/img/iphone/bg_icon_reservation_vacant.png), linear-gradient(#fff, #ebe9e9);
	background-repeat: no-repeat;
	background-position: center 35px,0 0;
	background-size: 11px,100%;
	border: 1px solid #ccc;
}
.reservationBox .reservationCalendar #calendar .full label {
	background: url(https://img.goo-net.com/common_v2/img/iphone/bg_icon_reservation_elapse.png), -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ebe9e9), color-stop(0.00, #fff));
	background: url(https://img.goo-net.com/common_v2/img/iphone/bg_icon_reservation_elapse.png), -webkit-linear-gradient(#fff, #ebe9e9);
	background: url(https://img.goo-net.com/common_v2/img/iphone/bg_icon_reservation_elapse.png), -moz-linear-gradient(#fff, #ebe9e9);
	background: url(https://img.goo-net.com/common_v2/img/iphone/bg_icon_reservation_elapse.png), linear-gradient(#fff, #ebe9e9);
	background-repeat: no-repeat;
	background-position: center 35px,0 0;
	background-size: 11px,100%;
	border: 1px solid #ccc;
}
.reservationBox .reservationCalendar #calendar label.choice {
	color: #fff;
	background: url(https://img.goo-net.com/common_v2/img/iphone/bg_icon_reservation_choice.png) no-repeat center 35px #002e79;
	background-size: 11px;
	border: 1px solid #002e79;
}

.reservationBox .reservationCalendar .notes { text-align: right;}

.reservationBox .timeSelectBox {
	margin: 0 0 15px;
	padding: 0 10px;
}

.reservationBox .timeSelectBox select {
	width: 100%;
	padding: 12px 0 11px 8px;
	display: block;
	border: 1px solid #ccc;
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	background: url(https://img.goo-net.com/common_v2/img/iphone/bg_icon_select_pulldown_arrow.png?160912) no-repeat 95% #fff;
	background-size: 14px auto;
	appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
	box-shadow: 0px 1px 0px rgba(203,203,203,1),inset 0px 0px 0px rgba(255,255,255,0);
		-moz-box-shadow: 0px 1px 0px rgba(203,203,203,1),inset 0px 0px 0px rgba(255,255,255,0);
		-webkit-box-shadow: 0px 1px 0px rgba(203,203,203,1),inset 0px 0px 0px rgba(255,255,255,0);
}

.reservationBox .btn,
.reservationBox .btnDisable { padding: 0 10px; margin-bottom: 20px;}
.reservationBox .btn { display: none;}
.reservationBox .btn a{
	width: 100%;
	padding: 14px 0 15px;
	display: block;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #e38d12;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff9600), color-stop(0.00, #ffc573));
	background: -webkit-linear-gradient(#ffc573, #ff9600);
	background: -moz-linear-gradient(#ffc573, #ff9600);
	background: linear-gradient(#ffc573, #ff9600);
}

.reservationBox .btnDisable span {
	width: 100%;
	padding: 14px 0 15px;
	display: block;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	color: #999;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #dedede;
	border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	background: #dedede;
}

/*-------- article --------*/
.articleWrap { margin-bottom: 15px;}

.articleWrap table {
	width: 100%;
	margin: 0;
	border-top: 1px #e6e6e6 solid;
}

.articleWrap table th{
	padding: 6px 6px 6px 9px;
	background: #f5f5f5;
	border-bottom: 1px #e6e6e6 solid;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

.articleWrap table td{
	padding:6px 6px 6px 9px;
	border-bottom: 1px #e6e6e6 solid;
	vertical-align: middle;
}

.articleWrap.catalog_tbl table{
	word-wrap:break-word;
	table-layout:fixed;
	width:100%;
}
.articleWrap.catalog_tbl table th,
.articleWrap.catalog_tbl table td{
	padding: 10px 6px 10px 9px;
}
.articleWrap.catalog_tbl .catalog_note{
	padding: 0px 9px;
	margin-top: 10px;
	font-size: 11px;
	line-height: 1.4;
}

.articleWrap.catalog_tbl .catalog_btn{
	margin-top:15px;
	padding: 0 10px;
}
.articleWrap.catalog_tbl .catalog_btn a{
    display: block;
    padding: 15px 0 15px 10px;
    text-align: center;
    background: url(//img.goo-net.com/common_v2/img/iphone/icon_link_arrow.png) no-repeat 97% center;
    background-size: 7px 10px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.articleWrap .itemList {
	padding: 0 10px;
	overflow: hidden;
}

.articleWrap .itemList li {
	width: 49%;
	min-height: 24px;
	margin-bottom: 5px;
	padding: 5px 0 5px 2px;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
}

.articleWrap .itemList li.col2 {
	width: 100%;
	overflow: hidden;
}

.articleWrap .itemList li.on {
	background-color: #ffe5e5;
	border: 1px solid #ff8e8e;
	color: #000;
}

.articleWrap .itemList li.off {
	background-color: #f1f1f1;
	border: 1px solid #f1f1f1;
	color: #999;
}
.articleWrap .itemList li.txtSet {
	font-size: 11px;
	letter-spacing: -0.1em;
}

/*-------- coupon --------*/
.couponBox {
	margin-bottom: 15px;
	padding: 5px 10px 15px;
	line-height: 1.4;
	border-bottom: 1px solid #e6e6e6;
}

.couponBox .catch {
	display: table;
	margin-bottom: 8px;
}

.couponBox .catch .ticket,
.couponBox .catch .txt {
	display: table-cell;
	vertical-align: middle;
}

.couponBox .catch .ticket { width: 50px;}

.couponBox .catch .txt .coupon { font-weight: bold;}

.couponBox .couponInfo {
	margin-bottom: 10px;
	overflow: hidden;
}

.couponBox .couponInfo .img {
	width: 127px;
	margin-right: 10px;
	float: left;
}

.couponBox .couponInfo .img img { border: 1px solid #e7e7e7;}

.couponBox .couponInfo .txt { padding-top: 5px;}

.couponBox .noticeRed {
	font-size: 10px;
	color: #d10301;
}

/*-------- pricePack --------*/
.packPlanBox {
	margin: 0 10px 10px;
	padding-top: 15px;
	line-height: 1.4;
	border: 1px solid #ddd;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}

.packPlanBox .catch {
	margin-bottom: 6px;
	text-align: center;
	font-weight: bold;
}

.packPlanBox .item_price dt,
.packPlanBox .item_price dd {
	font-size: 12px;
	vertical-align: middle;
}

.packPlanBox .inner {
	padding: 0 10px;
	display: none;
}

.packPlanBox .inner table {
	width: 100%;
	margin-bottom: 15px;
}

.packPlanBox .inner table th {
	width: 90px;
	padding: 5px 0;
	font-weight: normal;
	text-align: left;
}

.packPlanBox .inner table th img { margin-top: 5px;}

/*-------- loanPlanBox --------*/
.loanPlanWrap {
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
	line-height: 1.4;
}

.loanPlanWrap .inner {
	padding: 0 10px;
	display: none;
}

.loanPlanWrap table {
	width: 100%;
	margin: 0;
	border-top: 1px #e6e6e6 solid;
	border-left: 1px #e6e6e6 solid;
}

.loanPlanWrap table th {
	padding: 6px 6px 6px 9px;
	background: #f5f5f5;
	border-bottom: 1px #e6e6e6 solid;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

.loanPlanWrap table td {
	padding:6px 6px 6px 9px;
	border-right: 1px #e6e6e6 solid;
	border-bottom: 1px #e6e6e6 solid;
	vertical-align: middle;
}

.loanPlanWrap ul {
	padding: 10px 0;
	font-size: 11px;
}

/*-------- shopInfo --------*/
.shopInfoBox { margin-bottom: 15px;}

.shopInfoBox .shopLink a {
	display: block;
	padding: 15px 25px 13px 10px;
	line-height: 1.4;
	background: url("https://img.goo-net.com/common_v2/img/iphone/icon_link_arrow.png") no-repeat 97% center ;
	background-size: 7px 10px;
		-webkit-background-size: 7px 10px;
		-moz-background-size: 7px 10px;
}

.shopInfoBox .shopLink a .itemLabel {
	margin-right: -2px;
	padding-bottom: 5px;
	display: block;
	clear: both;
}

.shopInfoBox .shopLink a .itemLabel span {
	margin-bottom: 2px;
	margin-right: 2px;
	padding: 3px 0 2px;
	display: block;
	font-size: 10px;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
}

.shopInfoBox .shopLink a .itemLabel span.dealer {
	background: #ff9900;
	width: 128px;
}

.shopInfoBox table {
	width: 100%;
	margin: 0 0 15px;
}

.shopInfoBox table th,
.shopInfoBox table td {
	border-top: 1px #e6e6e6 solid;
	border-bottom: 1px #e6e6e6 solid;
	padding: 6px 6px 6px 10px;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
}

.shopInfoBox table th {
	width: 38%;
	background: #f5f5f5;
	font-weight: normal;
}

.shopInfoBox table td .map_btn {
	width: 55px;
	float: right;
	font-weight: bold;
	vertical-align: middle;
}

.shopInfoBox table td .map_btn a {
	padding: 7px 14px 7px 6px;
	display: block;
	font-size: 14px;
	color: #000;
	background: #d8d8d8;
	background-image: url("https://img.goo-net.com/common_v2/img/iphone/icon_link_arrow.png");
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 7px 10px;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}

.shopInfoBox table td .callBtn .long_callnote {
	margin: 5px auto;
	padding: 6px 0 3px;
	font-size: 13px;
	background-image: url("https://img.goo-net.com/common_v2/img/iphone/icon_btn_call_m.png");
	background-position: 8px 50%;
	background-size: 12px 17px;
		-webkit-background-size: 12px 17px;
		-moz-background-size: 12px 17px;
}

.shopInfoBox .coupon_area { margin: 0 10px 15px;}

.shopInfoBox .coupon_area div {
	background: #ffe5e5;
	line-height: 1.4;
	border: solid 1px #ff8e8e;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
}

.shopInfoBox .coupon_area h3 {
	margin-bottom: 10px;
	padding: 10px 10px 5px;
	color: #ed0303;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dashed #ff8e8e;
}
.shopInfoBox .coupon_area div dl {
	margin: 0 10px 10px;
	clear: both;
	position: relative;
	overflow: hidden;
}

.shopInfoBox .coupon_area div dl dt {
	float: left;
	width: 105px;
	text-align: left;
}

.shopInfoBox .coupon_area div dl dd {
	text-align: left;
	position: relative;
	overflow: hidden;
}

.shopInfoBox .coupon_area div dl dd.catch {
	padding-bottom: 5px;
	font-weight: bold;
	position: relative;
	overflow: hidden;
}

.shopInfoBox .campaign,
.shopInfoBox .message {
	margin-bottom: 15px;
	padding: 0 10px;
	line-height: 1.4;
	overflow: hidden;
}

.shopInfoBox .photo {
	width: 95px;
	margin-right: 10px;
	float: left;
}

.shopInfoBox .photo img { border: 1px solid #e7e7e7;}

.shopInfoBox .catch {
	margin-bottom: 5px;
	font-weight: bold;
}

/*-------- shopReview --------*/
.shopReviewBox { padding: 0 10px;}

.shopReviewBox table {
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
}

.shopReviewBox table th {
	font-weight: normal;
}

.shopReviewBox table td {
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
}
.shopReviewBox table td span {
	margin-right: 10px;
	font-size: 16px;
}

.shopReviewBox .revList {
	margin-bottom: 15px;
	line-height: 1.4;
}

.shopReviewBox .revList .post {
	padding: 15px 10px 10px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
}

.shopReviewBox .revList .post dl {
	width: 100%;
	margin-bottom: 10px;
	display: table;
}

.shopReviewBox .revList .post .contributor {
	display: table-cell;
	margin-bottom: 10px;
}

.shopReviewBox .revList .post .contributor span { margin-right: 10px;}

.shopReviewBox .revList .post .date { display: table-cell;}

.shopReviewBox .revList .post .carName {
	margin-bottom: 10px;
	font-size: 11px;
	color: #444;
}

.shopReviewBox .revList .post .stars {
	margin-left: 10px;
	font-size: 16px;
	color: #ff0000;
}
.shopReviewBox .revList .post .score {
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}

.shopReviewBox .revList .shopComment {
	padding: 15px 10px 15px;
	display: none;
	border-top: 1px dashed #e3e3e3;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.shopReviewBox .revList .comment { margin-bottom: 10px;}
.shopReviewBox .revList .date { text-align: right;}
.shopReviewBox .revList .more { margin-bottom: 15px;}
.shopReviewBox .revList .more:last-child { margin-bottom: 0;}


.shopReviewBox .btnMoreRev {
	margin-bottom: 15px;
}

.shopReviewBox .btnMoreRev a {
	display: block;
	padding: 10px 0 10px 10px;
	color: #000;
	background: url("https://img.goo-net.com/common_v2/img/iphone/icon_link_arrow.png") no-repeat 97% center ;
	background-size: 7px 10px;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}

/*-------- stockIntroduction --------*/
.stockIntroduction {margin-bottom: 30px;}


.stockIntroduction a {
	display: block;
	border-bottom: 1px solid #DBDBDB;
}

.stockIntroduction table {
	background-image: url("https://img.goo-net.com/common_v2/img/iphone/icon_link_arrow.png");
	background-position: 97% 50%;
	background-repeat: no-repeat;
	background-size: 7px 10px;
		-webkit-background-size: 7px 10px;
		-moz-background-size: 7px 10px;
}

.stockIntroduction table td,
.stockIntroduction table th {
	padding: 10px;
	vertical-align: top;
	line-height: 1.4;
	font-size: 12px;
}

.stockIntroduction table th {
	width: 130px;
}

.stockIntroduction table th img {
	vertical-align: bottom;
}

.stockIntroduction table td p.txt {
	margin-bottom: 5px;
}

.stockIntroduction table td {
	padding: 8px 20px 10px 0;
}

.stockIntroduction table td table {
	background: none repeat scroll 0 0 transparent;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	width: 180px;
}

.stockIntroduction table td table th,
.stockIntroduction table td table td {
	border-bottom: 1px solid #d6d6d6;
	font-size: 11px;
	text-align: left;
	padding: 2px 5px 0;
}

.stockIntroduction table td table th {
	background-color: #eaeaea;
	font-weight: normal;
	width: 40%;
}

/*-------- carReview --------*/
.carReviewBlock {
	margin-bottom: 15px;
	padding: 0 10px 15px;
	border-bottom: 1px solid #e6e6e6;
	line-height: 1.4;
}

.carReviewBlock table {
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
}

.carReviewBlock table th {
	font-weight: normal;
}

.carReviewBlock table td {
	font-size: 18px;
	font-weight: bold;
	color: #008dff;
}
.carReviewBlock table td span {
	margin-right: 10px;
	font-size: 16px;
}

.carReviewBlock .revList {
	margin-bottom: 15px;
	line-height: 1.4;
	border: 1px solid #ddd;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}

.carReviewBlock .revList .revInner { padding: 15px 10px 10px;}

.carReviewBlock .revList dl {
	width: 100%;
	margin-bottom: 10px;
	display: table;
}

.carReviewBlock .revList .contributor {
	display: table-cell;
	margin-bottom: 10px;
}

.carReviewBlock .revList .contributor span { margin-right: 10px;}

.carReviewBlock .revList .date { display: table-cell;}

.carReviewBlock .revList .carName {
	margin-bottom: 10px;
	font-size: 11px;
	color: #444;
}

.carReviewBlock .revList .stars {
	margin-left: 10px;
	font-size: 16px;
	color: #008dff;
}

.carReviewBlock .revList .score {
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #008dff;
}

.carReviewBlock .revList .comment {
	padding: 0 10px 10px;
	display: none;
}

.carReviewBlock .btnMoreRev a {
	display: block;
	padding: 10px 0 10px 10px;
	color: #000;
	background: url("https://img.goo-net.com/common_v2/img/iphone/icon_link_arrow.png") no-repeat 97% center ;
	background-size: 7px 10px;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}

/*-------- magazinRecommend --------*/
.magazinRecommend {margin-bottom: 15px;}

.magazinRecommend ul.entryList { margin-bottom: 15px;}

.magazinRecommend ul.entryList li {
	padding: 10px;
	border-bottom: 1px solid #e6e6e6;
}

.magazinRecommend ul.entryList li a {
	display: table;
	width: 100%;
	color: #000;
	background: url("https://img.goo-net.com/common_v2/img/iphone/icon_link_arrow.png") no-repeat right center ;
	background-size: 7px 10px;
		-webkit-background-size: 7px 10px;
		-moz-background-size: 7px 10px;
}

.magazinRecommend ul.entryList li a .img {
	display: table-cell;
	width: 75px;
}

.magazinRecommend ul.entryList li a .text {
	display: table-cell;
	vertical-align: top;
	padding: 5px 10px 5px 0;
}

.magazinRecommend ul.entryList li a .text h3 {
	margin-bottom: 8px;
	font-weight: normal;
	color: #ff0000;
}

.magazinRecommend ul.entryList li a .text .lead {
	line-height: 1.4;
	text-overflow: ellipsis;
	min-height: 3em;
}

/*-------- btn --------*/
.callBtn .long_callnote {
	width: 100%;
	margin: 0 auto 5px;
	display: block;
	padding: 12px 0 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	color: #fff;
	background: #58a625;
	background-image: url("https://img.goo-net.com/common_v2/img/iphone/icon_btn_call_l.png");
	background-position: 15px 50%;
	background-repeat: no-repeat;
	background-size: 18px 25px;
		-webkit-background-size: 18px 25px;
		-moz-background-size: 18px 25px;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	box-shadow: 0px 2px 0px rgba(41,103,0,1),inset 0px 0px 0px rgba(255,255,255,0);
		-moz-box-shadow: 0px 2px 0px rgba(41,103,0,1),inset 0px 0px 0px rgba(255,255,255,0);
		-webkit-box-shadow: 0px 2px 0px rgba(41,103,0,1),inset 0px 0px 0px rgba(255,255,255,0);
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
}

.callBtn .note {
	font-size: 11px;
	color: #595959;
}

.callBtn .note a { text-decoration: underline;}

.estimationBtn a {
	width: 100%;
	margin: 0 auto 10px;
	display: block;
	padding: 12px 0 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	color: #e00923;
	background: #fff;
	background-image: url(https://img.goo-net.com/cache/ipn/usedcar/spread/btn_icon_estimate.png);
	background-position: 10px 50%;
	background-repeat: no-repeat;
		-webkit-background-size: 24px auto;
		-moz-background-size: 24px auto;
	background-size: 24px auto;
	border: 1px solid #e00923;
		-moz-box-shadow: 0px 2px 0px 0px #8c0415;
		-webkit-box-shadow: 0px 2px 0px 0px #8c0415;
	box-shadow: 0px 2px 0px 0px #8c0415;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*-------- link --------*/
.link {
	margin: 0 10px 15px;
	text-align: right;
}

.link a {
	padding-left: 15px;
	font-weight: bold;
	background: url("https://img.goo-net.com/common_v2/img/iphone/icon_link_arrow.png") no-repeat left center ;
	background-size: 7px 10px;
		-webkit-background-size: 7px 10px;
		-moz-background-size: 7px 10px;
}

/*-------- snsBlock --------*/
.snsBlock {
	padding: 10px;
	clear: both;
	background: #f1f1f1;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
}

.snsBlock p.ttl {
	margin: 0 0 5px 0;
	font-size: 120%;
}

.snsBlock .set3Btn {
	width: 100%;
	margin: 0 0 10px 0;
	overflow: hidden;
	border: 2px solid #c6c6c6;
	border-radius: 4px;
	background: linear-gradient(top, white 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #eaeaea), color-stop(0, white));
	background: -webkit-linear-gradient(top, white 0%, #eaeaea 100%);
	background: -moz-linear-gradient(top, white 0%, #eaeaea 100%);
}

.snsBlock .set3Btn li {
	width: 33%;
	float: left;
	border-right: 1px solid #c6c6c6;
	text-align: center;
}

.snsBlock .set3Btn li:nth-child(3) { border: none;}

.snsBlock .set3Btn li a {
	display: block;
	padding: 28px 0 8px;
}

.snsBlock .set3Btn li.mail a {
	background: url(https://img.goo-net.com/common_v2/img/iphone/icon_mail.png) no-repeat center 7px;
	background-size: 19px 13px;
}

.snsBlock .set3Btn li.twitter a {
	background: url(https://img.goo-net.com/common_v2/img/iphone/icon_twitter.png) no-repeat center 6px;
	background-size: 20px 15px;
}

.snsBlock .set3Btn li.line a {
	background: url(https://img.goo-net.com/common_v2/img/iphone/icon_line.png) no-repeat center 6px;
	background-size: 18px 18px;
}

.snsBlock .subBtn {
	width:125px;
	margin:0 auto;
	text-align: center;
}

.snsBlock .subBtn .fb_iframe_widget {
	width:60px !important;
	float:left;
}

/*-------- floatingDetail --------*/
#floatingDetail {
	width: 100%;
	padding: 5px;
	display: none;
	overflow: hidden;
	background: rgba(255,255,255,0.9);
	border-bottom: 2px solid #c6c6c6;
	font-size: 11px;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
}

#floatingDetail.fixed {
	position: fixed;
	top: 0;
	z-index: 1;
}

#floatingDetail .image {
	width: 75px;
	margin-right: 10px;
	float: left;
}

#floatingDetail .image img { width: 100%;}

#floatingDetail .detail {
	margin-left: 85px;
	padding: 3px 0;
	line-height: 1.4;
}

#floatingDetail .detail .carName { font-weight: bold;}

#floatingDetail .detail .itemPrice {
	padding: 0;
	overflow: hidden;
}

#floatingDetail .detail .itemPrice dl {
	margin-right: 10px;
	float: left;
	display: table;
}

#floatingDetail .detail .itemPrice dt,
#floatingDetail .detail .itemPrice dd {
	display: table-cell;
	vertical-align: bottom;
	font-weight: normal;
	text-align: left;
}

#floatingDetail .detail .itemPrice dt { width: 2.5em;}
#floatingDetail .detail .itemPrice dd span {
	font-size: 14px;
	font-weight: bold;
}

/*-------- floatingBtn --------*/
.floatingBtn {
	width: 100%;
	height: 42px;
	padding: 1px 0;
	position: absolute;
	z-index: 1000;
	bottom: 0;
	left: 0;
	background: #f3f3f3;
}

body.detailIndex .floatingBtn,
body.detailGallery .floatingBtn { position: fixed;}

.floatingBtn ul {
	width: 100%;
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 1px 0;
}

.floatingBtn ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 1.4em;
}

.floatingBtn ul li div {
	margin: 0;
	padding: 0;
}

.floatingBtn ul li a {
	width: 100%;
	height: 42px;
	display: table;
	font-size: 13px;
	font-weight: bold;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.floatingBtn ul li a > div {
	display: table-cell;
	padding-left: 25px;
	vertical-align: middle;
	position: relative;
}

.floatingBtn ul li a > div::before {
	content: '';
	width: 25px;
	height: 42px;
	position: absolute;
	top: 0;
	left: 0;
}
.floatingBtn ul li.reservation a {
	color: #fff;
	background: #e00923;
}
.floatingBtn ul li.reservation a > div::before {
	background: #b10015;
	background-image: url(https://img.goo-net.com/cache/ipn/usedcar/spread/btn_icon_floating_reservation.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 22px auto;
	-moz-background-size: 22px auto;
	background-size: 22px auto;
}

.floatingBtn ul li.telephone a {
	color: #fff;
	background: #58a527;
}
.floatingBtn ul li.telephone a > div::before {
	background: #47871e;
	background-image: url(https://img.goo-net.com/cache/ipn/usedcar/spread/btn_icon_floating_call.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 10px auto;
	-moz-background-size: 10px auto;
	background-size: 10px auto;
}

.floatingBtn ul li.free_inq a {
	color: #e00923;
	border: 1px solid #e00923;
	background: #fff;
}
.floatingBtn ul li.free_inq a > div::before {
	height: 40px;
	background-image: url(https://img.goo-net.com/cache/ipn/usedcar/spread/btn_icon_floating_estimate.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 17px auto;
	-moz-background-size: 17px auto;
	background-size: 17px auto;
}

/*-------- modalBox ANG_PRJ-2661 20170914 --------*/
@media only screen and (orientation : landscape) { .floatingBtn{ display:none; } /*横向き*/
}

/* ANG_PRJ-2339 160512 */

body.tap_action{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
}

body.tap_action .next_prev li,
body.tap_action .more{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*-------------------------------------------------*/
/*                        module                          */
/*-------------------------------------------------*/
.clear { clear: both;}
.float_l { float: left;}
.float_r { float: right;}

.center { text-align: center;}
.right { text-align: right;}
.left { text-align: left;}

.txtRed{ color: #ed0303;}
.txtGray{ color: #666;}
.txtBold{ font-weight: bold!important;}

.font10 { font-size: 10px !important;}
.font18 { font-size: 18px !important;}
.font20 { font-size: 20px !important;}
.mt20 { margin-top: 20px !important;}
.mb20 { margin-bottom: 20px !important;}

.pad0 { padding: 0 !important;}

.pb30 { padding-bottom: 30px !important;}
.pb40 { padding-bottom: 40px !important;}

/* ANG_PRJ-2437*/
.floatingBtn ul li.carlist a {
	height: 45px !important;;
	color: #ffffff;
	font-size: 15px;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	-moz-box-shadow: 0px 0px 20px #000000;
	-webkit-box-shadow: 0px 0px 20px #000000;
	box-shadow: 0px 0px 1px #000000;
	background: rgba(248,80,50,1);
	background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(0%, rgba(241,111,92,1)), color-stop(51%, rgba(246,41,12,1)), color-stop(71%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));
	background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 0%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );
}

.floatingBtn ul li.catalog a {
	height: 45px !important;;
	color: #ffffff;
	font-size: 15px;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	-moz-box-shadow: 0px 0px 20px #000000;
	-webkit-box-shadow: 0px 0px 20px #000000;
	box-shadow: 0px 0px 1px #000000;
	background: rgba(73,155,234,1);
	background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
	background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );
}

.floatingBtn ul li.carlist a div{ padding: 6px 0;}

.floatingBtn ul li.catalog a div{ padding: 6px 0;}
/* 20160905 ANG_PRJ-2494
-------------------------------------- */


#gHeadBtn p.gHistory {
    width: 30%;
}

#gHeadBtn p.gMenu {
    width: 30%;
}

#gHeadBtn  p.gBookmark a .img {
    display: block;
    padding: 0px 22% 1px 22%;
}

#gHeadBtn p.gBookmark {
    width: 38%;
}

/* change headding */

#gHeader{ border-top: none;}

h1.copy{
	background-color: #f4f4f4;
	color: #666666;
	font-size: 11px;
	padding: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: normal;
}

#gHeader{
	border-bottom: 3px solid #e50012;
}

#titleArea.identTtl{
	border-top: none;
}

/* 20161015 ANG_PRJ-2466
-------------------------------------- */

#GooMagazine a {
    border-bottom: 1px solid #DBDBDB;
    display: block;
}
#GooMagazine a table {
    background-image: url(https://img.goo-net.com/goo/usedcar/common/img/iphone/icon_linkmark.png);
    background-position: 94% 50%;
    background-repeat: no-repeat;
    background-size: 8px 12px;
}
#GooMagazine a table .imgTd {
    padding: 10px 0 10px 10px;
    width: 50px;
}
#GooMagazine a table .detail {
    padding: 0 35px 0 8px;
    vertical-align:middle;
}

/* 20170509 ANG_PRJ-2594
-------------------------------------- */
.reservationShopCampaign {
	margin-bottom: 20px;
}
.reservationShopCampaign img {
	width: 100%;
}
.reservationShopCampaign_lead {
	margin-bottom: 8px;
	padding: 0 3.906%;
}
.reservationShopCampaign_box {
	padding: 9px;
	border: 1px solid #920012;
	word-break: break-all;
}
.reservationShopCampaign_box .thumb {
	width: 70px;
	margin-right: 10px;
	float: left;
}
.reservationShopCampaign_box .text {
	margin-left: 80px;
	line-height: 1.6;
}
.reservationShopCampaign_box .text > dt {
    color: #e00923;
    font-weight: bold;
    font-size: 120%;
    padding-bottom: 5px;
}
.reservationShopCampaign_box .text > dd {
	color: #e00923;
	font-size: 12px;
	line-height: 1.5;
}
.reservationShopCampaign_box > p {
	clear: both;
	padding-top: 5px;
	font-size: 12px;
	line-height: 1.6;
}

/* お気に入りボタンのポップアップ */
.popup {
    position: relative;
    left: 50%;
}

.popup_content {
    display: none;
	background: #fff;
    border: 2px solid #0689C0;
    border-radius: 5px;
    width: 298px;
    height: 152px;
    position: absolute;
    top: -145px;
	transform: translate(-50%,-50%);
	-webkit-box-shadow: 0 3px 5px rgba(000,000,000,0.2);
	-moz-box-shadow: 0 3px 5px rgba(000,000,000,0.2);
	box-shadow: 0 3px 5px rgba(000,000,000,0.2);
}

.popup_content:after {
	content: '';
	position: absolute;
	bottom: -13px;
	border-top: 10px solid #FFFFFF;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
    left: 50%;
    transform: translate(-50%,-50%);
}

.popup_content:before {
	content: '';
	position: absolute;
	bottom: -16px;
	border-top: 10px solid #0689C0;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
    left: 50%;
	transform: translate(-50%,-50%);
	filter: drop-shadow(0 2px 3px rgba(0,0,0,0.2));
}

.popup_close {
    position: relative;
}

.popup_close::before {
    content: '';
    position: absolute;
    background-image: url(https://img.goo-net.com/cache/ipn/usedcar/spread/icon_popup_close.png);
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    background-size: 24px;
    padding: 12px;
    margin: 6px;
}

.popup .img_popup_bookmarkLocation img {
    height: 38px;
    margin: 0 30px 20px 30px;
}

.addBookmark {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
}

.bookmarkCheck {
    font-size: 14px;
    text-align: center;
    padding-bottom: 20px;
    text-decoration: underline;
    font-weight: bold;
}

.bookmarkCheck a {
    color: #1874E8;
}

/* 無料電話クリック後のモーダル */
.callModal {
	width: 100%;
	height: 100vh;
	display: none;
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	left: 0;
	top: 0;
}
.callModal.isShow {
	display: block;
	z-index: 1001;
}
.carModalCloseArea {
	width: 100vw;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
}
.callModalCard {
	background-color: #fff;
    border-radius: 10px;
    padding: 25px 20px;
    position: absolute;
    left: 40px;
    right: 40px;
    margin: auto;
    top: 50%;
    transform: translate(0, -50%);
}
/* Safari */
_::-webkit-full-page-media, _:future, :root .callModalCard {
    top: 43%;
}
.callModalCardClose {
	position: absolute;
	right: 20px;
	top: 20px;
	display: block;
	width: 16px;
	height: 16px;
}
.callModalCardClose::before,
.callModalCardClose::after {
	content: "";
	display: block;
	width: 22px;
	height: 2px;
	background-color: #333;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.callModalCardClose::before {
	transform:rotate(45deg);
}
.callModalCardClose::after {
	transform:rotate(-45deg);
}
#callModalCardFrame{
	width:100%;
}


