/* CSS Document */

#shop_info {

}
#shop_info .about_sts {

}
#shop_info .about_sts p {
	margin: 0 0 0 120px;
}

#shop_info .about_salon {
	margin: 0 0 20px 0;
}
#shop_info .about_salon ul {
	overflow: hidden;
	margin: 0 0 0 130px;
}
#shop_info .about_salon ul li {
	background: url(../img/salon_content_bg.png) left top no-repeat;
	width: 335px;
	height: 300px;
	float: left;
	margin: 0 30px 30px 0;
}
#shop_info .about_salon ul li p.photo {
	width: 270px;
	margin: 50px auto 15px;
}
#shop_info .about_salon ul li p.caption {
	text-align: center;
}

#shop_info .about_school {
	margin: 0 0 20px 0;
}
#shop_info .about_school ul {
	overflow: hidden;
	margin: 0 0 0 130px;
}
#shop_info .about_school ul li {
	background: url(../img/salon_content_bg.png) left top no-repeat;
	width: 335px;
	height: 300px;
	float: left;
	margin: 0 30px 30px 0;
}
#shop_info .about_school ul li p.photo {
	width: 270px;
	margin: 50px auto 15px;
}
#shop_info .about_school ul li p.caption {
	text-align: center;
}

#shop_info .about_access {
	margin: 0 0 30px 0;
	overflow: hidden;
}
#shop_info .about_access dl {
	width: 450px;
	float: left;
	margin: 0 0 0 40px;
}
#shop_info .about_access dl dt {
	margin: 0 0 5px 0;
}
#shop_info .about_access dl dd {
	margin: 0 0 20px 5px;
}
#shop_info .about_access .map {
	width: 360px;
	float: left;
}
