@charset "utf-8";
/*----------------------------------
共通ファイルの読み込み
----------------------------------*/
@import url("common.css"); /* ブラウザリセット */
@import url("advanced.css"); /* 拡張 */



/*--------------------------------------------
「ドラゴンクエストX　体験会開催！」の設定
--------------------------------------------*/

/* 全体の設定 ----------------------------------*/
body{
	color: #333333;
}

a{color:#333333;}
a:hover{ color:#CC0000}


#wrap{
	width: 100%;
	background: #fff url(/storage/img/common/bg.png) no-repeat center 0px;
	min-width: 940px;
}


#header{
	position: relative;
	background: url(/storage/img/taikenkai/header_bg.png) no-repeat center top;
	width: 1080px;
	height: 163px;
	margin: 0 auto;
	overflow: hidden;
}

#header{
	height: 163px;
	overflow: hidden;
}


a.btn_top{
	position: absolute;
	top: 125px;
	left: 140px;
}


#container{
	background: url(/storage/img/taikenkai/container_bg.png) repeat-y;
	width: 1080px;
	margin: 0 auto;
}


.text_caution{
	margin: 0 120px 2px 0;
	text-align: right;
}

.pager{
	width: 370px;
	margin: 0 auto 15px;
}

.pager li{
	font-size: 16px;
	color: #ffffff;
	float: left;
	margin: 0 5px;
}

.pager li.turn{
	margin: 0;
}

.pager li a{
	background: #ffffff;
	display: block;
	width: 26px;
	height: 26px;
	color: #592c00;
	border: 2px solid #b2a581;
	line-height: 1.7;
}

.pager li.active{
	background: #b2a581;
	width: 26px;
	height: 26px;
	border: 2px solid #b2a581;
	line-height: 1.7;
	font-weight: bold;
}

.pager li a:hover{
	background: #b2a581;
}

.pager li.turn a{
	width: 96px!important;
	font-size: 14px!important;
	line-height: 2.1;
}


.button_pagetop_bg{
	background: url(/storage/img/taikenkai/pagetop_bg.png) repeat-y;
	width: 1080px;
	margin: 0 auto;
	height: 50px;
}

.button_pagetop{
	float: right;
	margin: 0 150px 0px 0;
}

#btn_share{
	position: relative;
}

#btn_share ul{
	width: 240px;
	margin: 0 125px 0 auto;
}

#btn_share li{
	float: left;
	margin-right: 15px;
}



