@charset "utf-8";
@import url("global.css");

#index{
	background-color:#fff;
}

/*ヘッダー*/
#header h1{
	width:100%;
	height:50px;
	color:#ffffff;
	text-indent:80px;
	background:url(../images/logo.png) no-repeat 0 1px;
	background-size:100px 46px;
}

h1 a{
	width:98%;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
	line-height:50px;
	display:block;
}

#enter{
	width:95%;
	height:70px;
	text-align:center;
	margin:20px auto 10px;
	border: 1px solid #a32d79;
	border-radius: 13px;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fe79b2), to(#fe257e));
	background-image: -webkit-linear-gradient(top, #fe79b2, #fe257e);
	background-image: -moz-linear-gradient(top, #fe79b2, #fe257e);
	background-image: -o-linear-gradient(top, #fe79b2, #fe257e);
	background-image: -ms-linear-gradient(top, #fe79b2, #fe257e);
	background-image: linear-gradient(to bottom, #fe79b2, #fe257e);
	webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.66);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.66);
	box-shadow: 0 1px 5px rgba(0,0,0,0.66);
}

#enter a{
	width:100%;
	line-height:70px;
	color:#ffffff;
	font-size:28px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #954178;
	text-decoration:none;
	display:block;
}

#leave{
	width:100%;
	text-align:center;
	font-size:18px;
	font-weight: bold;
}

#leave img{
	display:block;
	margin:5px auto;
}

#leave a{
	color:#000;
}

#text-area{
	width:100%;
	/*height:100px;*/
	text-align:center;
	margin-top:10px;
	font-size:11px;
	border-top:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
}

#text-area p{
	width:100%;
	height:50px;
	margin:10px 0;
}