@charset "utf-8";
/* CSS Document */

/* =====================================
　　　　　　  共通部品用CSS
 ======================================= */

em{
	color: #ff0090;
	font-weight:bold;
}
.mg_b10{
	margin-bottom: 10px;
}

#wonderland_contents{
	position:relative;
}

#container {
    margin: 20px auto 0;
}

/* =====================================
　　　　　　ログインステータス
 ======================================= */

/* ログイン時 */
#wonderland_contents{
	line-height: 1.6;
}

#wonderland_contents .login{
	margin-bottom: 10px;
	width: 756px;
	margin: 0 auto 20px auto;
	position:relative;
	overflow:hidden;
}
#wonderland_contents .login a{
	display:block;
	background: url(../../../img/game/wonderland/btn_start_on.png) no-repeat;
}
#wonderland_contents .login a:hover img{
	visibility:hidden;
}

/* 未ログイン時 */
#wonderland_contents .no_login{
	margin: 0 auto;
	width: 749px;
	background: url(../../../img/10/lead_register/nologin_bg_camp01.gif) no-repeat;
	overflow:hidden;
	margin-bottom: 20px;
}
#wonderland_contents .no_login ul{
	display:inline-block;
	margin: 74px 0 0 9px;
}
#wonderland_contents .no_login ul li{
	float:left;
}
#wonderland_contents .no_login ul li.btn_regist{
	width: 475px;
	height: 68px;
	position: relative;
	overflow: hidden;
	margin: 0 18px 0 0;
	text-align: center;
}
#wonderland_contents .no_login ul li.btn_regist a:hover img,
#wonderland_contents .no_login ul li.btn_login a:hover img{
	left:0;
	position: absolute;
	top: -68px;
}
#wonderland_contents .no_login ul li.btn_login{
	width: 242px;
	height: 68px;
	position: relative;
	overflow: hidden;
	margin: 0 5px 0 0;
	text-align: center;
}
#wonderland_contents .no_login ul li.manga{
	width: 210px;
	height: 24px;
	position: relative;
	margin: 10px 0 0 10px;
	padding-left: 1px;
	text-align: left;
	line-height: 1.6;
}
#wonderland_contents .no_login ul li.manga a:hover{
	left: 1px;
	top: 1px;
	position: absolute;
}

/* =====================================
　　　　　　    コンテンツ
 ======================================= */

/* main */
#wonderland_contents #main{
	position:relative;
	margin-bottom: 10px;
}

#wonderland_contents #main .main_ad{
	position:absolute;
	top: 20px;
	right: 20px;
}

/* point */
#wonderland_contents #point{
	margin-bottom: 20px;
}

/* use */
#wonderland_contents #use{
	margin-bottom: 10px;
	font-size: 1.2em;
}
#wonderland_contents #use h3{
	margin-bottom: 10px;
}
#wonderland_contents #use h4{
	margin-bottom: 10px;
}
#wonderland_contents #use .use_innner1{
	background:url(../../../img/game/wonderland/img_howtouse.png) no-repeat right;
	min-height: 300px;
	padding-right: 420px;
	margin-bottom: 10px;
}
#wonderland_contents #use p{
	margin-left: 10px;
	margin-bottom: 10px;
}
#wonderland_contents #use .use_innner1 ul{
	margin-left: 10px;
	font-size: 0.9em;
}
#wonderland_contents #use .use_innner2{
	background: url(../../../img/game/wonderland/img_qrcode.png) no-repeat 685px 0px;
	min-height: 170px;
	margin-bottom: 10px;
}

/* item */
#wonderland_contents #item{
	margin-bottom: 20px;
	font-size: 1.2em;
}
#wonderland_contents #item .lead{
	padding: 10px;
}
#wonderland_contents #item p{
	margin-bottom: 10px;
}
#wonderland_contents #item ul{
	font-size: 0.9em;
	margin-left: 15px;
}

/* medal */
#wonderland_contents #medal{
	margin-bottom: 10px;
}

#wonderland_contents #medal .medal_inner{
	background:url(../../../img/game/wonderland/img_medal.png) no-repeat left top;
	min-height: 230px;
	padding-left: 275px;
}
#wonderland_contents #medal h4{
	margin-bottom: 20px;
}

#wonderland_contents #medal p{
	font-size: 1.2em;
}

/* play */
#wonderland_contents #play{
	width: 548px;
	margin: 0 auto;
	margin-bottom: 40px;
}
#wonderland_contents #play a{
	display:block;
	background: url(../../../img/game/wonderland/btn_introduction_on.png) no-repeat;
}
#wonderland_contents #play a:hover img{
	visibility:hidden;
}

/* 詳細説明 */
table{
	margin-bottom: 10px;
	margin-top: 30px;
	font-size: 1.1em;
	border: 1px solid #666;
}
table th{
	padding: 10px;
	border: 1px solid #666;
	background: #ffdaef;
	width: 20%;
}

table td{
	padding: 10px;
	border: 1px solid #666;
}

table .caption{
	background: #ffa3d8;
	text-align:center;
	font-size: 1.3em;
}


/* =====================================
　　　　　　     広告
 ======================================= */
/* 左サイド */
#left_ad{
	position:absolute;
	top:0;
	left:-170px;
}

#right_ad{
	position:absolute;
	top:0;
	right:-170px;
}

#bottom_ad{
    text-align: center;
    padding: 10px 0;
}
