@charset "UTF-8";

/*----------------------------------------------------
 clearfix
----------------------------------------------------*/
header ul:after,
#fnavi ul:after{ content: ''; display: block; clear: both; }




/*----------------------------------------------------
 kuchikomi（口コミ情報）
----------------------------------------------------*/
#kuchikomi{ margin-top:100px;}
#kuchikomi .bg{
background-color: #FFEDCC;
background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, #ffffff), color-stop(.5, transparent), to(transparent));
-webkit-background-size: 4px;
padding-top:10px;
padding-bottom:10px; margin-bottom:20px;

}
#kuchikomi .mapBt{
	text-align:right;
	padding:10px 0px 10px 0px;
}
#kuchikomi .mapBt a {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF7F26), to(#FF6600));
	padding: 4px 40px 4px 15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	border: 1px solid #FF6600;
	position:relative;
	background-color: -webkit-gradient;
	background-position: 0% 0%;	
	
}
#kuchikomi .mapBt a:after {
	display: block;
	position: absolute;
	top: 20%;
	right: 6px;
	width: 24px;
	height: 15px;
	content: "";
	background-image: url(../kuchikomi/images/kaki.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.kuchili{-webkit-border-radius: 5px;
	border-radius: 5px;background:#FFFFFF; -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2)  ;
     -webkit-box-sizing: border-box; padding:10px; margin:10px 10px 20px 10px;}



.kuchili h1{ font-size:12px; font-weight:bold; color:#FF6600; border-bottom:1px solid #cccccc; margin-bottom:5px}
.kuchili p{ padding:0; margin:0; color:#333333;}
.kuchili .bt{ position:relative;text-align:right; border-top:1px dotted #cccccc;color:#FF6600; margin-top:5px; padding-top:5px; padding-right:10px;}
.kuchili .bt:after {
display: block;
position: absolute;
top: 47%;
right: 1px;
width: 5px;
height: 5px;

border-top: solid 2px #1FACEC;
border-right: solid 2px #1FACEC;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
content: "";
}
#kuchikomi .bg .kuchili .shopinfo {
	background-color: #F1FFF7;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
}
