@charset "Shift_JIS";
/* CSS Document */
/* --------------------------	
 *	all / reset
 * ------------------------ */
 /* reset */
*{margin:0; padding:0; z-index: 1;}
h1,h2,h3,h4,h5,p,hr,ul,li,ol,img,form{border:0;font-weight: normal;font-size: 100%;}
ul li{list-style:none;}

article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,figure {display: block;}
section,nav,article,aside,hgroup,header,footer,address,figure {font-style:normal;font-weight:normal;}
/* --Clear-- */
.clear {clear: both;}
.clearfix:after {clear: both;content: url(pixel.gif);display: block;height: 0;}
/* IE6 */
* html .clearfix {display: inline-block;}
/* IE7 */
*+html .clearfix {display: inline-block;}


/* 共通設定 */
html, body{
    height: 100%;
    margin: 0px;
}

body{
	font: small Verdana,Sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	background: #000;
}

a			{color:#ff9900; text-decoration:none;}
a:link		{color :#ff9900;}
a:visited	{color:#ff9900;}
a:hover		{color: #ff0000;}
a:active	{color:#ff0000;}

/* --------------------------	
 *	General styles
 * ------------------------ */


/* --------------------------	
 *	main
 * ------------------------ */
#wrapper {
	background: url(../images/main_bg.jpg) no-repeat left top #000;
}

#left {
	width: 446px;
	min-height: 690px;
	float: left;
	text-align: left;
}

/* header */
header {
	width: 446px;
	height: 273px;
	background: url(../images/candle.gif) no-repeat left top;
	text-indent: -9999px;
}

header a{
	display: block;
	width: 446px;
	height: 273px;
	background: url(../images/logo.png) no-repeat left top;
}

/* reg */
.reg {

	}

.reg a {
	width: 223px;
	height: 100px;
	text-indent: -9999px;
}

.regBtn00 {
	float: left;
	background: url(../images/btn_00.gif) no-repeat left top;
}

.regBtn01 {
	float: right;
	background: url(../images/btn_01.gif) no-repeat left top;
}

.regBtn00:hover {
	background: url(../images/btn_00.gif) no-repeat left bottom;
}

.regBtn01:hover {
	background: url(../images/btn_01.gif) no-repeat left bottom;
}

/* cont */
.cont{
	padding: 10px;
}
.cont h2,
.cont h3  {
	padding: 5px 0px;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	font-weight: bold;
}

.cont h3 {
	margin: 5px 0;
	padding: 5px 5px;
	border-left: 5px solid #A22626;
	border-bottom: 1px solid #A22626;
}

.cont p {
	margin: 0px;
	padding: 5px;
}

/* footer */
.qr {
	float: left;
	width: 267px;
	padding-left: 19px;
}

.qr img {
	float: left;
	width: 82px;
	padding-right: 10px;
}

.qr p {
	float: left;
	width: 135px;
}

.age {
	float: right;
	width: 160px;
	height: 55px;
	background: url(../images/legal.gif) no-repeat left;
	text-indent: -9999px;
}

#pr {
	clear: both;
	text-align: left;
}


/* right */
#right {
	width: 125px;
	float: left;
}


/* address */
address {
	display: block;
	clear: both;
	padding: 20px 0;
	text-align: center;
}

/* --------------------------	
 *	nav
 * ------------------------ */
nav {
	margin-top: 273px
}

nav a {
	width: 125px;
	height: 50px;
	display: block;
	text-indent: -9999px;
}

.nav00 {
	background: url(../images/menu_01.png) no-repeat left top;
}

.nav01 {
	background: url(../images/menu_02.png) no-repeat left top;
}
.nav02 {
	background: url(../images/menu_03.png) no-repeat left top;
}

.nav03 {
	background: url(../images/menu_04.png) no-repeat left top;
}

.nav00:hover,
.nav01:hover,
.nav02:hover,
.nav03:hover,
.top .nav00 ,
.about .nav01,
.rule .nav02,
.faq .nav03 {
	background-position: right top;
}

/* --------------------------	
 *	sub
 * ------------------------ */

/* rule */

/* faq */

/* --------------------------	
 *	entry
 * ------------------------ */
#contents {
	line-height: 1.5;
}

#contents span {
	color: #00FFDD;
}

#entry h2 {
	margin: 5px 0;
	font-size: 14px;
	font-weight: bold;
}

#entry h3 {
	margin: 5px;
	line-height: 25px;
	font-size: 12px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#entry h3 span {
	color: #00FFDD;
}

#entry #topArea {
	padding: 5px;
}

.block p,
.eblock p {
	width: 145px;
	line-height: 20px;
	float: left;
	text-align: right;
}

.block {clear:both;}
.bottomArea .eblock p {min-height:30px;}

.block,
.msg ,
.alert {
	padding: 3px 0;
}

.msg {
	float: none !important;
	width: auto !important;
	margin-left: 145px !important;
	text-align: left !important;
}

.alert {
	margin-top: 5px;
	text-align: center;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.btn_row {
	text-align: center;
}

button {
	width: 300px;
	height: 65px;
	margin-top: 20px;
	border-top: 3px double #cccccc;
	border-right: 3px double #535353;
	border-bottom: 3px double #535353;
	border-left: 3px double #cccccc;
	color: #ffffff;
	background: #000;
	font-weight: bold;
	font-size: 22px;
}

button span {
	color: #00FFDD !important;
}

button span:hover {
	color: #fff !important;
}

.error {
	float: none !important;
	width: 300px !important;
	margin: 0 0 0 145px;
	text-align: left !important;
	color: #ff0000 !important;
}

.juyo {font-size:100%; background:rgba(255,255,255,0.1); border:1px dotted #f00 !important; padding:8px !important; margin:8px 0; box-sizing:border-box;}

/* success */
/* entGh */

/* --------------------------	
 *	rule_popup
 * ------------------------ */
#rule_popup {
	background: #000;
}

#rule_popup h1,
#rule_popup h2,
#rule_popup h3 {
	margin: 10px;
	font-weight: bold;
	font-size: 120%;
	color: aqua;
	text-indent: 0;
}

#rule_popup h1,
#rule_popup h2 {
	padding-bottom: 5px;
	border-bottom: 1px solid #00FFDD;
}

/* --------------------------	
 *	#leftinner1
 * ------------------------ */
/* --------------------------	
 *	midtitle
 * ------------------------ */
/* --------------------------	
 *	midtt
 * ------------------------ */
/* --------------------------	
 *	copy
 * ------------------------ */		
/* --------------------------	
 *	otherTag
 * ------------------------ */
/* --------------------------	
 *	qr
 * ------------------------ */
/* --------------------------	
 *	Footer
 * ------------------------ */
/* --------------------------	
 *	entry
 * ------------------------ */
/* --------------------------	
 *	RulePopup
 * ------------------------ */
/* --------------------------	
 *	mod
 * ------------------------ */
.pd5b {
	padding-bottom: 5px;
}

/* ===================================================================================== */
/* ▼Don't Change parameter▼ */
label em{font-style:normal; position:relative; top:2px;}
input,textarea{padding:4px;}
input,textarea,select{border:1px solid #aaa; background-color:#fcfcfc; font-size:100%; font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;}
input:focus,textarea:focus,select:focus{border:1px solid #fc0; background-color:#fff;}
input[type="radio"]{vertical-align:middle; border:0; background:none;}
.text_l{width:200px;}
.text_m{width:130px;}
.text_s{width:90px;}
.ime_off{ime-mode:disabled;}
select{width:130px;font-size: 13px;padding: 3px;}
label textarea{height:100px; max-width:262px; min-width:262px;}
/* ▲Don't Change parameter▲ */


/* mother bar */
#mother{
	width:100% ;
	height:40px;
	position:fixed;
	top:0;
	left:0;
	background:url(../images/mother_bg.png) repeat-x 0 0;
}
#mother h1{
	display:block;
	width:800px; 
	margin:0 11px; 
	color:#fff; 
	line-height:40px; 
	text-indent:-9999px;
}
.motherMg {
	margin-top: 40px !important;
	
}