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

html.home,body#home{
	width:100%;
	height:105%;
	overflow:auto;
}

header{
	width:100%;
	height:78px;
	background:url(../img/common/head_ipad.png) no-repeat bottom center;
	background-size:cover;
	margin:0 auto;
}

header ul{
	text-align:center;
	padding-top:4px;
}

header ul li {
	display:inline-block;
}

header ul li a{
	display:inline-block;
	width:105px;
	background:url(../img/common/bg_hdBtn.png) no-repeat center center;
	padding:21px 0;
	position: relative;
}

header ul li.current a:before{
	content:url(../img/common/navi_current.png);
	display:inline-block;
	position:absolute;
	top:18px;
	left:-3px;
}

header ul li a:hover:before{
	content:url(../img/common/navi_current.png);
	display:inline-block;
	position:absolute;
	top:18px;
	left:-4px;
}

.pcOnly{display:block;}
.spOnly{display:none;}



/*-------------------------------------
				TopPage
---------------------------------------*/

section.main{
    width: 100%;
   	background: url(../img/top/main.png) no-repeat center top;
   	background-size: 125%;
	margin: 0 auto;
}

section.main .inner{
	width:98%;
	margin:135px auto 0;
}

section.main h1{
	position:relative;
	top:30px;
	width:65%;
	margin:0 auto;
	text-align:center;
}

section.main h1 img{
	max-width:100%;
}


section.main ul.appBtn{
	width:305px;
	margin:30px auto 0;
}

section.main ul.appBtn li{
	float:left;
}

section.main ul.appBtn li:last-child{
	float:right;
}

section.main dl.btmCont{
	background:url(../img/top/bg_btmCont_ipad.png) no-repeat top center;
	background-size:cover;
	width:240px;
	height:240px;
	float:left;
	margin-right:15px;
}

section.main dl.btmCont:last-child{
	margin-right:0;
}

section.main dl.btmCont dt{
	text-align:center;
	width:60%;
	margin:0 auto;
	position: relative;
	top:-15px;
}

section.main dl.btmCont dt img{ 
	max-width:100%;
}

section.main dl.btmCont dd{
	margin:20px;
	margin-top:0px;
	height:164px;
	overflow:auto;
	background:#fff;
}

section.main dl.btmCont dd ul li{
	padding:3px 0 5px;
	margin:5px 10px;
	border-bottom:dashed #000 1px;
}

section.main dl.btmCont dd ul li:last-child{
	border-bottom:0;
}

section.main dl.btmCont dd.tw{
	height:140px;
}

section.main dl.btmCont dd.follow{
    width: auto;
    text-align: center;
    margin: -13px AUTO 50px;
    /* border: 2px solid #1b95e0; */
    display: BLOCK;
    height: auto;
    border-radius: 4PX;
    background: none;
    padding-bottom:40px;
}

#youtubeWdw{padding:30px;}


/*////////////----------NEWS----------////////////*/

section.news{
	width:98%;
	background: url(../img/news/bg_cont.png) no-repeat center top;
	background-size:cover;
	margin: 90px auto 0;
	height:613px;

}

section.news h1{
	text-align:center;
	top:-25px;
	position:relative;
		z-index:1000;
}

section.news .inner{
	text-align:center;
	width:90%;
	height:470px;
	overflow:auto;
	margin:0 auto 0;
}

section.news .inner dl{
	display:table;
	width:100%;
	text-align:left;
	font-size:16px;
	border-bottom: 1px dashed #000;
}

section.news .inner dl dt{
	display:table-cell;
	width:20%;
	font-weight:bold;
	padding:3% 0;
}

section.news .inner dl dd{
	display:table-cell;
	width:80%;
	padding:3% 0;

}


/*////////////----------STORY----------////////////*/

section.story{
	width:98%;
	background: url(../img/story/bg_cont.png) no-repeat center top;
	margin: 90px auto 0;
	height:500px;
	background-size:contain;
}

section.story h1{
	text-align:center;
	top:-25px;
	position:relative;
	z-index:1000;
}

section.story .inner{
	text-align:center;
	width:90%;
	height:320px;
	overflow:auto;
	margin:0 auto 0;
}


/*////////////----------charactor----------////////////*/

section.charactor{
	width:98%;
	background: url(../img/charactor/bg_cont.png) no-repeat center top;
	margin: 90px auto 0;
	height:500px;
	background-size:contain;

}

section.charactor h1{
	text-align:center;
	top:-25px;
	position:relative;
	z-index:1000;
}

section.charactor h2{
	text-align:left;
	margin-bottom:20px;
}

section.charactor .inner{
	text-align:center;
	width:90%;
	margin:0 auto 0;
}

section.charactor .inner#scroll{
	height:320px;
	overflow:auto;
}

section.charactor .inner .box{
	display:table;
	width:100%;
	text-align:center;
	margin-bottom:50px;
}

section.charactor .inner .box.mainc{
	width:70%;
	margin:0 auto 50px;
}

section.charactor .inner .box.subc{
	width:70%;
	margin:0 auto 50px;
}

section.charactor .inner .box .ch{
	display:table-cell;
	text-align:center;
}

.chDetail{
	width:auto;
	margin:0 auto 0;
}

.chDetail h2{
	text-align:center;
	margin-bottom:10px;
	margin-top:20px;
}

.chDetail .inner {
	margin:0px auto 0;
	display:table;
	width:800px;
	text-align:center;
}

.chDetail .inner .txt{
	display:table-cell;
	text-align:left;
	vertical-align:middle;
}

.chDetail .inner .txt img{
	margin-top:;
}

.chDetail .inner .img{
	text-align:center;
	width:300px;
	display:table-cell;
}

/*////////////----------SYSTEM----------////////////*/

section.system{
	width:98%;
	background: url(../img/charactor/bg_cont.png) no-repeat center top;
	margin: 90px auto 0;
	height:500px;
	background-size:contain;
}

section.system h1{
	text-align:center;
	top:-25px;
	position:relative;
	z-index:1000;
}

section.system #scroll{
	width:100%;
	margin:0 auto 0;
	overflow:auto;
	height:320px;
}

section.system .inner{
	text-align:center;
	width:90%;
	margin:0 auto 0;
}

section.system .inner:last-child{
    margin-top: 60px;
}

section.system .inner .secBox{
	width:44%;
	position:relative;
	text-align:left;
}

section.system .inner .secBox p img{
	max-width:100%;
}

section.system .inner a{
	color:#000;
}

section.system .inner .secBox#sec01:after{
	content:url(../img/system/ar_right.png);
	display:block;
	position:absolute;
	right:-45px;
	top:130px;
}

section.system .inner .secBox#sec02:after{
	content:url(../img/system/ar_bt.png);
	display:block;
	position:absolute;
	left:170px;
	bottom:-50px;
}

section.system .inner .secBox#sec03:after{
	content:url(../img/system/ar_left.png);
	display:block;
	position:absolute;
	left:-45px;
	top:130px;
}

section.system .inner .secBox#sec04:after{
	content:url(../img/system/ar_top.png);
	display:block;
	position:absolute;
	left:170px;
	top:-50px;
}

.secBoxdetail{
	text-align:left;
	color:#fff;
	width:800px;
	margin:0 auto;
	font-size:18px;
}

.secBoxdetail p{
	margin-bottom:30px;
	text-align:center;
}



footer{
	margin-top:100px;
	position:;
}

#home footer{
	margin-top:100px;
	position:relative;
}


section.main .bns {
    width: 100%;
    margin: 0 auto;
}

section.main .bns ul{
	display: block;
	width: 100%;
	position: relative;
}

section.main .bns ul li{
	vertical-align: bottom;
	display: block;
	width: 478px;
	height: 345px;
	margin: 0 auto 20px;
	text-align: center;
	position: relative;
}

section.main .bns ul li p{
	position: absolute;
	top:0;

}

section.main .bns ul li .btns{
	position: absolute;
	top:auto;
	bottom: 32px;
	width: 100%;
	text-align: center;
}

section.main .bns ul li .btns a{
	display: block;
	margin-bottom:10px;
}

section.main .bns ul li .twBtn{
	position: absolute;
	bottom:-5px;
	width: 100%;
	text-align: center;
}
