@charset "UTF-8";


/*【全体の設定】
━━━━━━━━━━━━━━━━━━━━━━━*/
html {
	height: 100%;
	}
body {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", monospace;
	}

#bg {
	background-image: url("../../img/riddlestar/bg.gif");
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
	background-color: #fff;
	width:100%;
	min-width: 980px;
	position: relative;
	}


#main {
	width: 980px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-position: center top;
	}

/*【ヘッダー】
━━━━━━━━━━━━━━━━━━━━━━━*/
#page_header {
	width: 100%;
	min-width: 980px;
	height: 96px;
	background-image: url("../../img/riddlestar/bg_header.png");
	background-repeat: no-repeat;
	background-position: center top;
	}
#page_header_wrapper {
	width:980px;
	margin: 0 auto;
	position: relative;
/*	z-index: 1;*/
	}
#page_header h1 {
	float: left;
	left: 30px;
	position: relative;
	}
#page_header_string {
	float: left;
	margin: 4px 0 0 40px;
	position: relative;
	}
#page_header_twitter {
	position: absolute;
	float: right;
	right: 0px;
	top:60px;
	}

/*【フッター】
━━━━━━━━━━━━━━━━━━━━━━━*/
#page_footer {
	width: 100%;
	min-width: 980px;
	height: 60px;
	margin: 0;
	background-image: url("../../img/riddlestar/bg_footer.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	}
#page_footer p {
	width: 600px;
	margin: 0 auto;
	padding: 20px 10px 0;
	text-align: center;
	text-shadow: 1px 1px 3px #6699ff;
	color: #fff;
	font-size: 18px;
	}

/*【トップイメージ】
━━━━━━━━━━━━━━━━━━━━━━━*/

#top_image {
	width:980px;
	top: 0px;
	margin: 6px auto 10px;
	position: relative;
	}

#top_image_copy1 {
	position: absolute;
	left: 0px;
	top: 0px;
}

#top_image_copy2 {
	position: absolute;
	right: 0px;
	top: 0px;
}

/*【メニュー】
━━━━━━━━━━━━━━━━━━━━━━━*/
#menubar {
	width: 980px;
	margin: 0 auto 10px;
}

#menubar h1 {
	display: none;
	}

#menubar_wrapper {
	width: 980px;
	height: 180px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	}

#menubar_menu_box {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 590px;
	height: 180px;
	left: 8px;
	top: 0px;
	float: left;
	}

#menubar_menu_box .menubar {
	position: relative;
	text-align: center;
	margin: 0;
	left: 2px;
	width: 594px;
	height: 76px;
	}

#menubar_menu_box .menubar td img {
	padding: 0 2px;
	}

#menubar_menu_box .information {
	position: relative;
	text-align: center;
	margin: 0;
	width: 960px;
	height: 180px;
	background-image: url("../../img/riddlestar/menu_box.png");
	background-repeat: repeat;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border: 2px solid #ccc;
	}

#menubar_menu_box .information img {
	margin: 6px auto 4px;
	}

#menubar_menu_box .information_box {
	overflow:auto;
	text-align: left;
	margin: 4px auto 0;
	border: 1px solid #ff33cc;
	background-color: rgba(225,70,80,0.2);
	width: 860px;
	height: 96px;
	}

#menubar_menu_box .information_box p {
	font-size: 16px;
	color: #e23;
	text-shadow: 1px 1px 1px rgba(30,30,60,0.4);
	line-height: 18px;
	margin: 3px 0;
	height: 90px;
	padding: 4px 10px 4px;
	}

#menubar_twitter_box {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 370px;
	height: 300px;
	right: 8px;
	top: 0px;
	float: right;
	background-image: url("../../img/riddlestar/menu_box.png");
	background-repeat: repeat;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border: 2px solid #ccc;
	}

#menubar_twitter_box .timeline_view {
	position: relative;
	width: 350px;
	height: 250px;
	margin: 6px auto 0;
	}
#menubar_twitter_box .followbutton_view {
	position: relative;
	margin: 8px auto 0;
	}


/*【ストア】
━━━━━━━━━━━━━━━━━━━━━━━*/
#store {
	width: 980px;
	margin: 24px auto 24px;
	}
#store h1 {
	display: none;
	}

#store_wrapper {
	width: 960px;
	height: 210px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background-image: url("../../img/riddlestar/menu_box.png");
	background-repeat: repeat;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border: 2px solid #ccc;
	}

#store_caption {
	position: relative;
	margin: 0 auto;
	padding: 10px 0 12px;
	}

.store_box {
	position: relative;
	margin: 6px auto 0;
	text-align: center;
	width: 800px;
	height: 110px;
	}
.android {
	position: absolute;
	text-align: center;
	top: 0px;
	left: 36px;
	}
.android .text {
	color: #000;
	padding: 4px 20px;
	/*font-weight: bold;*/
	text-align: center;	/*配信後はleftに*/
}
.iphone {
	position: absolute;
	text-align: center;
	top: 0px;
	left: 400px;
	}
.iphone .text {
	color: #000;
	padding: 4px 20px;
	/*font-weight: bold;*/
	text-align: center;	/*配信後はleftに*/
}

#moeapp_store {
	width: 980px;
	margin: 24px auto 24px;
	}
#moeapp_store h1 {
	display: none;
	}

#moeapp_wrapper {
	width: 960px;
	height: 300px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 24px;
	background-image: url("../../img/riddlestar/menu_box.png");
	background-repeat: repeat;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border: 2px solid #ccc;
	}

#moeapp_caption {
	position: relative;
	margin: 0 auto;
	padding: 10px 0 12px;
	}

#moeapp_back {
	position: relative;
	margin: 0 auto;
	text-align: right;
	padding: 2px 20px 8px;
	}

#moeapp_dl {
	margin: 4px auto 2px;
	}

#moeapp_text {
	width: 800px;
	height: 40px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	margin: 8px 40px 0;
	}
#moeapp_text p {
	font-size: 18px;
	padding: 2px 0;
	line-height: 20px;
/*	text-shadow: 1px 1px 1px rgba(200,20,20,0.5);*/

	color: #000;
	}

#moeapp_text2 {
	width: 760px;
	height: 70px;
	margin: 0 auto;
	position: relative;
	text-align: right;
	margin: 8px 40px 0;
	}

#moeapp_text2 p {
	color: #000;
	font-size: 14px;
	padding: 2px 20px 2px;
	line-height: 16px;
/*	text-shadow: 1px 1px 1px rgba(200,60,60,0.5);*/
	}

#moeapp_text2 .red {
	color: #f00;
	text-shadow: 1px 1px 1px rgba(200,60,60,0.5);
	}
/*
#moeapp_text a:visited {
	color: #b6f;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,1.0);
	}
*/
/*【ページトップ】
━━━━━━━━━━━━━━━━━━━━━━━*/
#pagetop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	display: none;
	}

/*【商品仕様】
━━━━━━━━━━━━━━━━━━━━━━━*/
#product {
	width: 900px;
	margin: 0 auto 0;
	padding: 0 0 24px;
	background: transparent;
	font-size: 18px;
	line-height: 20px;
	color: #000;
	}
#product h1 {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	}
#product table {
	margin: 0 auto;
	}
#product th,#product td {
	border:1px solid #6699ff;
	}
#product td {
	padding: 4px 10px;
	font-size: 16px;
	background: transparent url("../../img/riddlestar/bg_white75.png") repeat;
	}

#brand {
	padding: 4px;
}
#brand a img{
	border:1px solid #fff;
	transition: border 0.3s linear 0;
}
#brand a:hover img{
	border:1px solid #3d9;
}
#product th {
	text-align: right;
	width: 230px;
	padding: 2px 6px 2px 0;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-shadow: 1px 1px 0px #3366ff;
	background: transparent url("../../img/riddlestar/bg_sky80.png") repeat;
	}

#product .model {
	width: 290px;
	}


/*【イントロダクション】
━━━━━━━━━━━━━━━━━━━━━━━*/
#intro {
	width: 980px;
	margin: 24px auto 24px;
	}

#intro h1 {
	display: none;
	}

#intro_wrapper {
	width: 960px;
	height: 570px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background-image: url("../../img/riddlestar/menu_box.png");
	background-repeat: repeat;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border: 2px solid #ccc;
	}

#intro_caption {
	position: relative;
	margin: 0 auto;
	padding: 10px 0 12px;
	}

#intro_back {
	position: relative;
	margin: 0 auto;
	text-align: right;
	padding: 10px 20px 8px;
	}

#intro_box {
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 900px;
	height: 420px;
	}

#intro_box .intro_cg {
	position: relative;
	float:left;
	}

#intro_box .intor_text {
	position: relative;
	width: 580px;
	top: 10px;
	height: 400px;
	float: right;
	background-image: url("../../img/riddlestar/intro_textbg.png");
	background-repeat: repeat;
	}

#intro_box .intor_text1 {
	position: relative;
	margin: 0 auto;
	width: 564px;
	height: 300px;
	text-align: left;
	}

#intro_box .intor_text1 p {
	padding: 20px 0 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(60,60,200,0.6);
	}

#intro_box .intor_text2 {
	position: relative;
	margin: 0 auto;
	width: 564px;
	height: 100px;
	text-align: center;
	}

#intro_box .intor_text2 p {
	padding: 10px 0 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 34px;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(60,60,200,0.6);
	}

#intro_box .color_blue {
	color: #33b;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(60,60,200,0.6);
	}

#intro_box .color_aqua {
	color: #7df2c7;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(60,60,200,0.6);
	}

#intro_box .color_red {
	color: #ff2625;
	font-weight: bold;
	text-shadow: 0px 0px 8px rgba(250,60,60,0.9);
	}

#intro_box .color_pink {
	color: #ff1493;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(230,60,60,0.6);
	}

/*【ストーリー】
━━━━━━━━━━━━━━━━━━━━━━━*/
#story {
	width: 980px;
	margin: 24px auto 24px;
	}
#story h1 {
	display: none;
	}
#story_wrapper {
	width: 960px;
	height: 690px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background-image: url("../../img/riddlestar/menu_box.png");
	background-repeat: repeat;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border: 2px solid #ccc;
	}

#story_caption {
	position: relative;
	margin: 0 auto;
	padding: 10px 0 12px;
	}

#story_back {
	position: relative;
	margin: 0 auto;
	text-align: right;
	padding: 10px 20px 8px;
	}

#story_box {
	margin: 0 auto;
	width: 900px;
	height: 590px;
	position: relative;
	background-image: url("../../img/riddlestar/story_bg.jpg");
	background-repeat: no-repeat;
	}

#story_box .text {
	position: relative;
	width: 860px;
	height: 560px;
	top: 20px;
	margin: 0 auto;
	text-align: left;
/*	background-image: url("../../img/riddlestar/story_textbg.png");*/
	background-repeat: repeat;
	}

#story_box .text p {
	padding: 6px 12px;
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
	font-weight: bold;
	text-shadow: 0px 0px 6px rgba(000,102,255,1.0);
	}

#story_box .text_red {
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 0px 16px rgba(255,0,0,1.0);
	}

#story_box .text_red_l {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0px 0px 16px rgba(255,0,0,1.0);
	}


/*【キャラクター】
━━━━━━━━━━━━━━━━━━━━━━━*/
#character {
	width: 980px;
	margin: 24px auto 24px;
	}
#character h1 {
	display: none;
	}
#character_wrapper {
	width: 960px;
	height: 6450px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background-image: url("../../img/riddlestar/menu_box.png");
	background-repeat: repeat;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border: 2px solid #ccc;
	}

#character_caption {
	position: relative;
	margin: 0 auto;
	padding: 10px 0 12px;
	}

#character_back {
	position: relative;
	margin: 0 auto;
	text-align: right;
	padding: 10px 20px 8px;
	}

.character_one {
	width: 900px;
	height: 566px;
	margin: 0 auto 12px;
	text-align: left;
	position: relative;
	background-image: url("../../img/riddlestar/chara_bg01.png");
	background-repeat: no-repeat;
	}

.character_two {
	width: 900px;
	height: 566px;
	margin: 0 auto 12px;
	text-align: left;
	position: relative;
	background-image: url("../../img/riddlestar/chara_bg02.png");
	background-repeat: no-repeat;
	}

.character_three {
	width: 900px;
	height: 566px;
	margin: 0 auto 12px;
	text-align: left;
	position: relative;
	background-image: url("../../img/riddlestar/chara_bg03.png");
	background-repeat: no-repeat;
	}

.character_four {
	width: 900px;
	height: 566px;
	margin: 0 auto 12px;
	text-align: left;
	position: relative;
	background-image: url("../../img/riddlestar/chara_bg04.png");
	background-repeat: no-repeat;
	}

.character_five {
	width: 900px;
	height: 566px;
	margin: 0 auto 12px;
	text-align: left;
	position: relative;
	background-image: url("../../img/riddlestar/chara_bg05.png");
	background-repeat: no-repeat;
	}

.character_six {
	width: 900px;
	height: 566px;
	margin: 0 auto 12px;
	text-align: left;
	position: relative;
	background-image: url("../../img/riddlestar/chara_bg06.png");
	background-repeat: no-repeat;
	}

.character_seven {
	width: 900px;
	height: 566px;
	margin: 0 auto 12px;
	text-align: left;
	position: relative;
	background-image: url("../../img/riddlestar/chara_bg07.png");
	background-repeat: no-repeat;
	}

.character_eight {
	width: 900px;
	height: 566px;
	margin: 0 auto 12px;
	text-align: left;
	position: relative;
	background-image: url("../../img/riddlestar/chara_bg08.png");
	background-repeat: no-repeat;
	}

.character_nine {
	width: 900px;
	height: 566px;
	margin: 0 auto 12px;
	text-align: left;
	position: relative;
	background-image: url("../../img/riddlestar/chara_bg09.png");
	background-repeat: no-repeat;
	}

.character_ten {
	width: 900px;
	height: 566px;
	margin: 0 auto 12px;
	text-align: left;
	position: relative;
	background-image: url("../../img/riddlestar/chara_bg10.png");
	background-repeat: no-repeat;
	}

.character_eleven {
	width: 900px;
	height: 566px;
	margin: 0 auto 12px;
	text-align: left;
	position: relative;
	background-image: url("../../img/riddlestar/chara_bg11.png");
	background-repeat: no-repeat;
	}

.character_onesub01 {
	width: 900px;
	height: 550px;
	margin: 0 auto 12px;
	text-align: left;
	position: relative;
	background-image: url("../../img/riddlestar/chara_bg02.png");
	background-repeat: no-repeat;
	}

.character_onesub02 {
	width: 900px;
	height: 550px;
	margin: 0 auto 12px;
	text-align: left;
	position: relative;
	background-image: url("../../img/riddlestar/chara_bg03.png");
	background-repeat: no-repeat;
	}

.character_namecg {
	width: 800px;
	height: 120px;
	top: 4px;
	left: 14px;
	position: absolute;
	z-index: 1;
	}

.character_cg {
	position: absolute;
	top: 0;
	left: 460px;
	width: 440px;
	height: 100px;
	z-index: 2;
	}

.character_copycg {
	position: absolute;
	top: 460px;
	right: 8px;
	width: 370px;
	height: 46px;
	z-index: 3;
	}

.character_cg2 {
	position: absolute;
	top: 3px;
	left: 520px;
	width: 380px;
	height: 370px;
	z-index: 2;
	}

.character_one h2 {
	display: none;
	}

.character_box {
	position: absolute;
	width: 590px;
	height: 566px;
	top: 124px;
	left: 4px;
	z-index: 5;
	}

.character_name {
	width: 400px;
	height: 32px;
	top: 2px;
	left: 40px;
	margin: 0 0;
	text-align: left;
	position: absolute;
	}

.character_name p {
	padding: 0;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
	}

.character_name2 {
	width: 300px;
	height: 32px;
	top: 2px;
	left: 570px;
	margin: 0 0;
	text-align: left;
	position: absolute;
	}

.character_name2 p {
	padding: 0;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
	}

.character_name .chara01 {
	color: #3399ff;
	font-weight: bold;
	}

.character_name .chara02 {
	color: #ff6699;
	font-weight: bold;
	}

.character_name .chara03 {
	color: #cc99ff;
	font-weight: bold;
	}

.character_name .chara04 {
	color: #ff9966;
	font-weight: bold;
	}

.character_name .chara05 {
	color: #66ccff;
	font-weight: bold;
	}

.character_name .chara06 {
	color: #77CE61;
	font-weight: bold;
	}

.character_name .chara07 {
	color: #FCC037;
	font-weight: bold;
	}

.character_name .chara08 {
	color: #626875;
	font-weight: bold;
	}

.character_name .chara09 {
	color: #FCC037;
	font-weight: bold;
	}

.character_name .chara10 {
	color: #DC53DC;
	font-weight: bold;
	}

.character_name2 .chara11 {
	color: #967549;
	font-weight: bold;
	}

.character_name .cv01 {
	color: #3399ff;
	font-size: 20px;
	font-weight: bold;
	}

.character_name .cv02 {
	color: #ff6699;
	font-size: 20px;
	font-weight: bold;
	}

.character_name .cv03 {
	color: #cc99ff;
	font-size: 20px;
	font-weight: bold;
	}

.character_name .cv04 {
	color: #ff9966;
	font-size: 20px;
	font-weight: bold;
	}

.character_name .cv05 {
	color: #66ccff;
	font-size: 20px;
	font-weight: bold;
	}

.character_name .cv06 {
	color: #77CE61;
	font-size: 20px;
	font-weight: bold;
	}

.character_name .cv07 {
	color: #FCC037;
	font-size: 20px;
	font-weight: bold;
	}

.character_name .cv08 {
	color: #626875;
	font-size: 20px;
	font-weight: bold;
	}

.character_name .cv09 {
	color: #FCC037;
	font-size: 20px;
	font-weight: bold;
	}

.character_name .cv10 {
	color: #DC53DC;
	font-size: 20px;
	font-weight: bold;
	}

.character_name2 .cv11 {
	color: #967549;
	font-size: 20px;
	font-weight: bold;
	}

.character_serif1 {
	width: 580px;
	height: 44px;
	top: 32px;
	left: 10px;
	margin: 0 0;
	text-align: left;
	position: absolute;
	}

.character_serif1 p {
	padding: 10px 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	color: #3399ff;
	text-shadow: 1px 1px 2px rgba(255,255,255,1.0);
	}

.character_serif2 {
	width: 580px;
	height: 44px;
	top: 32px;
	left: 10px;
	margin: 0 0;
	text-align: left;
	position: absolute;
	}

.character_serif2 p {
	padding: 10px 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	color: #ff6666;
	text-shadow: 1px 1px 2px rgba(255,255,255,1.0);
	}

.character_serif3 {
	width: 580px;
	height: 44px;
	top: 32px;
	left: 10px;
	margin: 0 0;
	text-align: left;
	position: absolute;
	}

.character_serif3 p {
	padding: 10px 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	color: #cc66ff;
	text-shadow: 1px 1px 2px rgba(255,255,255,1.0);
	}

.character_serif4 {
	width: 580px;
	height: 44px;
	top: 32px;
	left: 10px;
	margin: 0 0;
	text-align: left;
	position: absolute;
	}

.character_serif4 p {
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	color: #ff6600;
	text-shadow: 1px 1px 2px rgba(255,255,255,1.0);
	}

.character_serif5 {
	width: 580px;
	height: 44px;
	top: 32px;
	left: 10px;
	margin: 0 0;
	text-align: left;
	position: absolute;
	}

.character_serif5 p {
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	color: #33cccc;
	text-shadow: 1px 1px 2px rgba(255,255,255,1.0);
	}

.character_serif6 {
	width: 580px;
	height: 44px;
	top: 32px;
	left: 10px;
	margin: 0 0;
	text-align: left;
	position: absolute;
	}

.character_serif6 p {
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	color: #33cccc;
	text-shadow: 1px 1px 2px rgba(255,255,255,1.0);
	}

.character_serif7 {
	width: 580px;
	height: 44px;
	top: 32px;
	left: 10px;
	margin: 0 0;
	text-align: left;
	position: absolute;
	}

.character_serif7 p {
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	color: #33cccc;
	text-shadow: 1px 1px 2px rgba(255,255,255,1.0);
	}

.character_serif8 {
	width: 580px;
	height: 44px;
	top: 32px;
	left: 10px;
	margin: 0 0;
	text-align: left;
	position: absolute;
	}

.character_serif8 p {
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	color: #33cccc;
	text-shadow: 1px 1px 2px rgba(255,255,255,1.0);
	}

.character_serif9 {
	width: 580px;
	height: 44px;
	top: 32px;
	left: 10px;
	margin: 0 0;
	text-align: left;
	position: absolute;
	}

.character_serif9 p {
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	color: #33cccc;
	text-shadow: 1px 1px 2px rgba(255,255,255,1.0);
	}

.character_serif10 {
	width: 580px;
	height: 44px;
	top: 32px;
	left: 10px;
	margin: 0 0;
	text-align: left;
	position: absolute;
	}

.character_serif10 p {
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	color: #33cccc;
	text-shadow: 1px 1px 2px rgba(255,255,255,1.0);
	}

.character_serif11 {
	width: 580px;
	height: 44px;
	top: 32px;
	left: 10px;
	margin: 0 0;
	text-align: left;
	position: absolute;
	}

.character_serif11 p {
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	color: #33cccc;
	text-shadow: 1px 1px 2px rgba(255,255,255,1.0);
	}

.character_specbox {
	width: 480px;
	height: 90px;
	top: 288px;
	left: 10px;
	margin: 0 auto;
	position: absolute;
	border: 2px solid #3399ff;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border: 2px solid #3399ff;
	background-image: url("../../img/riddlestar/bg_specbox.png");
	background-repeat: repeat;
	}

.character_specbox {
	width: 440px;
	height: 90px;
	top: 288px;
	left: 10px;
	margin: 0 auto;
	position: absolute;
	border: 2px solid #3399ff;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border: 2px solid #3399ff;
	background-image: url("../../img/riddlestar/bg_specbox.png");
	background-repeat: repeat;
	}

.character_cardcg {
	position: absolute;
	top: 98px;
	left: 400px;
	width: 86px;
	height: 120px;
	z-index: 1;
	}

.character_spec {
	width: 440px;
	height: 230px;
	top: 14px;
	left: 14px;
	margin: 0 auto;
	text-align: left;
	position: absolute;
	z-index: 10;
	}

.character_spec2 {
	width: 440px;
	height: 230px;
	top: 14px;
	left: 14px;
	margin: 0 auto;
	text-align: left;
	position: absolute;
	z-index: 10;
	}

.character_spec3 {
	width: 440px;
	height: 230px;
	top: 14px;
	left: 14px;
	margin: 0 auto;
	text-align: left;
	position: absolute;
	z-index: 10;
	}

.character_spec4 {
	width: 440px;
	height: 230px;
	top: 14px;
	left: 14px;
	margin: 0 auto;
	text-align: left;
	position: absolute;
	z-index: 10;
	}

.character_spec5 {
	width: 440px;
	height: 230px;
	top: 14px;
	left: 14px;
	margin: 0 auto;
	text-align: left;
	position: absolute;
	z-index: 10;
	}

.character_spec6 {
	width: 440px;
	height: 230px;
	top: 14px;
	left: 14px;
	margin: 0 auto;
	text-align: left;
	position: absolute;
	z-index: 10;
	}

.character_spec7 {
	width: 440px;
	height: 230px;
	top: 14px;
	left: 14px;
	margin: 0 auto;
	text-align: left;
	position: absolute;
	z-index: 10;
	}

.character_spec8 {
	width: 440px;
	height: 230px;
	top: 14px;
	left: 14px;
	margin: 0 auto;
	text-align: left;
	position: absolute;
	z-index: 10;
	}

.character_spec9 {
	width: 440px;
	height: 230px;
	top: 14px;
	left: 14px;
	margin: 0 auto;
	text-align: left;
	position: absolute;
	z-index: 10;
	}

.character_spec10 {
	width: 440px;
	height: 230px;
	top: 14px;
	left: 14px;
	margin: 0 auto;
	text-align: left;
	position: absolute;
	z-index: 10;
	}

.character_spec11 {
	width: 440px;
	height: 230px;
	top: 14px;
	left: 14px;
	margin: 0 auto;
	text-align: left;
	position: absolute;
	z-index: 10;
	}

.character_spec p {
	padding: 4px;
	font-size: 16px;
	line-height: 18px;
	color: #4477ff;
	text-shadow: 1px 1px 1px rgba(255,255,255,1.0);
	font-weight: bold;
	}

.character_spec2 p {
	padding: 4px;
	font-size: 16px;
	line-height: 18px;
	color: #ff6699;
	text-shadow: 1px 1px 1px rgba(255,255,255,1.0);
	font-weight: bold;
	}

.character_spec3 p {
	padding: 4px;
	font-size: 16px;
	line-height: 18px;
	color: #9977ff;
	text-shadow: 1px 1px 1px rgba(255,255,255,1.0);
	font-weight: bold;
	}

.character_spec4 p {
	padding: 4px;
	font-size: 16px;
	line-height: 18px;
	color: #ff9944;
	text-shadow: 1px 1px 1px rgba(255,255,255,1.0);
	font-weight: bold;
	}

.character_spec5 p {
	padding: 4px;
	font-size: 16px;
	line-height: 18px;
	color: #66ccff;
	text-shadow: 1px 1px 1px rgba(255,255,255,1.0);
	font-weight: bold;
	}

.character_spec6 p {
	padding: 4px;
	font-size: 16px;
	line-height: 18px;
	color: #7EDA8A;
	text-shadow: 1px 1px 1px rgba(255,255,255,1.0);
	font-weight: bold;
	}

.character_spec7 p {
	padding: 4px;
	font-size: 16px;
	line-height: 18px;
	color: #eeaa66;
	text-shadow: 1px 1px 1px rgba(255,255,255,1.0);
	font-weight: bold;
	}

.character_spec8 p {
	padding: 4px;
	font-size: 16px;
	line-height: 18px;
	color: #ACADAA;
	text-shadow: 1px 1px 1px rgba(255,255,255,1.0);
	font-weight: bold;
	}

.character_spec9 p {
	padding: 4px;
	font-size: 16px;
	line-height: 18px;
	color: #eeaa66;
	text-shadow: 1px 1px 1px rgba(255,255,255,1.0);
	font-weight: bold;
	}

.character_spec10 p {
	padding: 4px;
	font-size: 16px;
	line-height: 18px;
	color: #bb55aa;
	text-shadow: 1px 1px 1px rgba(255,255,255,1.0);
	font-weight: bold;
	}

.character_spec11 p {
	padding: 4px;
	font-size: 16px;
	line-height: 18px;
	color: #44aaff;
	text-shadow: 1px 1px 1px rgba(255,255,255,1.0);
	font-weight: bold;
	}

.character_specbox2 {
	width: 440px;
	height: 90px;
	top: 288px;
	left: 10px;
	margin: 0 auto;
	position: absolute;
	border: 1px solid #ff6666;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-image: url("../../img/riddlestar/bg_specbox2.png");
	background-repeat: repeat;
	}

.character_specbox3 {
	width: 440px;
	height: 90px;
	top: 288px;
	left: 10px;
	margin: 0 auto;
	position: absolute;
	border: 1px solid #cc66ff;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-image: url("../../img/riddlestar/bg_specbox3.png");
	background-repeat: repeat;
	}

.character_specbox4 {
	width: 440px;
	height: 90px;
	top: 288px;
	left: 10px;
	margin: 0 auto;
	position: absolute;
	border: 1px solid #ff6600;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-image: url("../../img/riddlestar/bg_specbox4.png");
	background-repeat: repeat;
	}

.character_specbox5 {
	width: 440px;
	height: 90px;
	top: 288px;
	left: 10px;
	margin: 0 auto;
	position: absolute;
	border: 1px solid #33cccc;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-image: url("../../img/riddlestar/bg_specbox5.png");
	background-repeat: repeat;
	}

.character_specbox6 {
	width: 440px;
	height: 90px;
	top: 288px;
	left: 10px;
	margin: 0 auto;
	position: absolute;
	border: 1px solid #33cccc;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-image: url("../../img/riddlestar/bg_specbox6.png");
	background-repeat: repeat;
	}

.character_specbox7 {
	width: 440px;
	height: 90px;
	top: 288px;
	left: 10px;
	margin: 0 auto;
	position: absolute;
	border: 1px solid #33cccc;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-image: url("../../img/riddlestar/bg_specbox7.png");
	background-repeat: repeat;
	}

.character_specbox8 {
	width: 440px;
	height: 90px;
	top: 288px;
	left: 10px;
	margin: 0 auto;
	position: absolute;
	border: 1px solid #33cccc;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-image: url("../../img/riddlestar/bg_specbox8.png");
	background-repeat: repeat;
	}

.character_specbox9 {
	width: 440px;
	height: 90px;
	top: 288px;
	left: 10px;
	margin: 0 auto;
	position: absolute;
	border: 1px solid #33cccc;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-image: url("../../img/riddlestar/bg_specbox9.png");
	background-repeat: repeat;
	}

.character_specbox10 {
	width: 440px;
	height: 90px;
	top: 288px;
	left: 10px;
	margin: 0 auto;
	position: absolute;
	border: 1px solid #33cccc;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-image: url("../../img/riddlestar/bg_specbox10.png");
	background-repeat: repeat;
	}

.character_specbox11 {
	width: 440px;
	height: 90px;
	top: 288px;
	left: 10px;
	margin: 0 auto;
	position: absolute;
	border: 1px solid #33cccc;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	background-image: url("../../img/riddlestar/bg_specbox5.png");
	background-repeat: repeat;
	}


.character_cardcg2 {
	position: absolute;
	top: 20px;
	left: 320px;
	width: 86px;
	height: 120px;
	z-index: 1;
	}

.character_text {
	width: 560px;
	height: 256px;
	top: 80px;
	left: 10px;
	margin: 0 auto;
	color: #3399ff;
	text-align: left;
	position: absolute;
/*	background-image: url("../../img/riddlestar/chara01_textbg.png");*/
/*	background-repeat: repeat;*/
	}

.character_text p {
	padding: 7px 8px;
	font-size: 15px;
	line-height: 18px;
/*	color: #5b2a1e;*/
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(255,255,255,1.0);
	}

.character_text1 {
	width: 560px;
	height: 180px;
	top: 90px;
	left: 10px;
	margin: 0 auto;
	color: #3399ff;
	text-align: left;
	position: absolute;
/*	background-image: url("../../img/riddlestar/chara02_textbg.png");*/
/*	background-repeat: repeat;*/
	}

.character_text1 p {
	padding: 7px 8px;
	font-size: 15px;
	line-height: 18px;
	color: #3399ff;
	font-weight: bold;
	text-shadow: 0px 0px 3px rgba(255,255,255,1.0);
	}

.character_text2 {
	width: 560px;
	height: 256px;
	top: 80px;
	left: 10px;
	margin: 0 auto;
	color: #ff6699;
	text-align: left;
	position: absolute;
/*	background-image: url("../../img/riddlestar/chara01_textbg.png");*/
/*	background-repeat: repeat;*/
	}

.character_text2 p {
	padding: 7px 8px;
	font-size: 15px;
	line-height: 18px;
	color: #ff6699;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(255,255,255,1.0);
	}

.character_text3 {
	width: 560px;
	height: 256px;
	top: 90px;
	left: 10px;
	margin: 0 auto;
	color: #cc99ff;
	text-align: left;
	position: absolute;
/*	background-image: url("../../img/riddlestar/chara01_textbg.png");*/
/*	background-repeat: repeat;*/
	}

.character_text3 p {
	padding: 7px 8px;
	font-size: 15px;
	line-height: 18px;
	color: #bb66ee;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(255,255,255,1.0);
	}

.character_text4 {
	width: 560px;
	height: 256px;
	top: 90px;
	left: 10px;
	margin: 0 auto;
	color: #ff6699;
	text-align: left;
	position: absolute;
/*	background-image: url("../../img/riddlestar/chara01_textbg.png");*/
/*	background-repeat: repeat;*/
	}

.character_text4 p {
	padding: 7px 8px;
	font-size: 15px;
	line-height: 18px;
	color: #ff7733;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(255,255,255,1.0);
	}

.character_text5 {
	width: 560px;
	height: 256px;
	top: 90px;
	left: 10px;
	margin: 0 auto;
	color: #ff6699;
	text-align: left;
	position: absolute;
/*	background-image: url("../../img/riddlestar/chara01_textbg.png");*/
/*	background-repeat: repeat;*/
	}

.character_text5 p {
	padding: 7px 8px;
	font-size: 15px;
	line-height: 18px;
	color: #66ccff;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(255,255,255,1.0);
	}

.character_text6 {
	width: 560px;
	height: 256px;
	top: 90px;
	left: 10px;
	margin: 0 auto;
	color: #ff6699;
	text-align: left;
	position: absolute;
/*	background-image: url("../../img/riddlestar/chara01_textbg.png");*/
/*	background-repeat: repeat;*/
	}

.character_text6 p {
	padding: 7px 8px;
	font-size: 15px;
	line-height: 18px;
	color: #77CE61;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(255,255,255,1.0);
	}

.character_text7 {
	width: 560px;
	height: 256px;
	top: 70px;
	left: 10px;
	margin: 0 auto;
	color: #ff6699;
	text-align: left;
	position: absolute;
/*	background-image: url("../../img/riddlestar/chara01_textbg.png");*/
/*	background-repeat: repeat;*/
	}

.character_text7 p {
	padding: 7px 8px;
	font-size: 15px;
	line-height: 18px;
	color: #ffaa33;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(255,255,255,1.0);
	}

.character_text8 {
	width: 560px;
	height: 256px;
	top: 90px;
	left: 10px;
	margin: 0 auto;
	color: #ff6699;
	text-align: left;
	position: absolute;
/*	background-image: url("../../img/riddlestar/chara01_textbg.png");*/
/*	background-repeat: repeat;*/
	}

.character_text8 p {
	padding: 7px 8px;
	font-size: 15px;
	line-height: 18px;
	color: #626875;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(255,255,255,1.0);
	}

.character_text9 {
	width: 560px;
	height: 256px;
	top: 50px;
	left: 10px;
	margin: 0 auto;
	color: #ff6699;
	text-align: left;
	position: absolute;
/*	background-image: url("../../img/riddlestar/chara01_textbg.png");*/
/*	background-repeat: repeat;*/
	}

.character_text9 p {
	padding: 7px 8px;
	font-size: 15px;
	line-height: 18px;
	color: #ffaa33;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(255,255,255,1.0);
	}

.character_text10 {
	width: 560px;
	height: 256px;
	top: 90px;
	left: 10px;
	margin: 0 auto;
	color: #ff6699;
	text-align: left;
	position: absolute;
/*	background-image: url("../../img/riddlestar/chara01_textbg.png");*/
/*	background-repeat: repeat;*/
	}

.character_text10 p {
	padding: 7px 8px;
	font-size: 15px;
	line-height: 18px;
	color: #DC53DC;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(255,255,255,1.0);
	}

.character_text11 {
	width: 400px;
	height: 256px;
	top: 200px;
	left: 10px;
	margin: 0 auto;
	color: #ff6699;
	text-align: left;
	position: absolute;
/*	background-image: url("../../img/riddlestar/chara01_textbg.png");*/
/*	background-repeat: repeat;*/
	}

.character_text11 p {
	padding: 7px 8px;
	font-size: 15px;
	line-height: 18px;
	color: #FF3365;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(255,255,255,1.0);
	}

.character_text11_2 {
	width: 400px;
	height: 256px;
	top: 200px;
	left: 500px;
	margin: 0 auto;
	color: #ff6699;
	text-align: left;
	position: absolute;
/*	background-image: url("../../img/riddlestar/chara01_textbg.png");*/
/*	background-repeat: repeat;*/
	}

.character_text11_2 p {
	padding: 7px 8px;
	font-size: 15px;
	line-height: 18px;
	color: #967549;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(255,255,255,1.0);
	}



/*【用語集】
━━━━━━━━━━━━━━━━━━━━━━━*/
#glossary {
	width: 980px;
	margin: 24px auto 24px;
	}

#glossary h1 {
	display: none;
	}

#glossary_wrapper {
	width: 960px;
	height: 5840px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background-image: url("../../img/riddlestar/menu_box.png");
	background-repeat: repeat;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border: 2px solid #ccc;
	}

#glossary_caption {
	position: relative;
	margin: 0 auto;
	padding: 10px 0 12px;
	}

#glossary_back {
	position: relative;
	margin: 0 auto;
	text-align: right;
	padding: 10px 20px 8px;
	}

#glossary_box {
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 900px;

	background-image: url("../../img/riddlestar/glossary_box.gif");
	background-repeat: repeat;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border: 2px solid #aeb;
	}

#glossary_box .caption_cg {
	position: relative;
	margin: 0 auto;
	padding: 14px 0 12px;
	}


.glossary_contents {
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 900px;
	}

.glossary_cg {
	position: relative;
	margin: 0 auto;
	text-align: left;
	left: 0px;
	top: 0px;
	line-height: 12px;
	width: 292px;
	height: 164px;
	padding: 0 12px 0 40px;
	float: left;
	}

.glossary_text {
	position: relative;
	margin: 0 auto 24px;
	text-align: left;
	width: 510px;
	height: 164px;
	float: left;

	background-image: url("../../img/riddlestar/glossary_titlebg.png");
	background-repeat: repeat;

	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border: 1px solid #aeb;
	}

.glossary_text p {
	padding: 7px 8px;
	font-size: 15px;
	line-height: 18px;
	color: #5b2a1e;
	text-shadow: 0px 0px 4px rgba(255,120,120,1.0);
	}

.glossary_text2 {
	position: relative;
	margin: 0 auto 24px;
	text-align: left;
	width: 510px;
	height: 380px;
	float: left;

	background-image: url("../../img/riddlestar/glossary_titlebg.png");
	background-repeat: repeat;

	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border: 1px solid #aeb;
	}

.glossary_text2 p {
	padding: 7px 8px;
	font-size: 15px;
	line-height: 18px;
	color: #5b2a1e;
	text-shadow: 0px 0px 4px rgba(255,120,120,1.0);
	}

.map_contents {
	position: relative;
	margin: 0 auto 36px;
	text-align: center;
	width: 900px;
	height: 590px;
	}

.map01_cg {
	position: absolute;
	margin: 0 auto;
	top: 20px;
	text-align: center;
	width: 900px;
	height: 450px;
	z-index: 1;
	}

.map01_chara {
	position: absolute;
	margin: 0 auto;
	top: 300px;
	left: 550px;
	text-align: center;
	width: 280px;
	height: 290px;
	z-index: 2;
	}

.map01_title {
	position: absolute;
	text-align: center;
	top: 0;
	left: 110px;
	margin: 0 auto;
	width: 280px;
	height: 40px;

	background-image: url("../../img/riddlestar/map_titlebg.png");
	background-repeat: repeat;

	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border: 1px solid #f6a;

	z-index: 2;
	}

.map01_title p {
	padding: 9px 4px;
	font-size: 24px;
	line-height: 26px;
	color: #5b2a1e;
	text-shadow: 0px 0px 4px rgba(255,20,20,0.9);
	}


.map01_text {
	position: absolute;
	text-align: left;
	top: 360px;
	left: 80px;
	margin: 0 auto;
	width: 500px;
	height: 230px;

	background-image: url("../../img/riddlestar/map_titlebg.png");
	background-repeat: repeat;

	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border: 1px solid #f6a;

	z-index: 3;
	}

.map01_text p {
	padding: 8px 12px;
	font-size: 15px;
	line-height: 22px;
	color: #000;
	text-shadow: 0px 0px 4px rgba(255,0,0,0.9);
	}

.map_contents2 {
	position: relative;
	margin: 0 auto 36px;
	text-align: center;
	width: 900px;
	height: 500px;
	}

.map_box01 {
	position: absolute;
	margin: 0 auto;
	left: 10px;
	top: 0;
	text-align: center;
	width: 450px;
	height: 500px;
	}

.map_box02 {
	position: absolute;
	margin: 0 auto;
	right: 10px;
	top: 0;
	text-align: center;
	width: 450px;
	height: 500px;
	}


.map02_cg {
	position: absolute;
	margin: 0 auto;
	top: 20px;
	text-align: center;
	width: 450px;
	height: 225px;
	z-index: 1;
	}

.map02_title {
	position: absolute;
	text-align: center;
	top: 0;
	left: 85px;
	margin: 0 auto;
	width: 280px;
	height: 40px;

	background-image: url("../../img/riddlestar/map_titlebg.png");
	background-repeat: repeat;

	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border: 1px solid #f6a;

	z-index: 2;
	}

.map02_title p {
	padding: 9px 4px;
	font-size: 24px;
	line-height: 26px;
	color: #5b2a1e;
	text-shadow: 0px 0px 4px rgba(255,20,20,0.9);
	}


.map02_text {
	position: absolute;
	text-align: left;
	top: 254px;
	left: 20px;
	margin: 0 auto;
	width: 410px;
	height: 246px;

	background-image: url("../../img/riddlestar/map_titlebg.png");
	background-repeat: repeat;

	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border: 1px solid #f6a;

	z-index: 3;
	}

.map02_text p {
	padding: 8px 12px;
	font-size: 15px;
	line-height: 22px;
	color: #000;
	text-shadow: 0px 0px 4px rgba(255,0,0,0.9);
	}



/*【サンプル画像】
━━━━━━━━━━━━━━━━━━━━━━━*/
#sample {
	width: 980px;
	margin: 24px auto 24px;
	}

#sample h1 {
	display: none;
	}

#sample_wrapper {
	width: 960px;
	height: 280px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background-image: url("../../img/riddlestar/menu_box.png");
	background-repeat: repeat;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border: 2px solid #ccc;
	}


#sample_caption {
	position: relative;
	margin: 0 auto;
	padding: 10px 0 12px;
	}

#sample_back {
	position: relative;
	margin: 0 auto;
	text-align: right;
	padding: 4px 20px 8px;
	}

#sample_box {
	}

.sample_block {
	width: 900px;
	height: 82px;
	margin: 0 auto 16px;
}

.sample_block a img {
	border: 1px solid #fff;
	opacity: 1;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	transition: all 0.2s linear 0;
	}
.sample_block a:hover img {
	border: 1px solid #f00;
	opacity: 0.8;
	}

/*【インストール画面】
━━━━━━━━━━━━━━━━━━━━━━━*/
#inst {
	width: 980px;
	margin: 24px auto 24px;
	}
#inst h1 {
	display: none;
	}
#inst_wrapper {
	width: 960px;
	height: 4080px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background-image: url("../../img/riddlestar/menu_box.png");
	background-repeat: repeat;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	border: 2px solid #ccc;
	}

#inst_caption {
	position: relative;
	margin: 0 auto;
	padding: 10px 0 12px;
	}

#inst_wrapper p {
	color: #000;
}

.b_button {
	margin: 16px auto 20px;
	}

