@charset 'UTF-8';
/************************************
 COMMON
************************************/
/**
 * CONTENT
 */
#summary{
	font-size:0.75em;
	color:#666;
	display:inline;
}
#description,
#indexHead{
	margin:0 12px 10px 12px;
}
.note{
	font-size:0.85em;
	color: #70757A;
	margin:auto 12px 10px 12px;
}
.rib,
.biography{
	padding:20px 16px;
	margin: 0 12px 12px;
	box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
	border-radius: 8px;
	border-bottom: 1px hidden #fff;
}
.rib{
	padding:0 0 16px 0;
	overflow:visible;
}
.rib h3{
	padding:20px 16px 0 16px;
}
.rib h3.ribTopH{
	border-top:1px solid rgba(0,0,0,.16);
}
.rib p.h3Desc{
	color:#777;
	font-size:0.7em;
	margin:2px 12px 20px 16px;
}
article.carCtr{
	margin:0 -12px;
	overflow-y:hidden;
}
article.carCtr2{ /* ranking and otherSiteList */
	margin:0;
	overflow-y:hidden;
}
div.carCtrM{
	padding:0 28px;
	display:inline-block;
}
div.carCtrM2{ /* ranking and otherSiteList */
	padding:0 12px;
	display:inline-block;
}
ul.menCarousel,
ul.textCarousel,
ul.imagesCarousel,
ul.menCarouselMini,
ul.refineList{
	list-style-type:none;
	display:flex;
	margin: 0;
	padding:0;
	overflow:scroll;
	-webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
ul.menCarouselMini{
	margin: 0 0 0 16px;
}
ul.refineList{
	margin:0 12px;
}
ul.menCarousel li,
ul.textCarousel li,
ul.imagesCarousel li,
ul.menCarouselMini li,
ul.refineList li{
	/*margin:0 2px 10px 6px;*/
	margin:0 0 10px 8px;
	box-shadow:0 1px 6px rgba(32, 33, 36, 0.28);
	border-radius:8px;
	background:#FFF;
	width:100px;
	border:1px solid #DDD;
	border-bottom:1px hidden #fff;

}
ul.menCarousel li:first-child,
ul.textCarousel li:first-child,
ul.imagesCarousel li:first-child,
ul.menCarouselMini li:first-child,
ul.refineList li:first-child{
	margin-left:0;
}
ul.textCarousel li,
ul.menCarouselMini li{
	min-width:155px;
	font-size:0.95em;
}
ul.refineList li{
	min-width:90px;
	border-radius:20px;
	padding:6px 0;
	text-align:center;
}
ul.menCarouselMini li {
	height:50px;
	border-left:1px solid #DDD;
}
.titleThumb img{
	border-radius:8px 8px 0 0;
}
ul.menCarouselMini .titleThumb{
	display:inline-block;
	margin-right:6px;
}
ul.menCarouselMini .titleThumb img{
	border-radius:8px 0 0 8px;
	margin-right: 4px;
}
.wreThumb{
	margin:12px 10px 14px;
}
.wreThumb img{
	border-radius:50%;
	display:inline-block;
	vertical-align:middle;
	padding-right:5px;
}
.wreThumb p,
ul.menCarouselMini .titleThumb dl.mcmDetail,
ul.refineList li a{
	font-size:0.9em;
	display:inline-block;
	vertical-align:middle;
	margin:0;
	color:#000;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	width:calc(100% - 45px);
}
ul.refineList li a{
	width:80px;
}
ul.menCarouselMini .titleThumb dl.mcmDetail{
	vertical-align:top;
	margin-top:6px;
	width:90px;
}
ul.menCarousel li dl,
ul.textCarousel li dl,
ul.imagesCarousel li dl,
ul.imagesCarousel li p{
	color:#000;
	font-size:0.85em;
	margin:8px;
}
ul.imagesCarousel p{
	display:inline-block;
}
ul.menCarousel li dl dd,
ul.textCarousel li dl dd,
ul.imagesCarousel li dl dd,
ul.menCarouselMini .titleThumb dl.mcmDetail dd{
	color:#70757A;
	margin:0;
	font-size:0.85em;
}
.biography h2{
	margin:0 6px 10px 0;
	padding:0;
	font-size:1.6em;
	font-weight:normal;
	display:inline-block;
}
#kana{
	color:#888;
	font-size:0.85em;
	display:inline-block;
}
.biography dl,
.biography img{
}
.biography dl{
	font-size:0.8em;
}
.biography dt{
	clear:left;
	float:left;
	margin:0 0 0.6em;
	width:5em;
}
.biography dd {
	margin-bottom:0.6em;
	margin-left:5em;
}
.bioCareer{
	font-size:0.8em;
}
.bioImage,
.career{
	display: inline-block;
	vertical-align: top;
}
.bioImage{
	margin:4px 20px 0 0;
}
.career dl{
	margin:0;
}
.menBioArrHead{
	display:block;
	margin-bottom: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, .10);
}
.moreDetailLink,
.moreIndexLink{
	text-align:center;
	font-size:0.85em;
	padding:4px 2px;
}
.moreDetailLink a,
.moreIndexLink a{
	display:block;
	text-decoration:none;
}
.moreDetailLink{
	margin:0;
}
.moreDetailLink a{
	position:relative;
	margin:0 -18px -10px;
	border-top: 1px solid rgba(0, 0, 0, .10);
	padding-top:12px;
}
.moreDetailLink a:before{
	content:"";
	display:block;
	position:absolute;
	top:12px;
	left:30px;
	width:10px;
	height:10px;
	border-top:2px solid #666;
	border-right:2px solid #666;
	transform:translateX(-50%) rotate(135deg)
}
.topicContents{
	font-size:0.8em;
}
.paging{
	margin:4px auto;
	text-align:center;
}
.textDesc{
	font-size:0.85em;
	margin:0 16px 10px 16px;
	line-height:1.7;
}
.naMess,
.naMessMenCarousel{
	margin:0 16px;
	padding:0;
	font-size:0.8em;
}
.naMessMenCarousel{
	margin-bottom:10px;
}

.textList,
.textListDL,
.textListDLNormal{
	margin: 0 0 0 16px;
	padding:0;
	font-size:0.9em;
}
.textList{
	list-style-type:none;
}
.textList li{
	border-bottom: 1px solid rgba(0, 0, 0, .10);
}
.textList li a dl{
	margin:16px 16px 16px 0;
}
.textList li a dl dd{
	color:#777;
	font-size:0.8em;
	margin:0;
}
.textListDL dd,
.textListDLNormal dd{
	margin: 0 0 12px 0;
	padding: 0 0 10px 0;
}
.textListDL dd{
	border-bottom: 1px solid #CCC;
}
.fightTitle{
	font-size:1em;
  font-weight:normal;
  padding:10px 12px 0;
}
h4.seriesTitle {
	padding:12px 8px 8px 16px;
  margin:0;
  font-weight:normal;
}

/**
 * FOOTER
 */
#otherSiteList h2{
	font-size:1em;
	font-weight:normal;
	padding:16px 12px 0;
	border-top:1px solid #CCC;
	margin-top:30px;
}

/**
 * INDEX
 */
.gallery{
	list-style-type:none;
	display:grid;
	grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
	grid-gap:1px;
	max-width:960px;
	margin:0 auto;
	padding:0;
	background:#DDD;
	border-bottom: 1px solid #DDD;
}
.gallery li{
	background:#FFF;
	position: relative;
}
.gallery li img{
	width:100%;
	object-fit: cover;
}
.gallery li a{
	color:#000;
	display:block;
}
.gallery li dl{
	position: relative;
	color:#000;
	font-size:0.85em;
	margin:8px 8px 16px;
}
.gallery li a dl dd{
	color:#70757A;
	margin:0;
	font-size:0.85em;
}
.gallery .rankingData,
.rankingData{
	font-weight:bold;
	margin-bottom:0;
}
.gallery .rankingData dd,
.rankingData dd{
	color:#000;
	font-size:1em;
}

/**
 * PARTS
 */


/* paging */
.paging{
	padding-top:10px;
	margin:0 auto 10px;
	text-align:center;
	font-size: 1.2rem;
	line-height: 1.35;
}
.paging span a,
.paging span a:visited{
	display:inline-block;
	margin:0 8px;
	padding: 1.1rem 1.4rem 1rem 1.5rem;
	color: #111;
	text-decoration: none;
	border-radius: .3rem;
	-webkit-box-shadow: 0 .1rem 0 rgba(255,255,255,.6) inset;
	box-shadow: 0 .1rem 0 rgba(255,255,255,.6) inset;
	background: #eff0f3;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f7f8fa),color-stop(100%,#e7e9ec));
	background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec);
	background: linear-gradient(to bottom,#f7f8fa,#e7e9ec);
	border: .1rem solid #6c6e73;
	border-color: #adb1b8 #a2a6ac #8d9096;
}
.paging span.disabled{
	color:#999;
}

/* tag */
ul.tags{
	margin:0 0 0 16px;
	padding:0;
	display:flex;
	flex-wrap:wrap;
}
ul.tagsMenView{
	margin:0 12px 16px;
}
ul.tags li{
	align-items:center;
	background:#fff;
	border-radius:4px;
	border:1px solid #DDD;
	display:flex;
	margin:0 8px 12px 0;
}
ul.tags li a{
	font-size:0.8em;
	text-decoration:none;
	display:block;
	padding:6px 8px;
}

/* ranking */
table.rankingTable{
	margin:0 16px 20px;
	border-collapse:collapse;
	width: 90%;
}
table.rankingTable caption{
	text-align:left;
	font-size:1.1em;
}
table.rankingTable td{
	border-bottom:1px solid #CCC;
	padding:4px 4px 4px 0;
}
table.rankingTable tr.current{
	font-weight:bold;
}
table.rankingTable td.CharacterName{
	padding: 6px 10px;
}
table.rankingTable td.CharacterName img{
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}
table.rankingTable td.CharacterName p{
	font-size: 1em;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: calc(100% - 45px);
}


/* social */
.sb{
	list-style-type:none;
	margin:20px auto 10px;
	padding:0;
	text-align:center;
}
.sb li{
	margin:0 5px;
	display:inline-block;
}
.sb iframe{
	margin: 0 !important;
}

.socialB{
	list-style: none;
	margin: 12px auto;
	width:100%;
	padding:0 10px;
}
.socialB li {
	float: left;
	width:45%;
	margin-left:0 !important;
	margin-bottom:20px;
	margin-right:10px;
	line-height:1;
}
.socialB li a {
	font-size:0.90em;
	font-weight:bold;
	position: relative;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
	border-radius: 6px;
	color: #FFF;
	display:block;
	text-align: center;
	text-decoration: none;
	padding: 4px 0;
}
.socialB a span {
	font-size:0.9em;
	color: #FFF;
	opacity:0.8;
	/*text-shadow: none;*/
}
.socialB .fb a{
	background: none repeat scroll 0 0 #3b5998;
	box-shadow: 0 4px 0 #203d79;
}
.socialB .twi a{
	background: none repeat scroll 0 0 #00acee;
	box-shadow: 0 4px 0 #0193cb;
}
.socialB  a:active{
	color:#FFF !important;
	top:4px;
	box-shadow: none;
}
.socialB  a:visited{
	color:#FFF !important;
}
