/*
##################################################
 ワガママハイスペックCSS
##################################################
*/

/* 選択中の文字色 */
::selection { background: #14b9d6; color: #fff; /* Safari */ }
::-moz-selection { background: #14b9d6; color: #fff; /* Firefox */ }

/* RESET */
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
}

/* BASE */
html { height: 99%; }
body
{
	width: 100%;
	min-width: 1100px;
	position: relative;
	height: 100%;
    font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック", "MS P Gothic", Geneva, Verdana, sans-serif;
    font-size: 14px;
    /*font-weight: bold;*/
    line-height: 170%;
	color: #6a6a6a;
    background-image: url(img/com_bg_left.png), url(img/com_bg_right.png), url(img/com_bg.jpg);
    background-repeat: repeat-y, repeat-y, repeat;
    background-position: top left, top right, top center;
    background-attachment: scroll,scroll,fixed;
}
/* area点線消し */
area {
	border:none;
	outline:none;
}

/* リンク */
a {
	color: #14b9d6; text-decoration: underline;
}
a:hover{ color: #e36c95; }
a.nodeco {
	text-decoration: none;
}
span.cap
{
	padding: 8px 40px 8px 40px;
	background: #9d6367;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
    -moz-border-radius: 15px;
    -webkit-border-radius:15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    line-height: 300%;
    font-weight: bold;
}
a.box_link,
a.box_link_min
{
	padding: 8px 30px 8px 30px;
	border: 3px solid #9d6367;
	color: #9d6367;
	background: #fff;
	font-size: 14px;
	text-decoration: none;
    -moz-border-radius: 15px;
    -webkit-border-radius:15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    line-height: 300%;
}
a.box_link_min
{
	font-size: 14px;
	padding: 4px 15px 4px 15px;
	line-height: 250%;
}
a:hover.box_link,
a:hover.box_link_min
{
	background: #9d6367;
	color: #ffffff;
}

/* 強調 */
.red { color: #e36c95; }
.blue { color: #14b9d6; }
.gray { color: #adb6be; }

/* デカ文字 */
.font12 { font-size: 12px; }
.font14 { font-size: 14px; }
.font16 { font-size: 16px; }
.font18 { font-size: 18px; }
.font20 { font-size: 20px; }

/* チビ文字 */
.min { font-size: 10px; line-height: 16px; }

/* float解除 */
.clear{ clear: both; line-height: 0}

/* 年齢認証 */
#modal { position:fixed; z-index:99999; text-align:center; display:none; left:50%; top:50%; margin-left: -150px; margin-top: -100px; }
#modal_box { background-image: url("img/modal_bg.jpg"); width: 298px; height:199px; }
#modal a { cursor:pointer; }

/* 上へ戻るボタン */
#gototop
{
	display: block;
	background-image: url("img/com_bt_gototop.png");
	width: 139px;
	height: 27px;
	text-indent: -9999px;
	text-decoration: none;
	position: fixed;
	bottom: 130px;
	right: 30px;
}
#gototop a:hover { background-position:bottom; }

.disabled
{
    pointer-events: none;
    cursor: default;
	filter: alpha(opacity=40);
	-moz-opacity:0.40;
	opacity:0.40;
}

hr
{
    border:none;
    border-top:dashed 1px #b6b6b6;
    height:1px;
    margin: 10px 0px 10px 0px;
}

.rad2
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}
.rad3
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.rad5
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.rad10
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.sinplebox
{
	font-size: 16px;
	width: 800px;
	margin: 20px auto;
	border: 1px solid #9d6367;
	padding: 20px;
	background: #fff;" 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

/*
##################################################
 common
##################################################
*/

/* ヘッダ */
#header
{
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 998;
}
#header_menu
{
	z-index: 999;
	background: url("img/com_header_menubg.png");
	background-repeat: no-repeat;
	width: 289px;
	height: 28px;
	margin-left: 688px;
	padding-left: 25px;
	padding-top: 6px;
	position: fixed;
	left: -9999px;
}
#header_menu a.home,
#header_menu a.twitter,
#header_menu a.blog,
#header_menu a.mado
{
	display: block;
	height: 10px;
	text-indent: -9999px;
	text-decoration: none;
	float: left;
	margin-right: 10px;

}
#header_menu a.home { width: 38px; background-image: url("img/com_header_menu_bt_home.png"); }
#header_menu a.home:hover { background-position:bottom; }
#header_menu a.twitter { width: 51px; background-image: url("img/com_header_menu_bt_twitter.png"); }
#header_menu a.twitter:hover { background-position:bottom; }
#header_menu a.blog { width: 40px; background-image: url("img/com_header_menu_bt_blog.png"); }
#header_menu a.blog:hover { background-position:bottom; }
#header_menu a.mado { width: 77px; background-image: url("img/com_header_menu_bt_mado.png"); }
#header_menu a.mado:hover { background-position:bottom; }

/* socialメニュー*/
#subbt
{
	position: relative;
	top: -138px;
	left: 1000px;
	width: 100px;
	height:33px;
	z-index: 999;
}


/* 汎用メニュー */
#menu
{
	padding-top: 50px;
	/*background: #fff;*/
	/*background-image: url("img/com_menu_bg.png");*/
	background-repeat: repeat-x;
	background-position: bottom;
	height: 63px;
	overflow: hidden;
}
#menu_contents
{
	/*background-image: url("img/com_menu_contents_bg.png");*/
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 980px;
	margin: 0 auto;
	
}
#menu_bt
{
	text-align: left;
	width: 980px;
	border-collapse: collapse;
	border: 0px;
}
#menu_bt tr td
{
	text-align: left;
	height: 29px;
	padding:0px;
}
#menu_bt a.home,
#menu_bt a.character,
#menu_bt a.gallery,
#menu_bt a.story,
#menu_bt a.world,
#menu_bt a.download,
#menu_bt a.spec,
#menu_bt a.campaign
{
	display: block;
	height: 29px;
	text-indent: -9999px;
	text-decoration: none;
	margin-right: 18px;
	background-repeat: no-repeat;
}
#menu_bt a.home { width: 220px; height: 83px; }
#menu_bt a.character { width: 104px; background-image: url("img/com_menu_bt_character.png"); }
#menu_bt a.gallery { width: 74px; background-image: url("img/com_menu_bt_gallery.png"); }
#menu_bt a.story { width: 120px; background-image: url("img/com_menu_bt_story.png"); }
#menu_bt a.world { width: 63px; background-image: url("img/com_menu_bt_world.png"); }
#menu_bt a.download { width: 103px; background-image: url("img/com_menu_bt_download.png"); }
#menu_bt a.spec { width: 42px; background-image: url("img/com_menu_bt_spec.png"); }
#menu_bt a.campaign { width: 94px; background-image: url("img/com_menu_bt_campaign.png"); margin-right: 0px; }

#menu_bt .on {
	/*background-position:bottom;*/
	border-bottom: 8px solid #cdd5dc;
	padding-bottom: 10px;
    /*pointer-events: none;
    cursor: default;*/
}

/* ロゴボタン */
#menu .homebt {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	width: 220px;
	height: 83px;
	position: relative;
	top: -111px;
	left: -3px;
	background-image: url("img/com_menu_bt_home.png");
	margin-left: 15px;
	margin-right: 20px;
}


/* メインコンテンツ */
#main
{
	width: 100%;
	min-width: 980px;
	height: 100%;
	min-height: 100%;
}
body > #main { height: auto; }

#contents
{
	padding-top: 20px;
	width: 980px;
	margin: 0 auto;
}

/* フッタ */
#footer
{
	font-size: 10px;
	text-align: center;
	background: url("img/fotter_bg.png");
	width: 100%;
}
#footer_contents
{
	width: 980px;
	margin: 0 auto;
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 10px;
}
#fotter_menu
{
	font-size: 10px;
}
#fotter_menu table
{
	margin: 0 auto;
}

#fotter_menu td
{
	padding: 7px;
	padding-top: 10px;
}
#fotter_menu td a
{
	background: url("img/com_footer_menuicon.png") no-repeat left top;
	padding-left: 9px;
	color: #ffffff;
	text-decoration: none;
}
#fotter_menu a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/*
##################################################
 トップページ
##################################################
*/

/* トップスライダー */
#top_slider
{
	height: 681px;
}
#top_slider_contents
{
	width: 980px;
	margin: 0 auto;
	z-index:1;
}

/* スーパーピックアップ */
#top_superpickup
{
	margin-top: 10px;
	font-size: 14px;
	line-height: 30px;
}
#top_superpickup dt
{
	clear: left;
	float: left;
	width: 160px;
	background: #e36c95;
	margin-right: 10px;
	margin-left: 5px;
	text-align: center;
	color: #fff;
	padding: 2px 3px 0px 3px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -khtml-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    font-weight: bold;
	border: 3px solid #e36c95;
}
#top_superpickup dd
{
	margin-left: 160px;
	margin-top: 5px;
	background: #fff;
	margin-right: 5px;
	padding: 2px 3px 0px 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	border: 3px solid #e36c95;
    font-weight: bold;
}


/*
##################################################
 インフォメーション
##################################################
*/

#info_box
{
	position: relative;
	float: left;
	padding-left: 5px;
	padding-top: 12px;
}
#info_box:before
{
	content: url("img/cap_info.png");
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	pointer-events: none;
}
#info_inner
{
	position: relative;
	overflow: hidden;
	width: 692px;
	height: 135px;
	background: #fff;
	padding: 25px 2px 5px 12px;
	border: 3px solid #c48286;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#info_scroll
{
	position: relative;
	overflow: hidden;
	height: 135px;
}
#info_scroll .line
{
	width: 670px;
	font-weight: bold;
    background: url(img/info_hr.png) bottom repeat-x;
    padding-bottom: 9px;
    margin-top: 9px;
}
#info_scroll .line .data
{
	color: #ec6189;
	background: url(img/info_arrow.png) no-repeat;
	padding-left: 15px;
}
#info_scroll .line .text
{
	margin-left: 8px;
	padding-left: 8px;
	border-left: 2px solid #cccccc;
}


#pub_box
{
	position: relative;
	float: left;
	padding-left: 5px;
	padding-top: 12px;
	margin-left: 5px;
}
#pub_box:before
{
	content: url("img/cap_pub.png");
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	pointer-events: none;
}
#pub_inner
{
	position: relative;
	overflow: hidden;
	width: 232px;
	height: 130px;
	background: #fff;
	padding: 30px 2px 5px 8px;
	border: 3px solid #8ccdf6;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#pub_scroll
{
	position: relative;
	overflow: hidden;
	height: 130px;
}
#pub_scroll .line
{
	font-weight: bold;
    margin-bottom: 5px;
}
#pub_scroll .line .thum
{
	float: left;
	margin-right: 5px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
#pub_scroll .line .text
{
	font-size: 10px;
	line-height: 13px;
	padding-top: 5px;
}
/*
##################################################
 キャラクター紹介
##################################################
*/
.charbox
{
	position: relative;
	width: 943px;
	height: 1500px;
	background-repeat: no-repeat;
	background-image: url("img/char_1b.png");
	margin: auto;
}
.samplevoice1,
.samplevoice2,
.samplevoice3,
.samplevoice4
{
	position: absolute;
	height: 35px;
	margin-left: 508px;
	margin-top: 160px;
	padding-left: 184px;
	background-repeat: no-repeat;
	background-image: url("img/char_samplevoice_text.png");
	background-position: left top;
}
.samplevoice2,
.samplevoice3,
.samplevoice4
{
	display: none;
}

.charbox_sub,
.charbox_sub_2
{
	position: relative;
	width: 943px;
	height: 730px;
	background-repeat: no-repeat;
	background-image: url("img/char_sub1.png");
	margin: auto;
}
.charbox_sub_2
{
	margin-top: -150px;
}
.samplevoice_sub_right,
.samplevoice_sub_left
{
	position: absolute;
	height: 35px;
	margin-left: 418px;
	margin-top: 227px;
	padding-left: 184px;
	background-repeat: no-repeat;
	background-image: url("img/char_samplevoice_text.png");
	background-position: left top;
}
.samplevoice_sub_left
{
	margin-left: 141px;
}

/*
##################################################
 ギャラリー
##################################################
*/

#gallery .gallery_new:before
{
	content: url("img/com_gallery_new.png");
	position: absolute;
	left: 190px;
	top: -35px;
	z-index: 1;
	pointer-events: none;
}
#gallery {
	position: relative;
}
#mainimage{
	display: none;
	margin-bottom: 50px;
	width: 900px;
	height: 500px;
}
#mainimage img
{
	box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 2px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 2px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 2px 1px;

}
.item
{
}
.item img
{
	width: 185px;
	/*height: 500px;*/
	height: 104px;
	margin-right: 53px;
	margin-bottom: 50px;
	box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 2px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 2px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 2px 1px;
}
.item .large{
	display: none;
}


/*
##################################################
 ダウンロード
##################################################
*/

/*
##################################################
 スペック
##################################################
*/

.speccap_staff
{
	background: url(img/spec_ban_staff.png) left top no-repeat;
	padding-left:250px;
	min-height: 200px;
	margin-left: 42px;
}
.speccap_product
{
	background: url(img/spec_ban_product.png) left center no-repeat;
	padding-left:250px;
	min-height: 200px;
	margin-left: 42px;
}
.speccap_package
{
	background: url(img/spec_ban_package.png) left center no-repeat;
	padding-left:250px;
	min-height: 200px;
	margin-left: 42px;
}
.speccap_spec
{
	background: url(img/spec_ban_spec.png) left center no-repeat;
	padding-left:250px;
	min-height: 200px;
	margin-left: 42px;
}

.spectable
{
	font-weight: bold;
}

.spectable .left
{
	color: #f9574e;
	background: url(img/info_arrow.png) no-repeat 0px 5px;
	padding-left: 30px;
	padding-right: 40px;
	padding-bottom: 20px;
}
.spectable .pro{ color: #51beae; }
.spectable .spec{ color: #758dfe; }

/*
##################################################
 スペシャル
##################################################
*/
.special_box,
.special_box_twitter
{
	padding: 0px 20px 40px 20px;
	border-bottom: 1px solid #daa081;
}
.nobottomboder
{
	border: 0;
}
.special_box table,
.special_box_twitter table
{
	margin: 0 auto;
}
.special_box table td,
.special_box_twitter table td
{
	text-align: center;
}
.special_box table td img,
.special_box_twitter table td img
{
	vertical-align: middle;
	margin: 4px 3px;
	border: 1px solid #daa081;
}
.banner_menu
{
	text-align: center;
	line-height: 30px;
}

/*bgset*/
.bgmove1
{
	position: fixed;
	width: 100%;
	z-index:-1;
	background: url("img/com_bg_left_single_2.png") no-repeat;
    animation: bgmove1 20s linear infinite;
	-webkit-animation: bgmove1 20s linear infinite;
}
@keyframes bgmove1 {
    0% {background-position: 0px 120%;}
    100% {background-position: 0px -20%;}
}
@-webkit-keyframes bgmove1 {
    0% {background-position: 0px 120%;}
    100% {background-position: 0px -20%;}
}

.bgmove2
{
	position: fixed;
	width: 100%;
	z-index:-1;
	background: url("img/com_bg_left_single_1.png") no-repeat;
    animation: bgmove2 10s linear infinite;
	-webkit-animation: bgmove2 10s linear infinite;
}
@keyframes bgmove2 {
    0% {background-position: 300px -20%;}
    100% {background-position: 300px 120%;}
}
@-webkit-keyframes bgmove2 {
    0% {background-position: 300px -20%;}
    100% {background-position: 300px 120%;}
}

.tenpotable
{
    border-collapse: collapse;
	width: 800px;
	margin: 0px auto;
}
.tenpotable td
{
    border-collapse: collapse;
	border: solid 1px #9c6266;
	padding: 3px 8px;
	background: #fff;
	font-size: 10px;
}
.tenpotable .head
{
	color: #fff;
	font-weight: bold;
	background: #9c6266;
	font-size: 14px;
}
.tenpotable .left
{
	width: 300px;
	color: #9c6266;
	font-weight: bold;
	font-size: 14px;
}


.tokuten_bt
{
	overflow: hidden;
	text-align: center;
	position: relative;
	top: -7px;
}
.tokuten_bt img
{
	position: relative;
	top: -10px;
}


.oritoku {
	padding-left: 50px;
}
.oritoku .left
{
	margin-right: 15px;
}

.oritoku_box
{
	float: left;
	position:relative;
	max-width: 300px;
	vertical-align: bottom;
	margin-bottom: 10px;
}
.oritoku_box img
{
	width: 100%
}

.oritoku_box .title
{
	font-family: '新丸ゴ R';
	font-size:18px;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 8px 12px;
	background: #c48286;
	color: #fff;
}

.oritoku_box .title_min
{
	font-family: '新丸ゴ R';
	letter-spacing: 0px;
	font-size:14px;
}


/* キャンペーンまとめ */
#camp_bar
{
	margin-top: 10px;
	font-size: 14px;
	line-height: 30px;
}
#camp_bar dt
{
	clear: left;
	float: left;
	width: 200px;
	background: #9d6367;
	margin-right: 10px;
	margin-left: 5px;
	text-align: center;
	color: #fff;
	padding: 2px 3px 0px 3px;
    -moz-border-radius: 50px 0px 0px 50px;
    -webkit-border-radius: 50px 0px 0px 50px;
    -khtml-border-radius: 50px 0px 0px 50px;
    border-radius: 50px 0px 0px 50px;
    font-weight: bold;
	border: 3px solid #9d6367;
}
#camp_bar dd
{
	margin-left: 200px;
	margin-top: 5px;
	background: #fff;
	margin-right: 5px;
	padding: 2px 3px 0px 3px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
	border: 3px solid #9d6367;
    font-weight: bold;
}
#camp_bar dl.gray dt
{
	background: #adb6be;
	border: 3px solid #adb6be;
}
#camp_bar dl.gray dd
{
	border: 3px solid #adb6be;
}
#camp_bar dl.gray dd a
{
	color: #adb6be;
}

#tokuten
{
	width: 992px;
	margin: 0 auto;
}

#ost_shop{
	text-align: center;
	margin-top:15px;
}

#ost_shop a{
	margin-right:10px;
}

#ost_shop img{
	margin-bottom:10px;
}

.oritoku_box
{
	float: left;
	position:relative;
	max-width: 300px;
	vertical-align bottom;
}

.oritoku_box .title
{
	font-family: '新丸ゴ R';
	font-size:16px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 8px 12px 5px 12px;
	background: #b35d5d;
	color: #fff;
}

.oritoku_box .title_min
{
	font-family: '新丸ゴ R';
	letter-spacing: 0px;
	font-size:12px;
}

/*
##################################################
世界観
##################################################
*/


#world{
text-align:center;
padding-top:20px;
	width: 980px;
	margin: 0 auto;
	

}


#world_navi{
padding-top:30px;
text-align:center;

}


ul li{
display:inline-block;
}


#worldbox
{
	position: relative;
	width: 910px;
	height: 600px;
  background-repeat: no-repeat;
	background-image: url("img/world_1.png");
	margin: auto;
  margin-left:45px;
}



/*
##################################################
４コマページ
##################################################
*/


#yonkoma{
text-align:center;
padding-top:20px;
	width: 980px;
	margin: 0 auto;
	

}

#yonkomabox
{
	
	width: 595px;
	height: 992px;
    background-repeat: no-repeat;
	background-image: url("img/yonkoma_3.png");
	margin-right: auto;
    margin-left:auto;
	margin-top: 50px;
}

#yonkoma_navi{
	
padding-top:40px;
text-align:center;

}

ul li{
display:inline-block;
}




input,
select,
textarea
{
	border: none;
	background-color: #c48286;
	font-size: 12px;
	color: #ffffff;
	padding: 5px;
	height: 20px;
}
select{	padding: 0px; }
textarea { height: 100px; }
.submit
{
	margin-left: 5px;
	height: 30px;
	width: 60px;
	font-weight: bold;
	background-color: #c48286;
	color: #ffffff;
	border: none;
}
.submit:hover
{
	background-color: #14b9d6;
}


/*
##################################################
 レスポンシブ処理
##################################################
*/

/*
.pcNone { display:none; }
*/


@media screen and (min-width: 480px)
{
	.pcNone { display:none; }
}
@media screen and (max-width: 479px)
{
	.pcOnly { display:none; }
	html {width: 100%; min-width: 100%;}
	body
	{
		min-width: 100%;
	    background-image: url(img/com_bg.jpg);
	    background-repeat: repeat;
	    background-position: top center;
	    background-attachment: fixed;
	    font-size: 12px;
	    line-height: 160%;
    }
	img { width: 100%; }
	.imgreset img { width: initial; }
	img.imgreset { width: initial; }
	.youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
	
	#main { width: 100%; min-width: 100%; }
	#contents { width: 100%; padding: 0px;}
	#tokuten { width: 100%; }
	
	#m_menu
	{
		width: 100%;
		margin: 0 auto;
		padding: 0;
		display: none;
		position: absolute;
		z-index: 1000;
	}
	#m_menu li{
		display: block;
		float: left;
		width: 25%;
		margin: 0;
		padding: 0;
		}
	#m_menu li a{
		font-size: 12px;
		display: block;
		padding: 12px 0 10px;
		background: #333;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}
	#m_menu li a:hover{
		background: #e36c95;
	}
	#toggle{ 
		display: block;
		position: relative;
		width: 100%;
		background: #333;
		font-weight: bold;
	}
	#toggle a{
		display: block;
		position: relative;
		padding: 12px 0 10px;
		color: #fff;
		text-align: left;
		text-decoration: none;
	}
	#toggle:before
	{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background: #fff;
	}
	#toggle a:before, #toggle a:after
	{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 20px;
		height: 4px;
		background: #333;
	}
	#toggle a:before{
		margin-top: -6px;
	}
	#toggle a:after{
		margin-top: 2px;
	}

	.m_gallery img
	{
	}
	
	#info_box
	{
		clear: both;
		font-size: 12px;
		line-height: 18px;
		padding: 0px;
		margin: 0px;
		width: 100%;
	}
	#info_inner
	{
		width: 100%;
		background: #fff;
		padding: 0px;
		border: none;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border-radius: 0px;
		height: 110px;
	}
	#info_box:before
	{
		content: "";
	}
	#info_scroll
	{
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 110px;
	}
	#info_scroll .line
	{
		width: 95%;
		margin-left: 5px;
		padding-bottom: 8px;
		margin-top: 8px;
	}
	#info_scroll .line .data
	{
	}

	.m_halfban img
	{
		width: 49%;
	}
	#top_slider { width: 100%; }
	#top_slider_contents { width: 100%; }
	#footer_contents { width: 100%; }

	#top_superpickup
	{
		margin: 0;
	}
	#top_superpickup dt
	{
		clear: both;
		width: 100%;
		padding: 0;
		margin: 0;
		border: none;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border-radius: 0px;
		font-size: 12px;
		line-height: 24px;
	}
	#top_superpickup dd
	{
		clear: both;
		width: 98%;
		padding: 0;
		margin: 0 5px;
		margin-bottom: 5px;
		border: none;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border-radius: 0px;
		font-size: 12px;
		line-height: 20px;
		overflow: hidden;
	}
	
	#camp_bar
	{
		margin: 0;
	}
	#camp_bar dt
	{
		clear: both;
		width: 100%;
		padding: 0;
		margin: 0;
		border: none;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border-radius: 0px;
		font-size: 12px;
		line-height: 24px;
	}
	#camp_bar dd
	{
		clear: both;
		width: 98%;
		padding: 0;
		margin: 0 5px;
		margin-bottom: 5px;
		border: none;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border-radius: 0px;
		font-size: 12px;
		line-height: 20px;
		overflow: hidden;
	}
	#camp_bar dl.gray dt
	{
		background: #adb6be;
		border: none;
	}
	#camp_bar dl.gray dd
	{
		border: none;
	}
	
	#m_character table
	{
		padding-top: 15px;
	}
	#m_character table.menu
	{
		width: 100%;
		text-align: center;
	}
	#m_character .menu img
	{
		max-width: 56px;
		width: 100%;
	}

	.speccap_staff
	{
		background: url(img/spec_ban_staff.png) center top no-repeat;
		margin: 0;
		padding: 20px;
		padding-top:230px;
	}
	.speccap_product
	{
		background: url(img/spec_ban_product.png) center top no-repeat;
		margin: 0;
		padding: 20px;
		padding-top:230px;
	}
	.speccap_package
	{
		background: url(img/spec_ban_package.png) center top no-repeat;
		margin: 0;
		padding: 20px;
		padding-top:230px;
	}
	.speccap_spec
	{
		background: url(img/spec_ban_spec.png) center top no-repeat;
		margin: 0;
		padding: 20px;
		padding-top:230px;
	}
	.spectable
	{
		margin: 0;
		width: 100%;
		font-size: 11px;
	}
	.spectable .left
	{
		color: #f9574e;
		background: none;
		padding-left: 0px;
		padding-right: 10px;
		padding-bottom: 10px;
	}
	
	.sinplebox
	{
		width: 90%;
		margin: 10px auto;
		border: 1px solid #9d6367;
		padding: 10px;
		font-size: 12px;
		line-height: 150%;
	}
	
	.tenpotable
	{
		width: 100%;
		margin: 10px auto;
	}
	.tenpotable .left
	{
		width :50%;
		font-size: 12px;
	}
	a.box_link
	{
		padding: 6px 20px 6px 20px;
	}
	a.box_link_min
	{
		font-size: 10px;
		padding: 4px 5px 4px 5px;
		border: 1px solid #9d6367;
	}
	
	.tokutenmenu img
	{
		width: 25%;
	}
	.tokuten_bt img
	{
		width: 60%;
	}
	.tokuten_bt
	{
		top: -3px;
	}
	.oritoku_box
	{
		clear: both;
		max-width: 100%;
		width: 100%;
	}
	.oritoku_box .title
	{
		font-size:12pxrem;
		letter-spacing: 1px;
	}
}