@charset "utf-8";
/* CSS Document */
/*===========
common
====================*/
body{ margin:0 auto;padding:0;
	color: #333;font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";font-size:16px;text-align:center; line-height:1.7em;
	background: url(images/asachan_back.gif);}
img{vertical-align:bottom;}
#headline{background: #EA7899;color: #FFF;font-size: 0.8em;text-align: right;padding-right: 1em;}
#headline ol li{display: inline-block;}
#headline ol li a:after{content: '>';}
#headline a{color: #FFF;text-decoration: underline;}

/*clear-fix*/
.cf:before,
.cf:after {content: " ";display: table;}
.cf:after {clear: both;}
.cf {*zoom: 1;}


/*リンク半透明*/
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

a:link , a:active{
	color:#6f9700;
}

 a:visited, a:hover{
	 color:#5D7C00;
	 text-decoration: underline;
 }



@media only screen and (max-width: 480px) {
	body{
		font-size:80%;
	}
}

/*a-blog common*/
#adminBox{
	text-align: left;
}
.acms-admin-user-icon{
	width:20px;
	height: 20px;
}


/*ページャー*/
.acms-pager li.cur span, .acms-pager li>a, .acms-pager li span>a{
	font-size:1.2em;
	margin:1em 0.5em;
	border:#009C99 1px solid;
	background:#FFFFFF;
	padding: 0.5em 1em;
    box-shadow: 0 2px 0 #009C99;
	border-radius: 0;
	}

.acms-pager li>a, .acms-pager li span>a{
	background:#FFFFFF;
	color:#009C99;	
	width:100%;	
}

.acms-pager li a:hover{
	background: #86CDF0;
    color: #FFF;
}

/*共通ボタン*/

.common_bt a{
	font-size: 0.9em;
	padding: 0.5em 20px 0.5em 35px;
	background: url(/themes/tv_imanama_rakuuma@tv_theme/images/bt_arrow.png) #FFF no-repeat;
	background-size:15px;
	background-position: 15px ;
	border: 1px solid #6f9700;
	color: #6f9700;
	border-radius: 20px;
	box-shadow: 0 3px 0 #CFE594;
	display: inline-block;
}

.common_bt a:hover{
	background: url(/themes/tv_imanama_rakuuma@tv_theme/images/bt_arrow.png) #E3F7B1 no-repeat;
	background-size:15px;
	background-position: 15px ;
	text-decoration: none;
}

/*投稿用見出し*/
.imp_r{
	color: #CD0000;
	font-weight: bold;
}

.imp_b{
	color: #00519E;
	font-weight: bold;
}


/*===========
main_area
====================*/
.main_area{
	background:url(../images/main_ttl_back.png);
	background-size:cover;
	text-align: center;
	padding: 1em 2em 2em 2em;
	display: table;
	width: 100%;
}

.main_area img{
	width: 100%;
}

.main_wrap{
	max-width: 970px;
	margin: auto;
}

.main_l{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50%;
}

.main_r{
	display: table-cell;
	vertical-align:bottom;;
	text-align: center;
	width: 50%;
}

.main_l h1 img{
	max-width: 440px;
	margin: 1em 0;
}

.main_ttl_date{
	max-width: 462px;
}

.main_ttl_read{
	max-width: 350px;
	margin: 1em 0;
}

@media only screen and (max-width: 480px) {
	.main_area{
		background-position:30%;
	}
	
	.main_l{
		display: block;
		width: 100%;
	}
	
	.main_r{
		display: block;
		width: 100%;
	}
}


/*===========
top_contents_area
====================*/
.top_contents_area{
	background: url(../images/square_bg.gif) no-repeat;
	background-position:center;
	/*padding-bottom: 6em;*/
}

.top_contents_inner{
	position: relative;
	top: -2em;
}

.onair_wrap{
	width: 94%;
	max-width: 970px;
	margin: 0 auto 3em;
	padding: 0 2em 2em 2em;
	background: #FFF url(../images/onair_back.png) no-repeat;
	box-shadow: 10px 15px 46px rgba(124,118,59,0.30);
	box-sizing: border-box;
}

h2 img.onair_ttl{
	max-width: 240px;
	margin-bottom: 2em;
}

.onair_l{
	float: left;
	width: 55%;
	text-align: left;
}

.onair_r{
	float:right;
	width: 43%;
}

.onair_today_wrap,.onair_rakuuma_wrap{
	background: #F9F8EB;
	padding:0.5em 1.5em 1.5em 1.5em;
	box-sizing: border-box;
	position: relative;
}

.onair_date{
	background: #333;
	color: #FFF;
	display: inline-block;
	padding: 0.2em 0.5em;
	font-weight: bold;
	position:absolute;
	top: -1em;
	left:1.5em;
}

/*onair today*/

.onair_today_wrap p.onair_date{
	background: #EA7899;
}

.onair_today_wrap .acms-entry p{
	margin-top:1em;
}

.onair_corner_ttl{
	border-bottom: 2px dashed #e3b30c;
	font-weight: bold;
	margin-top: 1.5em;
	text-align: left;
}

.onair_corner_ttl:before{
	content: '■';
	color: #F39DB6;
}

dl.onair_corner{
	border-bottom:dashed 1px #BDBA8C;
}

dl.onair_corner dt{
	float: left;
	width: 30%;
}

dl.onair_corner dt img{
	border: 3px solid #CBE5F0;
	width: 100%;
}

dl.onair_corner dd{
	float: right;
	width: 67%;
}

dl.onair_corner dd span{
	font-weight: bold;
	display: block;
}

.acms-entry p{
	margin-top:0.5em;
}

/*onair rakuuma*/
.onair_rakuuma_wrap p.onair_date{
	background: #A5CC39;
}

dl.onair_corner{
	margin-top: 1em;
	border-bottom:dashed 1px #BDBA8C;
	padding-bottom: 1em;
}

.onair_rakuuma_inner{
	margin-top: 1.5em;
}

dl.onair_rakuuma_inner dt{
	float: left;
	width: 45%;
}

dl.onair_rakuuma_inner dt img{
	width: 100%;
}

dl.onair_rakuuma_inner dd{
	float: right;
	width: 51%;
	text-align: left;
}

dl.onair_rakuuma_inner dd img{
	width: 100%;
}

dl.onair_rakuuma_inner dd span{
	font-weight: bold;
}

.onair_rakuuma_logo{
	max-width: 165px;
}

.recipe_ttl{
	font-weight: bold;
	margin-top: 0.5em;
}

.rakuuma-recipe_bt{
	margin-top: 0.5em;
	background: #FFF;
	border: 1px solid #009C99;
	padding: 0.2em 0.5em;
	box-shadow: 0 2px 0 #009C99;
	display: inline-block;
}


.rakuuma-recipe_bt:hover{
	background:#86CDF0;
	color: #FFF;
}

/*yokoku youtube*/
.youtube{
  position:relative;
  width:100%;
  padding-top:56.25%;
	margin-top:1em;
}
.youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/*info_wrap*/

.info_wrap{
	width: 94%;
	max-width: 970px;
	margin:0 auto 3em;
	padding: 0 2em 2em 2em;
	background: #FFF url(../images/info_back.png) no-repeat;
	background-position: right top;
	box-shadow: 10px 15px 46px rgba(124,118,59,0.30);
	box-sizing: border-box;
}

.info_date{
	text-align: right;
	font-size: 0.8em;
}

.info_ttl{
	background: #DBE9B5;
	padding: 0.5em 1em;
	font-weight: bold;
}

/*banner_wrap*/
.banner_wrap{
	max-width: 970px;
	width: 94%;
	margin:0 auto 0;
	position: relative;
	padding: 0 2em 2em 2em;
	background: #FFF url(../images/topoics_back.png) no-repeat;
	background-position: right top;
	box-shadow: 10px 15px 46px rgba(124,118,59,0.30);
	box-sizing: border-box;
}

h2 img.onair_ttl{
	max-width: 240px;
	margin-bottom: 2em;
}



.banner_wrap ul{
	display: -webkit-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.banner_wrap ul li{
	width: 48%;
}

.banner_wrap ul li p{
	margin-top: 0.5em;
}

@media only screen and (max-width:768px) {	
	.onair_l{
		float: none;
		width: 100%;
	}
	
	.onair_r{
		float: none;
		width: 100%;
		margin-top: 2em;
	}
	
	.banner_wrap ul li{
		width: 100%;
		margin-bottom: 1em;
	}
	
	.banner_wrap ul li:last-child{
		margin-bottom: 0;
	}
}


/*===========
middle_contents_area
====================*/
.middle_contents_area{
	background: #BEE5F4;
	padding:3em 2em;
}

h2 img.corner_ttl_1{
	max-width: 172px;
	vertical-align: middle;
}

h2 img.corner_ttl_2{
	max-width:240px;
	vertical-align: middle;
}

h2 img.endcorner_ttl{
	max-width: 167px;
	margin-bottom:1em;
}

ul.corner_wrap{
	display: -webkit-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
	max-width: 970px;
	box-sizing: border-box;
	margin: 2em auto;
}

ul.corner_wrap li{
	/*width: 22%;　4列*/
	width: 30%;
	padding:1.5em;
	box-sizing: border-box;
	background: #FFF;
	box-shadow: 0 3px 0 #6AB4D0;
	text-align: left;
	margin-bottom:3em;
	line-height: 2em 1.5em 1.5em;
	position: relative;
}

ul.corner_wrap li .corner_program_logo img{
	border: 3px solid #E3F7FF;
}

.column-image-center.nocaption{
	margin-bottom: 0.5em!important;
}

ul.corner_wrap li a{
	color: #333;
	text-decoration: none;
}

ul.corner_wrap li:hover{
	background: #FFFDCA;
}

.corner_program_ttl{
	color: #EC7A9B;
	font-weight: bold;
}

.corner_ic{
	max-width: 60px;
	position:absolute;
	top: -30px;
	left: -10px;
	z-index: 10;
}

.corner_finished{
	max-width:970px;
	margin: auto;
}

.corner_finished img{
	max-width: 170px;
	margin:1%;
	box-sizing: border-box;
	border: 3px solid #ADCBD7;

}

@media only screen and (max-width: 768px) {
	ul.corner_wrap{
		justify-content: space-between;
	}
	
	ul.corner_wrap li{
		width: 48%;
	}
	
	.corner_ic{
		max-width: 50px;
	}
}

@media only screen and (max-width: 480px) {
	
	.corner_finished img{
			width: 48%;
		margin-bottom:1em;
		}
}


/*===========
bottom_contents_area
====================*/
.bottom_contents_area{
	padding: 3em 2em;
	background: #F9F8EB;
}

ul.bottom_bt_wrap{
	    display: -webkit-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
	max-width: 970px;
	margin: auto;
}

ul.bottom_bt_wrap li{
	width: 30%;
	margin-bottom: 2em;
}

ul.bottom_bt_wrap li img{
	width:100%;
}

ul.sns_wrap{
	 display: -webkit-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
	max-width:870px;
	margin: auto;
}

ul.sns_wrap li{
	width: 30%;
}

ul.sns_wrap li img{
	border:3px solid #E8E6D2;
	width: 100%;
}

/*free_area*/
.free_area{
	box-sizing: border-box;
	max-width:970px;
	margin:3em auto;
}

.free_area_sec{
	margin: 0 2em 1em;
	box-sizing: border-box;
}

h3.free_area_ttl{
	border-bottom: 2px dashed #e3b30c;
    font-weight: bold;
	text-align:left;
	margin-bottom:0.5em;
}

h3.free_area_ttl:before {
    content: '■';
    color: #A5CC39;
}

.free_area p{
	font-size: 0.9em;
	text-align: left;
}

@media only screen and (max-width: 480px) {
	ul.bottom_bt_wrap li{
		width:80%;
	}
	
	ul.sns_wrap li{
		width: 48%;
		margin-bottom:1em;
	}
}

/*===========
edit
====================*/
td.item-handle{
	width: 10%;
}

.edit_80p{
	width: 80%;
}

.edit_choise{
	text-align: left;
}


/*===========
footer
====================*/
.gototop{
	position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

.gototop a{
	width: 50px;
    height: 50px;
    display: table;
    background: rgba(239,194,42,0.80);
    color: #fff;
    text-align: center;
}

.blogFooter{
	background: #EA7899;
	text-align: center;
}

.blogFooter p{
	display: inline-block;
	margin: 2%;
	color: #FFF;
	font-size: 0.8em;
}

.footer a.btn{
	background: #FFF;
	border-radius: 30px;
	padding:1% 2%;
	width: 10em;
	display: block;
}

.footer a.btn:hover{
	background: #FDD2DE;
}


/*===========
cast
====================*/
.sub_ttl img{
	max-width: 794px;
}

.cast_wrap{
	width: 94%;
	max-width: 970px;
	margin:0 auto 2em;
	position: relative;
	top: -2em;
	padding: 0 2em 2em 2em;
	background: #FFF url(../images/cast_back.png) no-repeat;
	box-shadow: 10px 15px 46px rgba(124,118,59,0.30);
	box-sizing: border-box;
	font-size: 0.9em;
}

h2 img.cast_ttl{
	max-width: 240px;
	margin-bottom: 2em;
}

.cast_wrap .js-unit_group-align{
	box-sizing: border-box;
}

.cast_wrap .acms-col-sm-6,.cast_wrap .acms-col-sm-4{
	padding:1em;
	box-sizing: border-box;
}

h2.cast_ttl{
	color: #333333;
    padding: 0.5em;
    border-top: solid 2px #EC7A9B;
    border-bottom: solid 1px #EC7A9B;
    font-weight: bold;
    margin:1em 0 0.5em;
	font-size: 1.2em;
	letter-spacing: 2px;
}

.cast_wrap p{
	text-align: left;
}

p.cast_name{
	display: inline-block;
	background: #E3B30C;
	color: #FFF;
	font-weight: bold;
	padding: 0.2em 0.5em;
	text-align: center;
}

/*===========
エントリー・一覧
====================*/
.article{
	margin-top: 2em;
	text-align: left;
	max-width: 800px;
	margin:2em auto 0;
}

.tv-article_ttl{
	background: #EC7A9B;
	color: #FFF;
	font-weight: bold;
	padding: 0.5em 1em;
	font-size: 1.2em;
	text-align: center;
}


