@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* CSS Document */

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

html{
	font-family:"Noto Sans Japanese", serif;
	height:100%;
}

body{
	width:100%;
	height:100%;
	background:url(img/top_bg.jpg) no-repeat top left fixed;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	overflow-y:scroll;
	background-color:#FFF;
	opacity:0;
	
}

a img{
	border: 0px;
}


#wrapper{
	width:auto;
	min-width:1000px;
	height:auto !important;
	position:relative;
	
}


/*
common ========================================== -------------------------------*/

/*
header -------------------------------*/

#header{
	width:100%;
	min-width:1260px;
	height:65px;
	position:fixed;
	background-color:rgba(255,255,255,0.85);
	background-position:center top;
	background-repeat:repeat-x;
	z-index:100;
}


/*
leftcts -------*/

#header .leftcts_box{
	width:360px;
	height:50px;
	position:absolute;
	top:8px;
	left:5px;
}
#header .leftcts_box .menu_startbtn{
	width:43px;
	height:44px;
	position:relative;
	float:left;
	top:0;
	left:10px;
}
#header .leftcts_box .titlename{
	width:203px;
	height:8px;
	font-size:0;
	line-height:0;
	position:absolute;
	top:0;
	left:240px;
}
#header .leftcts_box .titlename02{
	width:355px;
	height:14px;
	font-size:14px;
	line-height:0;
	position:absolute;
	top:18px;
	left:250px;
	color: #9C0006;
}
#header .leftcts_box .startbtn_newmark{
	width:113px;
	height:23px;
	position:relative;
	float:left;
	top:10px;
	left:16px;
}
/*#header .leftcts_box .g_icon{
	width:23px;
	height:23px;
	float:left;
	position:relative;
	top:13px;
	margin-left:25px;
}
#header .leftcts_box .y_icon{
	width:52px;
	height:22px;
	float:left;
	position:relative;
	top:13px;
	margin-left:10px;
}
#header .leftcts_box .f_icon{
	width:21px;
	height:21px;
	float:left;
	position:relative;
	top:13px;
	margin-left:10px;
}
#header .leftcts_box .t_icon{
	width:21px;
	height:18px;
	float:left;
	position:relative;
	top:14px;
	margin-left:10px;
}*/

#header .shopbtn{
	width:172px;
	height:35px;
	margin:5px 0 0 10px;
	float:left;
}
#header .shopbtn a {
	display: block;
	border: 1px solid #999;
	background-color: #f12b24;
	color: #fff;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	height: 36px;
	line-height: 32px;
}

/*
rightcts -------*/

#header .rightcts_box{
	width:410px;
	height:65px;
	position:absolute;
	top:0;
	right:0;
}
#header .rightcts_box .buybtn{
	width:99px;
	height:23px;
	position:relative;
	float:left;
	top:19px;
}
#header .rightcts_box .bgm_cts{
	width:330px;/*330px;*/
	height:20px;
	position:relative;
	float:left;
	top:23px;
}
.bgm_cts .bgm{
	width:350px;
	height:20px;
	position:relative;
	left:0px;
	top:0px;
}
.bgm_cts .bgm .equalizer{
	width:17px;
	height:15px;
	float:left;
	margin:1px 0 0 4px;
	font-size:0;
}
.equalizer .equalizer_gif{
	width:2px;
	height:15px;
	float:left;
	font-size:0;
}
.bgm_cts .bgm .note{
	width:13px;
	height:12px;
	float:left;
	margin:3px 0 0 5px;
	font-size:0;
	cursor:pointer;
}
.bgm_cts .bgm .bgm_box{
	width:150px;
	height:15px;
	float:left;
	margin:2px 0 0 5px;
	font-size:0;
	font-size:10px;
	font-weight:bold;
	
}
.bgm_cts .bgm .bgm_box .bgmbtn_on{
	width:14px;
	height:14px;
	margin:0 2px 0 0;
	float:left;
	background-color:#dd0000;
	text-align:center;
	color:#FFF;
	display:block;
	cursor:pointer;
}
.bgm_cts .bgm .bgm_box .bgmbtn_ex{
	width:14px;
	height:14px;
	margin:0 2px 0 0;
	float:left;
	background-color:#0d9ebd;
	text-align:center;
	color:#FFF;
	display:block;
	cursor:pointer;
}
.bgm_cts .bgm .bgm_box .bgmbtn_none{
	width:14px;
	height:14px;
	margin:0 2px 0 0;
	float:left;
	background-color:#a0a0a0;
	text-align:center;
	color:#CCC;
	display:block;
}
.bgm_cts .bgm .songlist{
	width:127px;
	height:15px;
	float:left;
	margin:1px 0 0 2px;
	background-color:#6b6b6b;
}
.bgm_cts .bgm .songlist .textarea{
	width:125px;
	height:15px;
	font-size:10px;
	line-height:10px;
	padding:3px 0 0 2px;
	color:#000;
	overflow:hidden;
}

.bgm_cts .bgm .songlist .textarea .songtitle{
	width:124px;
	height:11px;
	color:#FFF;
	overflow:hidden;
	position:relative;
}


#header .g_icon{
	width:23px;
	height:23px;
	float:left;
	position:relative;
	top:18px;
	margin-left:5px;
}
#header .y_icon{
	width:52px;
	height:22px;
	float:left;
	position:relative;
	top:18px;
	margin-left:10px;
}
#header .f_icon{
	width:21px;
	height:21px;
	float:left;
	position:relative;
	top:18px;
	margin-left:10px;
}
#header .t_icon{
	width:21px;
	height:18px;
	float:left;
	position:relative;
	top:19px;
	margin-left:10px;
}


/*
mainmenu ---------------------------------------------------------*/

#mainmenu{
	width:255px;
	height:600px;
/*	overflow-y:auto;
	overflow-x:hidden;
*/	position:fixed;
	top:65px;
	left:-255px;
	background-color:rgba(255,255,255,0.85);
	z-index:50;
}
/* Tiny Scrollbar */
#scrollbar1 { width: 250px; clear: both; margin: 0; }
#scrollbar1 .viewport { width: 245px; height: 300px; overflow: hidden; position: relative; }

#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar1 .thumb .end, #scrollbar1 .thumb { background-color: #980208; }
#scrollbar1 .scrollbar { position: relative; float: right; width: 3px; }
#scrollbar1 .track { background-color: #fc7e84; height: 100%; width:6px; position: relative; padding: 0 0px; margin-left:2px; }
#scrollbar1 .thumb { height: 20px; width: 6px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar1 .thumb .end { overflow: hidden; height: 5px; width: 7px; }
#scrollbar1 .disable { display: none; }



#mainmenu .menuclickbtn{
	width:40px;
	height:150px;
	position:absolute;
	left:255px;
	bottom:70px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
}

#mainmenu .logo{
	width:228px;
	height:93px;
	margin:10px 0 0 15px;
}

#mainmenu .main dl{
	margin:10px 0 0 15px;
	list-style-type:none;
}
#mainmenu .main dl dt{
	background-image:url(img/mainmenu_listmark.jpg);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding-left:12px;
	margin-top:5px;
	display:block;
	cursor:pointer;
	position:relative;
}
.noinfo{
	filter:alpha(opacity=30);
     -moz-opacity:0.30;
     -khtml-opacity: 0.30;
     opacity:0.30;
	 display:inline;
	 cursor:default !important;
}
#mainmenu .main dl dt .active{
}
#mainmenu .main dl dt .new{
	width:33px;
	height:11px;
	position:absolute;
	top:6px;
	font-size:0;
	line-height:0;
}
#mainmenu .main dl dd{
	width:220px;
	margin:0 0 0 10px;
	position:relative;
	display:none;/*display:none;*/
	
}

#mainmenu .main dl dd ul{
	margin:0px 0 0 0px;
	list-style-type:none;
	position:relative;
}

#mainmenu .main dl dd ul li{
	width:220px;
	height:20px;
	font-size:16px;
	line-height:18px;
	font-weight:300;
	letter-spacing:-1px;
	color:#a10007;
	margin-bottom:6px;
}

#mainmenu .main dl dd ul li a:link{text-decoration:none; color:#a10007;}
#mainmenu .main dl dd ul li a:visited{text-decoration:none; color:#a10007;}
#mainmenu .main dl dd ul li a:hover{text-decoration:none; color:#a10007; background-color:#aff7ff;}

#mainmenu .main dl dd ul .new{
	display:block;
	cursor:pointer;
	position:relative;
	background-image:url(img/menu_newmark01.gif);
	background-repeat:no-repeat;
}
#mainmenu .main dl dd .update{
	display:block;
	cursor:pointer;
	position:relative;
	background-image:url(img/menu_updatemark01.gif);
	background-repeat:no-repeat;
}


/*
footer ---------------------------------------------------------*/
#footer{
	width:100%;
	min-width:1260px;
	height:93px;
	position:fixed;
	bottom:0;
	background-color:#FFF;
	background-repeat:repeat-x;
	background-position:center top;
	z-index:80;
}
#footer .cts_esrb {
	height: 90px;
	position: absolute;
	left: 10px;
}
#footer .cts_esrb img {
	max-height: 80px;
	margin: 5px 0 5px 0;
}
#footer .cts{
	width:430px;
	height:90px;
	position:absolute;
	left:215px;
}
#footer .cts .psfamily_logo{
	width:37px;
	height:32px;
	float:left;
	margin:2px 0 0 5px;
}
#footer .cts .ps4_logo{
	width:98px;
	height:21px;
	float:left;
	margin:11px 0 0 15px;
}
#footer .cts .ps3_logo{
	width:106px;
	height:22px;
	float:left;
	margin:11px 0 0 15px;
}
#footer .cts .psvita_logo{
	width:135px;
	height:22px;
	float:left;
	margin:11px 0 0 15px;
}
#footer .cts .attention{
	font-size:9px;
	color:#666;
	margin-top:3px;
}

#footer .yoru_banner{
	width:340px;
	height:60px;
	position:absolute;
	top:10px;
	left:650px;
}
#footer .yoru_banner a:hover{
	filter:alpha(opacity=80);
     -moz-opacity:0.80;
     -khtml-opacity: 0.80;
     opacity:0.80;
}
#footer .cts02{
	width:425px;
	position:absolute;
	right:0;
}
#footer .cts02 .gamecity_logo{
	width:198px;
	height:32px;
	float:left;
	margin:6px 5px 0 5px;
}
#footer .cts02 .kt_logo{
	width:54px;
	height:35px;
	float:left;
	margin:6px 5px 0 5px;
}
#footer .cts02 .gust_logo{
	width:100px;
	height:28px;
	float:left;
	margin:10px 0 0 253px;
}
#footer .cts .cero_mark{
	width:38px;
	height:45px;
	float:left;
	margin:0 0 0 15px;
}
#footer .cts02 .copyright{
	text-align:right;
	font-size:9px;
	line-height:10px;
	height:10px;
	margin:10px 5px 0 0;
	color:#666;
}
#footer .link_banner{
	width:582px;
	height:79px;
	margin:0 auto;
	margin-top:10px;
}
#footer .link_banner a:hover{
	filter:alpha(opacity=70);
     -moz-opacity:0.70;
     -khtml-opacity: 0.70;
     opacity:0.70;
}
#footer .middle_line{
	width:100%;
	min-width:1000px;
	height:1px;
	background-color:#888;
	font-size:0;
}
#footer .cts .noticearea{
	height:27px;
	font-size:9px;
	line-height:12px;
	color:#666;
	margin:3px 0 0 5px;
}
#footer .cts .noticearea img{
	filter:alpha(opacity=60);
     -moz-opacity:0.60;
     -khtml-opacity: 0.60;
     opacity:0.60;
	 vertical-align:middle;
}





/*
mainpage ========================================== -------------------------------*/


/*
main -------------------------------*/

.main_container_img{
	width:100%;
	height:100%;
	/*background:url(img/top_bg.jpg) no-repeat top left scroll;*/
	background-size:cover;
	position:absolute;
	background-attachment:fixed;
}
.main_container{
	width:auto;
	margin:0 0 0 0px;
	
	/*padding-bottom:93px;*/
	height:100%;
	/*min-height:300px;*/
	
}
#move_change_container{
	position:absolute;
	top:0;
	left:0;
	height:0;
	width:0;
	z-index:20;
}

.change_container{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}

/*.top_logo{
	position:absolute;
	left:55%;
	height:313px;
	bottom:40%;
	width:30%;
}*/

.top_logo{
	width:468px;
	height:263px;
	position:absolute;
	left:50%;
	margin-left:-234px;
	top:200px;
	z-index:5;
}
/*.top_logo{
	width:518px;
	height:318px;
	position:absolute;
	left:50%;
	margin-left:-344px;
	top:300px;
	z-index:5;
}*/
/*.top_logo img{
	margin-left:-50%;
	width:100%;
	min-width:300px;
	height:auto;
}*/

.top_tgslinkbtn{
	width:164px;
	height:164px;
	position:absolute;
	top:80px;
	right:50px;
}

.top_tgslinkbtn a:hover{
	filter:alpha(opacity=85);
     -moz-opacity:0.85;
     -khtml-opacity: 0.85;
     opacity:0.85;
}


.top_snslinkbtn{
	width:120px;
	height:180px;
	position:absolute;
	/*bottom:150px;*/
	right:50px;
	z-index:10;
	opacity:0;
}

.top_snslinkbtn a:hover{
	filter:alpha(opacity=80);
     -moz-opacity:0.80;
     -khtml-opacity: 0.80;
     opacity:0.80;
}

.top_snslinkbtn .linkimg{
	width:115px;
	height:115px;
	position:absolute;
	top:60px;
	left:3px;
	z-index:3;
}

.top_snslinkbtn .linkimg02{
	width:98px;
	height:138px;
	position:absolute;
	left:10px;
	z-index:2;
}

.top_thummovie{
	width:278px;
	height:158px;
	background-color:#a10007;
	box-shadow:0px 0px 4px #000;
	position:absolute;
	top:70px;
	right:10px;
	z-index:2;
}

.top_thummovie video{
	position:relative;
	top:2px;
	left:2px;
}

.top_thummovie .playbtn{
	width:55px;
	height:55px;
	position:absolute;
	z-index:5;
	top:52px;
	left:112px;
	background-image:url(img/top_thummovie_btn.png);
}


.top_linkbanner_container{
	width:850px;
	height:71px;
	position:absolute;
	left:300px;
	z-index:2;
	opacity:0;
}

.top_linkbanner_container .linkbanner{
	width:264px;
	height:71px;
	float:left;
	margin:0 0px 0 0;
	background-color:#FFF;
}
.top_linkbanner_container .linkbanner a:hover{
	filter:alpha(opacity=80);
     -moz-opacity:0.80;
     -khtml-opacity: 0.80;
     opacity:0.80;
}

/*
linkbanner_slider ---------------------------------------------------------*/

#slider1 { height: 71px; width:850px; margin: 0; overflow:hidden; position: relative; padding:0 13px 0 13px;}
#slider1 .viewport { height: 71px; width:802px; overflow: hidden; position: relative; margin-left:11px; margin-right:4px;}

#slider1 .buttons .next{
	
}
#slider1 .prev {
    left: 0;
    top: 0px;
	background-image:url(img/banner_prevbtn.jpg);
	background-repeat:no-repeat;
	background-position:center;
    display: block;
    position: absolute;
    width: 21px;
    height: 71px;
    text-decoration: none;
	z-index:50;
}

#slider1 .space_left{
	width:2px;
	height:71px;
	position:absolute;
	top:0;
	left:15px;
	background-color:#cb1857;
}
#slider1 .next {
    right: 0;
    left: auto;
    top: 0px;
	background-image:url(img/banner_nextbtn.jpg);
	background-repeat:no-repeat;
	background-position:center;
    display: block;
    position: absolute;
    width: 21px;
    height: 71px;
    text-decoration: none;
	z-index:50;
}
#slider1 .space_right{
	width:2px;
	height:71px;
	position:absolute;
	top:0;
	right:17px;
	background-color:#cb1857;
}
#slider1 .prev:hover{
    background-image:url(img/banner_prevbtn.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#slider1 .next:hover{
    background-image:url(img/banner_nextbtn.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#slider1 .disable { visibility: hidden; }
#slider1 .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 264px; left:0; top: 0px; }
#slider1 .overview li{ float: left; margin: 0 5px 0 0; padding: 0px; height: 71px; width: 264px;}



/*
info ---------------------------------------------------------*/

#top_info_container{
	width:100%;
	min-width:1260px;
	height:38px;
	position:absolute;
	z-index:50;
	color:#FFF;
	line-height:18px;
	font-size:14px;
}

#top_info_container #top_info{
	background-color:rgba(0,0,0,0.8);
	z-index:55;
	overflow:hidden;
/*	white-space: nowrap;*/
	height:38px;
	position:relative;
}


#top_info_container #top_info .news_textarea{
/*	width:100%; */
	height:14px;
	text-align:left;
	margin:9px 0 0 40px;
	position:relative;
}

#top_info_container #top_info_btn{
	top:0; 
	position:absolute;
	z-index:56;
	width:21px;
	height:38px;
	width:38px;
}

#top_info_container #top_info_box{
	background-color:rgba(0,0,0,0.8);
	height:200px;
	width:100%;
	overflow-x:hidden;
	overflow-y:scroll;
	position:absolute;
	z-index:50;
	padding:20px 0 10px 300px;
	display:none;
}

#top_info_container a:link{text-decoration:none; color:#FFF;}
#top_info_container a:visited{text-decoration:none; color:#FFF;}
#top_info_container a:hover{text-decoration:underline; color:#FF0;}




/*
snspage ===================================================== -------------------------------*/

#sns_container{
	width:100%;
	min-width:1260px;
	position:relative;
}
#sns_container .main_cts{
	width:100%;
	min-width:1030px;
	height:950px;
	position:relative;
	overflow:hidden;
	margin:0px 0 0 0px;
}

#sns_container .main_cts .gustchan{
	width:754px;
	height:1090px;
	position:absolute;
	bottom:-100px;
	right:-100px;
	z-index:0;
	background-image:url(img/sns_gustchan.png);
}

#sns_container .main_cts .tweet_cts_btn{
	width:58px;
	height:25px;
	color: #fff;
	background-color:#39b2ff;
	font-size:14px;
	font-weight:300;
	padding:1px;
	margin:1px;
	display:inline;
	cursor:pointer;
}


#sns_container .main_cts #tweet_cts_box_main {
	overflow:hidden;
	width:1054px;
	height:634px;
	left:275px;
	position:relative;
	padding:2px;
	z-index:2;
}


#sns_container .main_cts .left_cts{
	width:450px;
	background-color:rgba(255,255,255,0.9);
	position:relative;
/*	left:275px; */
	z-index:2;
	float:left;
}


#sns_container .main_cts .left_cts .plantitle{
	width:25px;
	height:56px;
	float:left;
	margin:12px 0 0 7px;
}

#sns_container .main_cts .left_cts .plantitle_text{
	width:400px;
	height:56px;
	float:left;
	background-color:#39b2ff;
	font-size:30px;
	line-height:56px;
	font-weight:300;
	color:#FFF;
	text-align:center;
	vertical-align:middle;
	margin:12px 0 0 10px;
}
#sns_container .main_cts .left_cts .textarea{
	width:436px;
	background-color:#FFF;
	margin:14px 0 0 7px;
	padding:5px 10px 10px 10px;
	font-size:16px;
	line-height:22px;
	font-weight:300;
	color:#39b2ff;
	height:600px;
}
#sns_container .main_cts .left_cts .tweetbtn{
	width:145px;
	height:32px;
	margin:0 auto;
}


#sns_container .main_cts .right_cts{
	width:536px;
	background-color:rgba(255,255,255,0.9);
/*	position:absolute;
	top:130px;
	left:740px; */
	top:0;
	left:465px;
	z-index:2;
	float:left;
	margin-left:50px;
}
#sns_container .main_cts .right_cts .title{
	width:464px;
	height:53px;
	background-image:url(img/sns_tweettitle.png);
	float:left;
	margin:12px 0 0 7px;
}
#sns_container .main_cts .right_cts .changebtn{
	width:38px;
	height:38px;
	cursor:pointer;
	float:left;
	margin:12px 0 0 20px;
}

#sns_container .main_cts .right_cts .twtimeline{
	width:520px;
	margin:0 auto;
	padding:0 0 14px 0;
	min-height:520px;
}





.twballoon{
	width:262px;
	height:100px;
	font-size:8pt;
	position:absolute;
	top:0;
	left:0;
}
.twicon{
	width: 48px;
	height: 48px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	border: 2px solid #3399ff;
	float:left;
}
.twmsgbox{
	background-color:#3399ff;
	color:#ffffff;
	float:left;
	width:200px;
	height:auto;
	padding:5px;
	border-radius: 10px;
}







/*
subpage ===================================================== -------------------------------*/

.subpage_maintitle{
	width:100%;
	min-width:1260px;
	height:55px;
}

.subpage_maintitle .line{
	width:1000px;
	height:2px;
	margin:0 0 0 260px;
	font-size:0;
	line-height:0;
	top:53px;
	background-color:#FFF;
	/*background-image:url(img/sub/title_line.png);*/
}
.subpage_maintitle .title{
	width:950px;
	margin:0px 0 0 310px;
	font-size:46px;
	line-height:46px;
	letter-spacing:10px;
	color:#FFF;
	position:relative;
}

.subpage_maintitle .title img:hover{
	background-color:rgba(0,0,0,0.5);
}


#enable_container{
	width:100%;
	min-width:800px;
	margin:0 0 0 260px;
}

.mainctsnewmark{
	width:54px;
	height:21px;
	top:-35px;
	left:0;
	position:absolute;
}

.diagramnewmark{
	width:54px;
	height:21px;
	top:-28px;
	left:360px;
	position:absolute;
}

.ctsnewmark{
	width:54px;
	height:21px;
	top:-27px;
	left:0;
	position:absolute;
}

.mainctsnewmark{
	width:54px;
	height:21px;
	top:-38px;
	left:0;
	position:absolute;
}
.small_newmark{
	width:38px;
	height:29px;
	top:-20px;
	left:0;
	position:absolute;
}
/*
retail --------- */
#retail {
	position: relative;
}

#retail_0102{
	position:relative;
	width:100%;
	min-width:1260px;
	overflow:hidden;
}

#retail_01{
	position:relative;
	width:100%;	
}
#retail_02{
	position:relative;
}
#retail_03{
	position:relative;
}
#retail_04{
	position:relative;
}
#retail_05{
	position:relative;
}

.retail_01_img01{
	width:867px;
	height:1421px;
	position:absolute;
	z-index:0;
	top:0px;
	/*right:-50px;*/
	left:600px;
	background-image:url(img/sub/about_01_img01.png);
}
.retail_01_text00{
	width:900px;
	font-size:42px;
	font-weight:200;
	line-height:42px;
	margin:40px 0 0 320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}
.retail_01_text01{
	width:900px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	margin:40px 0 0 320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}
.retail_01_text02{
	width:900px;
	font-size:17px;
	font-weight:400;
	line-height:28px;
	margin:35px 0 0 320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}


.retail_02_etc01{
	width:399px;
	height:29px;
	position:relative;
	margin:10px 0 0 326px;
}
.retail_02_text00{
	width:900px;
	font-size:42px;
	font-weight:200;
	line-height:42px;
	position:relative;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}
.retail_02_text01{
	width:900px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	left:320px;
	color:#ff2b2b;
	margin:20px 0 0 0;
	text-shadow:1px 1px 0 #404040;
}

.retail_02_text02{
	width:900px;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	position:relative;
	margin:5px 0 0 0;
	left:323px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.retail_03_text01{
	width:900px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}

.retail_03_text02{
	width:900px;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	position:relative;
	margin:5px 0 0 0;
	left:323px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.retail_04_text00{
	width:900px;
	font-size:42px;
	font-weight:200;
	line-height:42px;
	position:relative;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}
.retail_04_text01{
	width:900px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}

.retail_04_text02{
	width:900px;
	font-size:13px;
	font-weight:400;
	line-height:24px;
	position:relative;
	margin:5px 0 0 0;
	left:323px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.retail_04_line01{
	width:10px;
	height:68px;
	position:absolute;
	top:225px;
	left:324px;
	background-color:#ff2b2b;
}

.retail_04_text03{
	width:880px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	top:10px;
	left:340px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}
.retail_04_text04{
	width:880px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	top:15px;
	left:343px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.retail_04_img01a{
	width:230px;
	height:430px;
	position:absolute;
	top:320px;
	left:340px;
	z-index:2;
}
.retail_04_img01b{
	width:230px;
	height:430px;
	position:absolute;
	top:320px;
	left:580px;
	z-index:1;
}
.retail_04_img01c{
	width:717px;
	height:515px;
	position:absolute;
	top:225px;
	left:430px;
	z-index:0;
}

.retail_05_text00{
	width:900px;
	font-size:42px;
	font-weight:200;
	line-height:42px;
	position:relative;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}

.retail_05_text01{
	width:900px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}

.retail_05_text02{
	width:900px;
	font-size:15px;
	font-weight:400;
	margin:5px 0 0 0;
	line-height:24px;
	position:relative;
	left:323px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.retail_05_img01a{
	width:338px;
	height:198px;
	position:relative;
	float:left;
	margin:15px 0 0 340px;
}
.retail_05_img01b{
	width:112px;
	height:112px;
	position:relative;
	float:left;
	margin:15px 0 0 10px;
}
.retail_05_img02a{
	width:338px;
	height:198px;
	position:relative;
	float:left;
	margin:15px 0 0 340px;
}
.retail_05_img02b{
	width:112px;
	height:112px;
	position:relative;
	float:left;
	margin:15px 0 0 10px;
}
.retail_05_text03{
	width:250px;
	font-size:30px;
	font-weight:400;
	line-height:30px;
	position:relative;
	float:left;
	margin:95px 0 0 10px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.retail_05_text04{
	width:470px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:absolute;
	top:270px;
	left:690px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.retail_05_text05{
	width:250px;
	font-size:30px;
	font-weight:400;
	line-height:30px;
	position:relative;
	float:left;
	margin:95px 0 0 10px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.retail_05_text06{
	width:470px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:absolute;
	top:505px;
	left:690px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.retail_imgcontainer{
	width:100%;
	min-width:752px;
	position:relative;
	top:20px;
}

.retail_imgcontainer .bxabout0201{
	width:2296px;
	height:540px;
	margin-left:-452px;
	position:relative;
}

.retail_imgcontainer .bxabout0301{
	width:2296px;
	height:560px;
	margin-left:-452px;
	position:relative;
}

.retail_imgcontainer .bxworld0401{
	width:2296px;
	height:560px;
	margin-left:-452px;
	position:relative;
}



.retail_imgcontainer .prevbtn{
	width:59px;
	height:92px;
	position:absolute;
	top:180px;
	left:260px;
	cursor:pointer;
	display:block;
}

.retail_imgcontainer .nextbtn{
	width:59px;
	height:92px;
	position:absolute;
	top:180px;
	left:1085px;
	cursor:pointer;
	display:block;
}

.retail_imgcontainer .enable_area{
	overflow:hidden;
	height:100%;
	width:100%
/*	width:752px;
	margin:0 0 0 325px; */
}

.retail_imgcontainer .enable_area .imgbox{
	width:752px;
	height:458px;
	background-color:#ffffe7;
}

.retail_imgcontainer .enable_area .imgbox .imgtitle{
	width:752px;
	height:35px;
	text-align:center;
	font-size:24px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
}

.retail_imgcontainer .enable_area .imgbox .img{
	width:750px;
	height:423px;
	padding:0 0 0 1px;
}

.retail_imgcontainer .enable_area .imgbox02{
	width:752px;
	height:425px;
	background-color:#ffffe7;
}
.retail_imgcontainer .enable_area .imgbox02 .imgtitle{
	width:752px;
	height:35px;
	text-align:center;
	font-size:24px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
}
.retail_imgcontainer .enable_area .imgbox02 .img{
	width:750px;
	height:423px;
	padding:0 0 0 1px;
}

.retail_imgcontainer .enable_area .imgtext{
	width:752px;
	height:40px;
	font-size:14px;
	line-height:18px;
	font-weight:300;
	color:#FFF;
	text-shadow:1px 1px 3px #0d0509;
}

/*
about ---------------------*/

#about_0102{
	position:relative;
	width:100%;
	min-width:1260px;
	overflow:hidden;
}

#about_01{
	position:relative;
	width:100%;	
}
#about_02{
	position:relative;
}
#about_03{
	position:relative;
}
#about_04{
	position:relative;
}
#about_05{
	position:relative;
}

.about_01_img01{
	width:867px;
	height:1421px;
	position:absolute;
	z-index:0;
	top:0px;
	/*right:-50px;*/
	left:600px;
	background-image:url(img/sub/about_01_img01.png);
}
.about_01_text00{
	width:900px;
	font-size:42px;
	font-weight:200;
	line-height:42px;
	margin:40px 0 0 320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}
.about_01_text01{
	width:900px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	margin:40px 0 0 320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}
.about_01_text02{
	width:900px;
	font-size:17px;
	font-weight:400;
	line-height:28px;
	margin:35px 0 0 320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}


.about_02_etc01{
	width:399px;
	height:29px;
	position:relative;
	margin:10px 0 0 326px;
}
.about_02_text00{
	width:900px;
	font-size:42px;
	font-weight:200;
	line-height:42px;
	position:relative;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}
.about_02_text01{
	width:900px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	left:320px;
	color:#ff2b2b;
	margin:20px 0 0 0;
	text-shadow:1px 1px 0 #404040;
}

.about_02_text02{
	width:900px;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	position:relative;
	margin:5px 0 0 0;
	left:323px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.about_03_text01{
	width:900px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}

.about_03_text02{
	width:900px;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	position:relative;
	margin:5px 0 0 0;
	left:323px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.about_04_text00{
	width:900px;
	font-size:42px;
	font-weight:200;
	line-height:42px;
	position:relative;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}
.about_04_text01{
	width:900px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}

.about_04_text02{
	width:900px;
	font-size:13px;
	font-weight:400;
	line-height:24px;
	position:relative;
	margin:5px 0 0 0;
	left:323px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.about_04_line01{
	width:10px;
	height:68px;
	position:absolute;
	top:225px;
	left:324px;
	background-color:#ff2b2b;
}

.about_04_text03{
	width:880px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	top:10px;
	left:340px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}
.about_04_text04{
	width:880px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	top:15px;
	left:343px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.about_04_img01a{
	width:230px;
	height:430px;
	position:absolute;
	top:320px;
	left:340px;
	z-index:2;
}
.about_04_img01b{
	width:230px;
	height:430px;
	position:absolute;
	top:320px;
	left:580px;
	z-index:1;
}
.about_04_img01c{
	width:717px;
	height:515px;
	position:absolute;
	top:225px;
	left:430px;
	z-index:0;
}

.about_05_text00{
	width:900px;
	font-size:42px;
	font-weight:200;
	line-height:42px;
	position:relative;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}

.about_05_text01{
	width:900px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}

.about_05_text02{
	width:900px;
	font-size:15px;
	font-weight:400;
	margin:5px 0 0 0;
	line-height:24px;
	position:relative;
	left:323px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.about_05_img01a{
	width:338px;
	height:198px;
	position:relative;
	float:left;
	margin:15px 0 0 340px;
}
.about_05_img01b{
	width:112px;
	height:112px;
	position:relative;
	float:left;
	margin:15px 0 0 10px;
}
.about_05_img02a{
	width:338px;
	height:198px;
	position:relative;
	float:left;
	margin:15px 0 0 340px;
}
.about_05_img02b{
	width:112px;
	height:112px;
	position:relative;
	float:left;
	margin:15px 0 0 10px;
}
.about_05_text03{
	width:250px;
	font-size:30px;
	font-weight:400;
	line-height:30px;
	position:relative;
	float:left;
	margin:95px 0 0 10px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.about_05_text04{
	width:470px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:absolute;
	top:270px;
	left:690px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.about_05_text05{
	width:250px;
	font-size:30px;
	font-weight:400;
	line-height:30px;
	position:relative;
	float:left;
	margin:95px 0 0 10px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.about_05_text06{
	width:470px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:absolute;
	top:505px;
	left:690px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.about_imgcontainer{
	width:100%;
	min-width:752px;
	position:relative;
	top:20px;
}

.about_imgcontainer .bxabout0201{
	width:2296px;
	height:540px;
	margin-left:-452px;
	position:relative;
}

.about_imgcontainer .bxabout0301{
	width:2296px;
	height:560px;
	margin-left:-452px;
	position:relative;
}

.about_imgcontainer .bxworld0401{
	width:2296px;
	height:560px;
	margin-left:-452px;
	position:relative;
}



.about_imgcontainer .prevbtn{
	width:59px;
	height:92px;
	position:absolute;
	top:180px;
	left:260px;
	cursor:pointer;
	display:block;
}

.about_imgcontainer .nextbtn{
	width:59px;
	height:92px;
	position:absolute;
	top:180px;
	left:1085px;
	cursor:pointer;
	display:block;
}

.about_imgcontainer .enable_area{
	overflow:hidden;
	height:100%;
	width:100%
/*	width:752px;
	margin:0 0 0 325px; */
}

.about_imgcontainer .enable_area .imgbox{
	width:752px;
	height:458px;
	background-color:#ffffe7;
}

.about_imgcontainer .enable_area .imgbox .imgtitle{
	width:752px;
	height:35px;
	text-align:center;
	font-size:24px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
}

.about_imgcontainer .enable_area .imgbox .img{
	width:750px;
	height:423px;
	padding:0 0 0 1px;
}

.about_imgcontainer .enable_area .imgbox02{
	width:752px;
	height:425px;
	background-color:#ffffe7;
}
.about_imgcontainer .enable_area .imgbox02 .imgtitle{
	width:752px;
	height:35px;
	text-align:center;
	font-size:24px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
}
.about_imgcontainer .enable_area .imgbox02 .img{
	width:750px;
	height:423px;
	padding:0 0 0 1px;
}

.about_imgcontainer .enable_area .imgtext{
	width:752px;
	height:40px;
	font-size:14px;
	line-height:18px;
	font-weight:300;
	color:#FFF;
	text-shadow:1px 1px 3px #0d0509;
}


/*
world ---------------------*/

#world_01{
	position:relative;
	width:100%;	
}
#world_02{
	position:relative;
}
#world_03{
	position:relative;
}
.world_01_text01{
	width:800px;
	font-size:42px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:40px 0 0 320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}
.world_01_text02{
	width:800px;
	font-size:17px;
	font-weight:400;
	line-height:26px;
	position:relative;
	margin:35px 0 0 320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.world_02_text01{
	width:800px;
	font-size:42px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:40px 0 0 320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}
.world_02_text02{
	width:800px;
	font-size:14px;
	font-weight:400;
	line-height:24px;
	position:relative;
	margin:35px 0 0 320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.world_imgcontainer01{
	width:600px;
	min-width:338px;
	position:relative;
	border:1px solid #ffffe7;
	margin:10px 0 0 320px;
	font-size:0;
	line-height:0;
	box-sizing:content-box;
}
.world_03_text01{
	width:800px;
	font-size:42px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:40px 0 0 320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}
.world_03_text02{
	width:800px;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	position:relative;
	margin:15px 0 0 320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.world_03_text03{
	width:800px;
	font-size:24px;
	font-weight:400;
	line-height:32px;
	position:relative;
	margin:35px 0 0 320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.world_03_text10{
	width:900px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}
.world_03_text11{
	width:800px;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	position:relative;
	margin:15px 0 0 320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}



.world_03_comment_area{
	width:920px;
	height:72px;
	position:relative;
	margin:5px 0 0 320px;
}
.world_03_comment_area .face{
	width:96px;
	height:72px;
	float:left;
	position:relative;
	margin:0 0 0 0;
}
.world_03_comment_area .comment01{
	width:822px;
	height:44px;
	float:left;
	position:relative;
	margin:12px 0 0 0;
	font-size:18px;
	line-height:44px;
	background-color:#ff2b2b;
	text-indent:10px;
	color:#FFF;
}


.world_03_titletext01{
	width:400px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ffffe7;
	color:#32321e;
	text-align:center;
}
.world_03_titletext02{
	width:360px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ffffe7;
	color:#32321e;
	text-align:center;
}


.world_03_titletext03{
	width:500px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ffffe7;
	color:#32321e;
	text-align:center;
}

.world_03_imgcontainer01a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 320px;
	box-sizing:content-box;
}
.world_03_imgcontainer01b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}

.world_03_imgcontainer02a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 320px;
	box-sizing:content-box;
}
.world_03_imgcontainer02b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}

.world_0305_imgtext01{
	width:900px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	margin:12px 0 0 320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.world_0305_imgtext02{
	width:900px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	margin:12px 0 0 320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}


.world_imgcontainer02a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 320px;
	box-sizing:content-box;
}
.world_imgcontainer02b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}

.world_imgcontainer03{
	width:100%;
	min-width:752px;
	position:relative;
	top:15px;
}

.world_imgcontainer03 .prevbtn{
	width:59px;
	height:92px;
	position:absolute;
	top:180px;
	left:260px;
	cursor:pointer;
	display:block;
}

.world_imgcontainer03 .nextbtn{
	width:59px;
	height:92px;
	position:absolute;
	top:180px;
	left:1085px;
	cursor:pointer;
	display:block;
}

.world_imgcontainer03 .enable_area{
	height:auto;
/*	width:752px;
	margin:0 0 0 325px;*/
	overflow:hidden;
}

.world_imgcontainer03 .bxbox0302{
	width:2296px;
	height:540px;
	margin-left:-452px;
	position:relative;
}
.world_imgcontainer03 .bxbox0303{
	width:2296px;
	height:540px;
	margin-left:-452px;
	position:relative;
}
.world_imgcontainer03 .bxworld0304{
	width:2296px;
	height:540px;
	margin-left:-452px;
	position:relative;
}
.world_imgcontainer03 .bxworld0307{
	width:2296px;
	height:540px;
	margin-left:-452px;
	position:relative;
}
.world_imgcontainer03 .bxworld0308{
	width:2296px;
	height:540px;
	margin-left:-452px;
	position:relative;
}



.world_imgcontainer03 .enable_area .imgbox{
	width:752px;
	height:425px;
	background-color:#ffffe7;
}

.world_imgcontainer03 .enable_area .imgbox .imgtitle{
	width:752px;
	height:35px;
	text-align:center;
	font-size:24px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
}

.world_imgcontainer03 .enable_area .imgbox .img{
	width:750px;
	height:423px;
	padding:1px 0 0 1px;
}

.world_imgcontainer03 .enable_area .imgbox02{
	width:752px;
	height:458px;
	background-color:#ffffe7;
}

.world_imgcontainer03 .enable_area .imgbox02 .imgtitle{
	width:752px;
	height:35px;
	text-align:center;
	font-size:24px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
}

.world_imgcontainer03 .enable_area .imgbox02 .img{
	width:750px;
	height:423px;
	padding:1px 0 0 1px;
}

.world_imgcontainer03 .enable_area .imgtext{
	width:752px;
	height:40px;
	font-size:12px;
	line-height:16px;
	font-weight:300;
	color:#FFF;
	text-shadow:1px 1px 3px #0d0509;
}

.world_imgcontainer04a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 320px;
	box-sizing:content-box;
}
.world_imgcontainer04b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}

.world_imgcontainer05a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 0px;
	box-sizing:content-box;
}

.world_imgcontainer05a .imgtitle{
	width:450px;
	height:35px;
	text-align:center;
	font-size:22px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
	background-color:#ffffe7;
}

.world_imgcontainer05b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}
.world_imgcontainer05b .imgtitle{
	width:450px;
	height:35px;
	text-align:center;
	font-size:22px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
	background-color:#ffffe7;
}

.world_imgcontainer06a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 0px;
	box-sizing:content-box;
}

.world_imgcontainer06b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}

.world_imgcontainer07a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 0px;
	box-sizing:content-box;
}

.world_imgcontainer07a .imgtitle{
	width:450px;
	height:35px;
	text-align:center;
	font-size:22px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
	background-color:#ffffe7;
}

.world_imgcontainer07b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}
.world_imgcontainer07b .imgtitle{
	width:450px;
	height:35px;
	text-align:center;
	font-size:22px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
	background-color:#ffffe7;
}
.world_03_imgtext01{
	width:900px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:12px 0 0 0px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}






.world_04_text00{
	width:900px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}
.world_04_text00b{
	width:900px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}

.world_04_text01{
	width:800px;
	font-size:42px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:40px 0 0 320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}
.world_04_text01b{
	width:800px;
	font-size:42px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:40px 0 0 320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}

.world_04_text02{
	width:800px;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	position:relative;
	margin:15px 0 0 320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.world_04_text02b{
	width:800px;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	position:relative;
	margin:15px 0 0 320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.world_04_text03{
	width:910px;
	margin:5px 0 0 315px;
	font-size:14px;
	line-height:16px;
	color:#FFF;
	font-weight:200;
	position:relative;
}


.world_04_text03 .leftarea{
	width:450px;
	float:left;
	margin:0 10px 0 0;
}
.world_04_text03 .rightarea{
	width:450px;
	float:left;
	margin:0 0px 0 0;
}

.world_04_text04{
	width:800px;
	font-size:32px;
	font-weight:200;
	line-height:36px;
	position:relative;
	margin:40px 0 0 460px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}

.world_04_text05{
	width:400px;
	font-size:14px;
	font-weight:400;
	line-height:20px;
	position:absolute;
	top:600px;
	left:880px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
	z-index:2;
}

.world_04_text06{
	width:900px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	left:320px;
	color:#ff2b2b;
	margin:20px 0 0 0;
	text-shadow:1px 1px 0 #404040;
}

.world_04_text07{
	width:900px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	left:320px;
	color:#ff2b2b;
	margin:20px 0 0 0;
	text-shadow:1px 1px 0 #404040;
}

.world_04_text08{
	width:800px;
	font-size:16px;
	font-weight:400;
	line-height:22px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
	z-index:2;
}
.world_04_text08b{
	width:800px;
	font-size:16px;
	font-weight:400;
	line-height:22px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
	z-index:2;
}
.world_04_text09{
	width:800px;
	font-size:14px;
	font-weight:400;
	line-height:20px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
	z-index:2;
}
.world_04_text10{
	width:900px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	left:320px;
	color:#ff2b2b;
	margin:20px 0 0 0;
	text-shadow:1px 1px 0 #404040;
}

.world_04_text11{
	width:800px;
	font-size:16px;
	font-weight:400;
	line-height:22px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
	z-index:2;
}

.world_04_etc01{
	width:425px;
	height:386px;
	position:absolute;
	top:100px;
	left:820px;
	z-index:1;
}
.world_04_etc02{
	width:312px;
	height:220px;
	position:absolute;
	top:250px;
	left:700px;
	z-index:0;
}
.world_04_etc03{
	width:652px;
	height:797px;
	position:absolute;
	top:0;
	left:250px;
	z-index:1;
}

.world_04_titletext01{
	width:360px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ffffe7;
	color:#32321e;
	text-align:center;
}
.world_04_titletext02{
	width:360px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ffffe7;
	color:#32321e;
	text-align:center;
}

.world_04_imgtext01a{
	width:450px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:12px 0 0 0px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.world_04_imgtext01b{
	width:450px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:12px 0 0 10px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.world_04_imgtext02a{
	width:450px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:12px 0 0 0px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.world_04_imgtext02b{
	width:450px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:12px 0 0 10px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}






.world_imgcontainer03 .bxworld0501{
	width:2296px;
	height:540px;
	margin-left:-452px;
	position:relative;
}
.world_imgcontainer03 .bxworld0502{
	width:2296px;
	height:540px;
	margin-left:-452px;
	position:relative;
}
.world_imgcontainer03 .bxworld0503{
	width:2296px;
	height:540px;
	margin-left:-452px;
	position:relative;
}
.world_imgcontainer03 .bxworld0504{
	width:2296px;
	height:540px;
	margin-left:-452px;
	position:relative;
}

.world_05_text01{
	width:800px;
	font-size:42px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:40px 0 0 320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}

.world_05_text02{
	width:800px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}

.world_05_text03{
	width:800px;
	font-size:14px;
	font-weight:400;
	line-height:20px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
	z-index:2;
}

.world_05_titletext01{
	width:400px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ffffe7;
	color:#32321e;
	text-align:center;
}


.world_05_imgcontainer01a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 0px;
	box-sizing:content-box;
}

.world_05_imgcontainer01b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}

.world_05_imgtext01{
	width:900px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	margin:12px 0 0 320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}




.world_06_text01{
	width:800px;
	font-size:42px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:40px 0 0 320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}

.world_06_text02{
	width:800px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}

.world_06_text03{
	width:835px;
	font-size:14px;
	font-weight:400;
	line-height:20px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
	z-index:2;
}

.world_06_text04{
	width:800px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}

.world_06_text05{
	width:800px;
	font-size:14px;
	font-weight:400;
	line-height:20px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
	z-index:2;
}

.world_06_text06{
	width:800px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}

.world_06_text07{
	width:800px;
	font-size:14px;
	font-weight:400;
	line-height:20px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
	z-index:2;
}

.world_06_text08{
	width:800px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}

.world_06_text09{
	width:800px;
	font-size:14px;
	font-weight:400;
	line-height:20px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
	z-index:2;
}

.world_06_titletext01{
	width:360px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ffffe7;
	color:#32321e;
	text-align:center;
}

.world_06_imgcontainer01a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 320px;
	box-sizing:content-box;
}
.world_06_imgcontainer01b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}
.world_06_imgtext01{
	width:800px;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	position:relative;
	margin:15px 0 0 320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.world_06_titletext02{
	width:360px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ffffe7;
	color:#32321e;
	text-align:center;
}

.world_06_imgcontainer02a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 320px;
	box-sizing:content-box;
}
.world_06_imgcontainer02b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}
.world_06_imgtext02{
	width:800px;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	position:relative;
	margin:15px 0 0 320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.world_06_titletext03{
	width:360px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ffffe7;
	color:#32321e;
	text-align:center;
}

.world_06_imgcontainer03a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 320px;
	box-sizing:content-box;
}
.world_06_imgcontainer03b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}
.world_06_imgtext03{
	width:800px;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	position:relative;
	margin:15px 0 0 320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.world_06_titletext04{
	width:360px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ffffe7;
	color:#32321e;
	text-align:center;
}

.world_06_imgcontainer04a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 320px;
	box-sizing:content-box;
}
.world_06_imgcontainer04b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}
.world_06_imgtext04{
	width:800px;
	font-size:14px;
	font-weight:400;
	line-height:24px;
	position:relative;
	margin:15px 0 0 320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.world_06_titletext05{
	width:360px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ffffe7;
	color:#32321e;
	text-align:center;
}

.world_06_imgcontainer05a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 320px;
	box-sizing:content-box;
}
.world_06_imgcontainer05b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}
.world_06_imgtext05{
	width:800px;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	position:relative;
	margin:15px 0 0 320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.world_06_titletext06{
	width:360px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ffffe7;
	color:#32321e;
	text-align:center;
}

.world_06_imgcontainer06a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 320px;
	box-sizing:content-box;
}
.world_06_imgcontainer06b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}
.world_06_imgtext06{
	width:800px;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	position:relative;
	margin:15px 0 0 320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.world_06_titletext07{
	width:360px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ffffe7;
	color:#32321e;
	text-align:center;
}

.world_06_imgcontainer07a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 320px;
	box-sizing:content-box;
}
.world_06_imgcontainer07b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}
.world_06_imgtext07{
	width:800px;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	position:relative;
	margin:15px 0 0 320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.world_06_titletext08{
	width:360px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ffffe7;
	color:#32321e;
	text-align:center;
}

.world_06_imgcontainer08a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 320px;
	box-sizing:content-box;
}
.world_06_imgcontainer08b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}
.world_06_imgtext08{
	width:800px;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	position:relative;
	margin:15px 0 0 320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.world_06_titletext09{
	width:360px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ffffe7;
	color:#32321e;
	text-align:center;
}

.world_06_imgcontainer09a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 320px;
	box-sizing:content-box;
}
.world_06_imgcontainer09b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}
.world_06_imgtext09{
	width:800px;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	position:relative;
	margin:15px 0 0 320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.world_06_titletext10{
	width:360px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ffffe7;
	color:#32321e;
	text-align:center;
}

.world_06_imgcontainer10a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 320px;
	box-sizing:content-box;
}
.world_06_imgcontainer10b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}
.world_06_imgtext10{
	width:800px;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	position:relative;
	margin:15px 0 0 320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}






.world_07_text01{
	width:800px;
	font-size:42px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:40px 0 0 320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}

.world_07_text02{
	width:800px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}

.world_07_text03{
	width:800px;
	font-size:14px;
	font-weight:400;
	line-height:20px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
	z-index:2;
}

.world_07_comment_area{
	width:600px;
	height:70px;
	position:relative;
	margin:5px 0 0 320px;
}
.world_07_comment_area .face{
	width:84px;
	height:69px;
	float:left;
	position:relative;
	margin:0 0 0 0;
}
.world_07_comment_area .comment01{
	width:515px;
	height:44px;
	float:left;
	position:relative;
	margin:12px 0 0 0;
	font-size:20px;
	line-height:44px;
	background-color:#ff2b2b;
	text-indent:10px;
	color:#FFF;
}

.world_07_comment_area .comment02{
	width:505px;
	height:auto;
	float:left;
	position:relative;
	margin:12px 0 0 0;
	padding:4px 0 5px 10px;
	font-size:14px;
	line-height:17px;
	background-color:#3f84eb;
	color:#FFF;
}

.world_07_img01{
	width:600px;
	min-width:338px;
	position:relative;
	border:1px solid #ffffe7;
	margin:10px 0 0 320px;
	font-size:0;
	line-height:0;
	box-sizing:content-box;
}




.world_imgcontainer03 .bxworld0601{
	width:2296px;
	height:540px;
	margin-left:-452px;
	position:relative;
}




.world_imgcontainer{
	width:100%;
	min-width:752px;
	position:relative;
	top:20px;
}

.world_imgcontainer .bxworld0401{
	width:2296px;
	height:470px;
	margin-left:-452px;
	position:relative;
}
.bxworld0404{
	width:2296px;
	height:470px;
	margin-left:-452px;
	position:relative;
}
.bxworld0405{
	width:2296px;
	height:520px;
	margin-left:-452px;
	position:relative;
}
.bxworld0407{
	width:2296px;
	height:470px;
	margin-left:-452px;
	position:relative;
}




.world_imgcontainer .prevbtn{
	width:59px;
	height:92px;
	position:absolute;
	top:180px;
	left:260px;
	cursor:pointer;
	display:block;
}

.world_imgcontainer .nextbtn{
	width:59px;
	height:92px;
	position:absolute;
	top:180px;
	left:1085px;
	cursor:pointer;
	display:block;
}

.world_imgcontainer .enable_area{
	overflow:hidden;
	height:100%;
	width:100%
/*	width:752px;
	margin:0 0 0 325px; */
}

.world_imgcontainer .enable_area .imgbox{
	width:752px;
	height:425px;
	background-color:#ffffe7;
}

.world_imgcontainer .enable_area .imgbox .img{
	width:750px;
	height:423px;
	padding:1px 0 0 1px;
}

.world_imgcontainer .enable_area .imgtext{
	width:752px;
	height:40px;
	font-size:14px;
	line-height:18px;
	font-weight:300;
	color:#FFF;
	text-shadow:1px 1px 3px #0d0509;
}




/*
system ---------------------*/

#system_01{
	position:relative;
	width:100%;	
}
#system_02{
	position:relative;
	width:100%;
	overflow:hidden;
}
#system_03{
	position:relative;
	width:100%;
}

.system_01re_text01{
	width:900px;
	font-size:42px;
	font-weight:200;
	line-height:42px;
	position:relative;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}
.system_01re_text02{
	width:900px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}
.system_01re_text02b{
	width:900px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}
.system_01re_text02c{
	width:900px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}
.system_01re_text03{
	width:900px;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	position:relative;
	margin:5px 0 0 0;
	left:323px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.system_01re_text03b{
	width:900px;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	position:relative;
	margin:5px 0 0 0;
	left:323px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.system_01re_text03c{
	width:900px;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	position:relative;
	margin:5px 0 0 0;
	left:323px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.system_01re_text04c{
	width:900px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}
.system_01re_text05c{
	width:900px;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	position:relative;
	margin:5px 0 0 0;
	left:323px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.system_01re_text04{
	width:900px;
	font-size:28px;
	font-weight:400;
	line-height:32px;
	position:relative;
	margin:5px 0 0 0;
	left:323px;
	color:#ff2b2b;
	text-shadow:1px 1px 3px #0d0509;
}
.system_01re_text05{
	width:920px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	margin:5px 0 0 320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.system_01re_titletext01{
	width:420px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ffffe7;
	color:#32321e;
	text-align:center;
}
.system_01re_titletext02{
	width:455px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ffffe7;
	color:#32321e;
	text-align:center;
}
.system_01re_titletext03{
	width:420px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ffffe7;
	color:#32321e;
	text-align:center;
}
.system_01re_titletext04{
	width:570px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ffffe7;
	color:#32321e;
	text-align:center;
}


.system_imgcontainer01re{
	width:100%;
	min-width:752px;
	position:relative;
	top:15px;
}
.system_imgcontainer01re .bxsystem01{
	width:2296px;
	height:540px;
	margin-left:-452px;
	position:relative;
}
.system_imgcontainer01re .bxsystem02{
	width:2296px;
	height:540px;
	margin-left:-452px;
	position:relative;
}
.system_imgcontainer01re .bxsystem03{
	width:2296px;
	height:540px;
	margin-left:-452px;
	position:relative;
}
.system_imgcontainer01re .bxsystem04{
	width:2296px;
	height:540px;
	margin-left:-452px;
	position:relative;
}
.system_imgcontainer01re .bxsystem05{
	width:2296px;
	height:540px;
	margin-left:-452px;
	position:relative;
}
.system_imgcontainer01re .bxsystem06{
	width:2296px;
	height:540px;
	margin-left:-452px;
	position:relative;
}
.system_imgcontainer01re .enable_area{
	overflow:hidden;
	height:100%;
	width:100%
/*	width:752px;
	margin:0 0 0 325px; */
}
.system_imgcontainer01re .enable_area .imgbox{
	width:752px;
	height:459px;
	background-color:#ffffe7;
}
.system_imgcontainer01re .enable_area .imgbox .imgtitle{
	width:752px;
	height:35px;
	text-align:center;
	font-size:24px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
}
.system_imgcontainer01re .enable_area .imgbox .img{
	width:750px;
	height:423px;
	padding:1px 0 0 1px;
}
.system_imgcontainer01re .enable_area .imgbox02{
	width:752px;
	height:424px;
	background-color:#ffffe7;
}
.system_imgcontainer01re .enable_area .imgbox02 .img{
	width:750px;
	height:423px;
	padding:1px 0 0 1px;
}
.system_imgcontainer01re .enable_area .imgtext{
	width:752px;
	height:40px;
	font-size:14px;
	line-height:18px;
	font-weight:300;
	color:#FFF;
	text-shadow:1px 1px 3px #0d0509;
}
.system_imgcontainer01re .prevbtn{
	width:59px;
	height:92px;
	position:absolute;
	top:180px;
	left:260px;
	cursor:pointer;
	display:block;
}

.system_imgcontainer01re .nextbtn{
	width:59px;
	height:92px;
	position:absolute;
	top:180px;
	left:1085px;
	cursor:pointer;
	display:block;
}

.system_imgcontainer02are{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 0px;
	box-sizing:content-box;
}

.system_imgcontainer02are .imgtitle{
	width:450px;
	height:35px;
	text-align:center;
	font-size:22px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
	background-color:#ffffe7;
}

.system_imgcontainer02bre{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}
.system_imgcontainer02bre .imgtitle{
	width:450px;
	height:35px;
	text-align:center;
	font-size:22px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
	background-color:#ffffe7;
}
.system_imgcontainer03are{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 0px;
	box-sizing:content-box;
}
.system_imgcontainer03bre{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}

.system_01re_imgtext01a{
	width:450px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:12px 0 0 0px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.system_01re_imgtext01b{
	width:450px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:12px 0 0 10px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}









.system_01_text00{
	width:900px;
	font-size:42px;
	font-weight:200;
	line-height:42px;
	position:relative;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}
.system_01_text01{
	width:900px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}

.system_01_text02{
	width:900px;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	position:relative;
	margin:5px 0 0 0;
	left:323px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}


.system_0202_img01{
	width:586px;
	height:330px;
	position:relative;
	margin:10px 0 0 320px;
}

.system_0202_img02{
	width:586px;
	height:330px;
	position:relative;
	margin:10px 0 0 320px;
}

.system_0202_text01{
	width:800px;
	color:#ff2b2b;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	margin:40px 0 0 320px;
	position:relative;
	text-shadow:1px 1px 0 #404040;
}

.system_0202_text02{
	width:920px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	margin:5px 0 0 320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.system_0202_text03{
	width:800px;
	color:#ff2b2b;
	font-size:27px;
	font-weight:200;
	line-height:42px;
	margin:40px 0 0 320px;
	position:relative;
	text-shadow:1px 1px 0 #404040;
}

.system_0202_text04{
	width:920px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	margin:5px 0 0 320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.system_0202_titletext04{
	width:570px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ffffe7;
	color:#32321e;
	text-align:center;
}

.system_0202_imgcontainer01{
	width:930px;
	margin:10px 0 0 320px;
}

.system_0202_imgcontainer01 .leftimg{
	width:450px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	margin:0px 0 0 0;
	box-sizing:content-box;
	border:1px solid #ffffe7;
}
.system_0202_imgcontainer01 .rightimg{
	width:450px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	margin:0px 0 0 20px;
	box-sizing:content-box;
	border:1px solid #ffffe7;
}

.system_imgcontainer0202a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 0px;
	box-sizing:content-box;
}
.system_imgcontainer0202b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}
.system_0202_imgtext01a{
	width:450px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:12px 0 0 0px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.system_0202_imgtext01b{
	width:450px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:12px 0 0 10px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.system_imgcontainer0203a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 0px;
	box-sizing:content-box;
}
.system_imgcontainer0203b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}
.system_0202_imgtext02a{
	width:450px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:12px 0 0 0px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.system_0202_imgtext02b{
	width:450px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:12px 0 0 10px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.system_0202_etc04{
	width:812px;
	height:689px;
	position:absolute;
	top:30px;
	left:650px;
}


.system_03_titletext01{
	width:400px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ffffe7;
	color:#32321e;
	text-align:center;
}

.system_imgcontainer01a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 0px;
	box-sizing:content-box;
}
.system_imgcontainer01b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}

.system_imgcontainer02a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 0px;
	box-sizing:content-box;
}
.system_imgcontainer02b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}

.system_imgcontainer03a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 0px;
	box-sizing:content-box;
}
.system_imgcontainer03b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}

.system_imgcontainer04{
	width:100%;
	min-width:752px;
	position:relative;
	top:15px;
}


.system_imgcontainer04 .bxsystem0301{
	width:2296px;
	height:540px;
	margin-left:-452px;
	position:relative;
}
.system_imgcontainer04 .bxsystem0302{
	width:2296px;
	height:540px;
	margin-left:-452px;
	position:relative;
}
.system_imgcontainer04 .bxsystem0303{
	width:2296px;
	height:540px;
	margin-left:-452px;
	position:relative;
}
.system_imgcontainer04 .bxsystem0304{
	width:2296px;
	height:540px;
	margin-left:-452px;
	position:relative;
}
.system_imgcontainer04 .bxsystem0305{
	width:2296px;
	height:540px;
	margin-left:-452px;
	position:relative;
}
.system_imgcontainer04 .bxsystem0306{
	width:2296px;
	height:540px;
	margin-left:-452px;
	position:relative;
}
.system_imgcontainer04 .bxsystem0307{
	width:2296px;
	height:540px;
	margin-left:-452px;
	position:relative;
}

.system_imgcontainer04 .enable_area{
	overflow:hidden;
	height:100%;
	width:100%
/*	width:752px;
	margin:0 0 0 325px; */
}

.system_imgcontainer04 .enable_area .imgbox{
	width:752px;
	height:459px;
	background-color:#ffffe7;
}

.system_imgcontainer04 .enable_area .imgbox .imgtitle{
	width:752px;
	height:35px;
	text-align:center;
	font-size:24px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
}

.system_imgcontainer04 .enable_area .imgbox .img{
	width:750px;
	height:423px;
	padding:1px 0 0 1px;
}

.system_imgcontainer04 .enable_area .imgbox02{
	width:752px;
	height:423px;
	background-color:#ffffe7;
}

.system_imgcontainer04 .enable_area .imgbox02 .imgtitle{
	width:752px;
	height:35px;
	text-align:center;
	font-size:24px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
}

.system_imgcontainer04 .enable_area .imgbox02 .img{
	width:750px;
	height:423px;
	padding:1px 0 0 1px;
}

.system_imgcontainer04 .enable_area .imgtext{
	width:752px;
	height:40px;
	font-size:14px;
	line-height:18px;
	font-weight:300;
	color:#FFF;
	text-shadow:1px 1px 3px #0d0509;
}

.system_imgcontainer04 .prevbtn{
	width:59px;
	height:92px;
	position:absolute;
	top:180px;
	left:260px;
	cursor:pointer;
	display:block;
}

.system_imgcontainer04 .nextbtn{
	width:59px;
	height:92px;
	position:absolute;
	top:180px;
	left:1085px;
	cursor:pointer;
	display:block;
}

.system_0301_etc01{
	width:449px;
	height:77px;
	margin:5px 0 0 0px;
	float:left;
	position:relative;
}

.system_0301_imgtext01{
	width:450px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:12px 0 0 15px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.system_0301_imgtext02{
	width:900px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	margin:12px 0 0 320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.system_0302_img01{
	width:586px;
	height:330px;
	position:relative;
	margin:10px 0 0 320px;
}
.system_0303_img01{
	width:586px;
	height:330px;
	position:relative;
	margin:10px 0 0 320px;
}
.system_0303_img02{
	width:586px;
	height:330px;
	position:relative;
	margin:10px 0 0 320px;
}


.system_0302_etc01{
	width:528px;
	height:678px;
	position:absolute;
	left:800px;
	top:50px;
	z-index:10;
}

.system_0303_etc01{
	width:609px;
	height:728px;
	position:absolute;
	left:745px;
	top:50px;
	z-index:10;
}


.system_03_titletext02{
	width:360px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ff2b2b;
	color:#FFF;
	text-align:center;
}



.system_0305_imgtext01a{
	width:450px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:12px 0 0 0px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.system_0305_imgtext01b{
	width:450px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:12px 0 0 10px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.system_0305_imgtext02a{
	width:450px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:12px 0 0 0px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.system_0305_imgtext02b{
	width:450px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:12px 0 0 10px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.system_imgcontainer03a .imgtitle{
	width:450px;
	height:35px;
	text-align:center;
	font-size:22px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
	background-color:#ffffe7;
}
.system_imgcontainer03b .imgtitle{
	width:450px;
	height:35px;
	text-align:center;
	font-size:22px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
	background-color:#ffffe7;
}


.system_0304_title01{
	width:900px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}
.system_0304_title02{
	width:900px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}

.system_0304_text01{
	width:900px;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	position:relative;
	margin:5px 0 0 0;
	left:323px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.system_0304_text02{
	width:900px;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	position:relative;
	margin:5px 0 0 0;
	left:323px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.system_0304_text03{
	width:900px;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	position:relative;
	margin:5px 0 0 0;
	left:323px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.system_03_titletext02a{
	width:360px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ff2b2b;
	color:#FFF;
	text-align:center;
}
.system_03_titletext02b{
	width:360px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ff2b2b;
	color:#FFF;
	text-align:center;
}
.system_03_titletext02c{
	width:500px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ffffe7;
	color:#32321e;
	text-align:center;
}
.system_03_titletext02d{
	width:586px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ffffe7;
	color:#32321e;
	text-align:center;
}
.system_03_titletext02e{
	width:586px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ffffe7;
	color:#32321e;
	text-align:center;
}

.system_imgcontainer04a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 0px;
	box-sizing:content-box;
}

.system_imgcontainer04a .imgtitle{
	width:450px;
	height:35px;
	text-align:center;
	font-size:22px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
	background-color:#ffffe7;
}

.system_imgcontainer04b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}
.system_imgcontainer04b .imgtitle{
	width:450px;
	height:35px;
	text-align:center;
	font-size:22px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
	background-color:#ffffe7;
}

.system_imgcontainer05a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 0px;
	box-sizing:content-box;
}
.system_imgcontainer05a .imgtitle{
	width:450px;
	height:35px;
	text-align:center;
	font-size:22px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
	background-color:#ffffe7;
}
.system_imgcontainer05b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}
.system_imgcontainer05b .imgtitle{
	width:450px;
	height:35px;
	text-align:center;
	font-size:22px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
	background-color:#ffffe7;
}



.system_0305_img01{
	width:586px;
	height:330px;
	position:relative;
	margin:10px 0 0 320px;
}
.system_0305_img02{
	width:586px;
	height:330px;
	position:relative;
	margin:10px 0 0 320px;
}




.system_0306_text01{
	width:900px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}

.system_0306_text02{
	width:900px;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	position:relative;
	margin:5px 0 0 0;
	left:323px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.system_0306_titletext01{
	width:360px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ff2b2b;
	color:#FFF;
	text-align:center;
}

.system_0306_titletext02{
	width:360px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ff2b2b;
	color:#FFF;
	text-align:center;
}
.system_0306_titletext03{
	width:360px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ff2b2b;
	color:#FFF;
	text-align:center;
}
.system_0306_titletext04{
	width:360px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ff2b2b;
	color:#FFF;
	text-align:center;
}

.system_0306_text03{
	width:900px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}

.system_0306_text04{
	width:900px;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	position:relative;
	margin:5px 0 0 0;
	left:323px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.system_0306_text05{
	width:900px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}

.system_0306_text06{
	width:900px;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	position:relative;
	margin:5px 0 0 0;
	left:323px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.system_0306_img01{
	width:586px;
	height:330px;
	position:relative;
	margin:10px 0 0 320px;
}
.system_0306_imgtext01{
	width:900px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	margin:12px 0 0 320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}





.system_0401_text01{
	width:800px;
	font-size:42px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:40px 0 0 320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}

.system_0401_text02{
	width:800px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}

.system_0401_text03{
	width:800px;
	font-size:14px;
	font-weight:400;
	line-height:20px;
	position:relative;
	margin:30px 0 0 0;
	left:320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
	z-index:2;
}

.system_0401_titletext01{
	width:360px;
	font-size:24px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 320px;
	background-color:#ff2b2b;
	color:#FFF;
	text-align:center;
}

.system_imgcontainer0401a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 0px;
	box-sizing:content-box;
}

.system_imgcontainer0401a .imgtitle{
	width:450px;
	height:35px;
	text-align:center;
	font-size:22px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
	background-color:#ffffe7;
}

.system_imgcontainer0401b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}
.system_imgcontainer0401b .imgtitle{
	width:450px;
	height:35px;
	text-align:center;
	font-size:22px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
	background-color:#ffffe7;
}

.system_0401_imgtext01a{
	width:450px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:12px 0 0 0px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.system_0401_imgtext01b{
	width:450px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:12px 0 0 10px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}






/*
chara ---------------------*/

#chara_01{
	position:relative;
	width:100%;	
}
#chara_02{
	position:relative;
	width:100%;
	min-width:1260px;
}
#chara_03{
	position:relative;
	width:100%;	
}
#chara_04{
	position:relative;
	width:100%;	
}
#chara_05{
	position:relative;
	width:100%;	
}
#chara_06{
	position:relative;
	width:100%;	
}
#chara_07{
	position:relative;
	width:100%;	
}
#chara_08{
	position:relative;
	width:100%;	
}
#chara_09{
	position:relative;
	width:100%;	
}
#chara_10{
	position:relative;
	width:100%;	
}
#chara_11{
	position:relative;
	width:100%;	
}
#chara_12{
	position:relative;
	width:100%;	
}
#chara_13{
	position:relative;
	width:100%;	
}
#chara_14{
	position:relative;
	width:100%;	
}
#chara_15{
	position:relative;
	width:100%;	
}
#chara_16{
	position:relative;
	width:100%;	
}
#chara_17{
	position:relative;
	width:100%;	
}

#chara_thum_container{
	width:930px;
	height:700px;
	margin:20px 0 0 320px;
}

/*#chara_thum_container .thum{
	width:217px;
	height:318px;
	float:left;
	margin:0 10px 24px 0;
	position:relative;
}*/

#chara_thum_container .thum{
	width:217px;
	height:318px;
	float:left;
	margin:0 10px 24px 0;
	position:relative;
}

#chara_thum_container .thum .name{
	width:24px;
	height:318px;
	float:left;
	margin:0 4px 0 0;
}

#chara_thum_container .thum .charaimg{
	width:188px;
	height:318px;
	float:left;
	position:relative;
	background-color:#FFF;
}

#chara_thum_container .thum .charaimg .newmark{
	width:82px;
	height:32px;
	position:absolute;
	bottom:0;
	left:0;
}

#chara_thum_container .thum .charaimg a:hover{
	filter:alpha(opacity=80);
     -moz-opacity:0.80;
     -khtml-opacity: 0.80;
     opacity:0.80;
}


#chara_thum_container .thum_middle{
	width:144px;
	height:205px;
	float:left;
	margin:0 10px 24px 0;
	position:relative;
}

#chara_thum_container .thum_middle .name{
	width:15px;
	height:205px;
	float:left;
	margin:0 4px 0 0;
}

#chara_thum_container .thum_middle .charaimg{
	width:119px;
	height:201px;
	float:left;
	position:relative;
	background-color:#FFF;
}

#chara_thum_container .thum_middle .charaimg .newmark{
	width:50px;
	height:20px;
	position:absolute;
	bottom:0;
	left:0;
}

#chara_thum_container .thum_middle .charaimg a:hover{
	filter:alpha(opacity=80);
     -moz-opacity:0.80;
     -khtml-opacity: 0.80;
     opacity:0.80;
}

.chara_detail_container{
	width:100%;
	min-width:1260px;
	height:950px;
	position:relative;
	overflow:hidden;
}

.chara_detail_container .chara_02_text01{
	width:679px;
	height:63px;
	position:relative;
	margin:0px 0 0 290px;
	z-index:3;
}

.chara_detail_container .chara_02_text02{
	width:998px;
	height:352px;
	position:relative;
	margin:70px 0 0 260px;
	background-repeat:no-repeat;
}



.chara_detail_container #chara_02_charaimg_01{
	width:809px;
	height:939px;
	position:absolute;
	top:160px;
	left:700px;
	z-index:1;
	background-image:url(img/sub/chara_02_charaimg01.png);
	background-repeat:no-repeat;
	background-position:left top;
	transform:rotateY(0deg);
}
.chara_detail_container #chara_02_charaimg_02{
	width:763px;
	height:939px;
	position:absolute;
	top:0px;
	left:770px;
	z-index:3;
	background-image:url(img/sub/chara_02_charaimg01b.png);
	transform:rotateY(90deg);
	display:none;
	z-index:1;
}

.chara_detail_container .chara_03_text01{
	width:546px;
	height:63px;
	position:relative;
	top:130px;
	left:290px;
}

.chara_detail_container .chara_02_btn{
	width:152px;
	height:45px;
	position:absolute;
	left:790px;
	top:470px;
	z-index:10;
	cursor:pointer;
	background-color:#FFF;
}
.chara_detail_container .chara_02_btn img:hover{
	filter:alpha(opacity=80);
     -moz-opacity:0.80;
     -khtml-opacity: 0.80;
     opacity:0.80;
}


.chara_detail_container .chara_03_text02{
	width:998px;
	height:396px;
	position:relative;
	top:190px;
	left:260px;
	/*background-image:url(img/sub/chara_03_text02.png);*/
	background-repeat:no-repeat;
}

.chara_detail_container .chara_03_charaimg01{
	width:585px;
	height:765px;
	position:absolute;
	background-image:url(img/sub/chara_03_charaimg01.png);
	top:60px;
	left:930px;
	z-index:3;
}
.chara_detail_container .chara_03_charaimg02{
	width:314px;
	height:263px;
	position:absolute;
	background-image:url(img/sub/chara_03_charaimg02.png);
	top:0px;
	left:850px;
	z-index:3;
}

.chara_detail_container .chara_04_text01{
	width:625px;
	height:63px;
	position:relative;
	margin:130px 0 0 290px;
}

.chara_detail_container .chara_04_text02{
	width:850px;
	height:330px;
	position:relative;
	margin:70px 0 0 260px;
	background-repeat:no-repeat;
}

.chara_detail_container .chara_04_charaimg{
	width:625px;
	height:773px;
	position:absolute;
	background-image:url(img/sub/chara_04_charaimg01.png);
	top:0px;
	left:700px;
	z-index:3;
}

.chara_detail_container .img_thumbox{
	width:650px;
	height:120px;
	margin:20px 0 0 300px;
	position:relative;
	z-index:5;
}

.chara_detail_container .img_thumbox .thumbnail{
	width:200px;
	height:113px;
	float:left;
	margin:0 10px 0 0;
	position:relative;
	background-color:#FFF;
}

.chara_detail_container .img_thumbox .thumbnail a:hover{
	filter:alpha(opacity=80);
     -moz-opacity:0.80;
     -khtml-opacity: 0.80;
     opacity:0.80;
}




.chara_detail_container .chara_05_text01{
	width:712px;
	height:63px;
	position:relative;
	margin:130px 0 0 290px;
}

.chara_detail_container .chara_05_text02{
	width:998px;
	height:308px;
	position:relative;
	margin:70px 0 0 260px;
	background-repeat:no-repeat;
}

.chara_detail_container .chara_05_charaimg{
	width:555px;
	height:773px;
	position:absolute;
	background-image:url(img/sub/chara_05_charaimg01.png);
	top:0px;
	left:950px;
	z-index:3;
}


.chara_detail_container .chara_06_text01{
	width:745px;
	height:63px;
	position:relative;
	margin:130px 0 0 290px;
}

.chara_detail_container .chara_06_text02{
	width:998px;
	height:374px;
	position:relative;
	margin:70px 0 0 260px;
	background-repeat:no-repeat;
}

.chara_detail_container .chara_06_charaimg{
	width:480px;
	height:764px;
	position:absolute;
	background-image:url(img/sub/chara_06_charaimg01.png);
	top:0px;
	left:950px;
	z-index:3;
}



.chara_detail_container .chara_07_text01{
	width:612px;
	height:63px;
	position:relative;
	margin:130px 0 0 290px;
}

.chara_detail_container .chara_07_text02{
	width:998px;
	height:330px;
	position:relative;
	margin:70px 0 0 260px;
	background-repeat:no-repeat;
}

.chara_detail_container .chara_07_charaimg{
	width:578px;
	height:767px;
	position:absolute;
	background-image:url(img/sub/chara_07_charaimg01.png);
	top:0px;
	left:900px;
	z-index:3;
}



.chara_detail_container .chara_08_text01{
	width:564px;
	height:63px;
	position:relative;
	margin:130px 0 0 290px;
}

.chara_detail_container .chara_08_text02{
	width:850px;
	height:264px;
	position:relative;
	margin:70px 0 0 260px;
	background-repeat:no-repeat;
}

.chara_detail_container .chara_08_charaimg{
	width:322px;
	height:767px;
	position:absolute;
	background-image:url(img/sub/chara_08_charaimg01.png);
	top:0px;
	left:900px;
	z-index:3;
}


.chara_detail_container .chara_09_text01{
	width:679px;
	height:30px;
	position:relative;
	margin:130px 0 0 290px;
}

.chara_detail_container .chara_09_text02{
	width:900px;
	height:308px;
	position:relative;
	margin:70px 0 0 260px;
	background-repeat:no-repeat;
}

.chara_detail_container .chara_09_charaimg{
	width:673px;
	height:754px;
	position:absolute;
	background-image:url(img/sub/chara_09_charaimg01.png);
	top:0px;
	left:900px;
	z-index:3;
}


.chara_detail_container .chara_10_text01{
	width:646px;
	height:96px;
	position:relative;
	margin:130px 0 0 290px;
}

.chara_detail_container .chara_10_text02{
	width:998px;
	height:308px;
	position:relative;
	margin:70px 0 0 260px;
	background-repeat:no-repeat;
}

.chara_detail_container .chara_10_charaimg{
	width:566px;
	height:741px;
	position:absolute;
	background-image:url(img/sub/chara_10_charaimg01.png);
	top:0px;
	left:900px;
	z-index:3;
}



.chara_detail_container .chara_11_text01{
	width:679px;
	height:63px;
	position:relative;
	margin:130px 0 0 290px;
}

.chara_detail_container .chara_11_text02{
	width:900px;
	height:308px;
	position:relative;
	margin:70px 0 0 260px;
	background-repeat:no-repeat;
}

.chara_detail_container .chara_11_charaimg{
	width:376px;
	height:740px;
	position:absolute;
	background-image:url(img/sub/chara_11_charaimg01.png);
	top:0px;
	left:900px;
	z-index:3;
}


.chara_detail_container .chara_12_text01{
	width:579px;
	height:63px;
	position:relative;
	margin:130px 0 0 290px;
}

.chara_detail_container .chara_12_text02{
	width:998px;
	height:308px;
	position:relative;
	margin:70px 0 0 260px;
	background-repeat:no-repeat;
}

.chara_detail_container .chara_12_charaimg{
	width:497px;
	height:711px;
	position:absolute;
	background-image:url(img/sub/chara_12_charaimg01.png);
	top:0px;
	left:900px;
	z-index:3;
}


.chara_detail_container .chara_13_text01{
	width:650px;
	height:63px;
	position:relative;
	margin:130px 0 0 290px;
}

.chara_detail_container .chara_13_text02{
	width:998px;
	height:308px;
	position:relative;
	margin:70px 0 0 260px;
	background-repeat:no-repeat;
}

.chara_detail_container .chara_13_charaimg{
	width:449px;
	height:720px;
	position:absolute;
	background-image:url(img/sub/chara_13_charaimg01.png);
	top:0px;
	left:900px;
	z-index:3;
}

.chara_detail_container .chara_14_text01{
	width:559px;
	height:96px;
	position:relative;
	margin:130px 0 0 290px;
}

.chara_detail_container .chara_14_text02{
	width:800px;
	height:308px;
	position:relative;
	margin:70px 0 0 260px;
	background-repeat:no-repeat;
}

.chara_detail_container .chara_14_charaimg{
	width:304px;
	height:833px;
	position:absolute;
	background-image:url(img/sub/chara_14_charaimg01.png);
	top:0px;
	left:900px;
	z-index:3;
}


.chara_detail_container .chara_15_text01{
	width:625px;
	height:96px;
	position:relative;
	margin:130px 0 0 290px;
}

.chara_detail_container .chara_15_text02{
	width:998px;
	height:308px;
	position:relative;
	margin:70px 0 0 260px;
	background-repeat:no-repeat;
}

.chara_detail_container .chara_15_charaimg{
	width:585px;
	height:801px;
	position:absolute;
	background-image:url(img/sub/chara_15_charaimg01.png);
	top:0px;
	left:900px;
	z-index:3;
}


.chara_detail_container .chara_16_text01{
	width:682px;
	height:64px;
	position:relative;
	margin:130px 0 0 290px;
}

.chara_detail_container .chara_16_text02{
	width:998px;
	height:308px;
	position:relative;
	margin:70px 0 0 260px;
	background-repeat:no-repeat;
}

.chara_detail_container .chara_16_charaimg{
	width:476px;
	height:773px;
	position:absolute;
	background-image:url(img/sub/chara_16_charaimg01.png);
	top:0px;
	left:900px;
	z-index:3;
}

.chara_detail_container .chara_17_text01{
	width:783px;
	height:63px;
	position:relative;
	margin:130px 0 0 290px;
}

.chara_detail_container .chara_17_text02{
	width:998px;
	height:308px;
	position:relative;
	margin:70px 0 0 260px;
	background-repeat:no-repeat;
}

.chara_detail_container .chara_17_charaimg{
	width:601px;
	height:766px;
	position:absolute;
	background-image:url(img/sub/chara_17_charaimg01.png);
	top:0px;
	left:900px;
	z-index:3;
}



/*
movie ---------------------*/

#movie_01{
	position:relative;
	width:100%;	
}

.movie_container{
	width:920px;
	margin:40px 0 0 320px;
}

.movie_box{
	width:450px;
	margin:30px 0 0 0px;
	position:relative;
	float:left;
}
.movie_box02{
	width:450px;
	margin:40px 0 0 0px;
	position:relative;
	float:left;
}
.movie_box03{
	width:450px;
	margin:40px 0 0 20px;
	position:relative;
	float:left;
}
.movie_box04{
	width:450px;
	margin:40px 0 0 0px;
	position:relative;
	float:left;
}
.movie_box05{
	width:450px;
	margin:40px 0 0 20px;
	position:relative;
	float:left;
}
.movie_box06{
	width:450px;
	margin:40px 0 0 0px;
	position:relative;
	float:left;
}
.movie_box07{
	width:450px;
	margin:40px 0 0 20px;
	position:relative;
	float:left;
}
.movie_box08{
	width:450px;
	margin:40px 0 0 0px;
	position:relative;
	float:left;
}
.movie_box .newmark{
	width:54px;
	height:21px;
	top:-20px;
	left:0;
	position:absolute;
}

.movie_01_text01{
	width:450px;
	font-size:42px;
	font-weight:200;
	line-height:42px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
	position:relative;
}
.movie_01_movie{
	width:450px;
	font-size:20px;
	font-weight:400;
	line-height:30px;
	margin:10px 0 0 0px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
	position:relative;
}

.movie_01_text02{
	width:450px;
	font-size:38px;
	font-weight:200;
	line-height:42px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
	position:relative;
}

.movie_01_text03{
	width:450px;
	font-size:34px;
	font-weight:200;
	line-height:42px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
	position:relative;
}

.movie_01_text04{
	width:450px;
	font-size:34px;
	font-weight:200;
	line-height:42px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
	position:relative;
}
.movie_01_text05{
	width:450px;
	font-size:34px;
	font-weight:200;
	line-height:42px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
	position:relative;
}
.movie_01_text06{
	width:450px;
	font-size:34px;
	font-weight:200;
	line-height:42px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
	position:relative;
}
.movie_01_text07{
	width:450px;
	font-size:34px;
	font-weight:200;
	line-height:42px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
	position:relative;
}
.movie_01_text08{
	width:450px;
	font-size:34px;
	font-weight:200;
	line-height:42px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
	position:relative;
}

.movie_01_title01{
	width:920px;
	font-size:42px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:40px 0 0 0px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
	border-bottom:2px solid #fff;
}

.movie_01_text{
	width:450px;
	font-size:26px;
	font-weight:200;
	line-height:26px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
	position:relative;
}

.movie_01_title01 .newmark{
	width:54px;
	height:21px;
	top:-38px;
	left:0;
	position:absolute;
}




/*
airtist ---------------------*/

#artist_01{
	position:relative;
	width:100%;	
}
#artist_02{
	position:relative;
	width:100%;	
}
#artist_03{
	position:relative;
	width:100%;	
}
#artist_04{
	position:relative;
	width:100%;	
}
#artist_05{
	position:relative;
	width:100%;	
}
#artist_06{
	position:relative;
	width:100%;	
}
#artist_07{
	position:relative;
	width:100%;	
}

.airtist_container{
	width:920px;
	margin:40px 0 0 320px;
}

.airtist_box{
	width:900px;
	margin:10px 0 0 0px;
}

.airtist_name01{
	font-size:32px;
	font-weight:300;
	line-height:36px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
	float:left;
	position:relative;
}
.airtist_name02{
	font-size:20px;
	font-weight:300;
	line-height:24px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
	float:left;
	margin:10px 0 0 5px;
	position:relative;
}

.airtist_img{
	width:236px;
	height:300px;
	float:left;
	margin:5px 0 0 0;
	position:relative;
}
.airtist_img02{
	width:750px;
	height:422px;
	margin:5px 0 0 0;
	position:relative;
}

.airtist_text{
	width:650px;
	font-size:14px;
	font-weight:200;
	color:#FFF;
	line-height:18px;
	float:left;
	margin:5px 0 0 10px;
	position:relative;
}
.airtist_text02{
	width:650px;
	font-size:14px;
	font-weight:200;
	color:#FFF;
	line-height:18px;
	margin:5px 0 0 10px;
	position:relative;
}

.airtist_text a:link{color:#FF0; text-decoration:underline;}
.airtist_text a:visited{color:#FF0; text-decoration:underline;}
.airtist_text a:hover{color:#F00; text-decoration:underline;}




/*
collabo ---------------------*/

#collabo_01{
	position:relative;
	width:100%;	
}
#collabo_02{
	position:relative;
	width:100%;	
}

.collabo_container{
	width:920px;
	margin:40px 0 0 320px;
}

.collabo_01_box{
	width:900px;
	margin:10px 0 0 0px;
	position:relative;
	float:left;
}

.collabo_container .newmark{
	width:54px;
	height:21px;
	top:-20px;
	left:0;
	position:absolute;
}

.collabo_text01{
	width:900px;
	font-size:30px;
	font-weight:200;
	line-height:30px;
	position:relative;
	color:#ff2b2b;
	font-weight:400;
	text-shadow:1px 1px 0 #404040;
}
.collabo_text02{
	width:900px;
	font-size:14px;
	font-weight:200;
	line-height:24px;
	position:relative;
	color:#fff;
	text-shadow:1px 1px 0 #404040;
}
.collabo_text02b{
	width:900px;
	font-size:36px;
	font-weight:600;
	line-height:24px;
	position:relative;
	color:#ff2b2b;
	text-decoration:underline;
	text-shadow:1px 1px 0 #404040;
}
.collabo_text02c{
	width:440px;
	font-size:18px;
	font-weight:300;
	line-height:27px;
	position:relative;
	float:left;
	color:#fff;
	margin:0 0 0 20px;
	text-shadow:1px 1px 0 #404040;
}
.collabo_text02d{
	width:900px;
	font-size:14px;
	font-weight:300;
	line-height:20px;
	position:relative;
	color:#f2ff29;
	margin:0 0 0 10px;
	text-shadow:1px 1px 0 #404040;
}
.collabo_text03{
	width:800px;
	font-size:20px;
	font-weight:300;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 0px;
	background-color:#ffffe7;
	color:#32321e;
	text-align:center;
}
.collabo_text04{
	width:360px;
	font-size:20px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 0px;
	background-color:#ff2b2b;
	color:#FFF;
	text-align:center;
}
.collabo_text04b{
	width:580px;
	font-size:20px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 0px;
	background-color:#ff2b2b;
	color:#FFF;
	text-align:center;
}
.collabo_text05{
	width:900px;
	font-size:20px;
	font-weight:200;
	line-height:26px;
	position:relative;
	color:#ff2b2b;
	margin:10px 0 0 0;
	text-shadow:1px 1px 0 #404040;
}
.collabo_text06{
	width:900px;
	font-size:14px;
	font-weight:200;
	line-height:24px;
	position:relative;
	color:#fff;
	margin:10px 0 0 0;
	text-shadow:1px 1px 0 #404040;
}
.collabo_text07{
	width:360px;
	font-size:20px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 0px;
	background-color:#ff2b2b;
	color:#FFF;
	text-align:center;
}
.collabo_text08{
	width:900px;
	font-size:20px;
	font-weight:200;
	line-height:26px;
	position:relative;
	color:#ff2b2b;
	margin:10px 0 0 0;
	text-shadow:1px 1px 0 #404040;
}
.collabo_text09{
	width:900px;
	font-size:14px;
	font-weight:200;
	line-height:24px;
	position:relative;
	color:#fff;
	margin:10px 0 0 0;
	text-shadow:1px 1px 0 #404040;
}


.collabo_img01{
	width:750px;
	height:186px;
	position:relative;
	margin:25px 0 0 0;
}
.collabo_img02{
	width:812px;
	height:218px;
	position:relative;
	margin:25px 0 0 0;
}
.collabo_img05{
	width:320px;
	height:480px;
	position:relative;
	float:left;
}

.collabo_line01{
	width:10px;
	height:85px;
	position:relative;
	float:left;
	background-color:#ff2b2b;
}

.collabo_line01_text01{
	width:880px;
	font-size:26px;
	font-weight:200;
	line-height:30px;
	position:relative;
	float:left;
	color:#ff2b2b;
	margin:5px 0 0 10px;
	text-shadow:1px 1px 0 #404040;
}
.collabo_line01_text02{
	width:880px;
	font-size:16px;
	font-weight:400;
	line-height:20px;
	position:relative;
	float:left;
	color:#fff;
	margin:5px 0 0 10px;
	text-shadow:1px 1px 3px #0d0509;
}

.collabo_boxarea{
	width:760px;
	background-color:rgba(0,0,0,0.6);
	padding:20px;
	margin:20px 0 0 0;
	color:#FFF;
	position:relative;
}

.collabo_boxarea .img01{
	width:703px;
	height:253px;
	margin:0 0 0 0;
}

.collabo_boxarea .img02{
	width:87px;
	height:99px;
	top:500px;
	left:500px;
	position:absolute;
}
.collabo_boxarea .img03{
	width:98px;
	height:98px;
	top:450px;
	left:580px;
	position:absolute;
}
.collabo_boxarea .img04{
	width:448px;
	height:253px;
	margin:0 0 0 0;
}
.collabo_boxarea .img04b{
	width:276px;
	height:313px;
	top:0px;
	left:460px;
	position:absolute;
}

.collabo_boxarea .text01{
	font-size:24px;
	line-height:30px;
	margin-top:10px;
}
.collabo_boxarea .text02{
	font-size:14px;
	line-height:18px;
	margin-top:10px;
}
.collabo_boxarea .text03{
	font-size:12px;
	line-height:18px;
	margin-top:10px;
}

.collabo_boxarea a:link{color:#FF0; text-decoration:underline;}
.collabo_boxarea a:visited{color:#FF0; text-decoration:underline;}
.collabo_boxarea a:hover{color:#F00; text-decoration:underline;}





.collabo_02_text01{
	width:900px;
	font-size:30px;
	font-weight:200;
	line-height:30px;
	position:relative;
	color:#ff2b2b;
	font-weight:400;
	text-shadow:1px 1px 0 #404040;
}
.collabo_02_text02{
	width:900px;
	font-size:14px;
	font-weight:200;
	line-height:24px;
	position:relative;
	color:#fff;
	text-shadow:1px 1px 0 #404040;
}
.collabo_02_text03{
	width:900px;
	font-size:40px;
	font-weight:200;
	height:40px;
	position:relative;
	color:#ff2b2b;
	font-weight:400;
	text-decoration:underline;
	text-shadow:1px 1px 0 #404040;
	margin-left:150px;
}
.collabo_02_text04{
	width:900px;
	font-size:14px;
	font-weight:200;
	line-height:24px;
	position:relative;
	color:#fff;
	text-shadow:1px 1px 0 #404040;
}
.collabo_02_text05{
	width:900px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:30px 0 0 0;
	left:0px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}

.collabo_02_img01{
	width:759px;
	height:138px;
	position:relative;
	margin:25px 0 0 0;
}

.collabo_02_imgcontainer01{
	width:100%;
	min-width:752px;
	position:relative;
	top:15px;
}
.collabo_02_imgcontainer01 .enable_area{
	/*overflow:hidden;
	height:100%;
	width:100%*/
}
.collabo_02_imgcontainer01 .imgbox01{
	width:752px;
	height:459px;
	background-color:#ffffe7;
}
.collabo_02_imgcontainer01 .imgbox01 .imgtitle{
	width:752px;
	height:35px;
	text-align:center;
	font-size:24px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
}
.collabo_02_imgcontainer01 .imgbox01 .img{
	width:750px;
	height:423px;
	padding:1px 0 0 1px;
	font-size:0;
}
.collabo_02_imgcontainer01 .imgtext{
	width:752px;
	height:40px;
	font-size:14px;
	line-height:18px;
	font-weight:300;
	color:#FFF;
	text-shadow:1px 1px 3px #0d0509;
}

.collabo_02_imgcontainer02a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 0px;
	box-sizing:content-box;
}
.collabo_02_imgcontainer02a .imgtitle{
	width:450px;
	height:35px;
	text-align:center;
	font-size:22px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
	background-color:#ffffe7;
}
.collabo_02_imgcontainer02b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}
.collabo_02_imgcontainer02b .imgtitle{
	width:450px;
	height:35px;
	text-align:center;
	font-size:22px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
	background-color:#ffffe7;
}



.collabo_02_imgcontainer03{
	width:100%;
	min-width:752px;
	position:relative;
	top:15px;
	left:-320px;
}
.collabo_02_imgcontainer03 .bxcollabo01{
	width:2296px;
	height:540px;
	margin-left:-452px;
	position:relative;
}
.collabo_02_imgcontainer03 .enable_area{
	overflow:hidden;
	height:100%;
	width:100%
}
.collabo_02_imgcontainer03 .enable_area .imgbox{
	width:752px;
	height:459px;
	background-color:#ffffe7;
}
.collabo_02_imgcontainer03 .enable_area .imgbox .imgtitle{
	width:752px;
	height:35px;
	text-align:center;
	font-size:24px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
}
.collabo_02_imgcontainer03 .enable_area .imgbox .img{
	width:750px;
	height:423px;
	padding:1px 0 0 1px;
}
.collabo_02_imgcontainer03 .enable_area .imgtext{
	width:752px;
	height:40px;
	font-size:14px;
	line-height:18px;
	font-weight:300;
	color:#FFF;
	text-shadow:1px 1px 3px #0d0509;
}
.collabo_02_imgcontainer03 .prevbtn{
	width:59px;
	height:92px;
	position:absolute;
	top:180px;
	left:260px;
	cursor:pointer;
	display:block;
}
.collabo_02_imgcontainer03 .nextbtn{
	width:59px;
	height:92px;
	position:absolute;
	top:180px;
	left:1085px;
	cursor:pointer;
	display:block;
}



/*
special ---------------------*/

#special_01{
	position:relative;
	width:100%;	
}

.special_container{
	width:920px;
	margin:40px 0 0 320px;
}

.special_01_box{
	width:900px;
	margin:10px 0 0 0px;
	position:relative;
	float:left;
}

.special_01_box .sp_newmark{
	width:50px;
	height:20px;
	bottom:0;
	left:0;
	position:absolute;
}

.special_01_box .icon{
	width:155px;
	height:155px;
	float:left;
	position:relative;
	margin:0 10px 0 0;
	background-color:#FFF;
}

.special_01_box .icon a:hover{
	filter:alpha(opacity=80);
     -moz-opacity:0.80;
     -khtml-opacity: 0.80;
     opacity:0.80;
}

.special_01_text01{
	width:450px;
	font-size:42px;
	font-weight:200;
	line-height:42px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
	position:relative;
	margin-bottom: 15px;
}

.special_02_box{
	width:900px;
	margin:10px 0 0 0px;
	position:relative;
	float:left;
}

.special_02_box .sp_newmark{
	width:50px;
	height:20px;
	bottom:20px;
	left:0;
	position:absolute;
}



.special_02_box .wpa{
	width:427px;
	height:260px;
	float:left;
	position:relative;
	margin:0 10px 0 0;
	font-size:14px;
	text-align:center;
	line-height:16px;
	color:#FFF;
}

.special_02_box .wpa a:hover{
	filter:alpha(opacity=80);
     -moz-opacity:0.80;
     -khtml-opacity: 0.80;
     opacity:0.80;
}

.special_02_box .wpb{
	width:270px;
	height:260px;
	float:left;
	position:relative;
	margin:0 10px 0 0;
	font-size:14px;
	text-align:center;
	line-height:16px;
	color:#FFF;
}

.special_02_box .wpb a:hover{
	filter:alpha(opacity=80);
     -moz-opacity:0.80;
     -khtml-opacity: 0.80;
     opacity:0.80;
}

.special_02_box .wpc{
	width:134px;
	height:260px;
	float:left;
	position:relative;
	margin:0 10px 0 0;
	font-size:14px;
	text-align:center;
	line-height:16px;
	color:#FFF;
}

.special_02_box .wpc a:hover{
	filter:alpha(opacity=80);
     -moz-opacity:0.80;
     -khtml-opacity: 0.80;
     opacity:0.80;
}

.special_02_text01{
	width:450px;
	font-size:42px;
	font-weight:200;
	line-height:42px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
	position:relative;
	margin-bottom: 15px;
}



/*
dlc ---------------------*/

#dlc_01{
	position:relative;
	width:100%;	
}

.dlc_container{
	width:920px;
	margin:40px 0 0 320px;
}

.dlc_text01{
	width:900px;
	font-size:30px;
	font-weight:200;
	line-height:30px;
	position:relative;
	color:#ff2b2b;
	font-weight:400;
	text-shadow:1px 1px 0 #404040;
}
.dlc_text02{
	width:900px;
	font-size:14px;
	font-weight:200;
	line-height:24px;
	position:relative;
	color:#fff;
	text-shadow:1px 1px 0 #404040;
}
.dlc_text03{
	width:360px;
	font-size:20px;
	font-weight:200;
	line-height:24px;
	position:relative;
	padding:5px 10px;
	margin:40px 0 0 0px;
	background-color:#ff2b2b;
	color:#FFF;
	text-align:center;
}
.dlc_text03_att{
	position:absolute;
	right:0;
	bottom:-18px;
	color:#FFF;
	text-align:right;
	font-size:12px;
	line-height:18px;
}
.dlc_text04{
	width:900px;
	font-size:30px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:30px 0 0 0;
	left:0px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}
.dlc_text05{
	width:900px;
	font-size:32px;
	font-weight:200;
	line-height:36px;
	position:relative;
	margin:30px 0 0 0;
	left:0px;
	color:#ff2b2b;
	text-align:center;
	text-shadow:1px 1px 0 #404040;
}
.dlc_text05b{
	width:900px;
	font-size:15px;
	font-weight:200;
	line-height:22px;
	position:relative;
	margin:5px 0 0 0;
	left:0px;
	color:#fff;
	text-align:center;
	text-shadow:1px 1px 0 #404040;
}
.dlc_etc01{
	width:750px;
	height:252px;
	position:relative;
	top:15px;
}
.dlc_imgcontainer01{
	width:100%;
	min-width:752px;
	position:relative;
	top:15px;
}

.dlc_imgcontainer01 .enable_area{
	/*overflow:hidden;
	height:100%;
	width:100%*/
}
.dlc_imgcontainer01 .imgbox01{
	width:752px;
	height:459px;
	background-color:#ffffe7;
}
.dlc_imgcontainer01 .imgbox01 .imgtitle{
	width:752px;
	height:35px;
	text-align:center;
	font-size:24px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
}
.dlc_imgcontainer01 .imgbox01 .img{
	width:750px;
	height:423px;
	padding:1px 0 0 1px;
	font-size:0;
}
.dlc_imgcontainer01 .imgtext{
	width:752px;
	height:40px;
	font-size:14px;
	line-height:18px;
	font-weight:300;
	color:#FFF;
	text-shadow:1px 1px 3px #0d0509;
}

.dlc_imgcontainer02{
	width:503px;
	height:245px;
	position:relative;
	top:15px;
	left:0;
	float:left;
}
.dlc_imgcontainer03{
	width:380px;
	height:214px;
	position:relative;
	top:45px;
	left:10px;
	float:left;
}

.dlc_imgcontainer02a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 0px;
	box-sizing:content-box;
}
.dlc_imgcontainer02a .imgtitle{
	width:450px;
	height:35px;
	text-align:center;
	font-size:22px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
	background-color:#ffffe7;
}
.dlc_imgcontainer02b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}
.dlc_imgcontainer02b .imgtitle{
	width:450px;
	height:35px;
	text-align:center;
	font-size:22px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
	background-color:#ffffe7;
}
.dlc_imgcontainer02_imgtext01{
	width:900px;
	font-size:14px;
	line-height:20px;
	color:#FFF;
}


.dlc_imgcontainer04{
	width:100%;
	min-width:752px;
	position:relative;
	top:15px;
	left:-320px;
}
.dlc_imgcontainer04 .bxdlc01{
	width:2296px;
	height:540px;
	margin-left:-452px;
	position:relative;
}
.dlc_imgcontainer04 .bxdlc02{
	width:2296px;
	height:540px;
	margin-left:-452px;
	position:relative;
}
.dlc_imgcontainer04 .enable_area{
	overflow:hidden;
	height:100%;
	width:100%
}
.dlc_imgcontainer04 .enable_area .imgbox{
	width:752px;
	height:459px;
	background-color:#ffffe7;
}
.dlc_imgcontainer04 .enable_area .imgbox .imgtitle{
	width:752px;
	height:35px;
	text-align:center;
	font-size:24px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
}
.dlc_imgcontainer04 .enable_area .imgbox .img{
	width:750px;
	height:423px;
	padding:1px 0 0 1px;
}
.dlc_imgcontainer04 .enable_area .imgtext{
	width:752px;
	height:40px;
	font-size:14px;
	line-height:18px;
	font-weight:300;
	color:#FFF;
	text-shadow:1px 1px 3px #0d0509;
}
.dlc_imgcontainer04 .prevbtn{
	width:59px;
	height:92px;
	position:absolute;
	top:180px;
	left:260px;
	cursor:pointer;
	display:block;
}
.dlc_imgcontainer04 .nextbtn{
	width:59px;
	height:92px;
	position:absolute;
	top:180px;
	left:1085px;
	cursor:pointer;
	display:block;
}





.dlc_imgtext01a{
	width:450px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:12px 0 0 0px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.dlc_imgtext01b{
	width:450px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:12px 0 0 10px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.dlc_imgtext02a{
	width:450px;
	font-size:14px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:0px 0 0 0px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.dlc_imgtext02b{
	width:380px;
	font-size:14px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:0px 0 0 70px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}


.dlc_03_etc01{
	width:750px;
	height:384px;
	position:relative;
	top:15px;
}
.dlc_03_etc01 .textlink01{
	width:500px;
	height:50px;
	position:absolute;
	top:60px;
	left:30px;
}
.dlc_03_etc01 .textlink02{
	width:250px;
	height:25px;
	position:absolute;
	top:203px;
	left:30px;
}
.dlc_03_etc01 .textlink03{
	width:450px;
	height:25px;
	position:absolute;
	top:235px;
	left:30px;
}
.dlc_03_etc01 .textlink04{
	width:450px;
	height:25px;
	position:absolute;
	top:265px;
	left:30px;
}
.dlc_03_etc01 .textlink05{
	width:450px;
	height:25px;
	position:absolute;
	top:300px;
	left:30px;
}

.dlc_03_imgcontainer01a{
	width:510px;
	height:398px;
	position:relative;
	margin-top:15px;
	left:0;
	float:left;
}
.dlc_03_imgcontainer01b{
	width:376px;
	height:184px;
	position:relative;
	margin-top:15px;
	left:0;
	float:left;
}
.dlc_03_imgcontainer01c{
	width:291px;
	height:163px;
	position:relative;
	margin-top:15px;
	left:0;
	float:left;
}
.dlc_03_imgtext01b{
	width:380px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:3px 0 0 0px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.dlc_03_text01{
	width:900px;
	font-size:15px;
	font-weight:200;
	line-height:22px;
	position:relative;
	margin:5px 0 0 0;
	left:0px;
	color:#ff0;
	text-align:center;
	text-shadow:1px 1px 0 #404040;
	text-decoration:underline;
}



/*
cdinfo ---------------------*/

#cdinfo_01{
	position:relative;
	width:100%;	
}

.cdinfo_container{
	width:920px;
	margin:40px 0 0 320px;
}
.cdinfo_box01{
	width:900px;
	margin:40px 0 0 0px;
}

.cdinfo_text01{
	width:900px;
	font-size:36px;
	font-weight:200;
	line-height:36px;
	position:relative;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}
.cdinfo_img01{
	width:300px;
	height:300px;
	float:left;
}
.cdinfo_text02{
	width:580px;
	font-size:16px;
	font-weight:400;
	line-height:24px;
	margin:100px 0 0 10px;
	position:relative;
	float:left;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.cdinfo_text02 a:link{text-decoration:underline; color:#FF0;}
.cdinfo_text02 a:visited{text-decoration:underline; color:#FF0;}
.cdinfo_text02 a:hover{text-decoration:underline; color:#F00;}


/*
spec ---------------------*/

#spec_01{
	position:relative;
	width:100%;	
}
.spec_01_text01{
	width:900px;
	font-size:42px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:40px 0 0 320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}
.spec_01_text02{
	width:900px;
	font-size:20px;
	font-weight:400;
	line-height:30px;
	position:relative;
	margin:35px 0 0 320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}




/*
firstlimit ---------------------*/

#firstlimit_01{
	position:relative;
	width:100%;
	min-width:1260px;
	overflow:hidden;
}
#firstlimit_01_chara01{
	width:543px;
	height:986px;
	position:absolute;
	background-image:url(img/sub/firstlimit_chara01.png);
	top:0;
	right:0;
	z-index:1;
}
.firstlimit_01_text01{
	width:900px;
	font-size:42px;
	font-weight:200;
	line-height:42px;
	position:relative;
	margin:30px 0 0 320px;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
	z-index:2;
}
.firstlimit_01_text01b{
	font-size:16px;
	font-weight:200;
	line-height:26px;
	position:relative;
	margin:15px 0 0 5px;
	letter-spacing:-1px;
	font-weight:300;
	color:#ff2b2b;
	text-shadow:1px 1px 0 #404040;
}
.firstlimit_01_text02{
	width:900px;
	font-size:16px;
	font-weight:400;
	position:relative;
	line-height:24px;
	margin:5px 0 0 320px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
	z-index:2;
}
.firstlimit_01_text03{
	width:860px;
	font-size:16px;
	font-weight:400;
	position:relative;
	line-height:22px;
	margin:10px 0 0 340px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
	z-index:2;
}
.firstlimit_01_text04{
	width:900px;
	font-size:14px;
	font-weight:400;
	position:relative;
	line-height:20px;
	margin:5px 0 0 20px;
	color:#f00;
	text-shadow:1px 1px 3px #0d0509;
	z-index:2;
}
.firstlimit_01_text04 a:link{color:#f00; text-decoration:underline;}
.firstlimit_01_text04 a:visited{color:#f00; text-decoration:underline;}
.firstlimit_01_text04 a:hover{color:#ff0; text-decoration:underline;}

.firstlimit_01_img00{
	width:750px;
	height:422px;
	margin:10px 0 0 320px;
	border:1px solid #FFF;
	position:relative;
	z-index:10;
}

.firstlimit_imgcontainer01a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 0px;
	box-sizing:content-box;
}

.firstlimit_imgcontainer01a .imgtitle{
	width:450px;
	height:35px;
	text-align:center;
	font-size:22px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
	background-color:#ffffe7;
}

.firstlimit_imgcontainer01b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}

.firstlimit_imgcontainer01b .imgtitle{
	width:450px;
	height:35px;
	text-align:center;
	font-size:22px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
	background-color:#ffffe7;
}

.firstlimit_01_imgtext01a{
	width:450px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:12px 0 0 0px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.firstlimit_01_imgtext01b{
	width:450px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:12px 0 0 10px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}


.firstlimit_imgcontainer02a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 0px;
	box-sizing:content-box;
}

.firstlimit_imgcontainer02a .imgtitle{
	width:450px;
	height:35px;
	text-align:center;
	font-size:22px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
	background-color:#ffffe7;
}

.firstlimit_imgcontainer02b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}
.firstlimit_imgcontainer02b .imgtitle{
	width:450px;
	height:35px;
	text-align:center;
	font-size:22px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
	background-color:#ffffe7;
}

.firstlimit_01_imgtext02a{
	width:450px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:12px 0 0 0px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.firstlimit_01_imgtext02b{
	width:450px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:12px 0 0 10px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}


.firstlimit_imgcontainer03a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 0px;
	box-sizing:content-box;
}

.firstlimit_imgcontainer03a .imgtitle{
	width:450px;
	height:35px;
	text-align:center;
	font-size:22px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
	background-color:#ffffe7;
}

.firstlimit_imgcontainer03b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}
.firstlimit_imgcontainer03b .imgtitle{
	width:450px;
	height:35px;
	text-align:center;
	font-size:22px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
	background-color:#ffffe7;
}

.firstlimit_01_imgtext03a{
	width:450px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:12px 0 0 0px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.firstlimit_01_imgtext03b{
	width:450px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:12px 0 0 10px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}


.firstlimit_imgcontainer04a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 0px;
	box-sizing:content-box;
}

.firstlimit_imgcontainer04a .imgtitle{
	width:450px;
	height:35px;
	text-align:center;
	font-size:22px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
	background-color:#ffffe7;
}

.firstlimit_imgcontainer04b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}
.firstlimit_imgcontainer04b .imgtitle{
	width:450px;
	height:35px;
	text-align:center;
	font-size:22px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
	background-color:#ffffe7;
}

.firstlimit_01_imgtext04a{
	width:450px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:12px 0 0 0px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.firstlimit_01_imgtext04b{
	width:450px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:12px 0 0 10px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

.firstlimit_imgcontainer05a{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 0px;
	box-sizing:content-box;
}

.firstlimit_imgcontainer05a .imgtitle{
	width:450px;
	height:35px;
	text-align:center;
	font-size:22px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
	background-color:#ffffe7;
}

.firstlimit_imgcontainer05b{
	width:450px;
	min-width:253px;
	position:relative;
	float:left;
	font-size:0;
	line-height:0;
	border:1px solid #ffffe7;
	margin:10px 0 0 10px;
	box-sizing:content-box;
}

.firstlimit_imgcontainer05b .imgtitle{
	width:450px;
	height:35px;
	text-align:center;
	font-size:22px;
	line-height:35px;
	font-weight:300;
	color:#32321e;
	background-color:#ffffe7;
}

.firstlimit_01_imgtext05a{
	width:450px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:5px 0 0 0px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}
.firstlimit_01_imgtext05b{
	width:450px;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	position:relative;
	float:left;
	margin:5px 0 0 10px;
	color:#fff;
	text-shadow:1px 1px 3px #0d0509;
}

#tag iframe{
	display:none;
}
.chara_quote {
	font-size: 25px;
}
.chara_sophie {
	color: #F80020;
}
.chara_plachta {
	color: #63A4FC;
}
.chara_monika {
	color: #64C263;
}
.chara_oskar {
	color: #EC5546;
}
.chara_corneria {
	color: #FA8AED;
}
.chara_harol {
	color: #8982F2;
}
.chara_horst {
	color: #F9677D;
}
.chara_julio {
	color: #7196D6;
}
.chara_fritz {
	color: #78BD6E;
}
.chara_leon {
	color: #DBB0FD;
}
.chara_meklet {
	color: #F958AC;
}
.chara_atomina {
	color: #FCD477;
}
.chara_tess {
	color: #ACFFF3;
}
.chara_pamela {
	color: #BD7FFC;
}
.chara_elise {
	color: #FA78CD;
}
.chara_logy {
	color: #98A1FC;
}
.chara_name_line {
	background-color: #fff;
	height: 1px;
	width: 100%;
}
.chara_name {
	padding-left: 40px;
}
.chara_spec {
	background-color: #FFFFE8;
	color: #32321F;
	padding-left: 40px;
}
.chara_desc {
	color: #fff;
	padding-left: 40px;
}