﻿@charset "utf-8";

/* gougai */

div#gougai h2{
	background:url(images/title.png) no-repeat left top;
}

body div#gougai div.contents_base{
	background-color: rgba(225,228,0,0.6);
}

div#gougai h3{
	width: 651px;
	height: 137px;
	display: block;
	margin: 20px auto 50px auto;
	text-indent: -9999px;
	background:url(images/midashi.png) no-repeat center top;
}


div#gougai p#thanks{
	width: 651px;
	height: 86px;
	display: block;
	margin: 150px auto 50px 0;
	padding: 0 0 250px 0;	
	text-indent: -9999px;
	background:url(images/thanks.png) no-repeat center top;
}

div#gougai p#top_text{
	width: 651px;
	height: 100px;
	display: block;
	margin: 0 auto 50px auto;
	text-indent: -9999px;
	background:url(images/top_text.png) no-repeat center top;
}

div#gougai div#question *{
	display: none;
}

div#gougai div#question{
	display: block;
	width: 651px;
	height: 218px;
	display: block;
	margin: 0 auto 50px auto;
	text-indent: -9999px;
	background:url(images/question.png) no-repeat center top;
}

div#gougai p#comingsoon{
	display: block;
	width: 651px;
	height: 218px;
	display: block;
	margin: 0 auto 50px auto;
	text-indent: -9999px;
	background:url(images/comingsoon.png) no-repeat center top;
}


div#gougai p#deadline{
	width: 651px;
	height: 35px;
	display: block;
	margin: 0 auto 20px auto;
	text-indent: -9999px;
	background:url(images/deadline.png) no-repeat center top;
}

div#gougai p#btn_entry{
	width: 437px;
	height: 64px;
	display: block;
	margin: 0 auto 100px auto;
	text-indent: -9999px;
}

div#gougai p#btn_entry a{
	width: 437px;
	height: 64px;
	display: block;
	background:url(images/btn_entry.png) no-repeat center top;
}


div#gougai p#btn_entry_off{
	width: 437px;
	height: 64px;
	display: block;
	margin: 0 auto 5px auto;
	text-indent: -9999px;
	background:url(images/btn_entry_off.png) no-repeat center top;
	-moz-opacity: 0.6;
	opacity: 0.6;
}



div#gougai p#entry_caution{
	width: 280px;
	height: 26px;
	display: block;
	margin: 0 auto 100px auto;
	text-indent: -9999px;
	background:url(images/entry_caution.png) no-repeat center top;
}


