@charset "utf-8";
/* ==========================================================================
	category page style
===========================================================================*/

/*	_common
-------------------------------------------------*/
body{
	background-color: #042b73;
}

/*	_pageHeader
-------------------------------------------------*/
._pageHeader{
	background-image: url('../img/page/page_header_bg.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 50px 0 10px;
	border-bottom: 5px solid #ffffff;
}
._pageHeader h1 img{
	width: 100%;
	height: auto;
}

/*	_contents
-------------------------------------------------*/
._contents{
	background-repeat: repeat;
	background-size: 7px 7px;
}
._contents._category01{
	background-image: url('../img/page/category01_bg.png');
}
._contents._category02{
	background-image: url('../img/page/category02_bg.png');
}
._contents._category03{
	background-image: url('../img/page/category03_bg.png');
}
._contents._category04{
	background-image: url('../img/page/category04_bg.png');
}
._contents._category05{
	background-image: url('../img/page/category05_bg.png');
}
._contents._category06{
	background-image: url('../img/page/category06_bg.png');
}

/*	_top
-------------------------------------------------*/
._top{
	position: relative;
	padding: 0 0 25px;
}
._top h2{
	text-align: center;
	padding: 15px 0 0;
	margin: 0 0 15px;
}
._top .lead{
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
._category01 ._top .chara{
	position: absolute;
	top: -3px;
	right: 23px;
}
._category02 ._top .chara{
	position: absolute;
	top: -2px;
	right: 27px;
}
._category03 ._top .chara{
	position: absolute;
	top: 11px;
	right: 3px;
}
._category04 ._top .chara{
	position: absolute;
	top: -14px;
	right: 13px;
}
._category05 ._top .chara{
	position: absolute;
	top: 9px;
	right: 2px;
}
._category06 ._top .chara{
	position: absolute;
	top: 9px;
	right: 50%;
	margin: 0 60px 0 0;
}

/*	_articleList
-------------------------------------------------*/
._articleList{
	padding: 0 0 15px;
	border-bottom: 5px solid #ffffff;
}
._articleList ._article{
	margin: 0 0 15px;
}
._article.question .title{
	background-image: url('../img/icon_category01.png');
}
._article.making .title{
	background-image: url('../img/icon_category02.png');
}
._article.movie .title{
	background-image: url('../img/icon_category03.png');
	padding: 10px 0 10px 35px;
}
._article.useful .title{
	background-image: url('../img/icon_category04.png');
}
._article.manga .title{
	background-image: url('../img/icon_category05.png');
}
._article.character .title{
	background-image: url('../img/icon_category06.png');
}

/*	_contentsNavi
-------------------------------------------------*/
._contentsNavi{
	background-color: rgba(5,68,147,.5);
	padding: 15px 0;
	margin: 0 0 25px;
}
._contentsNavi .btnList{
	padding: 0 15px;
	text-align: center;
}
._contentsNavi .btnList:after{
  content: '';
  display: block;
  clear: both;
}
._contentsNavi .btnList .btn{
  float: left;
  width: 48.27%;
  margin: 0 0 3%;
}
._contentsNavi .btnList .btn img{
  max-width: none;
  width: 100%;
  height: auto;
}
._contentsNavi .btnList .btn:nth-of-type(even){
  float: right;
}
._contentsNavi .btnList .btn.bottom{
	margin-bottom: 0;
}
._contentsNavi .btnList .btn.last{
	margin-right: 0;
}
._contentsNavi .links{
	padding: 18px 0 0;
	text-align: center;
}
._contentsNavi .links:after{
	content: '';
	display: block;
	clear: both;
}
._contentsNavi .links li{
	display: inline-block;
}
._contentsNavi .links li:first-child{
	margin: 0 15px 0 0;
}



/*	_category03 (movie)
-------------------------------------------------*/
._category03 ._articleList .yt-inner {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
._category03 ._articleList iframe,
._category03 ._articleList .yt3ds {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*	_category_pager
-------------------------------------------------*/
.category-pager {
	margin: 30px 0 20px;
	text-align: center;
}
.category-pager .pageritem {
	display: inline-block;
	margin: 0 5px 10px;
}
.category-pager a,
.category-pager span {
	display: block;
	width: 40px;
	height: 28px;
	border-radius: 20px;
	padding-top: 12px;
	color: #3157a2;
	font-size: 15px;
	text-decoration: none;
}
.category-pager a {
	background: #ffffff;
}
.category-pager span {
	background: #FFF100;
}

.category-mv-dsTxt {
	line-height: 1.4;
	color: #ffffff;
}
