@charset "UTF-8";
/* --------------------------------------------------
	00.common
-------------------------------------------------- */

/* 共通
----------------------------------- */
body {
	margin:0px;
	color: #666;
	font-family: "Meiryo","メイリオ",Verdana,Helvetica,sans-serif;
	position: relative;
	zoom: 1;
	height: 100%;
}

.wrapper {
	background-color: #ebebeb;
	overflow: hidden;
}

section{
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 20px;
}

section#newsContents,
section#reportContents,
section#columnContents{
	overflow:visible;
}

div#contensBox {
	overflow: hidden;
	width: 980px;
	margin: 0px auto;
	padding: 20px 0px;
}

.box {
	overflow: hidden;
	padding: 0px 20px;
}

input, textarea, select {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
border-radius: 4px;
border: none;
padding: 4px;
}

.right{
	float:right;
}

.left{
	float:left;
}

/* 文字
----------------------------------- */
h1{
	font-weight: bold;
	position: relative;
}

section#imageGallery h1{
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 10px 8px;
	padding: 0px 10px 0px 40px;
	margin: 10px 0px;
	display: table;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	-webkit-margin-before: 0pt;
	-webkit-margin-after: 0pt;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

h2 {
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	-webkit-margin-before: 0pt;
	-webkit-margin-after: 0pt;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	padding: 0px 20px;
	position: relative;
}


h3{

}

p {
display: block;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

p.big{

}

p.normal{

}

p.small{
	font-size: 12px;
	line-height: 150%;
	padding:4px;
}

a{padding:0px}
a:link { color:#2d6dc4; text-decoration: none}
a:visited { color:#2d6dc4; }
a:hover { color: #4890F2 }
a:active { color: #2d6dc4 }


span{
	font-size:12px;
	color:#999;
}

span.Badge {
color: #fff;
padding: 0px 4px;
border-radius: 3px;
margin-right:10px;
}

a img{
	display: block;
	margin: 0 auto;
	padding: 0;
}

a img:hover{
opacity:0.9;
}

.textAlignLeft{
	text-align: left;
}
/* カラーチャート
----------------------------------- */
.blue {background-color: #2d6dc4;}
.sky {background-color: #33b2d0;}
.green {background-color: #21923c;}
.lime {background-color: #80ac20;}
.yellow {background-color: #e5ac14;}
.orange {background-color: #ea6300;}
.red {background-color: #c81818;}
.purple {background-color: #9650c3;}
.other1 {background-color: #d46c34;}
.other2 {background-color: #be364c;}
.other3 {background-color: #c93e90;}
.grey {background-color: #999;}
.twitter {background-color: #55acee;}
.column {background-color: #A564D2;}

/* アイコン
----------------------------------- */
.ic_home{background-image: url("/img/ic_topics.png");}
.ic_topics{background-image: url("/img/ic_topics.png");}
.ic_animeter{background-image: url("/img/ic_animater.png");}
.ic_news{background-image: url("/img/ic_news.png");}
.ic_report{background-image: url("/img/ic_report.png");}
.ic_gallery{background-image: url("/img/ic_gallery.png");}
.ic_comic{background-image: url("/img/ic_comic.png");}
.ic_animeland{background-image: url("/img/ic_animeland.png");}
.ic_forum{background-image: url("/img/ic_forum.png");}
.ic_twitter{background-image: url("/img/ic_twitter.png");}

h2.ic_pick{
	background-image: url("/img/ic_pick.png");
	background-repeat: no-repeat;
	padding-left: 40px;
	background-size: 20px;
	background-position: 10px 8px;
	padding-right: 10px;
	margin-bottom: 10px;
	display: table;
}

h2.ic_topics,
h2.ic_animeter,
h2.ic_news,
h2.ic_report,
h2.ic_gallery,
h2.ic_comic,
h2.ic_animeland,
h2.ic_forum,
h2.ic_twitter{
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 10px 8px;
	padding:0px 10px 0px 40px;
	margin:10px 0px;
	display: table;
}

h2.ic_nr{
	background-image: url("/img/ic_nr.png");
	background-repeat: no-repeat;
	padding-left: 60px;
	background-size: 35px;
	background-position: 12px 10px;
	padding-right: 10px;

	margin-bottom: 10px;
	margin-top: 10px;
	display: table;
	border-bottom: 4px solid #80AC20;
	border-right: 4px solid #80AC20;
}

div.ic_home,
div.ic_topics,
div.ic_animeter,
div.ic_news,
div.ic_report,
div.ic_gallery,
div.ic_comic,
div.ic_animeland,
div.ic_forum,
div.ic_twitter{
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 4px 2px;
}

/* ヘッダー
----------------------------------- */

header{
	background-image: url(/img/bg_default.png);
}
.headInnner {
	width: 980px;
	margin: 0px auto;
	height: 50px;
}

img.logo {
	float: left;
	width: 180px;
	height: auto;
	margin-right: 20px;
	margin-top: 9px;
}

p.siteCopy {
	line-height: 50px;
	float:left;
	color:#fff;
}


/* トータルサーチ
----------------------------------- */
form#totalSearchArea {
	float: left;
	margin-top: 12px;
}

 div.totalSearchBox{
	float:right;
	width: 300px;
}
form#totalSearchArea input[type="search"] {
	width: 200px;
	border: 1px solid #ccc;
}

form#totalSearchArea input[type="submit"] {
background-color: #000;
margin-left: -8px;
border-radius: 0px 6px 6px 0px;
padding: 5px 10px;
color: #fff;
}

img.rss{
	float:right;
	margin-top: 13px;
}


/* ナビゲーション
----------------------------------- */
ul, menu, dir {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}

nav{
	background-color: #000;
	overflow: hidden;
	clear: both;
	padding: 4px 0px;
}

nav ul{
	margin: 0px auto;
	width: 984px;
}

nav ul li {
	float: left;
	padding-right:4px;
	list-style:none;
}

nav ul li a {
  display: block;
  height: 0;
  padding-top: 60px;
  overflow: hidden;
  background-image: url(/img/nav4.png);
}

.nav_home {width: 80px; background-position: 940px top;}
.nav_news {width: 80px; background-position: 860px top;}
.nav_report {width: 80px; background-position: 780px top;}
.nav_precut {width: 80px; background-position: 700px top;}
.nav_column {width: 80px; background-position: 620px top;}
.nav_anime {width: 80px; background-position: 540px top;}
.nav_special {width: 80px; background-position: 460px top;}
.nav_goods {width: 95px; background-position: 380px top;}
.nav_newtype {width: 95px; background-position: 285px top;}
.nav_voice {width: 95px; background-position: 190px top;}
.nav_comic_newtype {width: 95px; background-position: 95px top;}

.nav_home:hover {width: 80px; background-position: 940px 120px;}
.nav_news:hover {width: 80px; background-position: 860px 120px;}
.nav_report:hover {width: 80px; background-position: 780px 120px;}
.nav_precut:hover {width: 80px; background-position: 700px 120px;}
.nav_column:hover {width: 80px; background-position: 620px 120px;}
.nav_anime:hover {width: 80px; background-position: 540px 120px;}
.nav_special:hover {width: 80px; background-position: 460px 120px;}
.nav_goods:hover {width: 95px; background-position: 380px 120px;}
.nav_newtype:hover {width: 95px; background-position: 285px 120px;}
.nav_voice:hover {width: 95px; background-position: 190px 120px;}
.nav_comic_newtype:hover {width: 95px; background-position: 95px 120px;}

.nav_home:active,
.nav_news:active,
.nav_report:active,
.nav_precut:active,
.nav_column:active,
.nav_anime:active,
.nav_special:active,
.nav_goods:active,
.nav_newtype:active,
.nav_voice:active,
.nav_comic_newtype:active{
	opacity:0.9;
}

#home .nav_home {width: 80px; background-position: 940px 240px;}
#news .nav_news {width: 80px; background-position: 860px 240px;}
#report .nav_report {width: 80px; background-position: 780px 240px;}
#precut .nav_precut {width: 80px; background-position: 700px 240px;}
#column .nav_column {width: 80px; background-position: 620px 240px;}
#anime .nav_anime {width: 80px; background-position: 540px 240px;}
#special .nav_special {width: 80px; background-position: 460px 240px;}
#goods .nav_goods {width: 95px; background-position: 380px 240px;}
#newtype .nav_newtype {width: 95px; background-position: 285px 240px;}
#voice .nav_voice {width: 95px; background-position: 190px 240px;}
#comic_newtype .nav_comic_newtype {width: 95px; background-position: 95px 240px;}

.navTextBox{
	background-image: url(/img/bg_default.png);
	height: 30px;
}

.navText{
	color:#fff;
	font-size: 12px;
	padding:6px 12px;
}

.breadcrumbBox{
	background-color:#fff;
	height: 30px;
}
#home .breadcrumbBox{
	display: none;
}

.navTextArea,
.breadcrumbArea{
	width: 980px;
	margin: auto;
}

p.breadcrumb{
	font-size: 12px;
	padding: 6px 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
#navTextBoxContainer{
	height: 30px;
	display: none;
	background-color:#fff;
}
#home #navTextBoxContainer{
	display: block;

}

/* --------------------------------------------------
	01.特別枠
-------------------------------------------------- */

/* ピックアップ
----------------------------------- */
div.pickupArea {
	overflow: hidden;
	width: 980px;
	margin: 0px auto;
	padding: 10px 0px;
}

section#pickup{
	background-image: url(/img/bg_white.png);
	margin-bottom: 0px;
}

.pickupBox {
	background-color: #fff;
	float: left;
	width: 225px;
	margin: 0px 8px 8px 10px;
	border: 1px solid #ebebeb;
}

.pickupBox a:hover,
.topicsBox a:hover{
	display: block;
	background-color: rgba(45,109,196,0.05);
}

.pickupBox .smallImgArea{
	width: 225px;
	height: 319px;
}

.pickupBox .smallImgBox{
	width: 225px;
	/*height: 319px;*/
	/*max-height:319px;*/
	overflow: hidden;
	background-color: #ebebeb;
	text-align: center;
}

.pickupBox .smallImgBox img{
	max-width:225px;
	/*max-height:319px;*/
	/*display: none;*/
}
/*.pickup_LargeBox .imgArea div.imgBox {
max-width: 500px;
max-height: 376px;
overflow: hidden;
display: table-cell;
vertical-align: middle;
text-align: center;
}*/


/*.pickup_LargeBox img{
	max-width:500px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	margin:auto;
}
*/
.pickup_smallBox .imgBox {
	width: 208px;
	height: 156px;
	overflow: hidden;
	position: relative;
}

.pickup_smallBox .imgBox img{
	width: 208px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}

p.newsRead {
	font-size: 15px;
	padding: 5px 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.7em;
}

.pickup_smallBox p.newsRead,
.topicsBox p.newsRead{
	font-size: 14px;
	padding: 8px;
}

/*#pickup p.newsRead:hover,
#topics p.newsRead:hover {
background-color: rgba(45,109,196,0.05);
}*/

p.newsRead_small {
	width: 98%;
	font-size: 13px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.8em;
}

.pickup_right {
	float: right;
	width: 460px;
}

.pickup_smallBox {
	width: 208px;
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
}



/* --------------------------------------------------
	02.左カラム
-------------------------------------------------- */

#leftColumn{
	width:664px;
	float:left;
}

/* トピックス
----------------------------------- */
.topicsBox {
	width: 188px;
	float: left;
	margin: 0px 8px 8px 10px;
	position:relative;
	box-shadow: inset 0 0 0 1px #ebebeb;
}

.topicsBox div.topicsLabel_blue,
.topicsBox div.topicsLabel_sky,
.topicsBox div.topicsLabel_green,
.topicsBox div.topicsLabel_lime,
.topicsBox div.topicsLabel_yellow,
.topicsBox div.topicsLabel_orange,
.topicsBox div.topicsLabel_red,
.topicsBox div.topicsLabel_purple,
.topicsBox div.topicsLabel_grey,
.topicsBox div.topicsLabel_other1,
.topicsBox div.topicsLabel_other2,
.topicsBox div.topicsLabel_other3 {
	position: absolute;
	padding-right: 14px;
	top: 118px;
}

.topicsBox div.topicsLabel_blue {background-color: #2d6dc4;}
.topicsBox div.topicsLabel_sky {background-color: #33b2d0;}
.topicsBox div.topicsLabel_green {background-color: #21923c;}
.topicsBox div.topicsLabel_lime {background-color: #80ac20;}
.topicsBox div.topicsLabel_yellow {background-color: #e5ac14;}
.topicsBox div.topicsLabel_orange {background-color: #ea6300;}
.topicsBox div.topicsLabel_red {background-color: #c81818;}
.topicsBox div.topicsLabel_purple {background-color: #9650c3;}
.topicsBox div.topicsLabel_other1 {background-color: #d46c34;}
.topicsBox div.topicsLabel_other2 {background-color: #be364c;}
.topicsBox div.topicsLabel_other3 {background-color: #c93e90;}
.topicsBox div.topicsLabel_grey {background-color: #999;}

.topicsBox div.topicsLabel_blue:after,
.topicsBox div.topicsLabel_sky:after,
.topicsBox div.topicsLabel_green:after,
.topicsBox div.topicsLabel_lime:after,
.topicsBox div.topicsLabel_yellow:after,
.topicsBox div.topicsLabel_orange:after,
.topicsBox div.topicsLabel_red:after,
.topicsBox div.topicsLabel_purple:after,
.topicsBox div.topicsLabel_grey:after,
.topicsBox div.topicsLabel_other1:after,
.topicsBox div.topicsLabel_other2:after,
.topicsBox div.topicsLabel_other3:after{
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: skewX(20deg);
	top: 0;
	right: -4px;
	width: 10px;
	height: 24px;
}

.topicsBox div.topicsLabel_blue:after {background: #2d6dc4;}
.topicsBox div.topicsLabel_sky:after {background: #33b2d0;}
.topicsBox div.topicsLabel_green:after {background: #21923c;}
.topicsBox div.topicsLabel_lime:after {background: #80ac20;}
.topicsBox div.topicsLabel_yellow:after {background: #e5ac14;}
.topicsBox div.topicsLabel_orange:after {background: #ea6300;}
.topicsBox div.topicsLabel_red:after {background: #c81818;}
.topicsBox div.topicsLabel_purple:after {background: #9650c3;}
.topicsBox div.topicsLabel_other1:after {background: #d46c34;}
.topicsBox div.topicsLabel_other2:after {background: #be364c;}
.topicsBox div.topicsLabel_other3:after {background: #c93e90;}
.topicsBox div.topicsLabel_grey:after {background: #999;}
.topicsBox div.topicsLabel_twitter:after {background: #55acee;}


.topicsBox div span{
	color:#fff;
	margin-left:24px;
	font-size: 14px;
}

.topicsBox div.imgBox{
	width: 184px;
	height: 138px;
	overflow: hidden;
	position: relative;
}

.topicsBox div.imgBox img{
	width: 184px;
	height: 138px;
}

.blueBorder{border:2px solid #2d6dc4;}
.skyBorder{border:2px solid #33b2d0;}
.greenBorder{border:2px solid #21923c;}
.limeBorder{border:2px solid #80ac20;}
.yellowBorder{border:2px solid #e5ac14;}
.orangeBorder{border:2px solid #ea6300;}
.redBorder{border:2px solid #c81818;}
.purpleBorder{border:2px solid #9650c3;}
.other1Border{border:2px solid #d46c34;}
.other2Border{border:2px solid #be364c;}
.other3Border{border:2px solid #c93e90;}
.greyBorder{border:2px solid #999;}

p.newsRead_small span.new{
	background-color: #2d6dc4;
	border-radius: 2px;
	color:#fff;
	text-align: center;
}

/* ピックアップ
----------------------------------- */



/* 本日放送するアニメ
----------------------------------- */
.animeArea{
	float:left;
}

section#animeList {
	width: 220px;
}

section#ad_anime_mini {
width: 220px;
height: 312px
}

.listBox {
	overflow: hidden;
	clear: both;
}

.listBox img.ic_tv{
	float:left;
	padding-right:10px;
	width:20px;
}

.listBox ul li {
	border-top: 1px solid #ebebeb;
	list-style: none;
	overflow: hidden;
	padding: 6px 10px;
}

.listBox ul li:hover {
	background-color: rgba(45,109,196,0.05) ;
}

span.viewCount {
	float: right;
	display: block;
	margin-right: 10px;
}

p.animeTitle {
width: 168px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

p.moreAnime {
border: 2px solid #ea6300;
color:#ea6300;
}

li.last:hover{
	background-color:#fff !important;
}

p.moreAnime:hover {
background-color: #fef7f2;;
}

/*ニュースサーチ
----------------------------------- */
.nrSearchBox {
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}

.nrSearchBox div {
	border: 1px solid #ccc;
	width: 350px;
	margin: 0px auto;
	border-radius: 50px;
}

.nrSearchBox input.nrSearch{
border-radius: 30px;
padding-left: 40px;
width: 300px;
}

input.nr_searchSubmit {
position: absolute;
left: 40px;
top: -2px;
}

/* ニュース&レポート
----------------------------------- */
section#nrList {
	float: right;
	width: 425px;
}

/*#nrList div.imgBox{
	width: 120px;
	height: 120px;
	overflow: hidden;
	position: relative;
}

#nrList div.imgBox img{
	height:120px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	margin:auto;
}
*/

.imgArea {
	display: table;
	height: 120px;
	width: 120px;
}

.imgArea div.imgBox {
	max-width: 118px;
	max-height: 118px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #ebebeb;
}

.imgArea div.imgBox img {
	max-height: 120px;
	max-width: 120px;
}

h2.green.ic_news.ic_report {
	box-shadow: 4px 4px 0px 0px #80ac20;
}

p.nrTitle {
    padding: 4px 4px 0 0;
    margin: 0 0 4px 0;
    width: 470px;
    line-height: 140%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

#nrList .leftText {
	width: 280px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}



.infoArea {
	padding: 0px 4px;
}

p.moreButton {
	width: 140px;
	padding: 6px;
	text-align: center;
	border-radius: 4px;
	margin: 0px auto;
}

p.moreNews {
border: 2px solid #21923c;
color: #21923c;
float: left;
width: 180px;
}

p.moreReport {
border: 2px solid #80ac20;
color: #80ac20;
float: right;
width: 180px;
}

p.moreNews:hover{
	background-color: rgba(33,146,60,0.05) ;
}

p.moreReport:hover{
	background-color: rgba(128,172,32,0.05) ;
}

span.nrDate {
float: right;
margin-right: 10px;
margin-top: 4px;
}

section#ad_animater {
	height:300px;
}

/* ギャラリー
----------------------------------- */
section#miniGallery {
	clear: both;
	overflow:hidden;
	padding-bottom:10px;
}

.galleryArea{
	margin: 0px auto;
	width: 600px;
	overflow: hidden;
}

.galleryBox img {
	display: none;
	padding-bottom: 5px;
}

.galleryTitle {
margin: 10px 0px;
}

.gallery_imgArea {
	display: table;
	height: 450px;
	width: 600px;
	margin: 10px auto 0px;
	position: relative;
}

section#imageGallery {
padding-bottom: 20px;
}

div.gallery_imgBox {
	border: 1px solid #ccc;
	max-width: 600px;
	max-height: 450px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #ebebeb;
}

.gallery_imgBox img.postImages {
	display: block;
	max-width: 600px;
	max-height: 450px;
	margin:0px auto;
}

.prevBox {
	height: 452px;
	width: 70px;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}

.afterBox {
	height: 452px;
	width: 70px;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
}

.prevBox img,
.afterBox img{
	opacity:0.5;
}

.prevBox img:hover,
.afterBox img:hover{
	opacity:1;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}


.prevAfterBox {
	width: 580px;
	margin: 0px auto;
	padding: 10px;
	overflow: hidden;
	border:1px solid #ccc;
	margin:0px auto;
}

.prevAfterBox li{
	width:192px;
	list-style: none;
		text-align: center;
}

li.prev {
	float:left;
}

li.back {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	float:left;
}

li.after {
	float:left;
}

.news_titleLink{
	padding:20px;
	border-bottom:1px solid #ccc;
}

.news_titleLink h1 {
	line-height: 140%;
	font-size: 16px;
	padding: 0px;
	padding-left: 20px;
}

.news_titleLink h1 a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 45%;
	left: 2px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	background: #2d6dc4;
}
.news_titleLink h1 a:after{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 45%;
	left: 4px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	background: #fff;
}

.news_titleLink span{
	font-size: 14px;
	color: #333;
	font-weight: normal;
}
/* --------------------------------------------------
	03.右カラム
-------------------------------------------------- */
#rightColumn{
	width:300px;
	float:right;
}

#rightColumn h2{
	width:300px;
	padding-left:20px;
	position:relative;
	margin: 0;
}

div#rightColumn h3,div#rightColumn .prTitle {
	color: #fff;
	padding: 6px 10px;
	font-weight: bold;
}

#rightColumn .rectangle{
	//height: 250px;
}

#rightColumn .rectangle,
#rightColumn .fiveNews,
#rightColumn .pr,
#rightColumn .fiveAnime,
#rightColumn .ofTwitterBox,
#rightColumn .adComic,
#rightColumn .ad_sky,
#rightColumn .comicPostList,
#rightColumn .recommendColumn{
	overflow: hidden;
	background-color: #fff;
	margin-bottom:20px;
}

/* ニュースランキング
----------------------------------- */
.InfoArea{
	overflow: hidden;
	background-color: #fff;
	padding:4px 0px;
}

span.nrRank {
	float: right;
	margin-right: 10px;
}

img.ic_rank {
	float: left;
	margin-right: 10px;
}

p.newsRank_title {
	font-size: 13px;
	margin-top: 4px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.fiveNews li.last {
	border-top:1px solid #21923c!important;
	text-align: center;
	font-size:13px;
	padding: 10px 0px;
}

li.last a.showMoreList{
	position: relative;
}

li.last a.showMoreList:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 2px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	margin-right:-15px;
	background: #2d6dc4;
}

li.last a.showMoreList:after{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right:4px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	margin-right:-15px;
	background: #fff;
}
/*PR
----------------------------------- */
.prList {
overflow: hidden;
padding:6px;
border-bottom:1px solid #ebebeb;
}

.prList .left{
	float:left;
}

.prList .right {
	width:160px;
	float:right;
}

.prList .right div{
	font-size:13px;
	font-weight:bold;
}

.prList .right p {
	font-size: 13px;
	line-height: 140%;
}

/*おすすめコラム
----------------------------------- */
.recommendColumnList {
overflow: hidden;
padding:6px;
border-bottom:1px solid #ebebeb;
}

.recommendColumnList .left{
	float:left;
}

.recommendColumnList .right {
	width:160px;
	float:right;
}

.recommendColumnList .right div{
	font-size:13px;
	font-weight:bold;
}

.recommendColumnList .right p {
	font-size: 13px;
	line-height: 140%;
}


/*アニメーター
----------------------------------- */
.fiveAnime li.last {
	border-top:1px solid #ea6300!important;
	text-align: center;
	font-size:13px;
	padding: 10px 0px;
}

.tab_buttonBox{
	margin: 0px auto;
	text-align: center;
	border-top: 1px solid #ebebeb;
	overflow:hidden;
}

.tab_buttonBox span a{
	border: 1px solid #ea6300;
	border-radius:4px;
	padding: 2px 20px;
	line-height: 40px;
	margin: 0px 4px;
	color: #ea6300;
}

.tab_buttonBox span a:hover{
	background-color: #fef7f2;
}

.tab_buttonBox span a.select{
	background-color: #ea6300;
	color:#fff;
	font-weight:bold;
}

/*スカイスクレーパー
----------------------------------- */
.ad_sky {
	height: 600px;
	text-align: center;
}
/*ビッグバナー
----------------------------------- */
aside {
	text-align: center;
	position: relative;
}


.goToTop {
position: relative;
height: 70px;
margin-top: 10px;
}

.goToTop img {
overflow: hidden;
position: absolute;
top: 40px;
left: 0;
right: 0;
bottom: 0;
margin: auto;
z-index: 100;
}
/* --------------------------------------------------
	04.フッター
-------------------------------------------------- */
footer{
	overflow: hidden;
	background-color: #fff;
}
.footerInnner {
	width: 980px;
	margin: 0px auto;
	padding: 20px 0px;
	position: relative;
}

.footerTop {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-top: 20px;
}

.footerLeft {
	width: 28%;
	float:left;
	padding:10px;
	margin-right:40px;
}

.footerLeft p.btn_sns a {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
p.btn_sns img{
	width:60px;
}


.footerCenter {
	width: 28%;
	float:left;
	padding:10px;
	margin-right:40px;
}

.footerRight {
	width: 28%;
	float:right;
	padding:10px;
}

.footerBottom {
	width: 100%;
	clear:both;
	height: 30px;
}

footer p{
	font-size:14px;
}

p.leftTitle,
p.midTitle,
p.rightTitle{
	font-size:18px ;
	margin-bottom:4px;
}

p.leftTitle{
	background-image: url("/img/newtype_border.png");
	background-repeat:no-repeat;
	background-position: 0 28px;
	line-height: 30px;
}

p.midTitle{
	background-image: url("/img/animater_border.png");
	background-repeat:no-repeat;
	background-position: 0 28px;
	line-height: 30px;
}

p.rightTitle{
	background-image: url("/img/magazin_border.png");
	background-repeat:no-repeat;
	background-position: 0 28px;
	line-height: 30px;
}

.footerBottom .bottomLeft{
	float:left;
}

.footerBottom .bottomRight{
	float: right;
	margin-top: -10px;
}

img.lodo_kadokawa {
	display: block;
	float: right;
	width: 190px;
}

/* --------------------------------------------------
	pcソーシャルボタン
-------------------------------------------------- */
.socialButton{
	display: inline-block;
	vertical-align: top;
	//overflow:hidden;
	text-align:left;
	//width:110px;
}

.report_socialBox,
.news_socialBox,
.column_socialBox,
.comic_socialBox {
	//width: 55%;
	//float: right;
	display: inline-block;
}

.fb-like {
	line-height: 1;
}
