

#all {
	background: #000;
	background-image: url("../images/bg.png");
	background-attachment: fixed;
	background-repeat: repeat-xy;
	background-position: 0% 0%;
	line-height: 1.8;
	/*min-width: 895px;*/
}
h2 {
	text-align: center;
	margin: 0;
	width: 100%;
}

/* header*/
#header {
	width: 100%;
	height: 1185px;
	position: relative;
	background-image: url("../images/header_bg.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 50% -200px;
	overflow: hidden;
	text-align:center;
}

#header a:hover img{
	filter:alpha(opacity=50);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#header .header-area {
	margin:0 auto;
	width: 895px;
	position: absolute;
	top: 10px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
}
#header .header-area h1 {
	width: 100%;
	margin: 0;
	color: #fff;
	text-align: right;
}
#header .header-area ul.btn{
	text-align: center;
	margin:30px auto 20px;
}
#header .header-area ul.btn li{
	display: inline-block;
	margin:0 10px;
	vertical-align: top;
}
#header .header-are.anime-banner,
#header .header-area .collabo-banner{
	width: 100%;
	text-align: center;
}
#header .header-area .collabo-banner{
	margin-top:15px;
}

#header .header-area .anime-banner img,
#header .header-area .collabo-banner img{
	border: 5px solid #fff;
}
#header:before {
	background: #38fec9;
	content: "";
	position: absolute;
	height: 250px;
 	width: 300%;
	bottom: -200px;
	left: -100%;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

/* ���炷�� */
.contents1 {
	background: #38fec9;
	position: relative;
	height: 105px;
	text-align:center;
}
.contents1 h2 {
	position: absolute;
	top: -10px;
}

/*----------------------------------------
	�l���Љ�
-----------------------------------------*/
.contents2 {
	height:1000px;
	position: relative;
	overflow: hidden;
	text-align:center;
}
.contents2 .chara-area {
	margin:0 auto;
	width: 895px;
	position: absolute;
	top: 120px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
}
.contents2 .chara-area h2 {
	text-align:left;
	margin:-50px 0 5px;
}
.contents2 .chara-area ul.chara{
	text-align: center;
}
.contents2 .chara-area ul.chara li{
	margin-bottom: 10px;
}
.contents2:after {
	background: #38fec9;
	content: "";
	position: absolute;
	height: 250px;
	width: 300%;
	top: -200px;
	left: -100%;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
.contents2:before {
	background: #38fec9;
	content: "";
	position: absolute;
	height: 250px;
 	width: 300%;
	bottom: -200px;
	left: -100%;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
	z-index: 0;
}

/*----------------------------------------
	����
-----------------------------------------*/
.contents5{
	position: relative;
	background: #38fec9;
	text-align:center;
	height: 565px;
}
.contents5 .weapon-area {
	margin:0 auto;
	width: 895px;
	margin: auto;
	position: absolute;
	top: -25px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.contents5 .weapon-area h2 {
	text-align:left;
	margin:-20px 0 5px 0;
}
.contents5 .weapon-area ul{
	text-align: left;
}
.contents5 .weapon-area ul li{
	display: inline-block;
	padding:5px;
	background: #2e2e2e;
	margin:0 0 3px 0;
	width:48.6%;
}
.contents5 .weapon-area .l-area{
	margin-right:5px;
}
.contents5 .weapon-area ul li .weapon-img{
	width:100%;
	margin-bottom:5px;
}
.contents5 .weapon-area ul li .weapon-img:hover {
  text-decoration: none;
  opacity: .7;
}
.contents5 .weapon-area ul li .p_img{
	float:right;
	margin:0 0 0 3px;
	width:70px;
}
.contents5 .weapon-area ul li .weapon_text{
	color:#fff;
}
.contents5 .weapon-area .copy{
	color:#2e2e2e;
	text-align:right;
	font-size:11px;
}

/*----------------------------------------
	����
-----------------------------------------*/
.contents6 {
	height:2580px/*1880px*/;
	position: relative;
	overflow: hidden;
	text-align:center;
}
.contents6 .ep-area {
	margin:0 auto;
	width: 895px;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
}
.contents6 .ep-area h2 {
	margin:50px 0 5px;
	text-align:left ;
}
.contents6:after {
	background: #38fec9;
	content: "";
	position: absolute;
	height: 250px;
	width: 300%;
	top: -200px;
	left: -100%;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
.contents6:before {
	background: #38fec9;
	content: "";
	position: absolute;
	height: 250px;
 	width: 300%;
	bottom: -200px;
	left: -100%;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
	z-index: 0;
}
.contents6 .ep-area ul.ep{
	text-align: center;
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.contents6 .ep-area ul.ep li{
	position: relative;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	padding:5px;
	background: #38fec9;
	margin:0 0 5px 0;
	width:48.6%;
}
.contents6 .ep-area ul.ep .l-area{
	margin-right:5px;
}
.contents6 .ep-area ul.ep li .book_ttl{
	background: #2e2e2e;
	color:#fff;
	font-size: 18px;
	line-height: 21px;
	font-weight:bold;
	padding:5px;
	margin-bottom:5px;
}
.contents6 .ep-area ul.ep li .book_img{
	float:left;
	margin:0 8px 0 2px;
}
.contents6 .ep-area ul.ep li .book_img img{
	width:180px;
	border:1px solid #fff;
}
.contents6 .ep-area ul.ep li .book_img img:hover {
  text-decoration: none;
  opacity: .7;
}
.contents6 .ep-area ul.ep li .book_text{
	font-size: 14px;
	line-height: 15px;
	color:#2e2e2e;
}

/*���߂��ǂ݃{�^��*/
.contents6 .ep-area ul.ep li .book_text .btn {
  position: absolute;
  bottom: 15px;
  right: 20px;
	display: block;
	margin: 15px 0 0 ;
	padding: 12px 25px;
	border-radius: 1px;
	background: #ff0000;
	color: #fff;
	text-align: center;
	font-size:15px;
	font-weight:bold;
	text-decoration: none;
}
/*.contents6 .ep-area ul.ep li .book_text .btn:after {
  position: absolute;
  top: 15px;
  right: 18px;
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}*/
.contents6 .ep-area ul.ep li .book_text .btn:hover {
  text-decoration: none;
  opacity: .7;
}
.contents6 .ep-area ul.ep li .book_text .btn .btn-text {
  font-size: 13px;
}


/*�R�~�b�N�X*/
.contents6 .ep-area .comic-area{
	background: #ffafb7;
	margin:5px 0 0;
	padding:5px 0 15px 100px;
	height:auto;
}
.contents6 .ep-area .comic-area .comic-img{
	float: left;
	margin:12px 15px 0;
}
.contents6 .ep-area .comic-area .comic-img img{
	width:170px;
	border:1px solid #fff;
}
.contents6 .ep-area .comic-area .comic-img img:hover {
  text-decoration: none;
  opacity: .7;
}
.contents6 .ep-area .comic-area .comic-text{
	text-align:left;
	margin:10px 25px 0 20px;
}
.contents6 .ep-area .comic-area .comic-text .comic-topic{
	background: #2e2e2e;
	color:#fff;
	padding:3px;
	margin:5px;
	font-size: 17px;
	font-weight:bold;
}

/*���߂��ǂ݃{�^��*/
.contents6 .ep-area .comic-area .btn {
	position: relative;
	display: block;
	margin: 14px 0 0 180px;
	padding: 10px 0;
	width: 330px;
	border-radius: 1px;
	background: #ff0000;
	color: #fff;
	text-align: center;
	font-size:15px;
	font-weight:bold;
	text-decoration: none;
}
/*.contents6 .ep-area .comic-area .btn:after {
  position: absolute;
  top: 15px;
  right: 18px;
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}*/
.contents6 .ep-area .comic-area .btn:hover {
  text-decoration: none;
  opacity: .7;
}
.contents6 .ep-area .comic-area .btn .btn-text {
  font-size: 13px;
}


/* �p�� */
.contents3 {
	background: #38fec9;
	height:462px;
	position: relative;
	text-align:center;
}
.contents3 .word-area {
	margin:0 auto;
	width: 895px;
	position: absolute;
	top: 110px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
}
.contents3 .word-area ul.word{
	text-align: center;
}
.contents3 .word-area ul.word li{
	display: inline-block;
	margin:0 3px 5px 0;
	vertical-align: top;
}
.contents3 h2 {
	text-align:left;
	margin:-160px 0 5px;
}

/* �t�b�^�[�{�^�� */
.contents4 {
	height:155px;
	position: relative;
	overflow: hidden;
	text-align:center;
}
.contents4 a:hover img{
	filter:alpha(opacity=50);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.contents4 ul.btn{
	text-align: center;
	padding-top:85px;
}
.contents4 ul.btn li{
	display: inline-block;
	margin:0 10px;
	vertical-align: top;
}
.contents4:before {
	background: #38fec9;
	content: "";
	position: absolute;
	height: 250px;
	width: 300%;
	top: -200px;
	left: -100%;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
.banner-sao {
	text-align: center;
	margin:20px auto 0px;
	padding-bottom: 30px;
}
.banner-sao img{
	border: 1px solid #fff;
}
.banner-sao a:hover img{
	filter:alpha(opacity=50);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/* �t�b�^�[ */
.inlineBox {
	background: #fff;
	height: 320px;
	padding: 20px;
	color: #666;
	text-align: center;
}
.inlineBox .ttl_kounyu {
	border-bottom: 1px dotted #666;
	padding: 15px;
	font-weight: bold;
	font-size: 30px;
	color: #333;
	text-align: center;
}
#footer {
	border-top:3px solid #31a4ab;
	background: #000;
	padding: 20px 0 0;
}
#copy {
	text-align: center;
	color: #fff;
	padding: 30px 0;
}
#btnKikan {
	margin: 30px 0 0;
}
#btnKikan span {
	background: url(../images/iconA.png) left center no-repeat;
	padding: 0 0 0 30px;
	margin: 0 0 0 -30px;
}
#btnKikan a {
	display: block;
	text-align: center;
	padding: 13px 0;
	background: #31a4ab;
	color: #fff;
	font-size: 24px;
}
#btnKikan a:hover {
	display: block;
	text-align: center;
	padding: 13px 0;
	background: #3fd0d9;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
}
.footNav {
	text-align: center;
	color: #fff;
	padding: 15px 0 0;
}
.footNav a {
	color: #fff !important;
}
.footNav a:hover {
	color: #fff !important;
	text-decoration: underline;
}
.footNav ul.listA {
	width: 830px;
	margin: 0 auto;
	overflow: hidden;
}
.footNav ul.listB {
	width: 955px;
	margin: 0 auto;
	overflow: hidden;
}
.footNav ul {
	border-right: 1px solid #ccc;
}
.footNav li {
	float: left;
	border-left: 1px solid #ccc;
	padding: 0 20px;
}

/* ����A���Ѓy�[�W�{�^���p */
#btnArea {
	overflow:hidden;
	position:absolute;
	bottom:22px;
	text-align:center;
}
#btnArea .bookbtn {
}

#btnArea li{
	float:left;
	width:465px;
	padding:0 3px;
	margin-bottom:20px;
}

#btnList_btm ul{
	overflow:hidden;
}

#btnList_btm li{
	float:left;
	width:308px;
	margin-top:20px;
	padding:0 3px 0 2px;
}