@charset "euc-jp";
/* CSS Document */

/* Reset
=======================================*/

* {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.3;
	color: #152637;
}

body {
	font-size: 12px;
}

ul,li {
	padding:0;
}

img {
	border: none;
	vertical-align: bottom;
}

strong {
	font-weight: bold !important;
}

table {
	border-collapse:separate;
}



/* Style
=======================================*/

.clear {
	clear: both;
}

#info_box{
	width: 700px;
	height: 250px;
	background:url(/dol/campaign/adjutant/img/info.jpg) top center no-repeat;
}

#han_info_box{
	width: 700px;
	height: 250px;
	background:url(/dol/campaign/adjutant/img/han_info.jpg) top center no-repeat;
}
.info_text{
	width: 250px;
	height: 50px;
	padding: 20px 0 0 430px;
	/* border: solid 1px #000; */
}

.info_text2{
	width: 250px;
	height: 45px;
	padding: 35px 0 0 430px;
	/* border: solid 1px #000; */
}

#cont1_box{
	width: 700px;
	height: 460px;
	background:url(/dol/campaign/adjutant/img/cont_box1.jpg) top center no-repeat;
}

.text_box_left{
	width: 290px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	float: left;
	padding: 20px 0 0 40px;
}

.text_box_right{
	width: 290px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	/* border: solid 1px #000; */
	float: right;
	padding: 20px 35px 0 0;
}

.title1{
	width: 280px;
	border-left: solid 5px #013069;
	border-bottom: solid 1px #013069;
	padding-left: 3px;
	margin-bottom: 5px;
}

.title2{
	width: 630px;
	border-left: solid 5px #013069;
	border-bottom: solid 1px #013069;
	padding-left: 3px;
	margin-bottom: 5px;
}

#cont2_box{
	width: 630px;
	height: 560px;
	background:url(/dol/campaign/adjutant/img/cont_box2.jpg) top center no-repeat;
	padding: 90px 40px 0 30px;
}

#btn_myGC a{
	background: url(/dol/campaign/adjutant/img/btn.gif);
	width: 130px;
	height: 70px;
	display: block;
}

#btn_myGC a:hover{
	background: url(/dol/campaign/adjutant/img/btn.gif) 0px -70px;
}

#btn_myGC strong{
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}






/* Layout
=======================================*/




#closebt{ width: 140px; margin: 0 auto; text-align: center;}
#closebt a{ background: url(/dol/hangame/static/live_event/img/close.jpg) no-repeat 0 0; height: 35px; width: 140px; display: block;}
#closebt a:hover{ background: url(/dol/hangame/static/live_event/img/close.jpg) no-repeat 0 -35px; height: 35px; width: 140px; display: block;}
#closebt strong{ position: absolute; width: 0; height: 0; overflow: hidden;}

.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}



