@charset "utf-8";

/*--------------------------------------------
店舗案内
--------------------------------------------*/

#contents #main .shoplist {
    width: 100%;
	margin: 0px auto 20px;
}
/*外観写真 */
.shopphoto {
	width: 60%;
	padding: 0px 0px 30px 0px;
}
.shoplist p{
	margin: 0px auto;
}

/*所在地等*/
.shoplist table {
	width: 90%;
}
#shop .shoplist table th{
	width: 30%;
	text-align: left;
	font-weight: bold;
	table-layout: fixed;
	padding: 5px;
}
#shop table td {
	text-align: left;
	padding: 5px;
}
/*地図*/
#shop .map {
	width: 100%;
	text-align: center;
	margin: 10px 0px 30px 0px;
}
#shop iframe {
    width: 80%;
}