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

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

「営業案内・設備」ページ用CSS

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


/* メインコンテンツ部------------------------------*/

div#contentsContainer {	
	width:840px;
	margin:0 auto;
}


/*メイン見出し---------------*/

div#maintitle {
	padding:5px 0;
	border-bottom:#698000 5px solid;
}
/*段組回り込み解除(clearfix hack)…親要素に対しclass指定*/
div#maintitle:after{
 	content:""; display:block; height:0; clear:both; visibility:hidden;}
div#maintitle { display:inline-block; }
/* Hide from IE-mac ¥*/
* html div#maintitle {height:1%;}
div#maintitle {display:block;}
/*End hide from IE-mac */

div#maintitle h1 {
	float:left;
}
div#maintitle div.phonenumber {
	float:right;
}


/*レイアウト：シングルコラム---------------*/
div#singleContainer {
	clear:both;
	padding-bottom:20px;
}


/*レイアウト：左右コラム---------------*/
div#mainsubContainer {
	clear:both;
	background:url(../images/lower/lower_pagebg.gif) 0 0 repeat-y;
	padding-bottom:20px;
}
/*段組回り込み解除(clearfix hack)…親要素に対しclass指定*/
div#mainsubContainer:after{
 	content:""; display:block; height:0; clear:both; visibility:hidden;}
div#mainsubContainer { display:inline-block; }
/* Hide from IE-mac ¥*/
* html div#mainsubContainer {height:1%;}
div#mainsubContainer {display:block;}
/*End hide from IE-mac */

div#mainContents {
	width:586px;
	float:left;
}
div#subNavi {
	width:224px;
	float:right;
}

/*左コラムディテール---------------*/


div#mainContents h2 {
	clear:both;
	background:#ddec9b;
	border-left:#99bb00 5px solid;
	font-size: medium;
	font-weight:bold;
	color:#000;
	margin:16px 0 12px;
	padding:6px 12px;
}

div#mainContents h2 img {
	padding:0;
}

div#mainContents h3 {
	color:#698000;
	font-size:larger;
	font-weight:bold;
	background:url(../images/lower/bg_greendotline.gif) 0 0 no-repeat;
	margin-top:32px;
	padding:4px 0 12px;
}

div#mainContents h3.small {
	background:none;
	margin-left:16px;
	font-size:small;
	padding:2px 0;
}

div#mainContents h4 {
	color:#333;
	font-size: larger;
	line-height:1;
	font-weight:bold;
	margin:24px 0 12px;
	border-left:#99bb00 5px solid;
	padding:0 8px;
}

div#mainContents h5 {
	padding-left:16px;
	color:#698000;
}

div#mainContents h5.noindent {
	padding-left:0;
}

div#mainContents p {
	margin-left:28px;
	line-height:1.2em;
	margin-bottom:0.5em;
}

div#mainContents p.lead {
	margin:16px 0;
	font-weight:bold;
}

div#mainContents ul {
	padding-left:28px;
	margin:8px 0;
}

div#mainContents ul.point {
	font-weight:bold;
}


/*情報の入れ物*/
div.infoBox {
	margin-bottom:36px;
	background:#FFF;
}

/*料金表*/

table.priceTable {
	border:#999 1px solid;
	margin:4px 0;
}

div#mainContents table.priceTable {
	width:512px;
}

div#mainContents table.narrow {
	width:360px !important;
}

table.priceTable th,
table.priceTable td {
	border:#999 1px solid;
	text-align:center;
	font-weight:bold;
	padding:0.2em;
	overflow:visible;
}

table.priceTable td.left {
	text-align:left;
	font-weight:normal;
}

table.priceTable th {
	background:#e9e9e9;
}

table.priceTable tr.separate td {
	border-top:#999 2px solid;
}

table.priceTable th.widthAlign {
	width:120px;
}


/*隠し料金表ボタン（年末年始）*/
#newyearToggle {
	font-size:12px;
	margin-left:14px;
}


/*パック料金*/
div.packprice h5 {
	padding-left:16px;
	color:#698000;
}
div.packprice p {
	padding-left:28px;
	line-height:1.2em;
}

div.packprice ul li {
	padding-left:28px;
}


/*設備リスト*/
ul.equipment {
	margin:12px;
}
ul.equipment li {
	list-style:disc;
	list-style-position:inside;
}


/*テキスト装飾*/

.member {
	color:#698000;
}

.holiday {
	color:#900;
}

.public {
	color:#930;
}


/*段落装飾*/

p.leadcopy {
	margin-top:1em;
	margin-left:0 !important;
	font-weight:bold;
}

p.leadcopynew { /*ゴルフリニューアルのリード文（青文字）*/
	margin-top:1em;
	margin-left:0 !important;
	font-weight:bold;
	color:#03C;
	line-height:1.5em;
	padding-bottom:4px;
	border-bottom:#03C 1px solid;
}


p.caution {
	margin-left:0 !important;
}

p.temporary {
	color:#990000;
	background:#ffd9d9;
	padding:4px;
	width:504px;
	margin-left:0 !important;
}

p.temporary a {
	color:#03C !important;
}
p.temporary a:hover {
	color:#f00 !important;
}

p.kome {
	padding-left:1.3em;
	text-indent:-1.3em;
}

/*お知らせ枠*/

div.noticeBoard {
	background:#fff9e6;
	border:#eeaa78 1px solid;
	border-left:#af4a00 2px solid;
	padding:4px;
	width:501px;
	margin:16px 0;
}

div.noticeBoard h4 {
	color:#af4a00;
	font-weight:bold;
	border:none !important;
	margin:0 !important;
	padding:0 !important;
}

div.noticeBoard p {
	padding-left:8px;
}

div.noticeBoard strong {
	color:#af4a00;
	font-weight:bold;
}

/*目安表*/

table#gameTimeTable {
	border:#999 1px solid;
	margin-left:24px;
	width:500px;
}
table#gameTimeTable th,
table#gameTimeTable td {
	border:#999 1px solid;
	text-align:center;
}

/*お得情報*/

ul.otoku li {
	list-style:disc inside;
	color:#093;
	font-size:larger;
}

.otoku {
	color:#093;
}


/*プロフィール*/

div#mainContents div.prof {
	margin:18px 0;
	padding:3px 14px 12px;
	background:#e8fbf9;
}

/*段組回り込み解除(clearfix hack)…親要素に対しclass指定*/
div#mainContents div.prof:after{
 	content:""; display:block; height:0; clear:both; visibility:hidden;}
div#mainContents div.prof { display:inline-block; }
/* Hide from IE-mac \*/
* html div#mainContents div.prof {height:1%;}
div#mainContents div.prof {display:block;}
/*End hide from IE-mac */

div#mainContents div.prof h4 {
	font-size:small;
	margin:8px 0 12px;
}

div#mainContents div.prof img {
	float:left;
}

div#mainContents div.prof table.profTable {
	float:right;
	width:380px;
	line-height:1.4em;
}
div#mainContents div.prof table.profTable th {
	font-weight:normal;
	text-align:left;
}






/*左コラム-サブカテゴリートップ------------------*/


div#topmainmenu div.menuUnit {
	width:272px;
	float:left;
	margin-bottom:40px;
	margin-right:16px;
}

div#topmainmenu div.menuUnit div.phtOthers {
	background:#FFF url(../okuraland/others/images/bg_pht_others.gif) repeat-x;
	padding:4px;
}

div#topmainmenu div.menuUnit h2 {
	border:0;
	background:none;
	margin:0;
	padding:0;
	padding-left:4px;
	font-size:small;
}

div.menuUnit p {
	margin:6px 10px 0 6px;
}

div.menuUnit div.more {
	margin-right:16px;
}

/*「詳しくは」リンク（more）-----*/

div.more {
	margin-top:0.5em;
	text-align:right;
}

div.more2 {
	margin-top:0.5em;
	padding-bottom:0.5em;
}



