﻿@charset "utf-8";
/* CSS Document */


/* ===============================================================
 btnArea
=============================================================== */
/*--------btnArea--------*/
.btnArea .btnOval{
	border: 1px solid #333;
	background-color: #fff;
	color: #333;
	padding: 3px 40px 3px 55px;
	font-weight: bold;
	font-size: 18px;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-position: left 20px center;
}
.btnArea .btnOval.act{
	background-color: #008342!important;
	color: #fff;
	pointer-events: none;
}
.btnArea .btnOval:hover{
	opacity: 1.0;
	background-color: #eee;
}
.btnArea .btnOval.area{
	background-image: url(/assets/pc/common/img/icon_japan_blk.png);
	background-size: 18px auto;
}
.btnArea .btnOval.area.act{
	background-image: url(/assets/pc/common/img/icon_japan_wh.png);
	pointer-events: none;
}
.btnArea .btnOval.station{
	background-image: url(/assets/pc/common/img/icon_train_blk.png);
	background-size: 13px auto;
	background-position: left 23px center;
}
.btnArea .btnOval.station.act{
	background-image: url(/assets/pc/common/img/icon_train_wh.png);
}
/* ===============================================================
 rankBox
=============================================================== */
.rankWrap{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	/*-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;*/
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.rankBox{
	width: 130px;
	border-top:1px solid #333;
	margin-right:11px;
}
.rankBox:last-child{
	margin-right:0;
}
.rankBox .rankTtl{
	border-top:1px solid #333;
	margin-top: 1px;
	font-size: 12px;
	text-align: center;
	line-height: 1.2;
	padding: 6px 0;
}
.rankBox .rankTtl .pref,
.rankBox .rankTtl .type{
	font-weight: bold;
	font-size: 15px;
	display: block;
}
.rankBox li{
	border-bottom: 1px dashed #c3c3c3;
	height: 50px;
	display: table;
	width: 100%;
}
.rankBox li:first-child{
	border-top: 1px dashed #c3c3c3;
}
.rankBox li .box,
.rankBox li .box a{
	display: table-cell;
	vertical-align: middle;
}
.rankBox li .box a{
	text-decoration: underline;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	position: relative;
}
.rankBox li .box a:hover{
	text-decoration: none;
}
.rankBox li .box a:before{
	content: "";
	width: 15px;
	height: 16px;
	display: block;
	position: absolute;
	top: 50%;
	left: 2px;
	margin-top: -8px;
	background-image: url(/assets/pc/common/img/icon_rank_set.png);
	background-repeat: no-repeat;
}
.rankBox li:nth-child(1) .box a:before{background-position: 0 0;}
.rankBox li:nth-child(2) .box a:before{background-position: -16px 0;}
.rankBox li:nth-child(3) .box a:before{background-position: -32px 0;}
.rankBox li:nth-child(4) .box a:before{background-position: -49px 0;}
.rankBox li:nth-child(5) .box a:before{background-position: -65px 0;}

/* ===============================================================
 popularBox
=============================================================== */
.popularWrap{
	width: 620px;
	border-top:1px solid #333;
}
.popularWrap .popularTtl{
	border-top:1px solid #333;
	font-weight: bold;
	font-size: 15px;
	margin-top: 1px;
	padding: 7px 0;
}
.popularBox{
	max-height: 320px;
	overflow-y: auto;
}
.popularBox.noResult{
	background-color: #eee;
	border-radius: 8px;
	padding: 40px 10px;
	text-align: center;
}
.popularBox::-webkit-scrollbar{
	width: 10px;
}
.popularBox::-webkit-scrollbar-track{
	background: #eee;
	border-radius: 2px;
}
.popularBox::-webkit-scrollbar-thumb{
	background: #aaa;
	border-radius: 2px;
}
.popularBox .imgLBox{
	border-bottom: 1px dashed #c3c3c3;
	padding: 8px 0;
}
.popularBox .imgLBox:first-child{
	border-top: 1px dashed #c3c3c3;
}
.popularBox .imgLBox a:hover,
.popularBox .imgLBox a:hover img{
	opacity: 1.0;
}
.popularBox .imgLBox a:hover .txtArea{
	text-decoration: underline;
}
.popularBox .favArea{
	font-size: 12px;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	width: 65px;
	padding:0 10px 0 20px;
	text-align: right;
	position: relative;
}
.popularBox .favNum:before{
	content: "";
	width: 17px;
	height: 13px;
	display: block;
	background-image: url(/assets/pc/common/img/icon_fav_set.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
}
.popularBox .imgLBox:nth-child(1) .favNum:before{background-position: 0 0;}
.popularBox .imgLBox:nth-child(2) .favNum:before{background-position: -18px 0;}
.popularBox .imgLBox:nth-child(3) .favNum:before{background-position: -36px 0;}
.popularBox .imgLBox:nth-child(4) .favNum:before{background-position: -54px 0;}
.popularBox .imgLBox:nth-child(5) .favNum:before{background-position: -72px 0;}
.popularBox .imgLBox:nth-child(6) .favNum:before{background-position: -90px 0;}
.popularBox .imgLBox:nth-child(7) .favNum:before{background-position: -108px 0;}
.popularBox .imgLBox:nth-child(8) .favNum:before{background-position: -126px 0;}
.popularBox .imgLBox:nth-child(9) .favNum:before{background-position: -144px 0;}
.popularBox .imgLBox:nth-child(10) .favNum:before{background-position: -162px 0;}
.popularBox .imgArea{
	width: 50px;
}
.popularBox .imgBox{
	width: 50px;
	height: 50px;
	border: 1px solid #cccccc;
}
.popularBox .txtArea{
	padding-left: 10px;
}
.popularBox .txtArea .name{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0;
}
.popularBox .txtArea .dtl{
	color: #666;
}
.popularBox .txtArea .station{
	font-size: 11px;
	color: #666;
}

/* ===============================================================
 singleSlideWrap
=============================================================== */
.singleSlideWrap{
	width: 310px;
	border: 1px solid #777777;
	border-top:4px solid #008342;
  background-image: linear-gradient( to top, rgb(255,255,255) 86%, rgb(247,247,247) 98%, rgb(238,238,238) 100%);
	overflow: hidden;
}
.singleSlideWrap .slideTtl{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 0 0;
}
.singleSlideWrap .noResult{
	margin: 10px;
	background-color: #eee;
	border-radius: 8px;
	padding: 32px 10px;
	text-align: center;
}
.singleSlideWrap .slideBox{
	width: 220px;
	min-height: 324px;
	padding: 14px 0 17px;
}
.singleSlideWrap .slideBox a{
	display: block;
	color:#333;
}
.singleSlideWrap .slideBox a:hover img{
	opacity: 1.0;
}
.singleSlideWrap .slideBox a:hover{
	text-decoration: underline;
}
.singleSlideWrap .imgArea{
	border: 1px solid #ddd;
	width: 100%;
	height: 146px;
}
.singleSlideWrap .txtArea .name{
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2;
	margin: 8px 0;
}
.singleSlideWrap .txtArea .info{
	font-size: 14px;
}
.singleSlideWrap .txtArea .price{
	font-weight: bold;
	font-size: 18px;
	color: #e30404;
}
.singleSlideWrap .txtArea .dtl{
	font-size: 12px;
}
.singleSlideWrap .bx-wrapper .bx-controls-direction a {
	margin-top: -11px;
	width: 22px;
	height: 22px;
	border-radius: 11px;
	border: 1px solid #ddd;
}
.singleSlideWrap .bx-wrapper .bx-prev{
	left: -36px;
}
.singleSlideWrap .bx-wrapper .bx-next{
	right: -36px;
}
.singleSlideWrap .bx-wrapper .bx-prev:before,
.singleSlideWrap .bx-wrapper .bx-next:before{
	margin-top: -3px;
	left: 8px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
}
.singleSlideWrap .bx-wrapper .bx-next:before{
	left: 6px;
}

/* ===============================================================
sellSupport
=============================================================== */
#sellSupport{
	margin-top: 85px;
}
#sellSupport .iconTtl{
	text-align: center;
	font-size: 26px;
	margin-bottom: 10px;
}
#sellSupport .iconTtl:before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/assets/pc/common/img/icon_solidhouse_lgrn.png) no-repeat;
	background-size: contain;
	margin-right: 12px;
}
#sellSupport .lead{
	text-align: center; 
}
#sellSupport .shadowBox {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
    margin-top: 25px;
}
#sellSupport .boxLGrn{
	padding: 17px 25px;
	border: 2px solid #7eae16;
}
#sellSupport .boxLGrn .flL{
	font-size: 18px;
}
#sellSupport .boxLGrn .flL li{
	margin-top: 5px;
}
#sellSupport .boxLGrn .shadowWrap{
	display: inline-block;
	width: 170px;
	text-align: center;
	float: left;
	margin-left: 15px;
}
#sellSupport .boxLGrn .btnShadow{
	display: block;
	border-bottom: 1px solid #aaa;
  box-shadow: 0px 2px 0px 0px #aaa;
	border-radius: 6px;
	padding: 0;
	overflow: hidden;
	color: #333;
}
#sellSupport .boxLGrn .btnShadow .ttl{
	background-color: #7eae16;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 15px 0;
}
#sellSupport .boxLGrn .btnShadow .ttl .sml{
	font-size: 12px;
	display: block;
}
#sellSupport .boxLGrn .btnShadow .txt{
	position: relative;
	font-size: 13px;
	line-height: 1.7;
	border: 1px solid #aaa;
	border-top:0; 
	border-bottom:0; 
	padding: 13px 0 25px;
}
#sellSupport .boxLGrn .btnShadow .txt:after{
	position: absolute;
	bottom: 18px;
	left: 50%;
	margin-left: -20px;
	content: "";
	width: 40px;
	height: 1px;
	background-color: #7eae16;
}

/* ===============================================================
 usefulArea
=============================================================== */
#usefulArea{
	margin-top: 80px;
}
#usefulArea .iconTtl{
	text-align: center;
	font-size: 26px;
	margin-bottom: 20px;
}
#usefulArea .iconTtl:before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/assets/pc/common/img/icon_solidhouse_blk.png) no-repeat;
	background-size: contain;
	margin-right: 12px;
}
#usefulArea .infoBox{
	width: 440px;
	float: left;
	text-align: center;
}
#usefulArea .infoTtl{
	display: inline-block;
	font-size: 20px;
	border-bottom: 1px solid #008342;
	margin-bottom: 10px;
}
#usefulArea .linkBox li{
	text-align: left;
	padding: 10px 8px;
	border-bottom: 1px dashed #ccc;
}
#usefulArea .linkBox .link{
	color: #333;
	font-size: 15px;
	line-height: 1.4;
}
#usefulArea .linkBox .link:hover{
	text-decoration: underline;
}
#usefulArea .linkBox .linkTtl{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 3px;
}
#usefulArea .linkBox .linkTtl .tag{
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	border: 1px solid #008342;
	color: #008342;
	border-radius: 6px;
	padding: 0 5px;
	margin:2px 0 0 10px
}
#usefulArea .linkBox .linkTtl .tag.gry{
	border: 1px solid #777;
	color: #777;
}
#usefulArea .linkBox .linkTtl .tag.lgrn{
	border: 1px solid #7eae16;
	color: #7eae16;
}
#usefulArea #infoSell.infoBox{
	float: right;
}
#usefulArea #infoSell .infoTtl{
	border-bottom: 1px solid #7eae16;
}
#usefulArea .links{
	margin-top: 20px;
}
#usefulArea .box01,
#usefulArea .box02{
	display: inline-block;
	vertical-align: bottom;
}
#usefulArea .box01{
	width: 280px;
	margin-right: 10px;
}
#usefulArea .box01 .boxIn{
	padding: 14px 9px 12px;
}
#usefulArea .box02{
	width: 460px;
	border: 1px solid #ddd;
}
#usefulArea .boxTtlTop .boxIn .btnShadow{
	width: 82px;
	color: #0044cc;
}
#usefulArea .boxTtlTop .btnList li{
	margin: 0 7px 0 0;
}
#usefulArea .boxTtlTop .btnList li:last-child{
	margin-right: 0;
}
