@charset "utf-8";
/* CSS Document */



/* -------------------------------------------------

shop/name.php CSS

------------------------------------------------- */

/* 769px以上（PC） */
@media screen and (min-width:769px) {

/* BtnActive
----------------------------- */
.mName img{
	visibility:hidden;
}

/* ShopName
----------------------------- */
.shopName{
	padding:15px;
}
.shopName h4{
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color:#e8e8e8;
	margin:0 0 10px;
	font-size:1.25em;
	line-height:none;
	font-weight:bold;
	padding:15px;
	letter-spacing:1px;
}
.shopName table{
	border-top:1px solid #d9d9d9;
	width:100%;
	margin:0 0 20px;
	border-collapse:collapse;
}
.shopName table th{
	vertical-align:middle;
	border-bottom:1px solid #d9d9d9;
	width:200px;
	padding:20px 0;
}
.shopName table th a:hover img{
  opacity:0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
.shopName table td{
	vertical-align:middle;
	border-bottom:1px solid #d9d9d9;
	padding:20px 0;
}
.tdGenre{
	width:200px;
}
.tdFloor{
	width:70px;
}
.tdTel{
	width:140px;
}

}
/* 768px以内（iPad） */
@media screen and (max-width:768px) {

/* ShopName
----------------------------- */
.shopName{
	padding:15px;
}
.shopName h4{
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color:#e8e8e8;
	margin:0 0 10px;
	font-size:1.25em;
	line-height:none;
	font-weight:bold;
	padding:15px;
	letter-spacing:1px;
}
.shopName table{
	border-top:1px solid #d9d9d9;
	width:100%;
	margin:0 0 20px;
	border-collapse:collapse;
}
.shopName table th{
	vertical-align:middle;
	border-bottom:1px solid #d9d9d9;
	width:200px;
	padding:20px 0;
}
.shopName table th a:hover img{
  opacity:0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
.shopName table td{
	vertical-align:middle;
	border-bottom:1px solid #d9d9d9;
	padding:20px 0;
}
.tdGenre{
	display:none;
}
.tdFloor{
	width:70px;
}
.tdTel{
	width:140px;
}

}
/* 640px以内（iPhone） */
@media screen and (max-width:640px) {


/* ShopName
----------------------------- */
.shopName{
	padding:15px;
}
.shopName h4{
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color:#e8e8e8;
	margin:0 0 10px;
	font-size:1.25em;
	line-height:none;
	font-weight:bold;
	padding:15px;
	letter-spacing:1px;
}
.shopName table{
	border-top:1px solid #d9d9d9;
	width:95%;
	margin:0 auto 20px;
	border-collapse:collapse;
}
.shopName table th{
	display:none;
}
.shopName table td{
	vertical-align:middle;
	border-bottom:1px solid #d9d9d9;
	padding:10px 0;
}
.tdGenre{
	display:none;
}
.tdFloor{
	width:50px;
	text-align:right;
}
.tdTel{
	display:none;
}

}










