.main_box{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	border: solid 1px #050259;
	background:url(/dol/2nd_age/campaign/img/main_bg.jpg) top center repeat-y;
	font-size: 14px;
	color: #050259;
}

.text_box{
	width: 600px;
	height: auto;
	margin: 0 auto 10px auto;
	text-align: left;
	/* border: solid 1px #050259; */
	color: #050259;
	padding: 5px 5px 5px 5px;
	line-height: 1.3;
}

h2{padding-bottom: 10px; }

.old_eve_info{
	width: 560px;
	height: auto;
	margin: -5px auto 0 auto;
	text-align: right;
	padding-bottom: 10px;
	font-size: 12px;
}

/* table
----------------------------------------- */

td , th{
	border: solid 2px #bde2eb;
	padding: 5px;
	background: #fff;
	font-size: 12px;
}

.tw_box{
	width: 500px;
	height: auto;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	border: solid 1px #000;
	background: #fff;
}

.leftBox2{
	width: 270px;
	padding-top: 10px;
	padding-left: 5px;
	float: left;
	/* border: solid 1px #000; */
}

.rightBox2{
	width: 310px;
	padding-top: 10px;
	padding-left: 5px;
	float: left;
	/* border: solid 1px #000; */
}

.at{
	font-size: 10px;
}


.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}