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

/*------------------------------------------------

オークラランド「ボウリング」各ページ用CSS

--------------------------------------------------*/



/*パーフェクト達成ボウラー ------------------- */

div#perfectBox {
	margin-top:26px;
	margin-bottom:36px;
	background:#e5d0b5;
	min-height:400px;
	text-align:center;
}

div#perfectBox table#perfectbowlerTable {
	width:562px;
	background:#e5d0b5;
	margin:0 auto 16px;
}


div#perfectBox table#perfectbowlerTable tr.th {
	background:#333;
	color:#FFF;
}

div#perfectBox table#perfectbowlerTable tr.bowler {
	background:#a99985 url(../images/bg_perfect_bowler.gif) repeat-x;
}

div#perfectBox table#perfectbowlerTable tr.bowler td {
	height:61px;
	vertical-align:middle;
	text-align:center;
	border-left:#a99985 1px dotted;
}

div#perfectBox p.caption {
	text-align:left;
	margin-left:26px;
	padding-bottom:16px;
}


/*プロショップ情報 ------------------- */

div#subphtBox {
	margin:12px 0 18px;
}

div#subphtBox div.subpht_l {
	float:left;
}
div#subphtBox div.subpht_r {
	float:right;
	padding-left:10px;
}


/*ボウリング＆藍屋ご宴会パック ------------------- */

div#lead {
	clear:both;
	margin:10px 0;
	color:#006;
}
div#lead p {
	margin-left:16px;
}

table#partyCource {
	clear:both;
	margin-top:24px;
	margin-left:16px;
	width:560px;
}

table#partyCource th {
	width:116px;
}

table#partyCource th img {
	margin-bottom:20px;
}

table#partyCource td {
	vertical-align:top;
}

table#partyCource h3 {
	font-size:16px;
	margin-top:0;
	margin-left:0;
}

table#partyCource p {
	margin-left:0;
}

table#partyCource dt {
	font-weight:bold;
}

div#yoyaku {
	margin-left:16px;
	width:556px !important;
}
