/* --basic-- */


body {
	text-align:center;
	margin :0;
	padding:0 auto;
	background:#FFFFFF url(../images/body_bg.gif) no-repeat scroll center 135px;
}
li {
	list-style:none;
}
hr {
	display:none;
}
.clear {
	clear:both;
}
img {
	border:0;
}
.dotted{
	background:transparent url(../images/dotted.gif) repeat-x scroll 0pt 50%;
	height:25px;
}
* html div {
	zoom: 1;
}

/*------------------------------
layout
------------------------------*/
#container{
	width:960px;
	margin:5px auto 0 auto;
	background-color:#FFFFFF;
}

/*------------------------------
margin
------------------------------*/
.mb10 {
	margin-bottom:10px;
}
/*------------------------------
padding
------------------------------*/
.pb10 {
	padding-bottom:10px;
}
.pb20 {
	padding-bottom:20px;
}
/*------------------------------
head
------------------------------*/
#header_ana {
	position: relative;
	width:960px;
	height:110px;
	margin:0px;
	padding:0px;
	background:#FFFFFF url(../images/header.jpg);
}
#header_ana h2 {
	text-indent:-9999px;
	margin:0;
}
#header_ana h2 a {
	display:block;
	width:960px;
	height:110px;
	background:url(../images/header.jpg);
}
.social_btn {
	float: right;
    margin: 5px 5px 5px 0;
}


/*------------------------------
main_menu
------------------------------*/
#main_menu{
	width:960px;
	height:320px;
	padding:0;
	margin:0 0 10px;
	/*background:url(../images/main.jpg);*/
}
.imageMenu { position: relative; margin:0 20px; width: 920px; height: 320px; overflow: hidden; }
.imageMenu ul { list-style: none; margin: 0px; display: block; height: 320px; width: 920px; padding:0; }
.imageMenu ul li { float: left; }
.imageMenu ul li a { text-indent: -9999px; background:#FFFFFF none repeat scroll 0%; border: none; cursor:pointer; display:block; overflow:hidden; width:228px; height: 320px; }
.imageMenu ul li.kaji a { background: url(../images/image_kaji.jpg) repeat scroll 0%; }
.imageMenu ul li.yamamoto a { background: url(../images/image_yamamoto.jpg) repeat scroll 0%; }
.imageMenu ul li.tachibana a { background: url(../images/image_tachibana.jpg) repeat scroll 0%; }
.imageMenu ul li.amano a { background: url(../images/image_amano.jpg) repeat scroll 0%; }
.imageMenu ul li.yuki a { background: url(../images/image_yuki.jpg) repeat scroll 0%; }
/*------------------------------
更新情報・出演番組
------------------------------*/
#update {
	width:920px;
	padding:0 20px;
	margin:0 0 10px;
}
#update_ttl {
	width:920px;
	height:30px;
	padding:0;
	margin:0 0 10px;
	background:url(../images/update_ttl.gif);
	text-indent:-9999px;
}

#update .update_box {
	width:228px;
	border:1px solid #E0E0E0;
	float:left;
	height:280px;
}
#update .update_box h2.kaji {
	width:228px;
	height:25px;
	background:url(../images/kaji_ttl.gif);
	text-indent:-9999px;
	padding:0;
	margin:0 0 10px;
}
#update .update_box h2.yamamoto {
	width:228px;
	height:25px;
	background:url(../images/yamamoto_ttl.gif);
	text-indent:-9999px;
	padding:0;
	margin:0 0 10px;
}
#update .update_box h2.tachibana {
	width:228px;
	height:25px;
	background:url(../images/tachibana_ttl.gif);
	text-indent:-9999px;
	padding:0;
	margin:0 0 10px;
}
#update .update_box h2.yuki {
	width:228px;
	height:25px;
	background:url(../images/yuki_ttl.gif);
	text-indent:-9999px;
	padding:0;
	margin:0 0 10px;
}
#update .update_box h2.huruyama {
	width:228px;
	height:25px;
	background:url(../images/huruyama_ttl.gif);
	text-indent:-9999px;
	padding:0;
	margin:0 0 10px;
}
#update .update_box h2.onoguchi {
	width:228px;
	height:25px;
	background:url(../images/onoguchi_ttl.gif);
	text-indent:-9999px;
	padding:0;
	margin:0 0 10px;
}

#update .update_box ul.blog_update {
	margin:0 0 10px 0;
	padding:0 5px;
	height:120px;
}
#update .update_box ul.blog_update li {
	list-style:none;
	background:transparent url(../images/blog_mark.gif) no-repeat scroll 0 2px;
	font-size:12px;
	padding:0 0 0 10px;
	text-align:left;
	margin:0;
}
#update .update_box ul.blog_update .date {
	text-align:right;
	padding:0;
	font-size:12px;
	margin:0 0 5px 0;
}

#update .update_box h3.program_ttl {
	width:228px;
	height:22px;
	background:url(../images/program_ttl.gif);
	text-indent:-9999px;
	padding:0;
	margin:0 auto 10px;
}
#update .update_box ul.program {
	margin:0 0 10px 0;
	padding:0 5px;
}
#update .update_box ul.program li {
	list-style:none;
	background:transparent url(../images/program_mark.gif) no-repeat scroll 0 2px;
	font-size:12px;
	padding:0 0 0 10px;
	text-align:left;
	margin:0 0 5px 0;
}

/*------------------------------
new_blog
------------------------------*/
.new_blog{
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
	color:#E10A0D;
}
.square_btn_big{
	position: relative;
    display: inline-block;
	font-size: 24px;
    font-weight: bold;
	margin-bottom: 10px;
    padding-top: 0.7em;
	width: 490px;
	height: 50px;
    text-decoration: none;
    transition: .4s;
	color: #FFF;
	background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}
.square_btn_big:hover {
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
}
/*------------------------------
old_blog
------------------------------*/
.old_blog{
	width: 912px;
	padding-top: 10px;
	list-style: none;
	overflow: hidden;
}
.old_blog li{
	width: 228px;
	float: left;
}
.square_btn1 {
	position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 4px 1em 2px;
    text-decoration: none;
	color: #FFF;
    background: #009b20;
  }
.square_btn2 {
	position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 4px 1em 2px;
    text-decoration: none;
    color: #FFF;
    background: #ff0069;
  }
.square_btn3 {
	position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 4px 1em 2px;
    text-decoration: none;
    color: #FFF;
    background: #ff2c22;
  }
.square_btn4 {
	position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 4px 1em 2px;
    text-decoration: none;
    color: #FFF;
    background: #ff7a00;
  }
.square_btn1:hover {
    opacity: 0.7;
}
.square_btn2:hover {
    opacity: 0.7;
}
.square_btn3:hover {
    opacity: 0.7;
}
.square_btn4:hover {
    opacity: 0.7;
}

/*------------------------------
corner
------------------------------*/
#corner {
	width:920px;
	padding:0 20px;
	margin:0 0 10px;
}
#corner_ttl {
	width:920px;
	height:30px;
	padding:0;
	margin:0 0 10px;
	background:url(../images/corner_ttl.gif);
	text-indent:-9999px;
}
#corner .banner {
	width:174px;
	height:60px;
	margin:0 5px 10px 5px;
	float:left;
}



/*------------------------------
zatsudan
------------------------------*/
#zatsudan {
	width:920px;
	padding:0 20px;
	margin:0 0 10px;
}
#zatsudan_ttl {
	width:920px;
	height:30px;
	padding:0;
	margin:0 0 10px;
	background:url(../images/zatsudan_ttl.gif);
	text-indent:-9999px;
}
#zatsudan_box {
	width:560px;
	text-align:center;
	margin:0 auto;
}
#zatsudan_box .youtube {
	width: 560px;
	height: 315px;
	margin-bottom:10px;
}
p.theme {
	height: 36px;
	font-size:18px;
	color:#ff085d;
	background:#ffdce8;
	line-height:36px;
	margin:20px 0 10px;
}

p.theme .date {
	font-size:12px;
}

/*------------------------------
present
------------------------------*/
#present {
	width:920px;
	padding:0 20px;
	margin:0 0 10px;
}
#present_ttl {
	width:920px;
	height:30px;
	padding:0;
	margin:0 0 10px;
	background:url(../images/present_ttl.gif);
	text-indent:-9999px;
}
#present_box {
	width:560px;
	text-align:center;
	margin:0 auto;
}
#present_box .youtube {
	width: 560px;
	height: 315px;
}
p.form {
	background:#ffdce8;
	font-size:14px;
}

/*------------------------------
anagura
------------------------------*/
#anagura {
	width:920px;
	padding:0 20px;
	margin:0 0 10px;
}
#anagura_ttl {
	width:920px;
	height:30px;
	padding:0;
	margin:0 0 10px;
	background:url(../images/anagura_ttl.gif);
	text-indent:-9999px;
}
#anagura_box {
	width:560px;
	text-align:center;
	margin:0 auto;
}
#anagura_box .youtube {
	width: 560px;
	height: 315px;
}
p.form {
	background:#ffdce8;
	font-size:14px;
}
p.theme {
	height: 36px;
	font-size:18px;
	color:#ff085d;
	background:#ffdce8;
	line-height:36px;
	margin:20px 0 10px;
}

p.theme .date {
	font-size:12px;
}

/*------------------------------
archive
------------------------------*/
#archive {
	width:920px;
	padding:0 20px;
	margin:20px 0 10px;
}
#archive_ttl {
	width:920px;
	height:30px;
	padding:0;
	margin:0 0 10px;
	background:url(../images/archive_ttl.gif);
	text-indent:-9999px;
}

#archive_box {
	width:920px;
	text-align:left;
	margin:0 auto;
}
#archive_box div.movie_01 {
	 margin-right:30px;
	 float: left;
     width: 160px;
	 margin-bottom: 15px;
}
#archive_box div.movie_02 {
	 margin-right:30px;
	 float: left;
     width: 160px;
	 margin-bottom: 15px;
}
#archive_box div.movie_03 {
	 margin-right:30px;
	 float: left;
     width: 160px;
	 margin-bottom: 15px;
}
#archive_box div.movie_04 {
	 margin-right:30px;
	 float: left;
     width: 160px;
	 margin-bottom: 15px;
}
#archive_box div.movie_05 {
	 float: left;
     width: 160px;
	 margin-bottom: 15px;
}
#archive_box p.info {
	width: 160px;
	font-size: 12px;
	margin-top: 5px;
}

/*------------------------------
top_cast
------------------------------*/
#cast_box {
	width:960px;
	padding:0px 25px;	
}
.photo_box {
	width:228px;
	margin-bottom:10px;
	float:left;
}
.profile_box {
	width:228px;
	margin-bottom:10px;
	float:left;
}
.profile_box p {
	margin:10px auto;
	padding:0px 5px;
	font-size:12px;
	text-align:left;
}
.blog_box {
	width:228px;
	margin-bottom:20px;
	float:left;
}
.blog_box a:hover img {
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}




/*------------------------------
2018011_common
------------------------------*/
.color-green{
	color: #1FBD00!important;
}
.color-pink{
	color: #FE68BF!important;
}
.color-orange{
	color: #F0720B!important;
}
.color-yellow{
	color: #F2A20D!important}
.color-lightblue{
	color: #0a9ce8!important}
.color-blue{
	color: #0839ca!important}
.color-purple{
	color: #b13bf9!important}
.color-red{
	color: #f73030!important}

.background-green{
	border-top: 1px #1FBD00 solid;
	border-bottom: 1px #1FBD00 solid;
	background-color:#FBFEF5!important;
}
.background-pink{
	border-top: 1px #FE68BF solid;
	border-bottom: 1px #FE68BF solid;
	background-color:#FFFBFC;
}
.background-orange{
	border-top: 1px #F0720B solid;
	border-bottom: 1px #F0720B solid;
	background-color:#FFFAEC;
}
.background-yellow{
	border-top: 1px #F2A20D solid;
	border-bottom: 1px #F2A20D solid;
	background-color:#FFFDEE;
}
.background-lightblue{
	border-top: 1px #0a9ce8 solid;
	border-bottom: 1px #0a9ce8 solid;
	background-color:#ecf9ff;
}
.background-blue {
	border-top: 1px #0839ca solid;
	border-bottom: 1px #0839ca solid;
	background-color: #eaecff;
}
.background-purple {
	border-top: 1px #b13bf9 solid;
	border-bottom: 1px #b13bf9 solid;
	background-color: #fbeaff;
}
.background-red {
	border-top: 1px #f73030 solid;
	border-bottom: 1px #f73030 solid;
	background-color: #ffecec;
}

	
.ana{
	height: 462px;
	margin-top: 50px;
}
.ana-name{
	width: 900px;
	height: 40px;
	margin: 0 auto;
	font-weight: bold;
}
.ana-name p {
margin: 8px 0;
}


.plf{
	width: 900px;
	margin: 30px 30px 0px;
}
.plf-left{
	width: 230px;
	float: left;
}
.plf-right{
	width: 670px;
	height: 380px;
	float: left;
}

.plf-link{
	margin-top: 10px;
	width: 215px;
	height: 50px;
}
.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*背景色*/
    border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}
.square_btn:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.square_btn:hover{
	opacity: 0.8;
}

.plf-right table{
	width: 640px;
	margin: 30px 30px 0;
	border-collapse: collapse;
}
.plf-right tr{
	border-bottom: 1px #D0D0D0 solid;
}
.plf-right tr:last-child{
	border-bottom: none;
} 
.plf-right table tr th{
	width: 120px;
	color: #E84970;
}
.plf-right table tr td{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
.plf-right table a{
	color: #006492;
}



/*------------------------------
footer
------------------------------
#footer {
	width:930px;
	height:25px;
	margin:0 auto 0px;
	padding:5px 15px;
	background:#E7115C;
}
#footer .copyright{
	text-align:left;
	color:#FFFFFF;
	font-size:12px;
	padding-top:5px;
	float:left;
}
#footer .top_link_bottom{
	float:right;
	font-size:12px;
	padding-top:5px;
}
#footer .top_link_bottom a:link{
	color:#FFFFFF;
}
#footer .top_link_bottom a:hover{
	color:#FFFFFF;
}
#footer .top_link_bottom a:visited{
	color:#FFFFFF;
}
*/
/* clearfix */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}