@charset "utf-8";
/* CSS Document */

/**************************** トップページ ****************************/
/* 今月の予定 */
div.cal_day {
	width: 120px;
	margin-right: 20px;
	font-weight: bold;
	float: left;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #666;
	color: #FFF;
	margin-bottom: 20px;
}
div.cal_time {
	font-weight: bold;
	float: left;
	width: 170px;
	margin-bottom: 20px;
}
div.cal_naiyou {
	margin-bottom: 20px;
	color: #3F3F3F;
	float: left;
	width: 312px;
}



/**************************** 料金・設備 ****************************/
/* ボウリング料金 */
table.bowl_price {
	border-spacing: 3px;
}
table.bowl_price td {
	width: 110px;
	height: 25px;
	font-weight: bold;
	color: #000;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
table.bowl_price td.bp1 {
	color: #FFF;
	background-color: #3F3F3F;
}
table.bowl_price td.bp2 {
	color: #C83C64;
	background-color: #E6E6E6;
}
table.bowl_price td.bp3 {
	color: #8E881B;
	background-color: #E6E6E6;
}
table.bowl_price td.bp4 {
	color: #008764;
	background-color: #E6E6E6;
}
table.bowl_price td.bp5 {
	color: #006EB4;
	background-color: #E6E6E6;
}
table.bowl_price td.bp6 {
	font-weight: normal;
	color: #666;
	text-align: left;
}
/* お得な会員登録についてはコチラ */
a#bowl_join {
	background-image: url(../img/bowling_01.gif);
	text-indent: -9999px;
	height: 53px;
	width: 283px;
	display: block;
	margin-top: 3px;
	position: relative;
	right: 5px;
}
a:hover#bowl_join {
	background-image: url(../img/bowling_over_01.gif);
}
/* 設備について */
div.bowl_setsubi {
	width: 594px;
	background-color: #F5F5F5;
	border: 1px #ccc solid;
	padding: 10px;
	margin-bottom: 8px;
}



/**************************** アクセス・施設案内 ****************************/
/* アクセス */
iframe.bowl_access {
	border: #3C3C3C 1px solid;
}
/* 施設案内 */
div.bowl_annai {
	width: 594px;
	background-color: #F5F5F5;
	border: 1px #ccc solid;
	padding: 10px;
	margin-bottom: 8px;
}



/**************************** イベント・大会 ****************************/
.bowl_event_koumoku {
	border: 1px solid #666;
	float: left;
	width: 110px;
	margin-right: 15px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	background-color: #F5F5F5;
}
.bowl_event_gaiyou {
	width: 489px;
	margin-bottom: 5px;
	float: left;
}



/**************************** 団体でのご予約 ****************************/
/* メンバーの登録 */
.bowl_yoyaku_pdf {
	background-image: url(../img/bowling/btn_pdf.png);
	padding-bottom: 55px;
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 150px;
	margin-right: 10px;
	float: left;
	font-weight: bold;
}
.bowl_yoyaku_xls {
	background-image: url(../img/bowling/btn_xls.png);
	padding-bottom: 55px;
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 150px;
	float: left;
	font-weight: bold;
}
/* よくある質問 */
ul#bowl_question strong {
	display: block;
	position: relative;
	right: 10px;
	margin-bottom: 5px;
	font-size: 120%;
}
ul#bowl_question p {
	padding-left: 18px;
}
.bowl_question_cap {
	padding-left: 18px;
	background-image: url(../img/bowling_q_01.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	color: #E83E2F;
	font-weight: bold;
	margin-top: 3px;
}



/**************************** 会員登録 ****************************/
/* 会員登録 */
.bowl_member_top {
	width: 614px;
	padding-top: 115px;
	background-image: url(../img/bowling_m_01.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}