
/*  店舗概要のレイアウト　*/
/*--------------------------------------------------------*/

.tenpoBox{
	width:920px;
	padding:30px;
	overflow:hidden;
}

.tenpoBox .infoBox{
	float:left;
	width:375px;
	margin-right:50px;
	padding-left:5px;
}

.tenpoBox .photoBox{
	float:left;
	width:490px;
	overflow:hidden;
}

/*  店舗概要　*/

.tenpoBox .infoBox h2{
	font-size:135%;
	color:#555;
	line-height:1.5em;
}
.tenpoBox .infoBox p.kana{
	font-size:80%;
	color:#999;
	line-height:1.4em;
	margin-bottom:20px;
}
.tenpoBox .infoBox p.award{
	font-size:100%;
	color:#C69637;
	line-height:1.7em;
	margin-top:20px;
}
.tenpoBox .infoBox h3{
	margin-top:40px;
	margin-bottom:40px;	
}

/*  店舗写真　*/

.tenpoBox .photoBox .ph01{
	margin-bottom:30px;	
}

.tenpoBox .photoBox .left_ph{
	float:left;
	width:235px;
	margin-right:20px;
}

.tenpoBox .photoBox .right_ph{
	float:left;
	width:235px;
}

.tenpoBox .photoBox .left_ph p,
.tenpoBox .photoBox .right_ph p{
	font-size:12px;
	color:#777;
	line-height:1.5em;
	text-align:center;
	margin-top:12px;
}

.tenpoBox .photoBox .clear_ph {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 30px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/*  スタッフ紹介　*/
/*--------------------------------------------------------*/

.main_photo02{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:50px;
}

.staffBox{
	width:920px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

.staffBox .photo_left{
	width:300px;
	float:left;
	margin-right:85px;
}
.staffBox .photo_right{
	width:300px;
	float:right;
	margin-left:85px;
}
.staffBox .profile_right{
	width:530px;
	float:right;
	padding-right:5px;
}
.staffBox .profile_left{
	width:530px;
	float:left;
	padding-left:5px;
}

.staffBox .photo_left .ph,
.staffBox .photo_right .ph{
	margin-bottom:20px;	
}

.staffBox .profile_left h2,
.staffBox .profile_right h2{
	margin-bottom:35px;
}

.staffBox .profile_left table.tbl_profile,
.staffBox .profile_right table.tbl_profile{
	margin-top:30px;
	width:530px;	
}

.staffBox .profile_left table.tbl_profile tr td,
.staffBox .profile_right table.tbl_profile tr td{
	border-bottom:2px #FFF solid;
}

.staffBox .profile_left table.tbl_profile tr td.koumoku,
.staffBox .profile_right table.tbl_profile tr td.koumoku{
	background:#C8C8BE;
	padding:6px 10px;
	text-align:center;
	font-size:100%;
	line-height:1.5em;
	color:#555;
	vertical-align:middle;
}

.staffBox .profile_left table.tbl_profile tr td.info,
.staffBox .profile_right table.tbl_profile tr td.info{
	background:#FFF;
	padding:6px 0 6px 10px;
	text-align:left;
	font-size:100%;
	line-height:1.5em;
	color:#555;
}
