body {
	color:#7b5151;
}
.closed-beta #bg {
	background:url(../images/cb/bg_main.jpg) center top no-repeat #f4e4d2;
	background-attachment: fixed;
}
.closed-beta header, .closed-beta main, .closed-beta .bg {
	margin:0 auto;
	width:100%;
	min-width:1000px;
	max-width:2000px;
}
.inner, article {
	margin:0 auto;
	width:1000px;
}
.color_red {
	color:#ce3a00;
}
/*=================
Header
=================*/
.closed-beta header {
	background:url(../images/cb/bg_header01.jpg) center top no-repeat;
}
.closed-beta header, .closed-beta header .inner{
	height:740px;
}
.closed-beta header .inner {
	background:url(../images/cb/bg_header_inner.jpg) center top no-repeat;
}
.closed-beta header h1 {
	margin-left:219px;
}
.closed-beta header h2 {
	margin:-46px 0 0 5px;
}
.closed-beta .bg {
	background:url(../images/cb/bg_header02.png) center top no-repeat;
	height:87px;
}
/*=================
Contents
=================*/
/***cbt-guide***/
.closed-beta main .frame {
	width:982px;
	margin:0 auto;
	height: 60px;
}
.closed-beta main .frame-top {
	background:url(../images/cb/frame_top.png) center top no-repeat;
	margin-top:40px;
}
.closed-beta main .frame-bottom {
	background:url(../images/cb/frame_bottom.png) center top no-repeat;
}
.closed-beta main .cbt-guide {
	width:982px;
	margin:0 auto;
	background:url(../images/cb/frame.png) center top repeat-y;
}
.closed-beta main .cbt-guide section {
	width:912px;
	margin:0 auto 50px auto;
}
.closed-beta main .cbt-guide section:last-child {
margin-bottom:0;
}
.closed-beta main .cbt-guide h3 {
	text-align:left;
	margin:0 0 3px 0;
	padding:0;
}
.closed-beta main .cbt-guide h4 {
	margin-top:22px;
}
.closed-beta main .cbt-guide ol {
	margin:0 0 20px 20px;
}
/***accordion***/
.closed-beta dl dt {
	display: block;
	cursor:pointer;
	margin-top:20px;
	position:relative;
	width:911px;
	height:70px;
}
.closed-beta dl dt p {
	background:url(../images/cb/acco_arw.png) center top no-repeat;
	display: block;
	position:absolute;
	top:12px;
	height:45px;
	width:39px;
	z-index: 1;
	transition: transform 0.5s;
}
.closed-beta dl#guide1 dt p {
	right:211px;
}
.closed-beta dl#guide2 dt p {
	right:238px;
}
.closed-beta dl dt.open p {
	transform: rotate(180deg);
	transition: transform 0.5s;
}
.closed-beta dl dd {
	margin:10px auto 0 auto;
	display: none;
}
dl dd img {
	display: block;
	width:375px;
	margin:5px auto 0 auto;
}
/***cbt-entry***/
.closed-beta main .cbt-entry {
	background:url(../images/cb/bg_entry.png) center top no-repeat;
	margin-top:40px;
	height:432px;
}
.closed-beta main .cbt-entry section {
	position:relative;
}
.closed-beta main .cbt-entry section h3{
	position:absolute;
	top:101px;
	left:73px;
}
.closed-beta main .cbt-entry .btn_entry {
	padding:215px 0 0 38px;
}
.btn_entry li {
	float:left;
	margin-right:12px;
	width:452px;
	height:82px;
}
.btn_entry li:last-child {
	margin-right:0;
}
.closed-beta main .cbt-entry .notes {
	margin:20px auto 0 auto;
	width:280px;
	height:50px;
}
/***modal***/
.cb_modal_style{
	background:url("../images/pre/pre_modal_head.png") no-repeat 0 0,
	url("../images/pre/pre_modal_bottom.png") no-repeat 0 bottom,url("../images/pre/pre_modal_body.png") repeat-y 0 0;
	box-shadow:0 0 4px rgba(184,156,28,0.8);
	margin:auto;
	padding:38px 25px 40px;
	width:724px;}
.cb_modal_style h4{
	font-size:2.4rem;
	font-weight:bold;
	padding:0 0 55px;
	text-align:center;
}
.cb_modal_style li{
	margin:0 0 5px;
}
.cb_modal_style li span{
	font-size:1.6rem;
}
.cb_modal_style li.mb_long{
	margin:0 0 25px;
}
/*=================
Footer
=================*/
.closed-beta footer {
	background:none;
}