@charset "utf-8";
/* CSS Document */
/*=============
common
=============*/
* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0 auto;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
}
img {
/*  width: 100%;
  height: auto;*/
  border: none;
}
a:link, a:visited {
  color: #00518F;
}
a:hover, a:active {
  color: #C30D23;
}

#headline {
    color: #893700;
    font-size: 12px;
    text-align: right;
    padding: 5px;
}

#headline ol li {
    display: inline-block;
    float: none;
}

#headline ol li+li:before {
    content: ">";
    margin-right: 5px;
}

.text_red {
  color: #F30004;
}
.text_bred {
  font-size: 120%;
  color: #F30004;
  font-weight: 800;
}
.nav_btn {
  margin: 10px auto;
  padding: 7px 25px;
  background-color: #0068b7;
  border-radius: 25px;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -webkit-box-shadow: #093153 0 0 4px;
}
.nav_btn a {
  color: #ffffff;
}
.nav_btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
.btn a {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 1px 1px 3px #ffffff;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  background: #FFFFFF;
  padding: 7px 25px 7px 25px;
  text-decoration: none;
}
.btn a:hover, #pageTop p a:hover {
  background: #F3653B;
  text-decoration: none;
}
/*=============
intro
=============*/
.intro {
  padding:20px 10px;
	background: #FFFCE6;
	margin:0 auto;
  text-align:center;
  width:100%;
	box-sizing: border-box;
	color: #893700;
	
}
.intro p {
	    letter-spacing: 2px;
    line-height: 1.8em;
}


/*=============
main
=============*/
#main-top {
  background: #F5DE20 url(/themes/radio_prov@blogtheme/newyear/img/newyear_ttl_bk.png);
  text-align: center;
	background-position: center;
}

section#main-pickup{
	background: url(/themes/radio_prov@blogtheme/newyear/img/newyear_bk.jpg);
	padding-bottom: 5%;
}

#main-naiyo, #main-pickup {

}
.container {
  margin: 0 auto;
  width: 100%;
  height: auto;
	
}
#main-top h1 {margin: 0;
 font-size:2em;
  font-weight: bold;
  line-height: 1em;
	color: #D8110F;
padding: 10px 0;
}

#main-top h1 img {
    width: 90%;
  max-width: 500px;
}
#main-top p {
  color: #FFF;
  font-size: 40px;
  padding: 0;
  margin: 0;
}
#main-naiyo h3, #main-pickup h3 {
  margin: 0 auto;
  padding: 10px;
  background: #337BB3;
  color: #FFFFFF;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 0px #155383;
  box-sizing: border-box;
}
#main-naiyo h3.net {
  background: #59B307;
}
#main-naiyo h3.special, #main-pickup h3.special {
  background: #53df53;
}
#main-naiyo h3 p, #main-pickup h3 p {
  margin: 0;
  padding: 0;
  font-size: 68%;
  color: #FFF;
  text-align: center;
  text-shadow: none;
}
#main-naiyo p, #main-pickup p {
  margin: 1% 3%;
  text-align: left;
  /*overflow:hidden;
clear:both;*/
}
/*#main-naiyo p.cast_img {
  text-align: center;
}
#main-naiyo p.cast_img img {
  margin: 1em auto 0 auto;
  width: 70%;
  height: auto;
  max-width: 800px;
}*/
.box {
  margin: 0 auto 20px;
  padding: 0 0 10px;
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  width: 90%;
	background: #FFF;
	max-width: 800px;
}
.box table {
  margin: 15px 0;
  margin-right: 5%;
  margin-left: 5%;
  background: #eaebec;
  border: #ccc 1px solid;
  color: #555;
  font-size: 14px;
  text-shadow: 1px 1px 0px #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 90%;
}
.box table th {
  padding: 12px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #ededed;
  text-align: center;
  color: #3D3C3C;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
  background: -moz-linear-gradient(top, #ededed, #ebebeb);
  white-space: nowrap;
}
.box table th:first-child {
  text-align: left;
  padding-left: 20px;
}
.box table tr:first-child th:first-child {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}
.box table tr:first-child th:last-child {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
.box table td:first-child {
  text-align: left;
  padding-left: 20px;
  border-left: 0;
}
.box table td {
  padding: 8px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
  text-align: left;
}
.box table tr.even td {
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
  background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}
.box table tr:last-child td {
  border-bottom: 0;
}
.box table tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.box table tr:last-child td:last-child {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.box table td span {
  background: linear-gradient(transparent 60%, #fff79a 60%);
}
table.ohiru {
  width: 90%;
  overflow: hidden;
  box-sizing: border-box;
}
table.ohiru tr {
  width: 100%;
  display: block;
}
table.ohiru td {
  width: 25%;
  vertical-align: top;
  box-sizing: border-box;
}
.carp-highlight {
  display: flex;
  height: auto;
}

@media only screen and (max-width:640px) {
	body{
		font-size: 90%!important;
	}
	 .carp-highlight {
    display: block;
  }
	
  table.ohiru td {
    width: 100%;
    display: table;
  }
  .sp_none {
    display: none;
  }
}
.box table.ohiru td:first-child {
  padding: 10px;
}
p.new_cast {
  font-weight: 800;
  text-align: center;
  font-size: 1.1em;
}
.new_cast::before {
  content: "new! ";
  color: #CF0104;
  font-weight: 700;
}
#main-naiyo ul, #main-pickup ul {
  margin: 8px auto 18px auto;
  margin-left: 3%;
  text-align: left;
}
#main-naiyo ul li, #main-pickup ul li {
  list-style-type: none;
  font-size: 12px;
  line-height: 1.8;
}
#main-naiyo h4, #main-pickup h4 {
  padding: 10px;
  background: #F5DE20;
  color: #000000;
  text-align: left;
  font-size: 1.2em;
  margin: 10px;
  display: inline-block;
  border-radius: 6px;
}
/*#main-naiyo h2, #main-pickup h2 {
  margin: 50px auto 0;
  padding: 6px;
  font-size: 35px;
  font-weight: bold;
}
#main-naiyo h2 span, #main-pickup h2 span {
  border-bottom: 1px dashed #C9C7C7;
}*/
ul.paso {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: space-around;
  flex-wrap: wrap;
}
ul.paso li {
  width: 150px;
  text-align: center;
}
.flexBox {
  display: flex;
}
.flexBox .flex_img, .flexBox .flex_text {
  width: 48%;
}
.flexBox .flex_text {
  padding: 10px;
}
#footer {
  padding: 40px 0;
  background: #F5DE20;
  border-top: 6px solid #00518F;
  font-size: 12px;
  text-align: center;
}
#footer div {
  margin: 0.5em auto 2em auto;
  
}
#pageTop {
  position: fixed;
  right: 2%;
  bottom: 20px;
  z-index: 999;
}
#pageTop p a {
  display: block;
  color: #FFFFFF;
  font-size: 0.8em;
  font-weight: bold;
  border-radius: 10px;
  background-color: rgba(199,24,38,.80);
  padding: 12px 8px;
  line-height: 1.2em;
	text-decoration: none;
}

/*=======================================
tablet smartphone
=======================================*/
@media only screen and (max-width:960px) {

  #main-top h1 {

  }
  #main-top h1 span {
    font-size:1.5em;
  }
  #main-top p {
    font-size: .9em;
  }
  #main-top p br {
    display: none;
  }
  #main-naiyo, #main-pickup {
    padding-top: 20px;
  }
  #main-naiyo h2, #main-pickup h2 {
    margin-top: 10px;
  }
  #main-naiyo h3, #main-pickup h3 {
    margin-top: 10px;
    font-size: 1.8em;
  }
  #main-naiyo p, #main-pickup p {}
  #footer {
    padding: 20px 0;
  }
}
@media only screen and (max-width:640px) {
  .flexBox {
    display: block;
  }
  .flexBox .flex_img, .flexBox .flex_text {
    width: 100%;
  }
  .flexBox .flex_text {
    padding: 0;
  }
}
/*ablog*/
#adminBox #loginUserStatus {
  text-align: left;
}
#adminBox #loginUserStatus img {
  width: 30px;
}
.ttl_wrap {
  border-radius: 6px 6px 0 0;
  background: #00518F;
}
#main-pickup .ttl_wrap p.lead_txt {
  margin: 0;
  padding: 10px;
  font-size: 1.2em;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-shadow: none;
	box-sizing: border-box;
	background: hsla(206,100%,28%,1.00);
	border-radius: 6px 6px 0 0;
}

.ttl_wrap.other {
  border-radius: 6px 6px 0 0;
  background: #E46A00;
}

#main-pickup .ttl_wrap.other p.lead_txt {
	background: #E46A00;
}

#main-pickup .ttl_wrap.other h3{
	background: #D73500;
	text-shadow: 1px 1px 0px #A82900;
}

#main-pickup .ttl_wrap p.lead_txt{}


#main-naiyo h5, #main-pickup h5 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
#main-naiyo h6, #main-pickup h6 {
  font-weight: bold;
  background: #FFFB99;
  padding: 8px;
  box-sizing: border-box;
}


#main-pickup p.midashi_6{
	  font-weight: bold;
  background: #FFFB99;
  padding: 5px;
  box-sizing: border-box;
	text-align: center;
	border-radius: 6px;
}

#main-pickup p.start_date{
	display: inline-block;

	margin-left: 10px;
}

a.program_bt {
  display: block;
  width: 80%;
  margin:20px auto;
  max-width: 15em;
  font-weight: bold;
  color: #FFF;
  border-radius: 6px;
  padding: 5px 1em;
  text-align: center;
}
a.program_bt:link, a.program_bt:visited {
  background: #0068B7;
	text-decoration: none;
}
a.program_bt:hover, a.program_bt:active {
  background: #48A0E3;
	text-decoration: none;
}
.acms-entry {
  padding: 0 10px;
  box-sizing: border-box;
  text-align: left;
	background: #FFF;
}

hr{
	height: 10px;
    background: #ECE7C3;
    border: 0;
}

#main-pickup p.caption{
	text-align: center;
}




.acms-entry [class*=column-eximage-], .acms-entry [class*=column-image-], .acms-entry [class*=column-media-], .acms-entry [class*=column-video-], .acms-entry [class*=column-yolp-], .acms-entry [class*=column-youtube-]{
	text-align: center;
}

@media only screen and (max-width:640px){
	.intro p{
		text-align: left;
		letter-spacing: 0;
	}
}

/*
newyear
*/

#radiko-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 77%;
}

.btn_wrap{
	margin: 0 auto 20px;
	padding-top: 20px;
    width: 90%;
    max-width: 800px;
	text-align: right;
}

.nenshi_btn:link,.nenshi_btn:visited {
    background: #D81917;
    -webkit-border-radius: 7;
    -moz-border-radius: 7;
    border-radius: 7px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 15px;
    margin: 5px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    width: 300px;
}

.nenshi_btn:hover,.nenshi_btn:active{
	background: #AF0907;
}

.nenmatu_btn:link,.nenmatu_btn:visited {
    background: #00518F;
    -webkit-border-radius: 7;
    -moz-border-radius: 7;
    border-radius: 7px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 15px;
    margin: 5px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    width: 300px;
}

.nenmatu_btn:hover,.nenmatu_btn:active{
	background: #003863;
}

h2.intro_ttl{
	font-weight: bold;
	font-size: 1.7em;
	color: #00518F;
	width: 90%;
	margin: 0 auto 10px;
}