@charset "utf-8";

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5;
	font-size: 14px
}

/* Clearfix */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.pcTxt{display:none;}

/* pc style
--------------------------*/
@media screen and (min-width : 960px) {
.spNone{display: block;	}
.spPhoto{display: none;	}
.pcTxt{display:inline;}

#container {
	position: relative;
	background: url(../img/bg02.png) repeat top left;
}
#containerInner {
	background:
		url(../img/bg03.jpg) no-repeat top center,
		url(../img/bg01.png) repeat-x top left;
}
#container #header {
	margin: 0 auto;
	width: 960px;
	position: relative;
	height: 86px;
}
#contents {
	margin: 0 auto;
	padding-bottom: 50px;
	width: 960px;
}
/* header */
#header h1 {
	padding-top: 25px;
}
#header #headerNavUtility {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
}
#header #headerNav01 ul {
	margin-bottom: 15px;
	text-align: right;
}
#header #headerNav01 ul li {
	margin-left: 10px;
	display: inline-block;
	font-size: 0.8em;
}
#header #headerNav01 ul li a {
    margin-right: 10px;
    text-decoration: none;
}
#header #headerNav01 ul li a:before {
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: #f90;
	display: inline-block;
}
#header #headerNav01 ul li a:hover {
	text-decoration: underline;
}
#header #headerNav01 ul li:first-child {
	margin-left: 0;
}
#header #headerNav02 {
	margin: 0 0 0 10px;
}
#header #headerNav02 ul {
	overflow: hidden;
	text-align: right;
}
#header #headerNav02 ul li {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0 3px 0 0;
	vertical-align: bottom;
	font-size: 1em;
}
#header #headerNav02 ul li a {
	position: relative;
	display: block;
	min-width: 80px;
	padding: 5px 0;
	background-color: #666;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 8px 8px 0 0;
	box-shadow: 3px 3px 0px 1px #999;
}
#header #headerNav02 ul li a:hover {
	background-color: #858585;
}

/* globalNav */
#globalNav {
	margin: 25px auto;
	width: 960px;
}
#globalNav ul li {
	padding: 0 18px;
	display: inline-block;
	background: url(../img/nav_line.png) no-repeat left center;
}
#globalNav ul li:first-child {
	background: none;
}
#globalNav ul li a:hover img {
	opacity: 0.7;
}

/* contents */
#contents #main {
	margin-bottom: 30px;
	text-align: center;
}
#contents #main h2 {
	margin-bottom: 6px;
}
#contents #stm_main {
	padding:20px 0 100px;
	text-align: center;
}
#contents #stm_main h2 {
	margin-bottom: 0px;
}

#contentsListB,
#contentsListS {
	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;
    width:960px;
}
#contentsListB .ctsBox a {
	display: block;
	position: relative;
	margin: 10px;
	padding: 40px 25px 20px;
	width: 460px;
	height: 94%;
	background: rgba(255,255,255,1);
	border-radius: 0 8px 8px 8px;
	box-shadow:0px 0px 4px 2px #dabc14;
	text-decoration: none;
}
#contentsListB .stmBox {
	display: block;
	position: relative;
	margin: 0 10px 10px;
	padding: 30px;
	width: 100%;
	background: rgba(255,255,255,1);
	border-radius: 8px;
	box-shadow:0px 0px 4px 2px #dabc14;
	text-decoration: none;
	font-size:1.4em
}
#contentsListB .stmBox ul li {
	margin-bottom:10px;
}
#contentsListB .stmBox ul li a {
	background:url(../img/icn_arrow.gif) no-repeat left center;
	padding-left:20px;
	display:block;
	text-decoration: none;	
}
#contentsListB .stmBox ul li a:hover {
	text-decoration:underline;
}
#contentsListB .stmBox ul li:last-child {
	margin-bottom:0px;
}
#contentsListB .stmBox ul li .mangaList {
	padding-left:20px;
	margin:10px 0 !important;
}
#contentsListB .stmBox ul li .mangaList li a {
	margin-bottom:5px !important;
}

#contentsListS .ctsBox a {
	display: block;
	position: relative;
	margin: 10px;
	padding: 40px 10px 10px;
	width: 220px;
	height: 93%;
	background: #fff;
	border-radius: 0 8px 8px 8px;
	box-shadow:0px 0px 4px 2px #dabc14;
	text-decoration: none;
}
#contents .ctsBox a:after {
	content: "";
	clear: both;
	display: block;
}
#contents .ctsBox a:hover {
	background: rgba(255,255,255,0.9);
}
#contents .ctsBox .ctsIcon {
	position: absolute;
	top: -1px;
	left: -1px;
}
#contentsListB .ctsBox h3 {
	padding-bottom: 20px;
	font-size: 1.4em;
}
#contentsListS .ctsBox h3 {
	padding-bottom: 15px;
	font-size: 1.2em;
}
#contentsListB .ctsImg {
	margin-right: 20px;
	float: left;
	text-align: center;
	width: 210px;
}
#contentsListS .ctsImg {
	margin-bottom: 10px;
	text-align: center;
}

/* footer */
#kawaraban {
	margin: 20px auto 0 auto;
	width: 450px;
}
#footerNav {
	background: #ccc;
}
#footerNav ul {
	margin: 0 auto;
	padding: 20px 0;
	width: 960px;
	text-align: center;
}
#footerNav ul li {
	display: inline-block;
	padding: 0 30px 0 15px;
	background: url(../img/footer_icn_arrow.gif) no-repeat left center;
}
#footerNav ul li a {
	color: #666;
	text-decoration: none;
}
#footerNav ul li a:hover {
	text-decoration: underline;
}
#copyright {
	padding: 20px 0;
	text-align: center;
	color: #8f8f8f;
}
}

/* tb style
--------------------------*/
@media screen and (min-width:641px) and (max-width:959px) {
.spNone{display: block;	}
.spPhoto{display: none;	}
#container {
	position: relative;
	background: url(../img/bg02.png) repeat top left;
}
#containerInner {
	background:
		url(../img/bg01.png) repeat-x top left;
}
#container #header {
	margin: 0 auto;
	width: 100%;
	position: relative;
	height: 86px;
}
#contents {
	margin: 0 auto;
	padding-bottom: 3%;
	width: 100%;
}
/* header */
#header h1 {
	padding: 25px 0 0 10px;
}
#header #headerNavUtility {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
}
#header #headerNav01 ul {
	margin-bottom: 15px;
	text-align: right;
}
#header #headerNav01 ul li {
	margin-left: 10px;
	display: inline-block;
	font-size: 0.8em;
}
#header #headerNav01 ul li a {
    margin-right: 10px;
    text-decoration: none;
}
#header #headerNav01 ul li a:before {
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: #f90;
	display: inline-block;
}
#header #headerNav01 ul li a:hover {
	text-decoration: underline;
}
#header #headerNav01 ul li:first-child {
	margin-left: 0;
}
#header #headerNav02 {
	margin: 0 0 0 10px;
}
#header #headerNav02 ul {
	overflow: hidden;
	text-align: right;
}
#header #headerNav02 ul li {
	display: inline-block;
	margin: 0 3px 0 0;
	padding: 0;
	vertical-align: bottom;
	font-size: 1em;
}
#header #headerNav02 ul li a {
	position: relative;
	display: block;
	width: 100%;
	padding: 5px 10px;
	background-color: #666;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 8px 8px 0 0;
	box-shadow: 3px 3px 0px 1px #999;
}
#header #headerNav02 ul li a:hover {
	background-color: #858585;
}

/* globalNav */
#globalNav {
	margin: 25px auto;
	width: 100%;
}
#globalNav ul {
	text-align: center;
}
#globalNav ul li {
	padding: 0 1%;
	display: inline-block;
	background: url(../img/nav_line.png) no-repeat left center;
	width: 24%;
}
#globalNav ul li:first-child {
	background: none;
}
#globalNav ul li a:hover img {
	opacity: 0.7;
}

/* contents */
#contents #main {
	margin-bottom: 2%;
	padding: 0 5%;
	text-align: center;
	width: 100%;
}
#contents #main h2 {
	margin-bottom: 6px;
}

#contentsListB,
#contentsListS {
	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;
    width:100%;
}
#contentsListB .ctsBox {
	position: relative;
	margin: 2% 0 20px 3%;
	padding: 40px 4% 15px;
	width: 45.5%;
	background: #fff;
	border-radius: 0 8px 8px 8px;
	box-shadow:0px 0px 4px 2px #dabc14;
}
#contentsListS .ctsBox {
	position: relative;
	margin: 2% 0 20px 3%;
	padding: 40px 4% 15px;
	width: 29.3%;
	background: #fff;
	border-radius: 0 8px 8px 8px;
	box-shadow:0px 0px 4px 2px #dabc14;
}
#contents .ctsBox:after {
	content: "";
	clear: both;
	display: block;
}
#contents .ctsBox a {
	text-decoration: none;
}
#contents .ctsBox .ctsIcon {
	position: absolute;
	top: -1px;
	left: -1px;
}
#contentsListB .ctsBox h3 {
	padding-bottom: 2%;
	font-size: 1.4em;
}
#contentsListS .ctsBox h3 {
	padding-bottom: 2%;
	font-size: 1.2em;
}
#contentsListB .ctsImg {
	margin-right: 5%;
	float: left;
	text-align: center;
	width: 40%;
}
#contentsListS .ctsImg {
	margin-bottom: 3%;
	text-align: center;
}

/* footer */
#kawaraban {
	margin: 5% auto 0 auto;
	width: 450px;
}
#footerNav {
	background: #ccc;
}
#footerNav ul {
	margin: 0 auto;
	padding: 2% 0;
	width: 100%;
	text-align: center;
}
#footerNav ul li {
	display: inline-block;
	padding: 0 5% 0 15px;
	background: url(../img/footer_icn_arrow.gif) no-repeat left center;
}
#footerNav ul li a {
	color: #666;
	text-decoration: none;
}
#footerNav ul li a:hover {
	text-decoration: underline;
}
#copyright {
	padding: 2% 0;
	text-align: center;
	color: #8f8f8f;
}
}

/* sp style
--------------------------*/
@media screen and (max-width:640px){
.spNone{display: none;}
.spPhoto{display: block;}
#contents {
	padding-top: 86px;
	padding-bottom: 20px;
	background: url(../img/bg02.png) repeat top left;
}
/* header */
header {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 100;
}
#header {
	position: relative;
	height: 86px;
}
#header h1 {
	padding: 40px 0 0 2%;
}
#header #headerNav02 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	padding: 0 1%;
	background: #666;
}
#header #headerNav02 ul{
	letter-spacing: -.40em;
}
#header #headerNav02 ul li {
	display: inline-block;
	letter-spacing: normal;
	margin: 3px 0.5% 0;
	vertical-align: bottom;
	font-size: 1em;
	width: 15.6%;
	text-align: center;
}
#header #headerNav02 ul li a {
	position: relative;
	display: block;
	padding: 3px 0;
	background: #ccc;
	color: #666;
	text-align: center;
	text-decoration: none;
	border-radius: 8px 8px 0 0;
}
#header #headerNav02 ul li a:hover {
	background-color: #858585;
	color: #fff;
}
/* menubtn */	
#navToggle {
	padding: 10px;
    display:block;
    position:absolute;
    right:13px;
    top:34px;
    width:54px;
    height:48px;
    cursor:pointer;
	background: #ccc;
	border-radius: 3px;
	}
#navToggle div {position:relative;}
#navToggle span {
    display:block;
    position:absolute;
	left: 5%;
    width:90%;
    border-bottom:solid 3px #333;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
	}
#navToggle span:nth-child(1) {top:0;}
#navToggle span:nth-child(2) {top:8px;}
#navToggle span:nth-child(3) {top:16px;}
#navToggle .ntTxt {top:22px; border: none; font-size:10px; text-align: center; font-weight: bold;}

.spNav {
	position: absolute;
	left: 0;
	top: -800px;
	width: 100%;
	-webkit-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    transition:.5s ease-in-out;
	z-index: 999;
	padding: 2% 2% 5% 2%;
	background: #ccc;
}
.spNav li {
	line-height: 0;
	border-bottom: #666 1px dashed;
}
/* Click Toggle(Button) */
.openNav #navToggle span:nth-child(1) {
    top: 10px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    transform:rotate(-45deg);}
.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
    top: 10px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    transform:rotate(45deg);}
.openNav #navToggle .ntTxt {
	display: none;
}
.openNav .spNav {
    -moz-transform: translateY(878px);
    -webkit-transform: translateY(878px);
    transform: translateY(878px);}

/* contents */
#contents #main {
	margin-bottom: 8%;
	text-align: center;
}
#contentsListB,
#contentsListS {
	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;
    width:100%;
}
#contentsListB .ctsBox {
	position: relative;
	margin: 15px 3% 0 3%;
	padding: 40px 5% 15px;
	width: 100%;
	background: #fff;
	border-radius: 0 8px 8px 8px;
	box-shadow:0px 0px 4px 2px #dabc14;
}
#contentsListB .stmBox {
	display: block;
	position: relative;
	margin: 15px 3% 0 3%;
	padding: 15px 5% 15px;
	width: 100%;
	background: rgba(255,255,255,1);
	border-radius: 8px;
	box-shadow:0px 0px 4px 2px #dabc14;
	text-decoration: none;
	font-size:1.2em
}
#contentsListB .stmBox ul li {
	margin-bottom:2%;
}
#contentsListB .stmBox ul li a {
	background:url(../img/icn_arrow.gif) no-repeat left center;
	background-size:auto;
	padding-left:20px;
	display:block;
	text-decoration: none;	
}
#contentsListB .stmBox ul li a:hover {
	text-decoration:underline;
}
#contentsListB .stmBox ul li:last-child {
	margin-bottom:0px;
}
#contentsListB .stmBox ul li .mangaList {
	padding-left:20px;
	margin:10px 0 !important;
}
#contentsListB .stmBox ul li .mangaList li a {
	margin-bottom:0.5% !important;
}

#contentsListS .ctsBox {
	position: relative;
	margin: 15px 0 2% 3%;
	padding: 40px 4% 10px;
	width: 45.5%;
	background: #fff;
	border-radius: 0 8px 8px 8px;
	box-shadow:0px 0px 4px 2px #dabc14;
}
#contents .ctsBox:after {
	content: "";
	clear: both;
	display: block;
}
#contents .ctsBox a {
	text-decoration: none;
}
#contents .ctsBox .ctsIcon {
	position: absolute;
	top: -1px;
	left: -1px;
}
#contentsListB .ctsBox h3 {
	padding-bottom: 2%;
	font-size: 1.4em;
}
#contentsListS .ctsBox h3 {
	padding-bottom: 2%;
	font-size: 1.2em;
}
#contentsListB .ctsImg {
	margin-right: 5%;
	float: left;
	text-align: center;
	width: 40%;
}
#contentsListS .ctsImg {
	margin-bottom: 3%;
	text-align: center;
}
/* footer */
#kawaraban {
	margin: 5% auto 0 auto;
	width: 90%;
}
#footerNav {
	background: #ccc;
}
#footerNav ul {
	margin: 0 auto;
	padding: 4% 0;
	width: 100%;
	text-align: center;
}
#footerNav ul li {
	display: inline-block;
	padding: 0 5% 0 15px;
	background: url(../img/footer_icn_arrow.gif) no-repeat left center;
}
#footerNav ul li a {
	color: #666;
	text-decoration: none;
}
#footerNav ul li a:hover {
	text-decoration: underline;
}
#copyright {
	padding: 4% 0;
	text-align: center;
	color: #8f8f8f;
}
}
