@charset "Shift_JIS";
@import url("common.css");
@import url("common_table.css");	/* Commonテーブル設定 */
@import url("common_label.css");	/* Commonラベル設定 */



/* ページの土台 */
#contents_base{ width:533px; margin:7px 0px 18px 22px; }

/* スタッフリストの土台 */
#list_base{ width:515px; margin:15px 0 5px 0; padding:3px;  }


/* 店舗リスト */
#branch_list{ font-size:12px; padding-right:10px; margin-top:10px; }

/* 店舗名ラベル */
.branch_name{ 
	height:24px;
	font-size : 18px;
	padding : 3px 3px 3px 10px;
	margin-bottom : 8px;
}

/* サムネイル画像 */
.thumbnail_image{ margin-bottom : 3px; }

/* 詳細情報テーブル */
.list_item{ border : 1px solid #ccc; padding:3px;margin-bottom : 20px;}
.list_item_table th.detail{ width :70px; font-weight : normal; padding : 2px 10px; vertical-align:top;}
.list_item_table td.detail{ width :370px; padding : 2px 10px; vertical-align:top; }

/* google mapセル */
.map_cell{ width:400px; height:400px; }


/* スタッフ紹介ボタン */
.staff_button_cell{ }


