/* CSS Document 店舗一覧ページ */

.title {
	margin: 20px 0px 10px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #999999;
}

.out {
	margin-bottom: 10px;
	border-bottom: dashed 1px #999999;
}

.in {
	margin: 10px 0px 20px 15px;
}

img.photo {
	border: ridge 1px #666666;
}

/*--- ページ メディア紹介 -------------------------------------------*/
#media h2 {
	font-size: 90%;
	font-weight: bold;
	color: #CC0033;
}

#media h3 {
	font-size: 80%;
	font-weight: bold;
}

