@charset "utf-8";

/* index
-------------------------*/

/*

.main .index_count {
	padding-bottom: 10px;
}
.main .index_count .count_title{
	font-size: 13px;
	font-weight: bold;
	color: #3F5D92;
	text-align : center;
	margin-bottom: 7px;
}
.main .index_count table{
	width: 76%;
	margin: 0 auto;
	font-size: 12px;
}
.main .index_count th{
	font-weight: bold;
}
.main .index_count td span{
	color: #FF0000;
	display: inline-block;*display: inline;*zoom: 1;
	width: 35px;
	text-align: right;
}
.main .index_count th.count01{
	color: #D80000;
}
.main .index_count th.count02{
	color: #85B200;
}
.main .index_count th.count03{
	color: #FF9226;
}


*/

.main .index_show_arrow img{
	width: 100%;
	height: auto;
}


.main form.search{
	padding: 10px 0;
	width: 96%;
	margin: 0 auto;
}
.main form.search input[type="text"]{
	font-size: 12px;
	padding: 10px;
	width: 60%;
	border-radius: 4px;
	vertical-align: middle;
}

.main form.search input[type="submit"]{
	background-image:-webkit-gradient(linear,45% 0%,45% 113%,color-stop(0, rgb(0,178,45)),color-stop(0.95, rgb(0,70,33)),color-stop(1, rgb(0,64,32)));
	border-color:rgb(0,92,35);
	border-width:2px;
	-webkit-border-radius:4px ;
	border-radius:4px ;
	border-style:solid;
	font-family:"Meiryo Bold";
	font-size:14px;
	font-weight:bold;
	color: #fff;
	text-align:center;
	text-shadow:0px 1px 2px rgba(0,0,0,0.65);
	padding: 2px 0;
	text-align: center;
	width: 80px;
	
}

.feature_banner{
	width: 96%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.feature_banner img{
	width: 100%;
	height: auto;
}

.feature_item{
	width: 96%;
	margin: 0 auto;
	background-color:#fff;
	border-color:#999999;
	border-width:1px;
	-webkit-border-radius:4px ;
	border-radius:4px;
	border-style:solid;
	margin-bottom: 10px;
}
.feature_item .item_header{
	width: 94%;
	margin: 5px auto;
}
.feature_item.status01 .item_header{
	border-bottom: 1px solid #D90000;
}
.feature_item.status02 .item_header{
	border-bottom: 1px solid #85B200;
}
.feature_item.status03 .item_header{
	border-bottom: 1px solid #FF9326;
}
.feature_item .item_header .item_title{
	color: #006CD8;
	font-size: 13px;
	display: inline-block;*display: inline;*zoom: 1;
	width: 60%;
}
.feature_item .status{
	margin-bottom: 5px;
}
.feature_item.status01 .item_header .status{
	background-color:rgb(217,0,0);
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 1px 2px 2px 0px rgba(0,0,0,0.5);
	box-shadow:inset 1px 2px 2px 0px rgba(0,0,0,0.5);
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 5px;
	display: inline-block;*display: inline;*zoom: 1;
	vertical-align: top;
	margin-left: 7px;
}

.feature_item.status02 .item_header .status{
	background-color:rgb(133,178,0);
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 1px 2px 2px 0px rgba(0,0,0,0.5);
	box-shadow:inset 1px 2px 2px 0px rgba(0,0,0,0.5);
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 20px;
	display: inline-block;*display: inline;*zoom: 1;
	vertical-align: top;
	margin-left: 7px;
}
.feature_item.status03 .item_header .status{
	background-color:rgb(255,147,38);
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 1px 2px 2px 0px rgba(0,0,0,0.5);
	box-shadow:inset 1px 2px 2px 0px rgba(0,0,0,0.5);
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 5px;
	display: inline-block;*display: inline;*zoom: 1;
	vertical-align: top;
	margin-left: 7px;
}


.feature_item .item_header .icon_star{
	float: right;
}
.feature_item .item_price{
	width: 92%;
	margin: 0 auto;
	font-size: 15px;
}
.feature_item .item_price span{
	color: #FF0000;
}
.feature_item .item_contents{
	width: 92%;
	margin: 0 auto;
}
.feature_item .item_contents a{
	color: #000;
	display: block;
}
.feature_item .item_contents .item_photo{
	float: left;
	width: 42%;
}
.feature_item .item_contents .item_photo img{
	width: 100%;
	height: auto;
}
.feature_item .item_contents .item_detail{
	float: right;
	width: 57%;
	background: url(../images/common/icon_arrow01.png) no-repeat right center;
	background-size: 16px 16px;

}
.feature_item .item_contents .item_detail ul{
	font-size: 12px;
}
.feature_item .item_contents .item_detail li{
	display: inline-block;*display: inline;*zoom: 1;
}
.feature_item .item_contents .item_detail p{
	font-size: 10px;
}
.feature_item  .item_footer{
	border-top: 1px solid #B0B0B0;
}

.feature_item .item_footer .checkbox{
	background: #ECECFB;
	width: 20%;
	text-align: center;
	display: inline-block;*display: inline;*zoom: 1;
	vertical-align: top;
	border-right: 1px solid #B0B0B0;
	vertical-align: top;
	margin-bottom: 0;
	position: relative;
	padding: 20px 0; 

}
.feature_item .item_footer .checkbox input[type="checkbox"] {
  -moz-transform-origin: right bottom;
  -moz-transform: scale( 1.5 , 1.5 );
  -webkit-transform-origin: right bottom;
  -webkit-transform: scale( 1.5 , 1.5 );
  margin-left: 5px;
  margin-top: 5px;
  }
.feature_item .item_footer .footer_detail{
	display: inline-block;*display: inline;*zoom: 1;
	width: 70%;
}
.feature_item .item_footer .footer_detail{
}
.feature_item .item_footer .footer_detail dt{
	color: #006CD8;
	display: inline-block;*display: inline;*zoom: 1;
	margin-right: 7px;
	font-size: 10px;
}
.feature_item .item_footer .footer_detail dd{
	display: inline-block;*display: inline;*zoom: 1;
	margin-right: 20px;
	font-size: 10px;
}


.link_more_list{
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(221,221,221)));

	box-shadow:inset 0 0 0 1px #999999;
	text-align: center;
	font-size: 12px;
	width: 100%;
	margin-bottom: 12px;
}
.link_more_list a{
	padding: 14px 0;
	width: 100%;
	display: block;	
	text-decoration: none;
	color: #000;
	background: url(../images/common/icon_arrow03.png) no-repeat 80% center;
	background-size: 16px 10px;

}
.link_more_list p{
	text-align: center;
	font-weight: bold;
	width: 50%;
	margin: 0 auto;
}
.link_more_list .count{
	font-size: 10px;
	font-weight: normal;
}
.link_more_list .count span{
	color: #FF0000;
}

/*-----list.css-----*/
.fixed {
	position: fixed;
	bottom: 10px;
	width: 100%;
	max-width:320px;
}


.bold {
	font-weight: bold;
}

.fontc_liBlue {
	color: #0084cb;
}

/*

div.index_count {
	margin: 0 5%;
	
}
*/


.index_count table {
	margin: 0;
	border-collapse: separate;
	border-spacing: 3px;
	border: 1px solid;
	color: #333333;
	}


.index_count table caption {
	background-color: #999999;
	color: #ffffff;
	width: 60%;
	padding-top: 0.3em;
	border-radius: 8px 8px 0px 0px;
	text-align: center;
	font-weight: bold;
}

.index_count th,.index_count td {
	background-color: #ffffff;
	text-align: center;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 0.9em;
}

.index_count th.expose {
	color: #ffffff;
}

.index_count th {
	background-color: #d4d4e0;
	border: 1px solid #d4d4e0;
}

.index_count td {
	border-top: none;
	border-right: none;
	border-left: none;
	border_bottom: 3px solid #d4d4e0;
}


.index_count table#brandNew {
	border-color: #ee2800;
}


.index_count table#brandNew th.expose {
	background-color: #ee2800;
	border: 3px solid #ee2800;
}


.index_count table#brandNew caption {
	background-color: #ee2800;
}


.index_count table#old {
	border-color: #177dbb;
}


.index_count table#old th.expose {
	background-color: #177dbb;
	border: 3px solid #177dbb;
}


.index_count table#old caption {
	background-color: #177dbb;
}


.index_count table#mansion {
	border-color: #ff8027;
}


.index_count table#mansion th.expose {
	background-color: #ff8027;
	border: 3px solid #ff8027;
}


.index_count table#mansion caption {
	background-color: #ff8027;
}


.index_count table#land {
	border-color: #007236;
}


.index_count table#land th.expose {
	background-color: #007236;
	border: 3px solid #007236;
}


.index_count table#land caption {
	background-color: #007236;
}

.banner_wrap {
	margin-top: 1em;
}

.ta_banner {
	width: 100%;
	margin: 1.5em auto 2.5em auto;
}
.ta_banner img {
	width: 100%;
	height: auto;
}

.banner {
	width: 90%;
	margin: 0 auto 0.5em auto;
}


.banner img {
	width: 100%;
	height: auto;
}


.contact_wrap dt {
	text-align: center;
	font-size: 1.1em;
}

.contact_mb {
	margin-bottom: 1.5em;
}

.contact_wrap dd,.contact_wrap li {
	width: 95%;
	margin: 0 auto 0.4em auto;
}

.contact_wrap dd:nth-of-type(2),.contact_wrap li:nth-of-type(2) {
	margin-bottom: 0;
}

.contact_wrap img {
	width: 100%;
	height: auto;
}

ul.contact_wrap {
	margin-top: 1.5em;
}

.bizhour {
	display: block;
	text-align: right;
}



.list_wrap ul.col2_list li a {
	background-image: url(../images/icon/icon_arrow_right.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 26px 26px;
}

form.key_word {
	text-align: center;
	margin-bottom: 1em;
}


.search_box {
	display: inline;
	width: 60%;
	height: 3em;
	border-radius: 5px;
}

.search_btn {
	display: inline;
	width: 30%;
	height: 3em;
	box-sizing: border-box;
	background: -moz-linear-gradient(top center, #00af2d 0%, #005c23 100%);								/* Firefox */
	background: -webkit-gradient(linear, center top, center bottom, from(#00af2d), to(#005c23));		/* Chrome  Safari */
	background: linear-gradient(top center, #00af2d 0%, #005c23 100%);									/* 共通 */
	border-radius: 5px;
	border: 2px solid #005c23;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	vertical-align: bottom
}


/*  ##############################################################  select_land.html begin  */


h4.sp_form_h4 {
	background-color:  #2260bd;
	color: #eeeeee;		
	font-size: 1.1em;	
	font-weight: normal;
	padding: 0.5em 0 0.5em 1em;
	text-align: left;
}

.sp_form_select {
	padding: 1em;
	background-color: #ffffff;
}
.sp_form_select select {
	width: 45%;
	height: 3em;
	border-radius: 0px;
}


.sp_form_check {
	background-color: #ffffff;
}

.sp_form_check:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.sp_form_check ul li {
	float: left;
	width: 50%;
/*	padding: 2%;*/
	padding: 1em 0;
	border-bottom: 1px solid #999999;
	box-sizing: border-box;
}
.sp_form_check.w100 ul li {
	float: left;
	width: 100%;
/*	padding: 2%;*/
	padding: 1em 0;
	border-bottom: 1px solid #999999;
	box-sizing: border-box;
}

.sp_form_check ul li input {
	margin-left: 1em;
	vertical-align: middle;
}

.sp_form_check li:nth-child(odd) {
	border-right: 1px solid #999999;
}

.sp_form_check li.bdr_r{
	border-right: 1px solid #999999;
}


.sp_form_check ul li.border_bottom_none {
	border-bottom: none;
}

.sp_form_check ul li input {
	margin-right: 0.5em;
}

.sp_form_text input {
	display: block;
	width: 90%;
	margin: 1em auto;
	padding: 1em;
	border-radius: 5px;
}



.choose {
	background: -moz-linear-gradient(top center, #ffffff 0%, #dcdce4 100%);								/* Firefox */
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#dcdce4));		/* Chrome  Safari */
	background: linear-gradient(top center, #ffffff 0%, #dcdce4 100%);									/* 共通 */
	border: none;
	width: 100%;
	padding: 1em 0;
}

.choose img {
	width: 2em;
	height: auto;
	position: absolute;
	right: 10%;
}


input.reset_btn {
	display: block;
	background-color: #ffffff;
	background-image: url(../images/icon/icon_resetcheck.png);
	background-size: 1.2em;
	background-repeat: no-repeat;
	background-position: 4.5em center;
	width: 90%;
	height: 5em;
	margin: 1em auto;
}


.sp_form_result {
	background-color: #656565;
	color: #ffffff;
	margin-bottom: 1em;
	padding: 1em 5%;
}

.sp_form_result p {
	width: 100%;
	height: auto;
	text-align: center;
}

.result_btn{
	width:100%;
	margin: 0 auto;
}
.result_btn input {
	width: 48%;
	float: left;
}

.result_btn a img {
	width: 48%;
	float: right;
}
/*  ##############################################################  select_land.html end  */




#btn_station {
	display: block;
	float: none;
	width: 80%;
	margin: 0 auto;
}




/*-----datail----*/



.detail_box{
	background: #fff;
}

.detail_box img{
	width: 100%;
	height: auto;
}

.detail_box .inner{
	padding: 0 2%;
}

.content_name{
	padding: 2% 3%;
	border-top: 4px solid #136DAD;
	border-bottom: 4px solid #136DAD;
	background: #fff;
}

.content_name ul{
	width: 83%;
}

.content_name ul{
	margin-bottom: 1%;
	float: left;
	width: 83%;
	margin-top: 2%;
	overflow: hidden;
}

.content_name ul li{
	display: inline-block;
	color: #fff;
	padding: 4px 8px 3px;
}

.bg_ye{
	background: #FF9326;
	font-weight: bold;
}

.bg_re{
	background: #D90000;
	font-weight: bold;
}

.bg_bl{
	background: #0080ff;
	font-weight: bold;
}

.bg_gr{
	background: #719700;
	font-weight: bold;
}

.bg_or{
	background: #FF9326;
	font-weight: bold;
}

.bg_bla{
	background: #000000;
	font-weight: bold;
}

.new{
	background: #FF5C26;	
}

.content_name a{
    display: block;
    float: right;
    text-align: right;
    width:10%;
}

.content_name p{
	font-weight: bold;
	font-size: 1.2em;
	clear: both;
}

.txt_re{
	color: #D80000;
}

.feature_banner{
	margin:2% auto;
}

.detail_box #slider,
.detail_box #slider2{
	margin:0 auto 3%;
	padding: 0 2%;
}

.detail_box .slider-box{
	background: #fff;
}



.concept{
	background: #fff;
}

.detail_box .bg_ttl{
	color: #fff;
	background: #1A5FBE;
	padding: 3%;
	font-weight: bold;
	margin-bottom: 3%;
}

.inner_content{
	padding: 2%;
	padding-bottom: 5%;
}

.txt_bl{
	color: #1A5FBE;
	font-weight: bold;
	margin-bottom: 2%;
}

.txt_concept{
	margin: 2% auto ;
}

.txt_concept li{
	display: inline-block;
	color: #0F51A1;
	padding: 1% 1.5%;
	font-weight: bold;
}

.inner_content dl{
	margin: 3% auto 0;
	overflow: hidden;
}

.inner_content dl dt{
	font-weight: bold;
	border-bottom: 2px solid #0F51A1;
	font-size: 1.2em;
	margin-bottom: 2%;
}

.inner_content .txt_bld{
	font-weight: bold;
	font-size: 1.2em;
}

.inner_content dl dd img{
	width: 110px;
	padding-right: 3%; 
}

.telNo{
	padding: 2%;
	border-radius: 10px;
	background-image: -moz-linear-gradient(top, #ededed, #ffffff);
	background-image: -ms-linear-gradient(top, #ededed, #ffffff);
	background-image: -o-linear-gradient(top, #ededed, #ffffff);
	background-image: -webkit-linear-gradient(top, #ededed, #ffffff);
	background-image: linear-gradient(top, #ededed, #ffffff);
	background-clip: padding-box;
	border: 3px solid #9D9DA8;
	margin-bottom: 3%;
}

.telNo p{
	text-align: center;
}

.tel{
	font-size:2.2em;
}

.tel a{
	text-decoration: none;
}

.contact_wrap.detail{
	margin-bottom: 5%
}
.contact_wrap.detail dd{
	margin-bottom: 3%;	
}



.jounan_detail_map_area{
	padding: 3% 2% 5%;
	border-top: 2px solid #0F51A1;
}

.detail_box .bg_gy{
	padding-top: 2%;
	background: #F4F4F2;
	margin-top: 2%;
}

table{
	width: 95%;
	margin:5% 2%;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	background: #fff;
}

table td.bg_cr{
	background: #FCFADA;
	width: 30%;
}

table tr td{
	padding: 2%;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

.toggle{
	margin-bottom: 5%;
}

.bnr_area{
	margin-top: 5%;
}

/*--toggle--*/

dl#slidetoggle_menu{
	margin-bottom: 3%;
}


/*----detail.html----*/

#slidetoggle_menu.detail_toggle dt.toggle { 
	background:url("../images/detail/btn_detail_off.png") center center no-repeat;
	background-size: 95%;
	height: 40px;
	border-bottom: none;
	text-align: center; 
	margin: 0 auto;

}
#slidetoggle_menu.detail_toggle dt.active {
	 background:url("../images/detail/btn_detail_on.png") center center no-repeat;
	 background-size: 95%;
 }
/*----//detail.html----*/

#slidetoggle_menu dt.toggle { 
	background:url("../images/list/btn_select_more.png") center center no-repeat;
	background-size: 95%;
	height: 40px;
	border-bottom: none;
	text-align: center; 
	margin: 0 auto;

}
#slidetoggle_menu dt.active {
	 background:url("../images/list/btn_select_close.png") center center no-repeat;
	 background-size: 95%;
 }

#slidetoggle_menu dd{
	 display:none; }


/*-----contact-----*/
.contact_box img{
	width: 100%;
}

.contact_box .bg_gy{
	background: #F4F4F2;
	margin: 2% 0 0;
	padding-bottom: 1%;
}

.contact_box .pd_box{
	padding: 5%;
	margin: 0 auto;
}

.pd_box li {
	margin-bottom: 1em;
}

.contact_box .pd_box span.txt_ul{
	text-decoration: underline;
}


.contact_box .pd_box .select_box{
	text-align:center;
}

.list_ttl{
	background:#1D1F21;
	padding: 2%;
	color:#fff;
	font-weight: bold;
}

dd.pd_box dt, dd.pd_box dd{
	display: inline-block;
}

.mb04{
	margin-bottom: 4%;
}

dd.pd_box li img{
	width: 70%;
}

dd select{
	height: 3em;
	width: 100%;
}

.contact_box input[type=text],
.contact_box input[type=tel],
.contact_box input[type=number],
.contact_box input[type=mail]{
	/*margin-bottom: 5%;*/
	border: 1px solid #757584;
	border-radius: 10px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4) inset;
	margin: 5px auto;
	padding: 5px;
	height: 40px;
	margin: 0 auto;	
}

.wide_l{
	width: 96%;
}

.wide_s{
	width: 24%;
}

.inline_box li{
	min-width: 40%;
	display: inline-block;	
}

.txtbox_btm{
	padding: 3%;
	border: 2px solid #1D1F21;
	background: #FFF;
}

.txt_deco a{
	color:#7FBFFF;
	font-weight: bold;
}

.link_back{
	text-align:right;
	padding-right:1em;
	margin-bottom: 1em;
}

.link_back a{
	color:#333;
}

.note{
	font-size: 0.9em;
}
ul.fom_logmenu{
    line-height: 0;
    margin: 0 auto 2px;
    width: 96%;
}
.fom_logmenu li {
   display: inline-block;
}
.fom_logmenu .fl_menu01 {
    margin-bottom: 3%;
    margin-right: 1%;
    vertical-align: bottom;
    width: 48%;
}
.fom_logmenu .fl_menu02 {
    margin-bottom: 3%;
    vertical-align: bottom;
    width: 48%;
}
.fom_logmenu .fl_menu02 .btn_red {
    padding: 10px 0;
}
.log_txt {
				color:#D80000;
				text-align:center;
}

/*-----contact confirm & finish-----*/

.confirm_box .bg_gy,
.finish_box .bg_gy{
	background:  #F7F7F7;
	margin: 2% 0 0;
	padding-bottom: 2%;
}

.confirm_box img,
.finish_box img{
	width: 100%;
}

.ttl_bld{
	font-weight: bold;
	font-size: 1.2em;
	color: #000;
	margin-top: 4%;
	padding: 0 3% 1% 2%;
}

.bg_dgy{
	padding: 3% 3% 3% 2%;
	background: #ddd;	
}

/*.confirm_box dl ul li{
	display: inline-block;
}*/

.confirm_box input[type=image]{
	width:60%; 
	margin:5% auto 0;	
}

.confirm_box .btn_submit input[type=image]{
	width:50%; 
	margin:5% auto 0;	
}

.finish_area{
	margin:5% auto 0; 
	padding:2%; 
}

.finish_area p{
	text-align: center;
	margin-top: 2%;
}

.finish_area .txt_re{
	font-size: 1.2em;
}

.finish_area > p + p + p{
	font-size: 0.9em;
} 

.finish_box .reccomend{
	background: #F1F8FC;
	padding: 3%;
	margin: 2% auto; 
}


.finish_box .reccomend .ttl{
	font-size: 1.2em;
	color:#003AF2;
	text-align: left;
}

.finish_box .reccomend input{
	margin: 2% 0 0;
}

.finish_box .bg_re{
	background: #D90000;
	color:#fff;
	font-weight: normal;
	padding: 1px 2px;
	font-size: 0.8em;	
}

.finish_box .bg_bl{
	background: #003399;
	color:#fff;
	font-weight: normal;
	padding: 1px 2px;
	font-size: 0.8em;	
}

.finish_box .bg_gr{
	background: #009933;
	color:#fff;
	font-weight: normal;
	padding: 1px 2px;
	font-size: 0.8em;	
}

.finish_box .bg_or{
	background: #FF9326;
	color:#fff;
	font-weight: normal;
	padding: 1px 2px;
	font-size: 0.8em;	
}

.finish_box .bg_blgy{
	background: #B0CBE0;
	color:#003AF2;
	font-weight: normal;
	padding: 1px 2px;
	font-size: 0.8em;	
}

.finish_box .reccomend .txt{
	padding-left: 0.5em;
	/*display: block;*/
}

.finish_box .reccomend .txt_ul{
	color: #1F77C4;
	font-size: 1em;
	text-decoration: underline;
}

.finish_box .reccomend .address{
	display: block;
	padding-left: 2em;
}


.finish_box .reccomend{
	border: 1px solid #DBDBEA;
}

.finish_box .reccomend table{
   border: none;
   background: none;
   margin: 0;
   width: 100%;
}

.finish_box .reccomend table tr{
	padding-bottom: 3%;
}

.finish_box .reccomend table tr td{
   border: none;
   padding: 0;
}

.finish_box .reccomend table tr td.icon{
	width: 43%;
}

.finish_box .reccomend table tr td.add{
	width: 70%;
	vertical-align: top;
}

.finish_box .reccomend table tr td.add2{
	padding-bottom: 5px;
}




/*---area top---*/

.main.area_top{
	padding-top: 0;
	border-top: 2px solid #444;
	background: #fff;
}

.area_top #slider{
	margin-bottom: 0;
}

.slider-box{
	padding: 0;
	width: 100%;
	margin: 0 auto;
}

/*.slider-box{
	padding: 0 0.1%;
	width: 99%;
	margin: 0 auto;
}*/


.area_top #slider{
	margin: 0 auto;
}

.search_list{
	background: #CCC;
	margin: 0 auto 3%;
	overflow: hidden;
}

.search_list li a img{
	display: block;
	width: 23%;
	float: left;
	margin: 0 1%;
	padding: 4% 0;
}

.area_top .bnr_box{
	margin: 6% auto;
 overflow: hidden;
 padding: 0 1%;
}

.area_top .bnr_box li a img{
	display: block;
	width: 48%;
	float: left;
	margin: 0 1%;
}

.area_top .btn_blue{
	padding: 19px 0;
	border-radius: 3% 3% 0 0;
}

.area_top .btn_red{
	padding: 10px 0;
}

.area_top .index_search_menu .head_menu .menu02{
	width: 34%;
}

.btn_ye{
	background-image:-webkit-gradient(linear,24% -1%,24% 151%,color-stop(0, rgb(251,226,0)),color-stop(1, rgb(251,250,144)));
	border:solid 1px #FFBF00;
	-webkit-border-radius:8px;
	border-radius:8px;
	font-family:"Meiryo Bold";
	font-size:14px;
	font-weight:bold;
	line-height:120%;
	color:#A12E23;
	text-align:center;
	padding: 18px 0;
	display: block;
	text-decoration: none;
	background-image: -moz-linear-gradient(top, #FBF89C, #FBE021);
	background-image: -ms-linear-gradient(top, #FBF89C, #FBE021);
	background-image: -o-linear-gradient(top, #FBF89C, #FBE021);
	background-image: -webkit-linear-gradient(top, #FBF89C, #FBE021);
	background-image: linear-gradient(top, #FBF89C, #FBE021);
}

.main .index_search_menu .head_menu .menu03{
	width: 26%;
	margin-right: 1%;
	vertical-align: bottom;
}
.main .index_search_menu .head_menu .menu04{
	width: 60%;
	vertical-align: bottom;
}

.main_contents ul.menu_list li a.bg_pk{
	background-image: -moz-linear-gradient(top, #FDEEFF, #FFE6FC);
	background-image: -ms-linear-gradient(top, #FDEEFF, #FFE6FC);
	background-image: -o-linear-gradient(top, #FDEEFF, #FFE6FC);
	background-image: -webkit-linear-gradient(top, #FDEEFF, #FFE6FC);
	background-image: linear-gradient(top, #FDEEFF, #FFE6FC);

}

.txt_re{
	color: #D80000;
}

.area_top h3.ttl_img{
	background: none;
	padding: 0;
}

.area_top h3.ttl_img img{ 
	width: 100%;
}

.area_top ul.navi_list li.arrow_pc a {
    /*background-image: url("../images/icon/icon_arrow_right_pc.png");
    background-size:61px; */
}
.area_top .bnr_area{
	margin: 3% 0 5%;
	padding: 0 2%;
	}

.bnr_area img{
	width: 100%;	
}


/*-----shoplist-----*/

.shoplist img{
	width: 100%;	
}

/*--tab--*/

#tab_menu {
    overflow:hidden;
    margin: 0 auto;
}

#tab_menu li{
	width: 32.5%;
}

#tab_menu li a{
	display: block;
    background: url("../images/shoplist/bg_tab_off.png") no-repeat scroll center top rgba(0, 0, 0, 0);
	background-size: cover;
	padding: 12% 0 8%;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

/*#tab_menu li a:hover{
	background: url(../images/shoplist/bg_tab_on.png) no-repeat center top;
	background-size: cover; 
}*/

#tab_menu li.present a {
    background: url("../images/shoplist/bg_tab_on.png") no-repeat scroll center top rgba(0, 0, 0, 0);
				display: block;
				background-size: cover;
	padding: 12% 0 8%;
	text-align: center;
	color: #fff;
	text-decoration: none;
}


.shoplist #tab_body_wrap .slidetoggle_menu dt.active span {
    background: url("../images/shoplist/arrow_up.png") no-repeat scroll right center / 15px 15px rgba(0, 0, 0, 0);
    display: block;
}

#tab_menu li{
    float:left;
    margin:10px 1px 0;
    list-style-type:none;
}

 #tab_body2 ,#tab_body3 {
    display:none;
}

/*--toggle--*/

.shoplist #tab_body_wrap .slidetoggle_menu li.toggle { 
  background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(231,231,231))) !important;
  display: block;
  color: #333333;
  font-weight: bold;
  font-size: 13px;
  border-bottom: 1px solid #B4B4BC;
  text-align: left;
  height:auto;
  padding: 1.5em 2%;
  background-size: cover;
  margin-bottom: 0;
}

.shoplist #tab_body_wrap .slidetoggle_menu li.toggle span {
	background:url("../images/shoplist/arrow_right.png") right center no-repeat;
	background-size: 15px 15px;
	display: block;
}	

.shoplist #tab_body_wrap .slidetoggle_menu dt.toggle span.active {
	background: url("../images/shoplist/arrow_up.png") right center no-repeat;
	background-size: 15px 15px;
	display: block;
}

.shoplist .slidetoggle_menu dd{
	 display:none;
	 padding-bottom: 4%;
}

.shop_contact .shop_box p {
	font-size: 1.4em;
}

.shop_contact .shop_box p:first-of-type {
	font-size: 2em;
	font-weight: bold;
}


.toggle a {
	text-decoration: none;
	color: #000000;
}


/*------*/

.shoplist #tab_body_wrap .icon_h3 {
  font-weight: normal;
  background: #136DAD url(../../common/include/images/ttl_bar.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: bold;
  color: #fff;
  background-size: 16px auto;
  padding: 10px 0px 10px 25px;
}

.shoplist .shop_box,
.shoplist .telNo{
	margin: 0 2%;
}

.shoplist .shop_box{
	overflow: hidden;
	padding-bottom: 0.5%;
}
	 
.shoplist .shop_name{
	width: 68%;
	float: left;
}

.shoplist .shop_name p.tenmei:before {
	/*content: url(../images/detail/shoplist_icon.png);*/
    margin-right: 4px;
    position: relative;
    top: 6px;
}	

.shoplist .shop_box img{
	margin-top: 4px;
	width: 30%;
	display:block;
	float: right;
}	

.shop_contact{
	background-image: -moz-linear-gradient(top, #fff, #eee);
	background-image: -ms-linear-gradient(top, #fff, #eee);
	background-image: -o-linear-gradient(top, #fff, #eee);
	background-image: -webkit-linear-gradient(top, #fff, #eee);
	background-image: linear-gradient(top, #fff, #eee);
    border-bottom: 1px solid #aaa;
    padding: 2% 0;
}


/*-----shop detail-----*/

.shop_detail .slider-box{
	padding: 2% 0 0;
	width: 90%;
	height:auto;
}

.shop_detail #slider{
	margin: 2% auto 3%;
}





.shop_detail .contact{
	padding: 0 3%;
	font-size: 0.9em;
}

.shop_detail .contact .contact_btn{
	margin-bottom: 0;
}

.shop_detail .contact p{
	margin: 0 auto;
	text-align: center;
}

/*.shop_detail .contact p img{
	width: 90%;
}*/

.shop_detail table td.bg_lb{
	background: #C6E8FE;
	width: 30%;
}

.jounan_detail_map_area{
	border: none;
	text-align: center;
}

.shop_detail .bg_ttl{
	color: #fff;
	background: #1A5FBE;
	padding: 3%;
	font-weight: bold;
	margin-bottom: 3%;
}
.rkiyaku.remodal{
	padding: 1% 5% 3%;
	margin-top: 30px;
}
.shop_info_d.remodal{
	padding: 1% 5% 3%;
	margin-top: 30px;
}
.shop_info_d img {
    margin-bottom: 3%;
    text-align: center;
    width: 100%;
}
.rkiyaku .rkiyakucase{
	height:200px;
	overflow:auto;
}
.rkiyaku.remodal h2{
	margin: 3% 0;
	text-align: center;
	font-weight:bold;
}
.rkiyaku.remodal p{
	margin: 3% 0;
	text-align: left;
	font-size:86%;
}
.shop_detail .fa-caret-right{
	color: #D32020;	
}
.shop_info_d .fa-caret-right{
	color: #D32020;	
}

.shop_detail .event{
	background-image: -moz-linear-gradient(top, #fff, #F2F2F8);
	background-image: -ms-linear-gradient(top, #fff, #F2F2F8);
	background-image: -o-linear-gradient(top, #fff, #F2F2F8);
	background-image: -webkit-linear-gradient(top, #fff, #F2F2F8);
	background-image: linear-gradient(top, #fff, #F2F2F8);
    border-bottom: 1px solid #aaa;
    padding: 5% 0;
    border: 1px solid #DBDBEA;
    padding: 0 2% 3%;
    margin: 0 2% 3%;
    overflow: hidden;
}

.shop_detail .event dl{
	width: 67%;
	float: left;
	margin-bottom: 1%;
}

.shop_detail .event dl dt{
	border:none;
	font-weight: normal;
}

.shop_detail .event dl dt .new{
	color: #fff;
	padding: 2px 8px 0;
	font-size: 0.8em	
}
.shop_info_d .event dl dt .new{
	color: #fff;
	padding: 2px 8px 0;
	font-size: 0.8em	
}

.shop_detail .event dl dd.shopname{
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
}
.shop_info_d .event dl dd.shopname{
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: underline;
}

.shop_detail .event a{
	display: block;
	float: right;
	margin-top: 2%;
}
.shop_info_d .event a{
	display: block;
	float: right;
	margin-top: 2%;
}

.shop_detail .event p.date{
	clear: both;
	background: #eee;
	padding: 1px 2px;
	margin-bottom: 2%;
}
.shop_info_d .event p.date{
	clear: both;
	background: #eee;
	padding: 1px 2px;
	margin-bottom: 2%;
}

.shop_detail .event .txt img,
.shop_detail .info_new .txt img{
	display: inlie-block;
	width: 40%;
	float: left;
}

.shop_detail .event .txt p,
.shop_detail .info_new .txt dl{
	width: 58%;
	float: right;
	padding-left: 2%;
	padding-bottom: 2%;	
}

.shop_detail .shoppr p{
	padding: 0 2%;
	margin-top: 3%;	
}

.info_new{
	background:#fff;
    padding: 4% 2% 3%;
    margin:0 2%;
    overflow: hidden;
    margin: 0 4%;
}

.info_new p{
	color: #006DD9;
	font-size: 1.1em;
	font-weight :bold;
	margin-bottom: 2%;
}

.info_new p .txt_ul{
	text-decoration: underline;
	padding-right: 1em;
}

.info_new p .bg_re{
	color: #fff;
	padding: 2px 8px 0;
	font-size: 0.9em;
	font-weight: normal;	
} 

.info_new p .bg_bl{
	color: #fff;
	padding: 2px 8px 0;
	font-size: 0.9em;
	font-weight: normal;	
} 

.info_new p .bg_gr{
	color: #fff;
	padding: 2px 8px 0;
	font-size: 0.9em;
	font-weight: normal;	
} 

.info_new p .bg_or{
	color: #fff;
	padding: 2px 8px 0;
	font-size: 0.9em;
	font-weight: normal;	
} 
.info_new p .bg_bla{
	color: #fff;
	padding: 2px 8px 0;
	font-size: 0.9em;
	font-weight: normal;	
} 

.info_new dl{
	margin-top: 0;
}

.info_new dl dt{
	border: none;
	font-weight: normal;
	font-size:1.2em;
}

.info_new dl dt .txt_price{
	color: #FF0000;
	font-size: 1.5em;
}

.info_new dl dd{
	margin-bottom: 1.5%;
	font-size: 0.8em
}

.info_list{
	overflow: hidden;
	margin-bottom: 8%;
	margin-top:5%;
}

/*.info_list ul{
	overflow: hidden;
}*/

.info_list .btn_box1 .btn1
/*.info_list .btn_box2 .btn1*/{
	width:47%; 
	margin: 0 1% 5%;	
}

.info_list .btn_box1 .btn1 a,
.info_list .btn_box2 .btn1 a{
	display: block; 	
}

.info_list .btn_box1 .btn1 a img,
.info_list .btn_box2 .btn1 a img{
	width: 100%; 	
}

.info_list .btn_box1,
.info_list .btn_box3{
	margin: 0 1%;
}

.info_list .btn_box1 .btn1{
	display: inline-block;
}

.info_list .btn_box1 .txt01,
.info_list .btn_box2 .txt01{
	font-size: 1.1em;
}

.info_list .btn_box2 {
	width:47%; 
	float: left; 
	margin: 0 1%;
}

.info_list .btn_box1 .num,
.info_list .btn_box2 .num{
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	margin: 5% auto 0;
}

.info_list .txt_bl{
	color: #1B5FBE;
}

.info_list .txt_or{
	color: #FF5B26;
}

.info_list .txt_gr{
	color: #59B200;
}

.html_area{
	margin: 5% 0;
	padding: 10% 0;
	text-align: center;
	background: #B9B9C8;
	color: #fff;
}

.shop_detail .staff_box{
	background: #fff;
    padding: 2% 3%;
    margin: 0 2% 3%;
    overflow: hidden;
}

.shop_detail .staff_box .txt_bld{
	border-bottom: 1px solid #2260BD;
	padding-bottom: 1%;
	margin-bottom: 3%;
	width: 67%;
	float: left;
}

.shop_detail .staff_box a{
	display: block;
	float: right;
	width: 30%;
}

.shop_detail .staff_box a img{
	width: 100%;
}

.shop_detail .staff_box .staff_img{
	width: 25%; 
	margin-right: 1%;
	float: left;
}

.shop_detail .staff_box .staff_img img{
	width: 100%;
}

.shop_detail .staff_box div{
	clear: both;
}

/*--toggle--*/

.shop_detail dl#slidetoggle_menu{
	margin-bottom: 3%;
}

.shop_detail #slidetoggle_menu dt.staff_toggle { 
	background:url("../images/shoplist/detail/btn_toggle_off.png") center center no-repeat;
	background-size: 95%;
	height: 40px;
	border-bottom: none;
	text-align: center; 
	margin: 0 auto;

}
.shop_detail #slidetoggle_menu dt.staff_toggle.active {
	 background:url("../images/shoplist/detail/btn_toggle_on.png") center center no-repeat;
	 background-size: 95%;
 }

.shop_list2{
	overflow: hidden;
	padding: 0 5%;
	margin-bottom: 4%;
}

.shop_list2 li{
	width: 50%;
	float: left;
	margin-bottom: 2%;
}

.shop_list2 + p{
	text-align: center;
}

.shop_list2 + p img{
	width: 95%;
}

/*.shop_detail .tel_no,
.s_detail .tel_no{
    background-position: left center;
    line-height: 1.4em;
}

.shop_detail .btn_contact_tel,
.s_detail .btn_contact_tel{
	height: 46px;
}

.shop_detail .btn_contact_tel,
.s_detail .btn_contact_tel{
	height: 46px;
}

.shop_detail .contact_wrap h5{
	margin-top: 3%;
}*/


.s_detail.bg_ttl{
	margin-bottom:0;
}


/*-----remodal contents-----*/

.staff.remodal{
	padding: 1% 5% 3%;
	margin-top: 30px;
}

.staff.remodal p{
	margin: 3% 0;
	text-align: center; 
}

.staff.remodal img{
	width: 100%;
	text-align: center;
	margin-bottom: 3%
}

.staff.remodal dl{
	font-size: 0.9em;
}

.staff.remodal dl dt{
	margin-top: 2%;
	margin-bottom: 2%;
	border-bottom: 2px solid #333;
}


/*--------お問い合わせ一覧 list/top.html---------*/


/*--toggle--*/

.contact_list dl.slidetoggle_menu .toggle{
	margin-bottom: 0;
    border: 1px solid #c0c0c0;
}

.contact_list .slidetoggle_menu dt.item{
	background-image: -moz-linear-gradient(top, #fff, #F2F2F8);
	background-image: -ms-linear-gradient(top, #fff, #F2F2F8);
	background-image: -o-linear-gradient(top, #fff, #F2F2F8);
	background-image: -webkit-linear-gradient(top, #fff, #F2F2F8);
	background-image: linear-gradient(top, #fff, #F2F2F8);
    border: 1px solid #aaa;
    height: 60px;
}

.contact_list .slidetoggle_menu dt.item span { 
	background:url("/sp/common/images/icon/arrow_off.png") 98% center no-repeat;
	background-size: 30px; 
	height: 30px;
	border-bottom: none;
	text-align: center; 
	margin: 0 auto;
	padding: 3% 2% 4%; 
	display: block;
	margin-right: 3%;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
	line-height: 3em;
}

.contact_list .slidetoggle_menu dt.line01 span{
	line-height:1.5em !important;
}

.contact_list .slidetoggle_menu dt.item.active span {
	 background:url("/sp/common/images/icon/arrow_on.png") 98% 50% no-repeat;
	 background-size: 95%;
	 vertical-align: bottom;
	background-size: 30px; 
 }

.contact_list .slidetoggle_menu dd{
	 display:none; }

/*--//toggle--*/


.contact_list .txt_ul{
	border-bottom: 2px solid #136CAC;
	font-weight: bold;
	color: #136CAC;
	margin: 3% 2% 2%;
}

.contact_list .txt_ul + p{
	margin: 0 2% 1%;
}

.contact_list .txt_bl{
	font-weight: bold;
	color: #136CAC;
	margin: 0 2% 1%;
}

.contact_list .telNo{
	margin: 0 2% 3%;	
}

.contact_list .bg_bl{
	background: #E0EDF8;
	padding: 2% 0 3%; 
}

.contact_list .bg_inner{
	background: #136CAC;
	color: #fff;
	padding: 2% 2% 5%;
	overflow: hidden;
}

.contact_list .bg_inner .btn_inner{
	float: left;
	width: 46%;
	margin: 0 2%;
}

.contact_list .bg_inner a{ 
	display: block;
	padding: 8% 4%;
	background: #fff;
	border-radius: 5px;
	background: #fff url(../images/info/arrow_bl.png) no-repeat 98% center;
	font-weight: bold;
	color:#000;	
	text-decoration: none;
	box-shadow:inset 0 0px 3px #d8d8d8, inset 0px 3px 0 #d8d8d8;
}

.contact_list .btn_inner .fa-caret-right{
	color: #136CAC;
	display: inline-block;
	padding-left: 5%;
}

.contact_list .bg_inner ul{
	clear: both;
	margin-top:3%;
}

.contact .bnr_area{
	margin-bottom: 5%;
}


/*-----housing_list-----*/

.housing_list ul{
	overflow: hidden;	
}

.housing_list ul.btn_box li{
	float: left;
	width: 25%;	
}

.housing_list ul li a img{
	width: 100%;	
}

.housing_list h3.icon_h3{
	margin-bottom:0;
}

/*------remodal-----*/

.housing .remodal-close{
	display: none;
}

.housing.remodal {
	padding: 3% 2%;
	border-radius: 5px;
	box-shadow: 5px 5px 0px #151515;
}

.housing.remodal ul li a{
	display: block;
	background: #F6F6F6;
	border:1px solid #DDD;
	border-radius: 5px;
	margin-bottom: 1%;
	text-align: center;
	text-decoration: none;
	color: #333; 
	padding: 1% 0;
}

.housing.remodal{
	text-align: center;
}

.housing.remodal p{
	text-align: center;
	margin-top: 4%;
	margin-bottom: 3%;
	font-size: 0.9em;
}

.housing.remodal .text_box{
	-webkit-box-shadow:0 0 5px 2px rgba(200,200,200,0.7) inset;
   -moz-box-shadow:0 0 5px 2px rgba(200,200,200,0.7) inset;
    box-shadow:0 0 5px 2px rgba(200,200,200,0.7) inset;
    border: 2px solid #757584;
    border-radius: 5px;	
    width:90%; 
    height:40px;
    margin-bottom: 6%;
}

.housing.remodal div{
	margin-bottom: 5%;
	text-align: center;
}

.housing.remodal img{
	width: 60%;	
}

.housing_box .slider-box{
	background: url(../images/list/bg_slide.jpg) no-repeat center top;
	background-size: contain;
	padding-top: 9%;
	margin-top: 5%;
}

.housing_box .slider-box .sp-slides-container{
	/*height: 50%;*/
}

.housing_box .slider-box .info_new{
	margin-bottom: 0;
}

.housing_box .slider-box .sp-arrows{
	display: none;
} 

.housing_box .slider-box .sp-button{
	border: 2px solid #9797A6;
	/*border: none;
	background: #9797A6;*/
}

.housing_box .slider-box .sp-button .sp-selected-button{
	background: #013960;
}

.fav_box{
	background: #fff;
	border: 1px solid #999;
	border-radius: 4px 4px 0 0 ;
	padding:2%;
	clear: both;
	margin-top: 2%;
}

.list_box{
	overflow: hidden;
}

.list_box .icon_box{
	overflow: hidden;
	margin-bottom: 1%; 
	float: left;
	width: 60%;	
	margin-top: 0;
}

.list_box .icon_box li{
	float: left;
	padding: 2px 2%;
	color: #fff;
	font-weight: normal;
	text-align: center;
	margin-right: 1%;
	margin-top: 2%;
	font-size: 0.9em;
}
.list_box .icon_box li.vr_icon_detail{
    padding-top: 0;
    margin-top: 0;
}

.list_box .icon_box li.bg_re_L{
	background: #D90000;
	border-radius: 3px;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 1%;
	padding: 2px 10px 0 10px;
}

.list_box .icon_box li.bg_gr{
	background: #008C23;
}

.list_box .icon_box li.bg_gr_L{
	background: #85B200;
	border-radius: 3px;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 1%;
	padding: 2px 10px 0 10px;
}
.list_box .icon_box li.bg_bla_L{
	background: #000000;
	border-radius: 3px;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 1%;
	padding: 2px 10px 0 10px;
}

.list_box .icon_box li.bg_bl{
	background: #006DD9;
}

.list_box .icon_box li.bg_bl_L{
	background: #1B7DC3;
	border-radius: 3px;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 1%;
	padding: 2px 10px 0 10px;
}
.list_box .icon_box li.bg_gr_L{
	background: #009933;
	border-radius: 3px;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 1%;
	padding: 2px 10px 0 10px;
}
.list_box .icon_box li.bg_or_L{
	background: #FF9326;
	border-radius: 3px;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 1%;
	padding: 2px 10px 0 10px;
}

.list_box a{
	display: block;
	float: right;
	text-align: right;
	width: 40%;
	padding-top: 2px;
}

.list_box a img{
	width: 70%;
}

.fav_box .house_name{
	font-size: 1.1em;
	color: #000;
	border-bottom: 1px solid #ddd;
	padding-bottom: 2% 1% 1%;
}

.fav_box .txt{
	overflow: hidden;
	margin-top: 2%;
	clear: both;
}

.fav_box .txt img{
	float: left;
	width: 40%;
	margin-right: 2%;
}

.fav_box .txt .price{
	float: left;
	width: 50%;	
	/*height: 100%;*/
	font-size: 0.9em;
}
.fav_box .txt .price p:first-of-type{
	font-size: 1.1em;
}

.fav_box .txt a{
	width: 22px;
	float: right;
	padding-top:10%;
}

.fav_box .txt a img{
	width: 100%;
}

.detail_area{	
	border: 1px solid #999;
	border-top: none;
    border-radius: 0 0 4px 4px;
    background: #fff;
    overflow: hidden;
    position:relative;
}


.detail_area p{
	background: #eee;
	padding: 7% 3% 6% 3%;
	width: 6%;
	border-right: 1px solid #999;
	float: left; 
}

.detail_area input.checkbox{
	width: 20px;
	height: 20px;
}

.detail_area label{
	display: inline-block;	
	float: right;
	width: 85%;
	padding: 2% 0 0 0;
    line-height: 1.4em;
}

.detail_area .txt_bl{
	color:#006CD8;
	font-weight: normal; 	
    line-height: 1.3em;
}
.detail_area .vr_icon_list{	
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
}

.shadow{
    margin: 0 0 10px 0;
	box-shadow: 1px 1px 3px #ddd;
    border-radius: 4px;
}

/*-----------check star--------*/

.check_star input {
    position: absolute;
    top: 0px;
    opacity: 0;
}


.content_name .check_star {
    float: right;
    width: 30px;
    height: 26px;
    clear:none;
}

.check_star input[type="checkbox"]:checked + label {
    background-image: url("../images/list/star_on.png");
    width: 30px;
    height: 26px;
}
.check_star input[type="checkbox"] + label {
    display: block;
    background-image: url("../images/list/star_off.png");
    background-size: 30px 26px;
    background-position: right top;
    background-repeat: no-repeat;
    width: 30px;
    height: 26px;
}





/*-----toggle for housing_list-----*/


.house_toggle dl#slidetoggle_menu .toggle{
	margin-bottom: 0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    width: 100%;
}


.house_toggle #slidetoggle_menu dt{
	background-image: -moz-linear-gradient(top, #fff, #F2F2F8);
	background-image: -ms-linear-gradient(top, #fff, #F2F2F8);
	background-image: -o-linear-gradient(top, #fff, #F2F2F8);
	background-image: -webkit-linear-gradient(top, #fff, #F2F2F8);
	background-image: linear-gradient(top, #fff, #F2F2F8);
    border-right:none;
    border-left: none;
    height: 60px;
    padding: 0;
    margin-bottom: 3%;
}

.house_toggle #slidetoggle_menu dt.toggle span.bg_arrow { 
	background:url("../images/list/btn_down.png") 80% center no-repeat;
	background-size: 30px; 
	height: 45px;
	border-bottom: none;
	text-align: center; 
	margin: 0 auto;
	display: block;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	line-height: 1.8em;
	padding:2% 0;
}


.house_toggle #slidetoggle_menu dt.toggle.active span.bg_arrow{
	 background:url("../images/list/btn_up.png") 80% 50% no-repeat;
	 vertical-align: bottom;
	 background-size: 30px; 
 }

.house_toggle #slidetoggle_menu dd{
	 display:none;
	 padding: 0 2%; 
}




/* btn_shoplist ここから */

ul.btn_shoplist li {
	background: -moz-linear-gradient(top center, #ffffff 0%, #dcdce4 100%);								/* Firefox */
	background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#dcdce4));		/* Chrome  Safari */
	background: linear-gradient(top center, #ffffff 0%, #dcdce4 100%);									/* 共通 */
	border: 1px solid #9b9ba6;
	margin: 0 0.3em;
	padding: 0.5em;
	font-size: 1.1em;
	text-align: center;
}
ul.btn_shoplist {
	margin: 0 0 0.5em;
}

.btn_shoplist a {
	text-decoration: none;
	color: #000000;
}

.btn_shoplist span {
	line-height: 1em;
}


.top .shoplist_wrap dd:last-of-type {
	margin-bottom: 2em;
}


/* btn_shoplist ここまで */


