﻿@charset "utf-8";
/* CSS Document */

/*OPENING詳細-------------------------------------------------------------------OPENING詳細*/

#opening {
	height: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

}
#opening h1{
	width:100%;
	font-size:12px;
	text-align:center;
	margin: 0px auto 0px auto;
	height:19px;
	line-height:15px;
}

#opening #top {
	width: 1138px;
	height: 92px;
	background-image:url("/img/common/head.png");
	background-repeat:no-repeat;
	margin:0 auto;
}
#opening #middle {
	width: 898px;
	height: 388px;
	border:1px solid #FCD1DE;
	margin:0 auto 10px;
}
#opening #bottom {
	width: 898px;
	height: 225px;
	color: #4C3D43;
	line-height: 15px;
	margin:0 auto;
	font-size:12px;
}

#opening #bottom p {
/*float:left;*/

}

#opening #bottom .top{
width:100%;
height:80px;
margin:0;
padding:0;
}

#opening #bottom .top p {
float:left;
line-height:18px;
text-align:left;
margin:0 5px 0 5px;
color:#4C3D43;
}

#opening #bottom .enter_btn {
margin:0px;
float:right;
/*float:right;*/
}

#opening #bottom .leave_btn {
margin:0  0 0 10px;
float:right;
}

#opening a:link{ text-decoration: underline; color: #4C3D43;}
#opening a:visited{ text-decoration: underline; color: #4C3D43;}
#opening a:hover{ text-decoration: none; color: #E93F76;}
#opening a:active{ text-decoration: underline; color: #4C3D43;}


.copy_attention{
font-size:10px;
}

