/* CSS Document */


/*────────────────────────── イイシナ販売店（一覧）──*/

#eMarkShop{
}
#eMarkShop.top .fv{
}

#eMarkShop.top .about{
	text-align: center;
	margin: 100px 0;
}
	#eMarkShop.top .about h3{
		font-size: 200%;
		letter-spacing: 3px;
	}
	#eMarkShop.top .about dl{
		border-top:solid 1px #726256;
		border-bottom:solid 1px #726256;
		padding: 30px 0;
		text-align: left;
		width: 850px;
		margin: 20px auto 0;
	}
		#eMarkShop.top .about dl dt{
			float: left;
			width: 20%;
		}
		#eMarkShop.top .about dl dd{
			float:right;
			width: 80%;
		}
			#eMarkShop.top .about dl dd .title{
				font-weight: 700;
				font-size: 120%;
				line-height: 130%;
				margin-bottom: 10px;
			}
			#eMarkShop.top .about dl dd .text{
				line-height: 180%;
				letter-spacing: 2px;
			}


#eMarkShop.top .search{
	margin-bottom:60px;
}
#eMarkShop.top .search h3{
	background: url(images/search_bg.png);
	color: #fff;
	text-align: center;
	font-size: 240%;
	letter-spacing: 8px;
	padding: 15px 0;
	border-radius: 5px;
	margin-bottom: 60px;
}
#eMarkShop.top .search h4{
	text-align: center;
	font-size: 200%;
	letter-spacing: 5px;
	margin: 30px 0;
}
#eMarkShop.top .search .keyword {
	text-align: center;
	letter-spacing: -.4em;
}
#eMarkShop.top .search .keyword .title{
	display: inline-block;
	text-align: center;
	font-size: 115%;
	letter-spacing: 0;
	padding: 10px;
	vertical-align: top;
}
#eMarkShop.top .search .keyword input[type="text"] {
	width: 300px; height: 40px;
	border: solid 1px #736357;
	padding: 4px 15px;
	vertical-align: top;
	border-radius: 3px 0 0 3px;
	box-sizing: border-box;
}
#eMarkShop.top .search .keyword input[type="submit"] {
	background: #736357 url(images/i_search.png) no-repeat center;
	width: 40px; height: 40px;
	border: none;
	border-radius: 0 3px 3px 0;
}
#eMarkShop.top .search ul.hotword{
	font-size: 115%;
	margin-top: 20px;
}
#eMarkShop.top .search ul.hotword li{
	display: inline-block;
	margin: 0 2px;
}
#eMarkShop.top .search ul.hotword li a{
	display: block;
	border: 1px solid #726256;
	border-radius: 50px;
	padding: 5px 25px;
}
#eMarkShop.top .search ul.hotword li a:hover{
	color: #726256;
	background: #FDFE1F;
}
#eMarkShop.top .search ul.hotword li:first-of-type{
	border: none;
	font-size: 160%;
	vertical-align: middle;
	padding: 5px 10px 5px 0;
	letter-spacing: 5px;
}



#eMarkShop.top .select{
	text-align: center;
	margin: 60px 0;
}
#eMarkShop.top .select h3{
	font-size: 200%;
	letter-spacing: 3px;
}
#eMarkShop.top .select .tabs{
	margin: 20px 0 0;
}
#eMarkShop.top .select .tabs li{
	margin: 0 0 -1px;
	float: left;
	width: 47.5%;
	border: solid 1px #726256;
	background: #DDDDDA;
	padding: 10px;
	transition: all 0.4s;
	border-radius: 0 10px 0 0;
	font-weight: 600;
	font-size: 115%;
	letter-spacing: 2px;
}
#eMarkShop.top .select .tabs li.active{
	border-bottom: solid 1px #F8F7F6;
	background: #F8F7F6;
}
#eMarkShop.top .select .tabs li:last-child{
	float: right;
	border-radius: 10px 0 0 0;
}
#eMarkShop.top .select .tab_c{
	padding: 30px 50px;
	border: solid 1px #726256;
	transition: all 0.4s;
	background: #F8F7F6;
}
#eMarkShop.top .select .tab_c .map{}
#eMarkShop.top .select .tab_c .map .ctAll{
	float: left;
	font-size: 115%;
	letter-spacing: 2px;
}
#eMarkShop.top .select .tab_c .map .scale{
	float: right;
}
#eMarkShop.top .select .tab_c .map .scale span{
	font-size: 140%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
#eMarkShop.top .select .tab_c .map .scale a{
	display: inline-block;
	background: #726256;
	color: #fff;
	width: 20px; height: 20px;
	margin: 0 1px;
}
#eMarkShop.top .select .tab_c .map .scale a:hover{
	background: #87796F;
}
#eMarkShop.top .select .tab_c .map dl{
	position: relative;
	margin-top: 20px;
}
#eMarkShop.top .select .tab_c .map dl dd.pin{
	position: absolute;
	top: -15px; left: 110px;
	background: rgba(115,99,87,.6);
	border-radius: 5px;
	color: #fff;
	padding: 10px 30px;
	letter-spacing: 3px;
	z-index: 9;
}
#eMarkShop.top .select .tab_c .map dl dd.pin:after{
	content: '';
	position: absolute;
	top: 100%; left: 0; right: 0;
	margin: auto;
	width: 0; height: 0;
	border-top: 5px solid rgba(115,99,87,.6);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
#eMarkShop.top .select .tab_c .map dl .info{
	position: absolute;
	top: 55px; left: 20px;
	z-index: 999;
}
#eMarkShop.top .select .tab_c .cat ul{
	font-size: 115%;
	letter-spacing: 2px;
	display: flex;
	justify-content: space-between;
}
	#eMarkShop.top .select .tab_c .cat li{
		width: 100%;
		position: relative;
		margin: 0 5px;
	}
		#eMarkShop.top .select .tab_c .cat li img{
			position: absolute;
			top: 0; left: -1px;
		}
			#eMarkShop.top .select .tab_c .cat li a{
				display: block;
				border: 1px solid #726256;
				border-radius: 50px;
				font-weight: 600;
				height: 52px;
				padding: 15px 0 0 35px;
				box-sizing: border-box;
			}
#eMarkShop.top .select .tab_c .cat li:nth-of-type(1) a{ background: #E8C8C3;}
#eMarkShop.top .select .tab_c .cat li:nth-of-type(2) a{ background: #BEDBD9;}
#eMarkShop.top .select .tab_c .cat li:nth-of-type(3) a{ background: #FEE9BF;}
#eMarkShop.top .select .tab_c .cat li:nth-of-type(4) a{ background: #CECCE1;}
#eMarkShop.top .select .tab_c .cat li:nth-of-type(5) a{ background: #BAC8DE;}
#eMarkShop.top .select .tab_c .cat li:nth-of-type(6) a{ background: #D1D7AF;}

#eMarkShop.top .select .tab_c .cat li a:hover{	color: #fff;}
#eMarkShop.top .select .tab_c .cat li:nth-of-type(1) a:hover{ background: #AD958C;}
#eMarkShop.top .select .tab_c .cat li:nth-of-type(2) a:hover{ background: #B8B0AA;}
#eMarkShop.top .select .tab_c .cat li:nth-of-type(3) a:hover{ background: #B8A58B;}
#eMarkShop.top .select .tab_c .cat li:nth-of-type(4) a:hover{ background: #A0979B;}
#eMarkShop.top .select .tab_c .cat li:nth-of-type(5) a:hover{ background: #96959A;}
#eMarkShop.top .select .tab_c .cat li:nth-of-type(6) a:hover{ background: #A19C83;}

#eMarkShop.top .select .tab_c .cat li a:hover img{
	opacity: 1;
}

/*#eMarkShop.top .select .tab_c .cat{
	text-align: left;
	padding: 30px;
}
#eMarkShop.top .select .tab_c .cat ul li{
	display: inline-block;
	vertical-align: top;
	margin: 0 4px 8px 0;
}
#eMarkShop.top .select .tab_c .cat ul li a{
	position: relative;
	display: block;
}
#eMarkShop.top .select .tab_c .cat ul li:not(:last-of-type) a:after{
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: #000;
	opacity: .4;
}
#eMarkShop.top .select .tab_c .cat ul li a:hover:after{
	opacity: 0;
}
#eMarkShop.top .select .tab_c .cat ul li a:hover img{
	opacity: 1;
}
#eMarkShop.top .select .tab_c .cat ul li span{
	position: absolute;
	top: 50%; left: 0; right: 0;
	transform: translateY(-50%);
	margin: auto;
	text-align: center;
	color: #fff;
	font-size: 110%;
	font-weight: 600;
	letter-spacing: 2px;
	z-index: 9;
}
#eMarkShop.top .select .tab_c .cat ul li:nth-of-type(5n){
	margin-right: 0;
}
#eMarkShop.top .select .tab_c .cat ul li.more a{
	background: url(images/balloon.png) no-repeat center top;
	width: 265px; height: 87px;
	color: #726256;
	margin: 20px 0 0 15%;
}
#eMarkShop.top .select .tab_c .cat ul li.more a:hover{
	background: url(images/balloon_on.png) no-repeat center top;
}
#eMarkShop.top .select .tab_c .cat ul li.more span{
	color: #726256;
	top: 40%;
}*/


#eMarkShop.top .select .refine{
	margin: 50px 0 100px;
}
#eMarkShop.top .select .refine a{
	border: 1px solid #726256;
	padding: 10px 100px;
	border-radius: 50px;
	font-size: 140%;
	font-weight: 600;
	letter-spacing: 5px;
}
#eMarkShop.top .select .refine a:before{
	content: url(images/i_search2.png);
	margin-right: 10px;
}
#eMarkShop.top .select .refine a:after{
	content: url(images/i_search3.png);
	margin-left: 10px;
}
#eMarkShop.top .select .refine a:hover{
	background: #FDFE1F;
	color: #726256;
}



#eMarkShop.top .list{}
#eMarkShop.top .list h2{
	background: url(images/list_bg.png);
	padding: 15px 30px;
	border-radius: 5px;
	font-size: 115%;
	font-weight: 600;
	margin-bottom: 40px;
}
#eMarkShop.top .list h2 span{
	float: right;
}
#eMarkShop.top .list ul.block li{
	display: inline-block;
	margin: 0 12px 30px 0;
	text-align: center;
	vertical-align: top;
}
#eMarkShop.top .list ul.block li:nth-of-type(4n){
	margin-right: 0;
}
#eMarkShop.top .list ul.block li dl dt {
	border-radius: 5px 5px 0 0;
	width: 258px; height: 216px;
	overflow: hidden;
}
#eMarkShop.top .list ul.block li dl dt img{
	width: 100%; height: auto;
}
#eMarkShop.top .list ul.block li dl dd{
	height: 70px;
	background: #F1F8F2;
	position: relative;
	padding: 0 10px;
}
#eMarkShop.top .list ul.block li dl dd h3{
	position: absolute;
	top: 50%; left: 0; right: 0;
	transform: translateY(-50%);
	margin: auto;
	font-size: 110%;
	font-weight: 600;
}
#eMarkShop.top .list ul.block li dl dd.place{
	border-radius: 0 0 5px 5px;
	background: #C8E3CD;
	padding: 6px 10px 0;
	height: 25px;
}
#eMarkShop.top .list ul.block li dl dd.place:before{
	content: url(images/i_place.png);
	margin-right: 5px;
	vertical-align: text-top;
}


#eMarkShop.top .list .pagination{
	text-align: center;
	padding-top: 70px;
	margin-top: 20px;
	position: relative;
}
#eMarkShop.top .list .pagination:before{
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0;
	margin: auto;
	border-left: 1px solid #726256;
	width: 1px; height: 50px;
}
#eMarkShop.top .list .pagination ul li{
	display: inline-block;
}
#eMarkShop.top .list .pagination ul li a{
	display: block;
	border: 1px solid #726256;
	border-radius: 3px;
	width: 28px; height: 28px;
	padding-top: 4px;
	margin: 0 5px;
	box-sizing: border-box;
}
#eMarkShop.top .list .pagination ul li a:hover{
	background: #726256;
}
#eMarkShop.top .list .pagination ul li.active a{
	background: #726256;
	color: #fff;
}




@media screen and (max-width: 736px){

	#eMarkShop{}
	#eMarkShop.top .fv{
	}

	#eMarkShop.top .about{
		margin: 50px 0;
	}
	#eMarkShop.top .about dl{
		width: auto;
	}
		#eMarkShop.top .about dl dt{
			float: none;
			width: auto;
			text-align:  center;
			margin-bottom: 20px;
		}
			#eMarkShop.top .about dl dt img{
				display: inline-block;
			}
		#eMarkShop.top .about dl dd{
			float: none;
			width: auto;
		}

	#eMarkShop.top .select{
		margin: 50px 0;
	}
	#eMarkShop.top .select .tabs{
	}
	#eMarkShop.top .select .tabs li{
		padding: 12px 0px;
	}
	#eMarkShop.top .select .tab_c{
		padding: 10px;
	}

	#eMarkShop.top .search .keyword input[type="text"] {
		width: 240px;
	}

	#eMarkShop.top .search ul.hotword li:first-of-type {
		display: block;
		text-align: center;
		padding: 10px;
	}
	#eMarkShop.top .search ul.hotword {
		text-align: center;
	}
	#eMarkShop.top .search ul.hotword li {
    margin: 0 2px 10px;
	}

	#eMarkShop.top .select .tab_c .map dl .info {
    width: 20%;
		top: 0%; left: 0%;
	}
	#eMarkShop.top .select .tab_c .map dl .info img{
		width: 100%;
	}
	#eMarkShop.top .select .refine a {
    padding: 10px 30px;
	}
	#eMarkShop.top .list h2 {
    padding: 15px;
		position: relative;
	}
	#eMarkShop.top .list h2 span {
    float: none;
    position: absolute;
    top: 100%; right: 0;
    margin: 5px;
	}

	#eMarkShop.top .select .tab_c .cat {
	}
		#eMarkShop.top .select .tab_c .cat ul{
		flex-wrap: wrap;
		}
			#eMarkShop.top .select .tab_c .cat li{
			width: 32%;
			margin: 5px 0;
			}
				#eMarkShop.top .select .tab_c .cat li img{
				height: 40px;
				}
					#eMarkShop.top .select .tab_c .cat li a{
					height: 40px;
					padding: 10px 0 0 30px;
					font-size: 90%;
					letter-spacing: 0;
					}



	#eMarkShop.top .list ul.block li {
    margin: 0 1% 30px;
    width: 46%;
		vertical-align: top;
	}
	#eMarkShop.top .list ul.block li dl dt {
    width: 100%; height: auto;
	}
	#eMarkShop.top .list ul.block li:nth-of-type(4n) {
    margin-right: auto;
	}
	#eMarkShop.top .list ul.block li dl dd {
    height: 50px;
    padding: 0 5px;
	}
	#eMarkShop.top .list ul.block li dl dd h3 {
		font-size: 100%;
	}
	#eMarkShop.top .list ul.block li dl dd.place {
    font-size: 85%;
		padding: 6px 0 0;
	}


	#eMarkShop.top .list .pagination {
    padding-top: 50px;
    margin-top: 10px;
	}
	#eMarkShop.top .list .pagination:before {
    height: 40px;
	}


}




/*────────────────────────── イイシナ販売店（詳細）──*/
#eMarkShop.detail{}
#eMarkShop.detail .inner{width: 750px;}

#eMarkShop.detail .fv{
	text-align: center;
}
#eMarkShop.detail .fv .slick-slide {
	margin: 60px 4px 0;
	position: relative;
}
#eMarkShop.detail .fv .slick-slide:before{
	content: '';
	background: rgba(000,000,000,.6);
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}
#eMarkShop.detail .fv .slick-slide span{
	position: relative;
	bottom: 0;
	letter-spacing: 2px;
	padding: 20px 0 5px;
	font-weight: 600;
	display: none;
}
#eMarkShop.detail .fv .slick-slide.slick-active span{
	display: block;
}
#eMarkShop.detail .fv .slick-dots li{
	width: 10px;
	height: 10px;
	margin: 0 15px;
}
#eMarkShop.detail .fv .slick-dots li button:before{
	content: '';
	background: #BAB8B1;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	opacity: .5;
}
#eMarkShop.detail .fv .slick-dots li.slick-active button:before{
	background: #9FCEA8;
}

#eMarkShop.detail .fv .slick-slide.slick-active:before {
	content: none;
}
#eMarkShop.detail .fv .slick-prev,
#eMarkShop.detail .fv .slick-next{
	width: 12px;
	z-index: 9;
}
#eMarkShop.detail .fv .slick-prev:before,
#eMarkShop.detail .fv .slick-next:before{
	content: none;
}
#eMarkShop.detail .fv .slick-prev {
	left: -10% !important;
	background: url(images/slide_arw2.png) no-repeat left top !important;
}
#eMarkShop.detail .fv .slick-next {
	right: -10% !important;
	background: url(images/slide_arw2.png) no-repeat right top !important;
}
#eMarkShop.detail .fv .slick-prev:hover,
#eMarkShop.detail .fv .slick-next:hover{
	opacity: .5;
}


#eMarkShop.detail .fv h2{
	display: inline-block;
	margin-bottom: 15px;
	padding: 8px 35px;
	background: #9FCEA8;
	border:1px solid #726256;
	border-radius: 3px;
	font-size: 90%;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: 3px;
	position: relative;
}
#eMarkShop.detail .fv h2:after{
	content: '';
	position: absolute;
	left: 0; right: 0; bottom: -4px;
	height: 5px;
	width: 5px;
	margin: auto;
	transform: rotate(45deg);
	background: #9FCEA8;
	border:1px solid #726256;
	border-width: 0 1px 1px 0;
}
#eMarkShop.detail .fv h1{
	display: block;
	padding: 8px 0;
	font-size: 180%;
	font-weight: 600;
	letter-spacing: 2px;
}
#eMarkShop.detail .fv h1 span{
	border-bottom :2px solid #726256;
	padding: 5px;
}


#eMarkShop.detail .catch{
	margin: 80px 0;
}
#eMarkShop.detail .catch h3{
	text-align: center;
	font-size: 140%;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
#eMarkShop.detail .catch p{
	font-size: 115%;
	line-height: 1.8em;
}
#eMarkShop.detail .catch .category{
	background: #F8F7F6;
	padding: 30px 60px 20px;
	margin: 50px 0 10px;
	border-radius: 5px;
}
#eMarkShop.detail .catch .category h4{
	text-align: center;
	font-size: 110%;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 20px;
	line-height: 1.2em;
}
#eMarkShop.detail .catch .category h4 span{
	border: 1px solid #726256;
	border-width: 0 1px;
	padding: 0 20px;
}
#eMarkShop.detail .catch .category ul{}
#eMarkShop.detail .catch .category ul li{
	display: inline-block;
}
#eMarkShop.detail .catch .category ul li a{
	border: 1px solid #726256;
	border-radius: 15px;
	background: #fff;
	display: block;
	position: relative;
    margin: 5px;
    padding: 5px 20px 5px;
    min-height: 32px;
    box-sizing: border-box;
}
#eMarkShop.detail .catch .category ul li img{
	position: absolute;
	top:0; left: -1px;
}
#eMarkShop.detail .catch .category ul li a:hover{
	color: #726256;
	background: #FDFE1F;
}
#eMarkShop.detail .catch .category ul li a:hover img{
	opacity: 1;
}
#eMarkShop.detail .catch .caution{
	font-size: 85%;
}






#eMarkShop.detail .information{
	margin-bottom: 100px;
}
#eMarkShop.detail .information table{
	border-top: 1px solid #726256;
	border-collapse:collapse;
	font-size: 115%;
	width: 100%;
}
#eMarkShop.detail .information table tr{
	border-bottom: 1px solid #726256;
}
#eMarkShop.detail .information table tr:nth-of-type(even){
	background: #F8F7F6;
}
#eMarkShop.detail .information table th,
#eMarkShop.detail .information table td{
	padding: 30px 10px 30px 30px;
}
#eMarkShop.detail .information table th{
	text-align: left;
	width: 150px;
	letter-spacing: 3px;
}
#eMarkShop.detail .information table td iframe{
	margin-top: 10px;
}
#eMarkShop.detail .information table td .map a{
	font-size: 80%;
}

#eMarkShop.detail .sub{
	width: 520px;
}
#eMarkShop.detail .sub .slick-slide{
	margin: 0 4px;
	font-size: 93%;
}
#eMarkShop.detail .sub .slick-slide img{
	width: 100%;
	margin-bottom: 10px;
}
#eMarkShop.detail .sub .slick-slide span{
	font-size: 80%;
	display: block;
}
#eMarkShop.detail .sub .slick-prev,
#eMarkShop.detail .sub .slick-next{
	width: 12px;
}
#eMarkShop.detail .sub .slick-prev:before,
#eMarkShop.detail .sub .slick-next:before{
	content: none;
}
#eMarkShop.detail .sub .slick-prev {
  left: -45px !important;
	background: url(images/slide_arw2.png) no-repeat left top !important;
	display: none !important;
}
#eMarkShop.detail .sub .slick-next {
	right: -45px !important;
	background: url(images/slide_arw2.png) no-repeat right top !important;
}
#eMarkShop.detail .sub .slick-prev,
#eMarkShop.detail .sub .slick-next{
	top: 40%;
}
#eMarkShop.detail .sub .slick-slide img{
	width: 100%;
}

#eMarkShop.top .list ul.block li.e_mark{
		position: relative;
}
#eMarkShop.top .list ul.block li.e_mark::before{
		content:"";
		position: absolute;
		top: .5em;
		right: .5em;
		width: 20%;
	padding-top: 20%;
		display: block;
		background: url(/specialities/images/e_mark.png) no-repeat center / contain;
	z-index: 1;
}
.form_shoptype li.e_mark a{
		background: url(/specialities/images/e_mark.png) no-repeat .5em center / 2em 2em;
	padding-left: 3em;
}

@media screen and (max-width: 736px){

	#eMarkShop.detail .inner{width: auto;}

	#eMarkShop.detail .fv .slick-slide {
		width: 280px;
		margin: 40px auto 0;
		overflow: hidden;
	}
	#eMarkShop.detail .fv .slick-slider img{
		height: 280px;
		width: 100%;
		object-fit: cover;
	}
	#eMarkShop.detail .fv .slick-slide:before {
    z-index: 1;
	}
	#eMarkShop.detail .fv .slick-prev {
    left: 3% !important;
	}
	#eMarkShop.detail .fv .slick-next {
    right: 3% !important;
	}
	#eMarkShop.detail .fv .slick-next {
    background: url(images/slide_arw.png) no-repeat right top !important;
	}
	#eMarkShop.detail .fv .slick-prev {
    background: url(images/slide_arw.png) no-repeat left top !important;
	}

	#eMarkShop.detail .catch {
    margin: 40px 0;
	}
	#eMarkShop.detail .catch .category {
    padding: 30px 0 20px;
	}
	#eMarkShop.detail .catch .category h4 {
    letter-spacing: 0;
	}
	#eMarkShop.detail .catch .category h4 span {
		padding: 0 10px;
	}
	#eMarkShop.detail .catch .category ul {
    margin: 0 20px;
	}





	#eMarkShop.detail .information table th,
	#eMarkShop.detail .information table td {
    padding: 20px 5px;
	}
	#eMarkShop.detail .information table th {
    letter-spacing: 2px;
		width: 80px;
	}
	#eMarkShop.detail .information table td iframe {
    width: 100% !important;
	}
	#eMarkShop.detail .sub {
		width: 260px;
	}
	#eMarkShop.detail .sub .slick-slide {
		margin: 0 2px;
		font-size: 90%;
		line-height: 1.2em;
	}
	#eMarkShop.detail .sub .slick-next {
    right: -30px !important;
	}

}


.mapselector{
	position: relative;
	cursor: pointer;
}
.mapselector .pin{
	position: absolute;
	left: 0;
	top: 0;
}
.pinaddr{

}
.mapselector .pin::after{
	content: "";
	background: url(images/pin.png) no-repeat;
	width: 41px;
	height: 45px;
	position: absolute;
	left: -20px;
	top: -45px;
}


.top .Area{
	margin-top: 80px;
}
.top .Area h3{
	font-size: 120%;
	font-weight: 600;
	letter-spacing: 3px;
	text-align: center;
	border: 1px solid #726256;
	padding: 15px;
	margin-bottom: 40px;
}
.top .Area .block{
	display: inline-block;
	vertical-align: top;
	margin-right: 80px;
}
.top .Area .block:last-of-type{
	margin-right: 0;
}
.top .Area .block h4{
	font-size: 110%;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: 3px;
	border-bottom: 1px solid #94897F;
	position: relative;
	margin-bottom: 30px;
	white-space: nowrap;
}
.top .Area .block h4 span{
	position: absolute;
	background: #fff;
	top: -5px;
	padding-right: 10px;
}
.top .Area .block ul{
	display: inline-block;
	vertical-align: top;
	margin-right: 35px;
}
.top .Area .block ul:last-of-type{
	margin-right: 0;
}
.top .Area .block ul li{
	letter-spacing: 2px;
	margin-bottom: 5px;
}
