
/* ************************************************************************
*
*	Base
*
************************************************************************ */
#seiyu-danshi #logo_sec{
	margin-bottom: 15px;
}
#seiyu-danshi #main .inner{
	padding: 0;
}
#main .ttlsec{
	overflow: hidden;
	zoom: 1;
	padding: 0 14px 10px;
}

#main h3{
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 21px;
}
#main h3 span{
	display: inline-block;
	width: 41px;
	height: 21px;
	margin-right: 8px;
	color: #fff;
	font-size: 13.5px;
	text-align: center;
	background: #e50e80;
}

.ttlsec .btnsec{
	text-align: right;
	font-size: 10px;
}

#main .text_sec{
	padding-bottom: 30px;
	margin: 10px 14px 0;
}
#main .text_sec p span{
	display: inline-block;
	/*background: #e60f81;*/
	color: #e60f81;
	background: #ff6;
	margin-bottom: 3px;
	margin-top: 3px;
}

#main #broadcast_photos img{
	width: 100%;
	height: auto;
}


/* ====================
#broadcast_photos
==================== */
#broadcast_photos{
	position: relative;
}
#broadcast_photos .inner{
	overflow: hidden;
	padding: 0;
}
#broadcast_photos li{
	text-align: center;
}
#broadcast_photos .flex-control-nav {
	width: 100%;
	margin-top: 5px;
	text-align: center;
}
#broadcast_photos .flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
}
#broadcast_photos .flex-direction-nav {
 *height: 0;
}
#broadcast_photos .flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#broadcast_photos .flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '\f001';
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
#broadcast_photos .flex-direction-nav a.flex-next:before {
	content: '\f002';
}
#broadcast_photos .flex-direction-nav .flex-prev {
	left: -50px;
}
#broadcast_photos .flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}
#broadcast_photos .flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 10px;
}
#broadcast_photos .flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
#broadcast_photos .flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 10px;
}
#broadcast_photos .flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
#broadcast_photos .flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}
#broadcast_photos .flex-control-paging li a {
	width: 7px;
	height: 7px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#broadcast_photos .flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}
#broadcast_photos .flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}


/* ====================
#backnumber
==================== */
#backnumber .inner{
	padding: 0;
}
#backnumber ul{
	text-align: center;
	overflow: hidden;
	padding: 0 14px;
}
#backnumber ul li{
	float: left;
	width: 23.5%;
	height: auto;
	margin: 0 2% 2% 0;
	font-size: 11px;
	line-height: 15px;
	position: relative;
	background: #e50e80;
}
#backnumber ul li:nth-child(4n){
	margin-right: 0;
}
#backnumber a img{
	width: 100%;
	height: auto;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/* 話数 */
#backnumber ul li a{ display: block;}
#backnumber ul li a:after{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 40%;
	height: 20%;
	margin: auto;
	padding: 4px;
	color: #fff;
	font-size: 100%;
	background: #e60f81;
	text-align: center;
	line-height: 1;
}
#backnumber ul li.bn01 a:after{ content:"#1"; }
#backnumber ul li.bn02 a:after{ content:"#2"; }
#backnumber ul li.bn03 a:after{ content:"#3"; }
#backnumber ul li.bn04 a:after{ content:"#4"; }
#backnumber ul li.bn05 a:after{ content:"#5"; }
#backnumber ul li.bn06 a:after{ content:"#6"; }
#backnumber ul li.bn07 a:after{ content:"#7"; }
#backnumber ul li.bn08 a:after{ content:"#8"; }
#backnumber ul li.bn09 a:after{ content:"#9"; }
#backnumber ul li.bn10 a:after{ content:"#10"; }
#backnumber ul li.bn11 a:after{ content:"#11"; }
#backnumber ul li.bn12 a:after{ content:"#12"; }



/* ====================
#archive
==================== */
#archive .inner{
	padding: 35px 0 0;
}
#archive ul a{
	display: block;
}
#archive a:nth-child(even){
	margin-right: 0;
	background: #eee;
}
#archive li{
	overflow: hidden;
	padding: 13px;
}
#archive li img.thumb{
	width: 120px;
	height: auto;
	float: left;
	margin-right: 12px;
}
#archive li h4{
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 3px;
}
#archive li:first-child h4{
}
#archive li p{
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 10px;
}
#archive .club{
	color: #e60f81;
	font-size: 17.5px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.sd_btn{
	display: inline-block;
	border: solid 2px #333;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	font-size: 12px;
	line-height: 12px;
	padding: 8px 15px;
	font-weight: bold;
}
.sd_btn img{
	height: 12px;
	width: auto;
}
.bnr_box img {
	width: 300px;
	height: auto;
}
.link_area{
	background: #fff;
	padding: 20px 0 30px;
}
.footer_link{
	width: 70%;
  margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer_link a{
	border: solid 3px #FFA29D;
	background-color: #fff;
	color: #fd6c64;
	font-size: 17px;
	font-weight: bold;
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
  transition:.3s;
  border-radius: 8px;
	text-decoration: none;
}
.footer_link a:hover{
  opacity: .7;
  transition: .3s;
}
.footer_link a:after{
	position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #ff746d;
  border-right: 2px solid #ff746d;
  top: 49%;
  right: 12px;
  margin-top: -5px;
  content: '';
  -webkit-transition: .3s;
  transition: .3s;
}