/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}


/* Clearfix */
.cf:before,
.cf:after { content:"";display:table; }
.cf:after { clear:both; }
.cf { zoom:1;}
.clear {
	clear: both;
	height: 0px;
}


/* Base Style */
body {
	font-weight: normal;
	color:#333;
	-webkit-font-smoothing: antialiased;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	line-height: 150%;
}

h1,h2,h3{font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;font-weight:bold;text-transform: uppercase;}
h4,h5,h6{font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;font-weight:bold;}
h4{ font-size:20px; margin:1em 0 0; }
p{min-height:1px;}
strong{font-weight:bold;}
hr{background: #333;border: 0;height: 2px;margin: 12px auto 8px;width: 60px;}

a {
	color:#14C7F0;
	text-decoration:none;
}

a:hover{
	color:#FFAD38;
	text-decoration:underline;
}


.curtains>li {
	box-shadow:0 0 12px #666;
	background-color: #FFF;
}
.curtains>li:last-child{box-shadow:none}


#global {
	display: block;
	width: 595px;
	margin-right: auto;
	margin-left: auto;
}
#global li {
	display: block;
	float: left;
	height: 85px;
	width: 85px;
}


/* MENU */
.menu
{
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.menu li
{
	padding: 10px;
	background-color: #633932;
}
.menu li a
{
	color: #ffffff;
	text-decoration: none;
}
.menu li a:hover
{
	color: #FFCC00;
	text-decoration: none;
}


/* Section 1 */

#section-1{
	background-size:cover;
	background-image: url(../img/top_mu4.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

    #section-1 header{
	color:#FFF;
	position:absolute;
	top:10%;
	left:50%;
	width:700px;
	text-align:center;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	line-height:1.1;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -350px;
    }

    #section-1 h1{
	font-size:120px;
    }

    #section-1 h2{
        text-transform:capitalize;
        opacity:.75;
        font-size:48px;
    }

/* Section 2 */
#section-2{
	background-image: url(../img/bg_news.jpg);
}

/* Section 3 */
#section-3{
	background-size:cover;
	background-image: url(../img/bg_story.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

/* Section 4 */
#section-4{
	background-size:cover;
	background-image: url(../img/bg_character.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

/* Section 5 */
#section-5{
	background-size:cover;
	background-image: url(../img/bg_graphic.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

/* Section 6 */
#section-6{
	background-size:cover;
	background-image: url(../img/bg_download.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

/* Section 7 */
#section-7{
	background-size:cover;
	background-image: url(../img/bg_special.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

/* Section 8 */
#section-8{
	background-size:cover;
	background-image: url(../img/bg_spec.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.fixed{
	position: fixed;
	bottom: 0px;
	width: 100%;
}

		
		
.conInner {
	background-image: url(../img/bg_contents.png);
	background-repeat: repeat-y;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	padding-top: 10px;
}
.newsInner {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	padding-top: 10px;
	position: relative;
}
.newsInner .newCon {
	position: absolute;
	top: -8px;
	z-index: 10;
	left: 22px;
}

.specInner {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

.cgInner {
	width: 960px;
	margin-left: 20px;
	height: 680px;
}


.mHead {
	width: 980px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_contents_head.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 69px;
}

.mHead2 {
	width: 980px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	height: 69px;
}

.mHead h3,.mHead2 h3 {
	background-repeat: no-repeat;
	display: block;
	height: 69px;
	width: 326px;
	text-indent: -9999px;
	float: left;
	margin-left: 10px;
}

.pageNavi {
	display: block;
	float: right;
	margin-right: 10px;
	margin-top: 11px;
}
.pageNavi li {
	display: block;
	float: left;
	height: 35px;
	width: 90px;
}
.tNews {
	background-image: url(../img/title_news.png);
}
.tStory {
	background-image: url(../img/title_story.png);
}
.tCharacter {
	background-image: url(../img/title_character.png);
}
.tGraphic {
	background-image: url(../img/title_graphic.png);
}
.tDownload {
	background-image: url(../img/title_download.png);
}
.tSpecial {
	background-image: url(../img/title_special.png);
}
.tSpec {
	background-image: url(../img/title_spec.png);
}
.prologue {
	clear: both;
	line-height: 250%;
	padding-top: 20px;
	padding-left: 30px;
	color: #633932;
	text-align: center;
}
.midashi1 {
	font-size: 18px;
	font-weight: bold;
}
.specL {
	display: block;
}

.specL li {
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #633932;
	padding-top: 5px;
}
.specA1 {
	background-image: url(../img/spec_anchr01.gif);
	height: 29px;
}
.specA2 {
	background-image: url(../img/spec_anchr02.gif);
	height: 29px;
}
.specA3 {
	background-image: url(../img/spec_anchr03.gif);
	height: 29px;
}
.specA4 {
	background-image: url(../img/spec_anchr04.gif);
	height: 29px;
}
.specA5 {
	background-image: url(../img/spec_anchr05.gif);
	height: 29px;
}
.specA6 {
	background-image: url(../img/spec_anchr06.gif);
	height: 29px;
}
.specA7 {
	background-image: url(../img/spec_anchr07.gif);
	height: 29px;
}
.specA8 {
	background-image: url(../img/spec_anchr08.gif);
	height: 29px;
}
.specA9 {
	background-image: url(../img/spec_anchr09.gif);
	height: 29px;
}
.specA10 {
	background-image: url(../img/spec_anchr10.gif);
	height: 29px;
}
.specA11 {
	background-image: url(../img/spec_anchr11.gif);
	height: 29px;
}
.specA12 {
	background-image: url(../img/spec_anchr12.gif);
	height: 29px;
}

.specA13 {
	height: 29px;
	list-style-image: url(../img/spec_anchr13.gif);
}
.specA14 {
	background-image: url(../img/spec_anchr14.gif);
	height: 29px;
}
.specA15 {
	background-image: url(../img/spec_anchr15.gif);
	height: 29px;
}
.specA16 {
	background-image: url(../img/spec_anchr16.gif);
	height: 29px;
}
.specA17 {
	background-image: url(../img/spec_anchr17.gif);
	height: 29px;
}
.specA18 {
	background-image: url(../img/spec_anchr18.gif);
	height: 29px;
}
.specA19 {
	background-image: url(../img/spec_anchr19.gif);
	height: 29px;
}
.specA20 {
	background-image: url(../img/spec_anchr20.gif);
	height: 29px;
}
.specA21 {
	background-image: url(../img/spec_anchr21.gif);
	height: 29px;
}
.specA22 {
	background-image: url(../img/spec_anchr22.gif);
	height: 29px;
}



#coming {
	display: block;
	height: 367px;
	width: 417px;
	margin-top: 130px;
	margin-left: 350px;
}
.newsA {
	background-image: url(../img/bg_rireki.png);
	background-repeat: no-repeat;
	float: left;
	height: 701px;
	width: 453px;
}
.newsB {
	float: right;
	width: 506px;
}


/* scroll panel */
.scroll {
    margin: 0 0 50px 0;
}
.scroll,
.scroll-pane {
	overflow: auto;
	width: 430px;
	height: 620px;
	margin-left: 10px;
	margin-top: 55px;
}
.scroll-pane .jspVerticalBar {
    width: 8px;
}
.scroll-pane .jspTrack{
    background: #BAE8FE;
}
.scroll-pane .jspDrag{
    background: #029BE2;
}
.newsBana {
	display: block;
}
.newsBana li {
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}

.shareB {
	display: block;
	margin-left: 0px;
	clear: both;
}
.shareB li {
	display: block;
	margin: 0px;
}
.specAnc {
	width: 200px;
}
.specDt {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #300;
	padding-bottom: 5px;
}

dl {
	font-size: 12px;
	line-height: 150%;
	color: #300;
	font-weight: bold;
}
dl dt {
	width: 185px;
	clear: both;
	float: left;
	padding-bottom: 10px;
}
dl dd {
	padding-left: 10px;
	padding-bottom: 10px;
	margin-left: 195px;
}
.specbg {
	width: 920px;
	height: 680px;
}.spDt {
	font-size: 10px;
	color: #F60;
	display: block;
	padding-bottom: 0px;
}
.spDd {
	font-size: 14px;
	line-height: 150%;
	color: #666;
	display: block;
	padding-bottom: 10px;
	padding-left: 10px;
}
.spBox1 {
	float: left;
	width: 440px;
	margin-right: 10px;
	margin-left: 10px;
}
.spAt {
	font-size: 12px;
	line-height: 150%;
	color: #666;
	clear: both;
	padding-left: 10px;
	padding-top: 10px;
}
#dmm {
	background-image: url(../img/p_dmm_dl.jpg);
	background-repeat: no-repeat;
	height: 230px;
	width: 980px;
}
#dmm ul {
	display: block;
	margin-left: 16px;
	padding-top: 109px;
	width: 705px;
	float: left;
}
#dmm ul li {
	display: block;
	float: left;
	height: 95px;
	width: 136px;
	margin-right: 5px;
}

#dmm ul li a {
	display: block;
	height: 95px;
	width: 136px;
	text-indent: -9999px;
}

.dmmList1 a:hover {
	background-image: url(../img/b_dmm_dl01_o.jpg);
}
.dmmList2 a:hover {
	background-image: url(../img/b_dmm_dl02_o.jpg);
}
.dmmList3 a:hover {
	background-image: url(../img/b_dmm_dl03_o.jpg);
}
.dmmList4 a:hover {
	background-image: url(../img/b_dmm_dl04_o.jpg);
}
.dmmList5 a:hover {
	background-image: url(../img/b_dmm_dl05_o.jpg);
}
#dmm2 {
	height: 188px;
	width: 235px;
	float: right;
	margin-right: 16px;
	padding-top: 16px;
}


.mCd {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: center;
}

.modal { position:fixed; display:none; z-index:9999; top:40%; left:50%; width:400px; height:200px; margin:-120px 0 0 -220px; padding:20px; text-align:center; }
.modal p {
	margin-bottom:10px;
	font-size: 12px;
	line-height: 180%;
}
.modal p strong {
	font-weight: bold;
	color: #C00;
}

.modal a {
	cursor:pointer;
}
#sup {
	background-image: url(../img/p_support_bg.jpg);
	background-repeat: no-repeat;
	height: 110px;
}
#sup ul {
	display: block;
	margin-left: 830px;
	padding-top: 20px;
}
#sup ul li {
	display: block;
	float: left;
	height: 60px;
	width: 60px;
	margin-right: 10px;
}
#sup ul li a {
	display: block;
	height: 60px;
	width: 60px;
	text-indent: -9999px;
}
.supList1 a:hover {
	background-image: url(../img/b_support01_o.gif);
}
.supList2 a:hover {
	background-image: url(../img/b_support02_o.gif);
}
