/*----------------------------------------------------
  defult color
----------------------------------------------------*/
body {
	line-height: 1.8;
}

body img {
	width: 100%;
}

p {
	color: #333;
	font-size: 1.5em !important;
	line-height: 28px;
	font-weight: lighter;
}
.mb20 {
	margin:0 0 20px 0; 
}
.mt40 {
	margin:40px 0 0 0; 
}

a:hover img, #page-top img:hover {
  -webkit-opacity: 0.6;
  /* chrome */
  -moz-opacity: 0.6;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6;
  /* Safari 1.x */
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/*----------------------------------------------------
  #content
----------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End Hack */
#container {
	color: #4f4f4f;
	min-width: 100%;
	width: 100%;
	background-size: contain;
	overflow: hidden;
  	font-size: 12px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	background-color: #ffb4d0;
}

#main-contents {
	margin: 0 2%;
}



/*----------------------------------------------------
  01 nav
----------------------------------------------------*/
.nav-box {
	margin: 6% 0;
}
.nav-box li {
	float: left;
	width: 32%;
}

.nav-box li:first-child {
	margin-right: 2%;
}

.nav-box li:nth-child(2) {
	margin-right: 2%;
}

.nav-box li:nth-child(3) {
	margin-right: 0;
}

.content {
	padding: 0px 0 6% 0;
}
.content p {
	color: #666;
}


/*----------------------------------------------------
  02 内容
----------------------------------------------------*/

/* 放送日時 */

.date-text {
	text-align: center;
	font-size: 90%;
}

.box {
	background-color: #fff;
	margin-top: -0.4%;
	padding: 4% 6% 10%;
}


.date-text dl {
	line-height: 22px;
	width: 100%;
}

.date-text dt {
	width: 160px;
	height: 45px;
	font-size: 130%;
	line-height: 320%;
	color: #fff;
	text-align: center;
	float: left;
	margin-bottom: 2%;
	margin-right: 2%;
	background-color: #fe6d9c;
}

.date-text dd {
	font-size: 110%;
	font-weight: bolder;
	line-height: 120%;
	text-align: left;
	margin-bottom: 2%;
}

#cast-box {
	margin-top: 4%;
}

#cast-box h3 img {
	width: 30%;
}

#cast-box li {
	width: 49%;
	float: left;
	margin-top: 5%;
}

#cast-box li:nth-child(odd) {
	margin-right: 2%;
}

#cast-box li:nth-child(even) {
	margin-right: 0;
}

.cast-name {
	color: #fff;
	text-align: center;
	font-size: 100%;
	line-height: 148%;
	background-color: #ff6da0;
	margin-top: 2%;
	padding: 4.5% 1% 4% 2%;
}


/* 番組内容 */

.intro-text h3 {
	color: #ff6d9f;
	text-align: left;
	font-size: 130%;
	font-weight: bolder;
	line-height: 130%;
}

p.intro-box {
	margin-top: 5%;
	font-size: 116% !important;
	line-height: 186%;
}


/* みどころ */

img.highlight-cast {
	margin-bottom: 8%;
}

.highlight-text dl {
	line-height: 22px;
	width: 100%;
}

.highlight-text dt {
	width: 45px;
	height: 45px;
	font-size: 110%;
	line-height: 320%;
	color: #fff;
	text-align: center;
	float: left;
	margin-bottom: 2%;
	margin-right: 2%;
	background-color: #fe6d9c;
}

.highlight-text dd h3 {
	margin-left: 54px;
	font-size: 150%;
	font-weight: 500;
	line-height: 120%;
	text-align: left;
	border-bottom: 1px solid #4f4f4f;
	margin-bottom: 2%;
	padding-bottom: 1%;
}

.highlight-text dd h4 {
	margin-left: 54px;
	font-size: 100%;
	line-height: 150%;
	text-align: left;
	padding-bottom: 1%;
}

#highlight-box p {
	margin-top: 5%;
	font-size: 116% !important;
	line-height: 186%;
}

.btn-hignlight {
	margin-top: 8%;
}


/* 前回までのみどころ */





.accordion2 {
    width:90%;
    margin:0 auto;
    position: relative;
}

.menu {
    margin:0;
    padding:0;
}

.menu li {
    float:left;
    margin-right:10px;
    list-style:none;
}

.menu li a {
    display:block;
    padding:10px 20px;
    color:#000;
    background:#000;
    cursor:pointer;
}

.subInner {
    display:none;
    padding:10px 0;
}
.subContent h4 {
	margin:20px 0 0;
	padding:10px;
	line-height:20px;
	color:#333;
	background:#efefef;
	cursor:pointer;
	font-size: 1.5em !important;
}

.subContent h4 span {
	display: block;
    background: url(/ch/sphone/team8_anroke/img/icon_arrow_white_line.png) 100% 50% no-repeat;
    background-size: 10%;
    padding: 10px;
}

.subContent h4 span.open {
    background: url(/ch/sphone/team8_anroke/img/icon_arrow_white_line2.png) 100% 50% no-repeat;
    background-size: 10%;
}

.subInner ul {
    width: 100%;
}

.subInner li {
    float: left;
    width: 50%;
    padding: 10px 0;
}

.subInner li:nth-child(2n+1) {
	padding-right: 10px; }

.subInner li:nth-child(2n) {
	padding-left: 10px; }


.profile-tit {
	background: #efefef;
    padding: 5px 10px;
    display: block;
    text-align: center;
    line-height: 18px;
}
.profile-text {
    padding: 10px 0;
    display: block;
    text-align: center;
    line-height: 18px;
}
.highlight-midashi {
  font-weight: bold;
}
/*.accordion {
    width: 90%;
    margin: 20px auto 0;
    position: relative;
}

.accordion-head {
	color: #000;
	margin: 0 0 10px 0;
	padding: 6px 10px;
	display: block;
	cursor: pointer;
	font-size: 1.5em !important;
	background:url(/ch/sphone/team8_anroke/img/icon_arrow_white_line.png) no-repeat top right #7f7f7f;
	background-position: right 10pt top 10pt;
	background-size: 10%;
}
.accordion .active {
	color: #000;
	padding: 6px 10px;
	display: block;
	cursor: pointer;
	font-size: 1.5em !important;
	background:url(/ch/sphone/team8_anroke/img/icon_arrow_white_line2.png) no-repeat top right #7f7f7f;
	background-position: right 10pt top 10pt;
	background-size: 10%;
}



*/
.bnr-sky {
	padding: 32% 6% 16%;
	background: url(../img/bnr-skyperfectTV.png) center top no-repeat;
	background-size: 100% auto;
	width: 100%;
}

.bnr-sky a {
	display: block;
}

.bnr01-skyper {
	margin-bottom: 4%;
}

.bnr01 {
	margin-top: 4%;
	margin-bottom: 0;
}

.bnr02 {
	margin-top: 0;
	margin-bottom: 6%;
}

.bnr01 a, .bnr02 a {
	display: block;
}


.foot_info {
	width: 100%;
	padding: 20px;
	background: #fff;
}
.foot_info .info_midashi {
	width: 100%;
	margin: 0;
	color: #f0027f;
}
.foot_info p {
	margin: 10px auto 0;
	font-size: 14px;
	line-height: 28px;
	color: #000000;
}
.highlight_btn {
	margin: 0 auto;
	text-align: center;
	width: 60%;
}
.back_btn {
	margin: 0 auto;
	text-align: center;
	width: 40%;
}