
/* ************************************************************************
*
*	Base
*
************************************************************************ */
#main{
	font-size: 16px;
	line-height: 25px;
}
#main .inner{
	overflow: hidden;
	zoom: 1;
}
#main .ttlsec{
	overflow: hidden;
	zoom: 1;
}
#main h3{
	float: left;
	width: 700px;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 35px;
}
#main h3 span{
	display: inline-block;
	width: 70px;
	height: 35px;
	margin-right: 22px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background: #e50e80;
}

.ttlsec .btnsec{
	float: right;
	width: 280px;
	text-align: right;
}

#main .text_sec{
	width: 455px;
	float: right;
	padding-top: 15px;
}

#main .text_sec span{
	display: inline-block;
	/*background: #e60f81;*/
	color: #e60f81;
	background: #ff6;
}
/* ====================
#broadcast_photos
==================== */
#broadcast_photos{
	width: 490px;
	float: left;
	position: relative;
}
#broadcast_photos img{
	width: 490px;
	height: auto;
}
#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{
	background: #eee;
}
#backnumber .inner{
	overflow: hidden;
	zoom: 1;
}
#backnumber ul li{
	position: relative;
	float: left;
	overflow: hidden;
	display: block;
	width: 150px;
	height: 84px;
	margin: 8px 13px 8px 0;
	font-size: 16px;
	background: #e50e80;
}
#backnumber ul li a
#backnumber ul li:nth-child(6n){
	margin-right: 0;
}
#backnumber ul li a{
	 display: block;}
#backnumber ul li img{
	width: 100%;
	height: auto;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/* 話数 */
#backnumber ul li a:after{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 54px;
	height: 27px;
	margin: auto;
	color: #fff;
	font-size: 16px;
	background: #e60f81;
	text-align: center;
	line-height: 27px;
}
#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 ul{
	overflow: hidden;
}
#archive ul.inner{
	padding: 40px 0;
}
#archive ul a{
	display: block;
	float: left;
	width: 230px;
	margin-right: 20px;
	margin-bottom: 30px;
	text-align: center;
}
#archive a:nth-of-type(4n){
	margin-right: 0;
}
#archive a:nth-of-type(5){
	margin-bottom: 0;
}
/*#archive ul a:last-child{
	margin-right: 0;
}*/
#archive li img.thumb{
	width: 100%;
	height: auto;
	margin-bottom: 17px;
}
#archive li h4{
	font-size: 19px;
}
#archive li:first-child h4{
	font-size: 16px;
}
#archive li p{
	font-size: 10px;
	margin-bottom: 16px;
}
#archive .club{
	color: #e60f81;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.sd_btn{
	display: inline-block;
	border: solid 2px #333;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	font-size: 13px;
	line-height: 13px;
	padding: 8px 23px;
	font-weight: bold;
}
.sd_btn img{
	height: 13px;
	width: auto;
}
.link_area{
	padding: 25px 0 30px;
}
.footer_link{
	width: 250px;
  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: 20px;
	font-weight: bold;
	width: 100%;
	height: 50px;
	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;
}
