@charset "utf-8";

/* 地域選択 */
#result .list-wrap{
	background: #fff;
}
#result .title_sub{
	border-bottom: 1px solid #ddd;
    padding: 0 4.6875%;
    color: #a22f1d;
    font-weight: bold;
    line-height: 44px;
    display: block;
}
#result .title_sub span{
	background: url(/sp/img/icon_plus_.png) no-repeat right center;
	background-size: 16px auto,auto;
	display: block;
} 
#result li:last-child{
	margin: 0;
}

#result .list{
	display: none;
}
#result .list li{
	margin: 10px 0 0 8.6875%;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
#result .list li:last-child{
	margin: 10px 0 0;
    padding: 0 0 10px 8.6875%;
}
#result .list li a{
	text-decoration: none;
	background: url(/sp/img/icon_arrow.png) no-repeat 98.5% center;
	background-size: 5px auto;
	display: block;
	
}
#result .list-station{
    display: none;
}
#result .list-station li{
    padding: 5px 4.6875%;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    border-bottom: 1px solid #ddd;
    line-height: 24px;
}
#result .list-station li:last-child{
    padding: 5px 4.6875%;
}
#result .list-station li span{
    text-decoration: none;
    background: url(/sp/img/icon_plus_.png) no-repeat 98.5% center;
    background-size: 16px auto,auto;
    display: block;
    float: right;
    width: 50px; height: 24px;
}
#result .list-station .list li{
    margin-left: 8.6875%;
    padding: 5px 0 5px 4.6875%;
}
#result .list-station .list li:last-child{
    border: none;
}

/* 他の検索方法 */
.other-serch{
	padding: 10px 2%;
	margin: 0 auto;
	background: url(/sp/img/bg_brown-dark.png) no-repeat;
	background-size: cover;
}
.other-serch li{
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.5, #fff), to(#f2f2f2));
  	margin: 0 0 10px;
	border: 1px solid #ddd;
	height: 50px;
}

.other-serch li a{
	color: #a22f1d;
	font-weight: bold;
	text-decoration: none;
	line-height: 50px;
	padding: 2px 0 0 45px;
	display: block;
}
.other-serch .list01 a{
	background: url(/sp/img/icon_01.png) no-repeat 10px center;
	background-size: 28px auto;
}
.other-serch .list02 a{
	background: url(/sp/img/icon_02.png) no-repeat 10px center;
	background-size: 28px auto;
}
.other-serch .list03 a{
	background: url(/sp/img/icon_03.png) no-repeat 10px center;
	background-size: 28px auto;
}
/* 条件絞り込み */
.narrowing{
	background: #efdbcf;}
.narrowing .title{
	line-height: 50px;
	font-weight: bold;
	background: url(/sp/img/icon_arrow_down.png) no-repeat right center;
	background-size: 39px auto;
	width: 90.625%;
	margin: 0 auto;
}
.narrowing .gr{
	color: #643820
}
.narrowing .inner{
	display: none;
	padding: 0 4.6875% 10px;
}
.narrowing .inner .ttl2{
	font-weight: bold;
	border-top: 1px dotted #ccc;
	margin: 0 0 10px;
	padding: 20px 0 0;
}
.narrowing .inner .form-block{
	padding: 0 0 10px;
	line-height: 1.4;
}
.narrowing .inner .form-submit{
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#af5f3c),  
          color-stop(0.4, #8c4c30),  
          to(#643820));
    border: none;
    border-radius: 5px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.narrowing .inner select{
	margin: 0 0 15px;
}
/* 検索結果 */
#result{
	background: #eee;
}
#result .title{
	font-size: 20px;
	font-weight: bold;
	background: url(/sp/img/bg_brown-dark.png) repeat-x;
	-webkit-background-size: 320px 105px;
	color: #fff;
	line-height: 1.4;
	padding: 13px 4.6875%;
}
#result .title span{
	font-size: 15px;
	margin-right: 5px;
}
#result .title_sub .arrow{
	background-size: 39px auto;
	display: block;
}
#result .search-result{
	padding: 10px 4.6875%;
	color: #666;
	border-bottom:1px solid #ddd;
	font-size: 14px;
	background: #f3e6e3;
}
#result .search-result{
	line-height: 1.2;
}

#result .search-result dt{
	display: inline-block;
}
#result .search-result dd{
	display: inline;
	line-height: 1.4;
	border-right: solid 1px #ddd;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
}
#result .search-result dd:last-child{
	padding: 0;
	margin: 0;
	border-right: none;
}
#result .serch-option{
	padding: 10px 4.6875% 1px;
	background: #efdbcf;
	border-top: 1px solid #ddd;
}
#result .inner{
	display: block;
}
#result .serch-option .menu{
	text-align: center;
	margin: 0 0 10px;
}
#result .serch-option .menu li{
	display: inline-block;
	width: 32%;
}
#result .serch-option .menu li a{
		background: -webkit-gradient(linear, left top, left bottom, from(#af5f3c),  
            color-stop(0.4, #8c4c30),  
            to(#643820));
    border: none;
    border-radius: 5px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    display: block;
    text-decoration: none;
}
/*2014.12.09 added yonemoto*/
#result .serch-option .menu2{
	text-align: center;
	margin: 0 0 10px;
}
#result .serch-option .menu2 li{
	display: inline-block;
	width: 32%;
}
#result .serch-option .menu2 li a{
		background: -webkit-gradient(linear, left top, left bottom, from(#af5f3c),  
            color-stop(0.4, #8c4c30),  
            to(#643820));
    border: none;
    border-radius: 5px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    display: block;
    text-decoration: none;
}

#result .accordion_01_target, #result .accordion_02_target{
	display: none;
}
#result .sort{
	padding: 0 4.6875%;
}
#result .sort li{
	border-top: 1px dotted #ccc;
	line-height: 50px;
	font-weight: bold;
}
#result .sort li.current{
	color: #a22f1d;
	background: url(/sp/img/bg_checked.png) no-repeat left center;
	background-size: 30px auto;
	padding: 0 35px;
}
#result .sort li a{
	display: block;
	text-decoration: none;
}

#result .address{
	font-size: 12px;
	margin: 0 0 10px;
}
.star img{
	width: 60px;
}
/* 検索結果内容 */
.park-list{
	padding: 5px 2%;
	border-top: 1px solid #ddd; 
}
.park-list li{
	width: 100%;
	display: table;
	margin: 0 0 5px;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.park-list .check-area{
	display: table-cell;
	width: 40px;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	border-right: #000;
	padding: 10px;
	background: #DFDBD4;
}
.park-list .check-area img{
	width: 30px;
	height: auto;
}
.park-list .check-area input{
	display: none;
}
.park-list .info-area{
	padding: 10px;
	background: #fff;
}
.park-list .info-area.featured{
	background: #F2EFEA;
}
.park-list .crown{
	padding: 0px 10px 0;
	margin: 10px 0 0;
}
.park-list .crown span{
	background: #D59100;
	color: #fff;
	font-size: 11px;
	padding: 5px;
}
.info-head{
	margin: 0 0 10px;
}
.park-list .info-area .name a{
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2;
}
#result .info-head .icon{
	float: right;
	text-align: right;
	width: 30px;
	margin: 0 0 0 5px;
}
#result .icon li{
	-webkit-box-shadow: none;
}

#result .info-head .icon img{
	width: 29px;
}
.park-list .info-area .detail{
	display: table;
	margin: 0 0 10px;
}
.park-list .info-area .detail .img{
	width: 38%;
	display: table-cell;
	vertical-align: top;
	text-align: center;
}
.park-list .info-area .detail .img img{
	width: auto;
	height: auto;
	max-height: 110px;
	max-width: 100%;
	margin-bottom:2px;
}
.park-list .info-area .detail .txt{
	width: 48%;
	display: table-cell;
	vertical-align: top;
	padding: 0 5px 0 10px;
}
.park-list .info-area .detail .arrow{
	width: 3.5%;
		display: table-cell;
		padding:0 2px;
	background:#d4d4d4;
	vertical-align:middle;
}
.park-list .info-area.rank .detail .arrow{
	background:#ddcc74;
}
.park-list .info-area .detail ul{
	font-size: 14px;
	margin: 0;
	padding:0;
}
.park-list .info-area li{
	margin: 0 0 5px;
	-webkit-box-shadow: none;
}
.park-list .info-area .coupon a{
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(118,178,41,1)), color-stop(100%,rgba(85,160,0,1)));*/ /* Chrome,Safari4+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(110,183,245,1)), color-stop(100%,rgba(17,34,158,1))); /* Chrome,Safari4+ */

box-shadow:1px 1px 3px #666;

   border-radius: 5px;
    line-height: 36px;
    font-weight: bold;
    color: #fff;
    display: block;
    text-decoration: none;
    margin: 0 auto 7px;
    text-align: center;
    font-size: 15px;
    border: 2px solid #80AD8D;
	padding:2px 0;
}
.park-list .info-area .coupon img{
	width:18px;
	height:auto;
	vertical-align:middle;
}
.park-list .info-area .link{
	text-align: right;
}
.park-list .info-area .link a img{
	height: 34px;
	width: auto;
}
.park-list .info-area .bnr{
	margin: 0 0 7px;
}
.park-list .info-area .bnr a img{
	width: 49%;
}
.park-list .info-area .status{
	margin: 0 0 10px;
}
.park-list .info-area .status li{
	display: inline-block;
	width: auto;
}
.info-area .status img{
	height: 19px;
	width: auto;
}
.info-area .pickup{
	background: #fef9ae;
	padding: 8px;
	margin: 0 0 10px;
}
.info-area .pickup img{
	width: 247px;
}
/* ページ送り */
.number{
	text-align: center;
	font-size: 14px;
	border-top:1px solid #ddd;
	padding: 10px 0;
}
.number span{
	color: #588F64;
}
.pager{
	text-align: center;
	padding: 0 0 10px;
}
.pager li{
	display: inline-block;
}
.pager li.current a{
	color: #aaa;
}
.pager li a{
	padding: 8px 10px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background: #fff;
	border-radius: 3px;
}


/*ここから2014追加*/
 a .detail {
	text-decoration:none;
	color:#333;
}

.info-area.rank{
	background:#f4f7c8!important;
}

.info-area.rank .pickup{
	background:#4d2b10;
	text-align:center;
	color:#FFF;
	text-shadow:1px 1px #000;
	font-size:18px;
}
.info-area.rank p.pickupsilver{
	background:#8A7463;

}
.bnr_list{
	margin:7px auto;
	width:96%;
}


#result .search-result_list{
	padding:0 0 0  4.6875%;
	color: #666;
	border-bottom:1px solid #ddd;
	font-size: 13px;
	background: #f4f4f4;
}
#result .search-result_list{
	line-height: 1.2;
}
#result .search-result_list .num{
	width:43%;
	padding:10px 0;
	float:left;
}
#result .search-result_list .num p{
	font-size:11px;
}
#result .search-result_list .navigation{
	width:55%;
	float:right;
}
#result .search-result_list:after{
	content:'';
	display:block;
	clear:both;
}

#result .search-result_list .navigation ul li{
	width:32.5%;
	float:left;
	font-size:80%;
	text-align:center;
border-right:1px solid #dedeb9;
}

#result .search-result_list .navigation ul li a{
	display:block;
	padding:1px 3px 3px;
	color:#FFF;
	
	height:60px;
	text-decoration:none;
	
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
cursor:pointer;

}

#result .search-result_list .navigation ul li p{
	padding:5px;
}

img.photo_s{
	width:80px!important;
	height:auto;
}

img.img-resize{
	height:24px;
	width:auto;
}

.txt h2.name{
	background:url(./../img/icon/cate01_s.gif) no-repeat;
	font-size:14px;
	padding:0 0 0 30px;
	min-height:26px;
	color:#076baf;
	font-weight:bold;
}


li.star p{
	padding:3px 0;
	font-size:14px;
	line-height:1.4;
	font-weight:bold;
}

li.star p img{
	vertical-align:middle;
}


li.info{
	box-sizing:border-box;
	font-size:13px;
	line-height:1.2;
	padding:2px 0 0 0;
}

.kousei_s{
	width:20px;
	height:auto;
}

.icon_s{
	width:16px;
	height:auto;
	margin-right:3px;
}

li.info.map{
	background:url(../img/icon/icon_map.png?1234) no-repeat;
	padding-left:20px;
	min-height:16px;
}

li.info.train{
	background:url(../img/icon/icon_train.png?1234) no-repeat;
	padding-left:20px;
	min-height:16px;
}

li.info.holiday{
	background:url(../img/icon/icon_holiday.png?1234) no-repeat;
	padding-left:20px;
	min-height:16px;
}

li.info.tenji{
	background:url(../img/icon/icon_tenji.png?1234) no-repeat;
	padding-left:20px;
	min-height:16px;
}

li.info.other{
	background:url(../img/icon/icon_other.png?1234) no-repeat;
	padding-left:20px;
	min-height:16px;
}

ul.btn-group{
	margin:0;
	padding:7px 0;
}

ul.btn-group li{
	box-sizing:border-box;
	display:block;
	width:100%;
	text-decoration:none;
	color:#ccc;
	padding:3px 2px;
	font-size:10px;
	background:#999;
}

ul.btn-group li.on{
	color:#FFF;
	background:#945b17;
}

div.btn_detail{
	display:block;
background: -webkit-gradient(linear, left top, left bottom, color-stop(9%,rgba(238,238,238,1)), color-stop(100%,rgba(191,191,191,1))); /* Chrome,Safari4+ */
box-shadow:1px 1px 3px #333;
box-sizing:border-box;
border:2px solid #FFF;
padding:9px 0;
font-size:95%;
text-align:center;
text-decoration:none;
border-radius:5px;
color:#000;
}

.subimage{
	margin:7px 0;
}

.subimage p{
	font-size:11px;
	padding:3px 0;
	text-align:left;
}

.balloon-top {
	color: #19283C;
	position: relative;
	display: inline-block;
	padding: 5px;
	width: auto;
	min-width: 115px;
	height: auto;
	background: #F6F6F6;
	border: 3px solid #19283C;
	border-radius:6px;
	z-index: 0;
	font-size:12px;
	line-height:1.3;
	margin-bottom:10px;
	word-break:break-all;
}
.balloon-top:before {
	content: "";
	position: absolute;
	top: -8px; left: 20%;
	margin-left: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #F6F6F6 transparent;
	z-index: 0;
}
.balloon-top:after {
	content: "";
	position: absolute;
	top: -12px; left: 20%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #19283C transparent;
	z-index: -1;
}

.search-footer{
	margin-bottom:10px;
}

.search-footer .re-search{
		box-sizing:border-box;
	margin:0 auto;
	width:96%;
	text-align:center;
	padding:5px;
	font-size:13px;
	line-height:1.5;
	border-radius:6px;
	text-shadow:-1px -1px #000;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */

background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */

}
.search-footer .re-search img{
	width:40px;
	height:auto;
	float:left;
}
.search-footer .re-search strong{
	font-size:16px;
}
.search-footer .re-search a{
	display:block;
	text-decoration:none;
	color:#FFF;
}

.breadcrumb{
	margin:10px 2%;
	font-size:12px;
}

.breadcrumb ul{
	margin:0;
	padding:0;
}

.breadcrumb ul li{
	list-style:none;
	display:inline-block;
	padding:5px 0;
}

.breadcrumb ul li:before{
	content:' > ';
}

.breadcrumb ul li.home:before{
	content:'';
}

.sub-search ul li{
	box-sizing:border-box;
	margin:0 auto;
	width:96%;
	padding:10px;
	font-size:14px;
	text-shadow:-1px -1px #000;
	line-height:1.5;
	border-radius:6px;
	margin:5px auto;

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(155,107,31,1)), color-stop(100%,rgba(102,74,9,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(155,107,31,1) 0%,rgba(102,74,9,1) 100%); /* Chrome10+,Safari5.1+ */
background: linear-gradient(to bottom,  rgba(155,107,31,1) 0%,rgba(102,74,9,1) 100%); /* W3C */
}
.sub-search ul li img{
	width:35px;
	height:auto;
	float:left;
	margin:-6px 10px 0 0;
}

.sub-search ul li a{
	display:block;
	text-decoration:none;
	color:#FFF;
}


/*ここまで2014追加*/


/* 仏壇を探す */
.serch{
	background: #f3e6e3;
}
.serch .title{
	line-height: 55px;
	font-size: 20px;
	font-weight: bold;
	background: url(/sp/img/bg_brown-dark.png) no-repeat;
	background-size: cover;
	margin: 0 auto;
	color: #fff;
	padding: 0 4.6875%;
}
.serch .sub_title{
	background: url(/sp/img/img_01.png) no-repeat left center;
	background-size: 25px auto;
	line-height: 50px;
	padding: 0 0 0 30px;
	color: #643820;
	font-weight: bold;
	margin: 10px 0 0;
}
.serch .gr{
	color: #643820
}
.serch .inner{
	padding: 1px 4.6875% 10px;
}
.serch .inner .ttl2{
	font-weight: bold;
	margin: 0 0 10px;
	padding: 20px 0 0;
	border-top: 1px dotted #ccc;
}
.serch .inner .form-block{
	padding: 0 0 10px;
	line-height: 1.4;
}
.serch .inner .form-submit{
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#af5f3c), color-stop(0.4, #8c4c30), to(#643820));
    border: none;
    border-radius: 5px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.serch .inner a {
	font-size: 14px;
	line-height: 32px;
	white-space: nowrap;
}

/*	form
--------------------------------------------*/
.radioSet{
	position:relative;
	z-index:10;
	display:inline-block;
}
.radioSet input{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	cursor:pointer;
}
.radioSet label{
	display:block;
	padding-left:25px;
}
.radioSet label:before{
	content:'';
	position:absolute;
	top:-0.15em;
	left:0;
	display:block;
	width:20px;
	height:21px;
	background-position:-150px -125px;
}
.radioSet input + label:before{
	background-position:-150px -76px;
}
.radioSet input:checked + label:before{
	background-position:-125px -76px;
}
.radioSet + input{
	margin-top:5px;
}
.checkboxSet{
	position:relative;
	z-index:10;
	display:inline-block;
}
.checkboxSet input{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	cursor:pointer;
}
.checkboxSet label{
	display:block;
	padding-left:25px;
}
.searchCont .checkboxSet label:before{
	content:'';
	position:absolute;
	top:-.2em;
	left:0;
	display:block;
	width:20px;
	height:20px;
	background-position:-150px -125px;
}
.searchCont .checkboxSet input:checked + label:before{
	background-position:-125px -125px;
}
.checkbox{
	position:relative;
	width:20px;
	height:20px;
	display:inline-block;
}
.checkbox input{
	position:absolute;
	width:100%;
	height:100%;
	opacity:0;
	cursor:pointer;
}
.checkbox span{
	/* sprite */
	display:block;
	width:100%;
	height:100%;
	background-position:-100px -100px;
}
.checkbox input:checked + span{
	background-position:-125px -100px;
}
.checkWrap{
	margin:0 0 10px -10px;
}
.checkWrapInner{
	display:table;
	width:100%;
}
.checkWrap .check{
	display:table-cell;
	width:40px;
	margin:0;
	text-align:center;
	vertical-align:middle;
}
.checkWrap .checkCol{
	display:table-cell;
	margin:0;
	vertical-align:middle;
}
.newMsg {
	background:#CC4B10;
	color:#ffffff;
	text-align:center;
	margin-right:-10px;
	margin-left:-10px;
	padding:2px 0;
}
.selectWrap{
	position:relative;
	display:block;
	padding:8px 30px 8px 14px;
	font-size:18px;
	border:1px solid #afafaf;
	background:#cfcfcf;
	background:-moz-linear-gradient(top, #ffffff 0%, #cfcfcf 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cfcfcf));
	background:-webkit-linear-gradient(top, #ffffff 0%, #cfcfcf 100%);
	background:linear-gradient(to bottom, #ffffff 0%, #cfcfcf 100%);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:inset 0 0 1px 1px #ffffff;
	-webkit-box-shadow:inset 0 0 1px 1px #ffffff;
	box-shadow:inset 0 0 1px 1px #ffffff;
}
.subDivision .selectWrap:after{
	/* sprite */
	content:'';
	display:block;
	position:absolute;
	top:50%;
	right:10px;
	z-index:1;
	display:block;
	width:15px;
	height:12px;
	margin-top:-6px;
	background-position: -176px -100px;
}
.selectWrap select{
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	width:100%;
	height:100%;
	opacity:0;
}
.selectWrap .selectTxt{
	font-size: 16px;
}
.submit{
	margin:20px 0;
	text-align:center;
}
div.submit p{
	margin:20px 0;
}
.submit *[class*=btn]{
	margin-left:auto;
	margin-right:auto;
}

.required{
	color:#d9521d;
}

.formList:after{
	content:'';
	clear:both;
	display:block;
}
.formList li{
	display:inline-block;
	width:48%;
	margin-bottom:10px;
	vertical-align:top;
}
.formList li:nth-child(2n-1){
	margin-right:1%;
}
.formList li.wide{
	width:100% !important;
	margin-right:0 !important;
}
.formList2 li{
	margin-bottom:20px;
}
.formList2 li .inner{
	margin:10px 0 0 10px;
}

.formList2 li .inner .linkList1 li{
	margin-bottom:0 !important;
}
.radioSet label:before,
.checkboxSet label:before,
.checkbox span{
	background:url(/sp/img/common/sprite.png) no-repeat;
	background-size:250px 250px;
}
#search_form p{
	font-size: 14px;
	margin: 0 0 15px;
}
input[type=text],
input[type=email],
input[type=tel]{
	width:100%;
	font-size:16px;
	line-height:1.2;
	padding:7px 10px;
	border:1px solid #a5a5a5;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:inset 0 1px 2px -1px rgba(0,0,0,0.5);
	-webkit-box-shadow:inset 0 1px 2px -1px rgba(0,0,0,0.5);
	box-shadow:inset 0 1px 2px -1px rgba(0,0,0,0.5);
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.submit button{
	background: -webkit-gradient(linear, left top, left bottom, from(#af5f3c),  
         color-stop(0.4, #8c4c30),  
         to(#643820));
    color: #fff;
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    border: 2px solid #ad7460;
    font-size: 16px;
    cursor:pointer;
    width: 100%;
}
.searchCont .area{
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),  
         to(#cfcfcf));
	font-weight: bold;
	line-height: 50px;
	display: block;
	border-radius: 5px;
	border: 1px solid #AFAFAF;
}
.searchCont .area .accordion{
	background: url(/sp/img/icon_plus_.png) no-repeat right center;
	background-size: 16px auto,auto;
	display: block;
	color: #a22f1d;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
	margin: 0 14px;
	padding: 15px 15px 15px 0;
}
.searchCont li ul{
	background: #ddd;
	display: none;
}
.searchCont li ul li{
	color: #333;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3;
	padding: 12px 4.625% 10px;
	border-top: 1px solid #fff;
}
/* おすすめ仏壇 */
.wrap.list-item{
	color: #7B5037;
	background: #efdbcf;
	padding: 5px 2%;
}
.list-item li{
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	padding: 10px;
	margin: 0 0 5px;
}
.list-item li:last-child{
	margin: 0;
}
.list-item .item .image{
	text-align: center;
	margin: 0 0 10px;
}
.list-item .item .price{
	font-weight: bold;
	color: #000;
}
.list-item img{
	height: 120px;
	width: auto;
}
.list-item .item li{
	width: 100%;
	text-align: left;
	margin: 0 0 2px;
	font-size: 13px;
	line-height: 1.3;
	-webkit-box-shadow: none;
	padding: 0;
}
.list-item .item .name{
	font-size: 16px;
	font-weight: bold;
}
.list-item .item .text{
	color: #000;
	margin: 10px 0 0;
}
.list-item .link a{
	background: -webkit-gradient(linear, left top, left bottom, from(#af5f3c),  
          color-stop(0.4, #8c4c30),  
          to(#643820));
     color: #fff;
     display: block;
     padding: 10px;
     text-align: center;
     text-decoration: none;
     font-weight: bold;
     border-radius: 5px;
     border: 2px solid #ad7460;
     font-size: 14px;
}
.text {
	margin: 0 0 10px;
}
.text .title{
	font-size:16px;
	margin: 10px 0;
}
.text p{
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 5px;
}

.park-list .name{
padding: 5px 4.625%;
background: #EFE5DB;
border-bottom: 1px solid #D4C7BA;
line-height: 1.3;
}
.accordion_00_target{
display:none;
}


#result .list2 li{
	margin: 0 0 1px;
	padding: 10px 4.6875%;
	font-size: 14px;
	font-weight: bold;
	background: #fff;
}
#result .list2 li:last-child{
	border-bottom: none;
}
#result .list2 li a{
	text-decoration: none;
	background: url(/sp/img/icon_arrow.png) no-repeat 98.5% center;
	background-size: 5px auto;
	display: block;
	
}

/* 2014.12.26 added yonemoto*/
.park-list .info-area .name-none a{
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2;
}

.list-item .item .name-none{
	font-size: 16px;
	font-weight: bold;
}

.park-list .name-none{
padding: 5px 4.625%;
border-bottom: 1px solid #D4C7BA;
line-height: 1.3;
margin-bottom:5px;
color:#076baf;
font-size:14px;
font-weight:bold;
}

/*クーポンボタン修正（150512）*/
.park-list .info-area .coupon {
	position: relative;
}
.park-list .info-area .coupon .point {
	background: #e55d19;
	border: solid 2px #f2ae8c;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	line-height: 1.0;
	padding: 2px;
	position: absolute;
	right: -5px;
	text-align: center;
	top: -5px;
	width: 6em;
}

.tenpolink{
	background:#FF0;
	font-size:12px;
	margin:2px 0 5px 0;
	padding:3px;	
}
ul.item{
position:relative;	
}

ul.item li.item-kokusan{
	position: absolute;
	left:0%;
	width:60px;
	background-color:#F60;
	color:#FFF;
	padding:2px 0px 2px 4px;
}

.list-item .link_ec a{
	background: -webkit-gradient(linear, left top, left bottom, from(#efd98c),  
          color-stop(0.4, #f0d168),  
          to(#f3c31e));
     color: #fff;
     display: block;
     padding: 10px;
     text-align: center;
     text-decoration: none;
     font-weight: bold;
     border-radius: 5px;
     border: 2px solid #d8a801;
     font-size: 14px;
	 color:#000;
}

/*一覧ヘッダー改修（161114）*/
#result .list-refine .btn-refine {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
	color: #FFF;
	cursor: pointer;
	display: block;
	text-decoration: none;
	margin: 0 10px;
	height: 60px;
}
#result .list-refine .btn-refine:after {
	clear: both;
	content: '';
	display: block;
}
#result .list-refine .btn-refine .txt-refine {
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	padding-left: 5px;
}
#result .list-refine .btn-refine .txt-refine img.img-area {
	height: 36px;
	padding: 12px 0 12px 5px;
	width: auto;
}

#result .txt-nav-review {
	font-size: 16px;
	margin: 0 2px;
	padding: 5px;
}
#result .nav-review {
	display: flex;
	flex-wrap: no-wrap;
	justify-content: space-around;
	line-height: 1.0;
	margin-bottom: 10px;
	padding: 5px 0 5px;
}
#result .nav-review .txt-nav-review a {
	color: #323232;
}
#result .nav-review .arrow-nav-review {
	margin: 0 5px;
	padding: 5px 0 5px;
}
#result .nav-review .arrow-nav-review.no-arrow {
	opacity: .2;
}
#result .nav-review .arrow-nav-review img {
	width: 18px;
}
#result .nav-review ul li {
	background: #fff;
	border: solid 1px #323232;
	display: inline-block;
	font-size: 16px;
	margin: 3px 2px 0;
	text-align: center;
	width: 20px;
}
#result .nav-review ul li.ac {
	background: #323232;
	color: #fff;
	display: inline-block;
	padding: 5px 0;
}
#result .nav-review ul li.over {
	background: none;
	border: none;
}
#result .nav-review ul li a {
	border: none;
	color: #323232;
	padding: 5px 0;
	display: inline-block;
	text-decoration: none;
}
#result .nav-review a:hover {
	opacity: .7;
}

#result .ttl-item {
	display: flex;
	flex-wrap: no-wrap;
	justify-content: space-between;
}
#result .ttl-item li {
	background: #fff;
	border: solid 1px #323232;
	font-size: 12px;
	height: 18px;
	padding: 5px 0 0;
	text-align: center;
	width: 32%;
}
#result .ttl-item li img {
	width: 12px;
}
div#top-lead {
	font-size: 11px;
	left: 111px;
	line-height: 1.4;
	margin: 0;
	position: absolute;
	top: 7px;
}