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

/*----------------------------------
	index用のCSSです
----------------------------------*/
.btnGolfTop { width:800px; margin:10px auto;}
.btnGolfTop:hover { opacity:0.5;}

/* マスク処理 */
.golfHalfBlk { position:relative; /*width:800px; height:831px; margin:0 auto;*/}
.golfHalfBlk:before { position:absolute; background:rgba(0,0,0,0.7); display:block; content:""; top:0; left:0; width:100%; height:100%;}
.golfHalfBlk .announce { position:absolute; top:180px; width:800px; font-size:24px; line-height:1.5; color:#fff; font-weight:bold; margin:0 auto; text-align:center;}
