/*base*/

/* 各ブラウザの標準スタイルの破棄'
---------------------------------------------------------------------------- */
/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}legend{color:#000}


/*link*/

a {
	color:#ff6600;
	text-decoration:none;
}

a:hover {
	color:#ff6600;
	text-decoration:underline;
}


/*layout*/

html {
}

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:100%;
	line-height:2.0;
	color:#000;
	text-align:center;
	background:url(../img/bg.png) repeat-y fixed top center #ff5f59;
	-webkit-text-size-adjust: 100%;
}

header,
footer,
section {
	width:970px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

section {
	background:url(../img/bg_section.png) repeat-x;
	padding-bottom:30px;
}

header {
	z-index:100;
}

img {
	vertical-align:bottom;
}

a img:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

header img#header_dash {
	position:absolute;
	top:0;
	left:0;
}

header ul {
	position:absolute;
	top:19px;
	left:100px;
}

header ul li {
	float:left;
}


@media screen and (max-width: 970px){
h2 {
	width:100%;
	overflow:hidden;
}
h2 img {
	width:180%;
}
p img {
	width:100%;
}
}


footer {
	background:#000;
	height:80px;
	z-index:100;
	position:relative;
}

footer #copyright {
	text-align:left;
	font-size:10px;
	color:#FFF;
	padding:5px 12px;
}

footer a,
footer a:hover {
	color:#FFF;
	text-decoration:underline;
}

.twitter-share-button {
	float:right;
	margin:10px;
}


.pagetop {
	background:#000;
	width:55px;
	height:46px;
	position:fixed;
	right:0;
	bottom:80px;
	z-index:1000;
	display:none;
}


@media screen and (max-width: 970px){


footer {
	height:200px;
}

footer #copyright {
	text-align:left;
	font-size:3vw;
	color:#FFF;
	padding:5px 12px;
}

.twitter-share-button {
	float:right;
}


.pagetop {
	background:#000;
	width:90px;
	height:90px;
	position:fixed;
	right:0;
	bottom:0;
	z-index:1000;
	display:none;
}

.pagetop img {
	width:100%;
}
}



/* top */

#top_books {
	background:url(../img/book_head.png) no-repeat 15px 0px #35b3ff;
}

#top_books ul {
	margin-left:65px;
}

#top_books ul li {
	display:inline-block;
	margin:0 5px;
	padding-bottom:10px;
}

#top_copy {
	position:absolute;
	top:475px;
	left:10px;
}

#toptw {
	position:absolute;
	top:290px;
	left:20px;
	background:#292f33;
	border-radius:5px;
	width:250px;
	height:210px;
	border:5px solid #FFF;
}


@media screen and (max-width: 970px){
}



/* intro */

#intro p {
	font-size:18px;
	padding:0 50px 50px;
}


@media screen and (max-width: 970px){
#intro p {
	font-size:4.375vw;
	padding:0 50px 50px;
	line-height:1.8;
}
}





/* chara */

#chara {
}

#chara p {
	text-align:center;
}

#chara ul {
	overflow:hidden;
	background:url(../img/bg_chara.png);
	padding-left:20px;
	margin-top:30px;
}

#chara ul li {
	float:left;
	padding:0 4px;
}


@media screen and (max-width: 970px){

#chara ul {
	background:none;
	padding-left:0;
}

#chara ul li {
	float:left;
	background:url(../img/bg_chara.png) repeat-x;
	width:33%;
	padding:0;
	text-align:center;
}
#chara ul li img {
	width:90%;
	margin:0 5%:
}
}





/* comic */

#comic {
	overflow:hidden;
}

.comic_image {
}


@media screen and (max-width: 970px){

.comic_copy {
	position:relative;
	top:0;
	left:0;
}

.comic_image {
	float:none;
	padding-right:0;
	margin-top:0;
	margin-left:20px;
}
}



/* rec */

#rec {
	overflow:hidden;
}

#rec p {
	text-align:center;
}

#rec p.rec_box {
	text-align:left;
	font-size:18px;
	line-height:1.6;
	margin:15px 50px 38px;
	padding:15px 20px;
	background:#5fa3d3;
	color:#FFF;
	border:4px solid #ceeafd;
	border-radius:10px;
	position:relative;
}

#rec p.rec_box:after {
	content: url(../img/rec_arrow.png);
	position:absolute;
	right:30px;
	bottom:-49px;
}

#rec p.rec_box strong {
	font-size:22px;
	font-weight:bold;
	color:#ffff00;
	line-height:1.2;
}


@media screen and (max-width: 970px){
#rec p.rec_box {
	text-align:left;
	font-size:4.375vw;
	line-height:1.6;
	margin:25px 50px 50px;
	padding:30px 35px;
	background:#5fa3d3;
	color:#FFF;
	border:4px solid #ceeafd;
	border-radius:30px;
	position:relative;
}

#rec p.rec_box:after {
	content: url(../img/rec_arrow.png);
	position:absolute;
	right:30px;
	bottom:-58px;
}

#rec p.rec_box strong {
	font-size:4.375vw;
	font-weight:bold;
	color:#ffff00;
	line-height:1.2;
}
}



/* ss */

#ss {
	overflow:hidden;
}

#ss p {
	text-align:center;
}

#ss .ss_box {
	background:url(../img/bg_ss.png) no-repeat;
	width:886px;
	height:687px;
	margin:15px auto 30px;
}

#ss .ss_boxc {
	padding-top:160px;
}

#ss .ss_box p {
	font-size:16px;
	padding:0 20px;
	text-align:left;
	height:440px;
	overflow:auto;
	margin:0 75px;
}


@media screen and (max-width: 970px){
#ss .ss_box {
	background:url(../img/bg_ss_sp.png) no-repeat;
	width:886px;
	height:1083px;
	margin:15px auto 30px;
}

#ss .ss_boxc {
	padding-top:250px;
}

#ss .ss_box p {
	font-size:4.375vw;
	line-height:1.6;
	padding:0 20px;
	text-align:left;
	height:720px;
	overflow:auto;
	margin:0 75px;
}
}




/* animation */

#anime {
	overflow:hidden;
	background:url(../img/anime_bg.jpg) no-repeat right bottom #b9f0aa;
	min-height:850px;
}

.anime_copy {
	margin:0 0 0 25px;
}


@media screen and (max-width: 970px){

#anime {
	background:url(../img/anime_bg.jpg) no-repeat center bottom #b9f0aa;
	background-size:contain;
	padding-bottom:132%;
}

}
