@charset "UTF-8";
/* テキスト文 */
.main_inner p{
	width:390px;
	float:left;
	margin-top:10px;
	margin-right:10px;
	margin-left:10px;
	line-height:1.3;
}

/* 本体1段目 画像*/
.item{
	width:390px;
	border:solid 2px #ff5050;/* 囲み罫 */
	background-color:#ff5050;/* コラム背景 */
	float:left;
	margin:10px;
	box-shadow:2px 2px 4px #000000;/* メニューの墨影 */
}

.item img{
	width:380px;
	margin:5px;
}

/*--店舗情報--*/
table{
	width:390px;
	background-color:#ffffff;
	border-collapse:collapse;
	margin:10px;
	float:left;
}

th, td{
	padding:20px;
	border:solid 1px #331705;/* 囲み罫 */
	color:#331705;
	text-decoration:none;
	text-align:left;
	font-size:0.85em;
}	

/*地図*/
#map{
	border:solid 2px #ff5050;/* 囲み罫 */
	background-color:#ff5050;/* コラム背景 */
	float:left;
	margin:10px;
	box-shadow:2px 2px 4px #000000;/* メニューの墨影 */
}

#map iframe{
	margin:5px;
}