@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

/*------------reset.css------------*/

#special_flexible_1{margin: 0 !important; padding: 0 !important;}
#special_flexible_2{margin: 0 !important; padding: 0 !important;}
#special_flexible_3{margin: 0 !important; padding: 0 !important;}
#special_flexible_4{margin: 0 !important; padding: 0 !important;}
#special_flexible_4 .rich mb30{margin: 0 !important; padding: 0 !important;}
#special_flexible_5{margin: 0 !important; padding: 0 !important;}
#special_flexible_6{margin: 0 !important; padding: 0 !important;}
#special_flexible_7{margin: 0 !important; padding: 0 !important;}
.rich p{margin: 0 !important;}
.rich mb30 {margin: 0 !important; padding: 0 !important;}
.rich ul {padding: 0 !important; text-align: center !important; margin: 0 auto !important;}
.rich h2{border-bottom: 0 !important; padding: 0; margin: 0;}
.rich h3:before {background: initial !important;}
div.wide.mb20 {margin-bottom:0 !important;}



/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body {
line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}
nav ul li {
list-style:none;
}
nav ul li a {
text-decoration:none!important;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
}
/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;   
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}


@media screen and (max-width: 767px) {

/*------------sp.css------------*/

div.container {
        background: url(../images/anikan_wallpaper.png),#0068b7;
        padding-bottom: 0;
}

div.contentInnerSmall {
        font-family: 'Noto Sans JP', sans-serif;
        width: 96%;
        background: #fff;
        padding: 10px;
        color: #231815;
}

div.contentInnerSmall ul, div.contentInnerSmall ul li {
        list-style-type: none;
}

div.contentInnerSmall p {
        margin: 0;
}

div.contentInnerSmall h2 {
        margin: 0;
        padding-bottom: 0;
        border-bottom: none;
}

div.contentInnerSmall h3 {
        padding-left: 0;
}

div.contentInnerSmall h3:before {
        background: none;
        width: 0;
        height: 0;
}
	
	.contentInnerSmall a,.contentInnerSmall a:active,.contentInnerSmall a:hover,.contentInnerSmall a:visited {
		color: #325fab;
		text-decoration:underline;
	}
	
	div.contentInnerSmall img {
		width: auto;
		max-width: 100%;
		height: auto;
		margin: 0 auto 0.2em auto;
	}
	
.contents.mb15{
        margin-bottom:0!important;
}

div.contentInnerSmall .btn a {
        padding:0;
}

h1 {
	margin-bottom:15px;
}

.videotwitterbox {
        overflow: hidden;
}

.videotitle,.twittertitle {
        font-size:1rem;
        color:#fff;
        background:#00afcc;
        text-align:center;
        margin-bottom:0!important;
        line-height: 40px;
}

.video,.twitter {
        width:100%;
        float:left;
        border: solid 2px #00afcc;
        box-sizing:border-box;
}

.twitter {
        height:303px;
}

.video iframe {
        width:100% !important;
        height:100% !important;
}

.video {
        margin-bottom:10px;
        text-align:center;
}
p.videotitle + p {padding:1em 0;}

.twitter iframe {
        overflow:auto;
        width: 100%;
}

/* nav */

nav {
        margin: 30px 0 30px;
}

nav ul {
        padding-left:0;
        overflow:hidden;
}

nav ul li {
        width: 100%;
        float:left;
        background:#c3d724;
        text-align:center;
        margin-bottom:0;
        border-radius:5px;
}

nav ul li:nth-child(1),nav ul li:nth-child(2) {
        margin-bottom:1%;
}

nav ul li a {
        display:block;
        color:#fff;
        font-weight:bold;
        font-size:1rem;
        padding: 10px 0;
        position:relative;
}

nav ul li a::after {
        content: '';
        width: 5px;
        height: 5px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        position: absolute;
        left:10px;
        top:41%;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

h2 {
        font-weight: bold !important;
        font-size: 1.3rem !important;
        background: #ffdc00 !important;
        color: #0068b7 !important;
        border-radius: 20px !important;
        padding: 12px 0 10px 2% !important;
        margin-bottom: 15px !important;
        vertical-align: top !important;
}

.contentInnerSmall h3::before {
 	color: #ffdc00 !important;
 	content: "★" !important;
 	position:relative !important;
 	top:0 !important;
 	display:inline !important;
 	margin-right:4px !important;
}

h3 {
	color: #000 !important;
	font-weight: bold !important;
	font-size: 100% !important;
	margin-bottom: 10px !important;
	line-height: 1.6 !important;
}

#info .contentsBox {
        overflow:hidden !important;
}

#info .contentsBox:nth-of-type(2) {
	margin: 15px 0 !important;
	padding: 15px 0 !important;
	border-top: solid #0068b7 1px !important;
	border-bottom: solid #0068b7 1px !important;
}

.wrap {
        width:94%;
        margin:0 auto;
}

.text {
        font-size: 0.9rem;
        display: block;
        margin-bottom: 20px;
		line-height: 1.8;
}

/* 番組情報 */
#info {
        margin-bottom:30px;
}

.contentsImage,.contentsText {
        float:left;
}

.contentsBox{
        overflow:hidden;
}

.contentsImage {
        text-align:center;
        width:100%;;
        margin:0 auto 5px;
}

.contentsImage img {
        width:100%;
}

.contentsText {
        line-height:1.6;
        font-size: 0.9rem;
}

.news_0205 {
	line-height: 1.6;
	font-size: 0.9rem;
}

.performerName,.catch {
        display: block;
        font-weight:bold;
        margin-bottom:10px;
}

/* 配信内容 */

#webcast .section p {
	padding-left: 1em;
}

.section {
        display:inline-block;
        margin-top:10px;
}

.sectionText {
        display:block;
        padding-left:1rem;
}

.more {
        display:none;
        padding: 0 !important;
        width: 100% !important;
}

.more .contentsBox{
        padding-bottom: 15px;
        border-bottom:1px solid #000;
}

.more h3 {
        margin-top:15px;
}

.more h3:nth-of-type(1) {
        margin-top: 30px;
}

.more .section p {
	padding-left: 1em;
}

.report_more {
        color:#fff;
        font-weight:bold;
        text-align:center;
        background:#c3d724;
        padding:10px 0;
        position:relative;
        border-radius:5px;
        margin-top: 30px;
        font-size: 0.8em;
}

.report_more .fa-chevron-circle-down::after {
        content: '';
        width: 0;
        height: 0;
        border: solid 7px transparent;
        border-top: solid 7px #fff;
        position: absolute;
        right:10px;
        top:40%
}

.report_more.active .fa-chevron-circle-down::after {
        border: solid 7px transparent;
        border-bottom: solid 7px #fff;
        top:20%;
}

.archive {
        line-height:1.4;
        font-size:0.8rem;
        margin: 30px 0;
}

/* RANKING */

#countdown h3:nth-of-type(1) {
        margin-bottom: 0 !important;
}

#countdown h3:nth-of-type(2) {
        margin: 0 !important;
}

.note {
	font-size: 13px;
}

.list{
        overflow:hidden;
        border-left:2px solid #231815;
        border-top:2px solid #231815;
        margin:0 auto -1px auto;
}

.secondlist {
        margin-top:-2px;
}

.list > div{
        padding:5px;
        overflow:hidden;
        border-bottom:2px solid #231815;
        border-right:2px solid #231815;
}

.icon01,.icon02,.icon03,.icon04,.icon05,.icon06,.icon07,.icon08,.icon09,.icon10{
        width:20%; height:45px;float:left;
}

.list .open{
        display:none;
}

.list .detail{
        width:80%;
        float:left;
}

.list .tit{
        display:table;
        height:45px;
}

.list .tit p{
        cursor:pointer;
        display:table-cell;
        vertical-align:middle;
        padding:0 0 0 3px;
        font-size:0.8rem;
        line-height: 1.3;
}

.list p.tit a{
        display:block;
        width:100%;
        height:100%;
}

.list .img{
        width:150px;
        height:150px;
        border:1px solid #000;
        margin:10px 0;
        position: relative;
}

.list .img img {
	position: absolute;
	top : 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}

.list .data .txt{
        font-size:0.7rem;
}

.accordion{
        background:#fff;
}

.list p.btn, .item_box p.btn {
        margin:5px 0;
        text-align:center;
        font-size:0.7rem;
        line-height:120%;
	padding: 15px 0;
        font-weight:bold;
        border-radius: 6px;
        background:#0068b7;
}

.list p.btn a, .item_box p.btn a {
        text-decoration:none;
        color:#fff;
        display:block;
}

.icon01{background:url(/ex/basic/222528/images/icon/anikan_ranking_01.png) 50% 50% no-repeat;}
.icon02{background:url(/ex/basic/222528/images/icon/anikan_ranking_02.png) 50% 50% no-repeat;}
.icon03{background:url(/ex/basic/222528/images/icon/anikan_ranking_03.png) 50% 50% no-repeat;}
.icon04{background:url(/ex/basic/222528/images/icon/anikan_ranking_04.png) 50% 50% no-repeat;}
.icon05{background:url(/ex/basic/222528/images/icon/anikan_ranking_05.png) 50% 50% no-repeat;}
.icon06{background:url(/ex/basic/222528/images/icon/anikan_ranking_06.png) 50% 50% no-repeat;}
.icon07{background:url(/ex/basic/222528/images/icon/anikan_ranking_07.png) 50% 50% no-repeat;}
.icon08{background:url(/ex/basic/222528/images/icon/anikan_ranking_08.png) 50% 50% no-repeat;}
.icon09{background:url(/ex/basic/222528/images/icon/anikan_ranking_09.png) 50% 50% no-repeat;}
.icon10{background:url(/ex/basic/222528/images/icon/anikan_ranking_10.png) 50% 50% no-repeat;}

/*copyright*/

footer{
	text-align:center;
	font-size:0.8rem;
	margin: 20px 0;
}

/*@media screen and (min-width:568px) { 

.list .img{
float: left;}

.data{
width: calc(100% - 162px);
float: left;
margin: 10px 0 0 10px;}
}*/
}










@media screen and (min-width: 768px) {
div.main {
        font-family: 'Noto Sans JP', sans-serif;
        background: url(/ex/basic/222528/images/anikan_wallpaper.png),#0068b7;
        min-width: 1000px;
        padding: 10px 0 0;
        color:#231815;
}

div.contentInnerSmall {
        padding: 20px;
        box-sizing: border-box;
        border-right: solid 10px #c3d724;
        border-left: solid 10px #c3d724;
        background: #fff;
}

iframe {
	max-width: 100%;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	background: url("../img/anikan_wallpaper.png"),#0068b7;
}

.contents {
	width: 1000px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
	border-right: solid 10px #c3d724;
	border-left: solid 10px #c3d724;
	background: #fff;
}
	
	.contentInnerSmall a,.contentInnerSmall a:active,.contentInnerSmall a:hover,.contentInnerSmall a:visited {
		color: #325fab;
		text-decoration:underline;
	}
	
	div.contentInnerSmall img {
		width: auto;
		max-width: 100%;
		height: auto;
		margin: 0 auto 0.2em auto;
	}

/*------------10/2修正------------*/
.videotwitterbox {
	display: flex;
	margin-top: 0px;
}

.video, .twitter {
	width: 49.5%;
	border: solid 2px #00afcc;
	box-sizing: border-box;
	height: 303px;
	overflow: hidden;
}

.video {
	margin-right: 1%;
	text-align:center;
}
p.videotitle + p {padding-top:110px;}
.videotitle,.twittertitle {
	font-size: 1.1rem;
	color: #fff;
	background: #00afcc;
	text-align: center;
	line-height: 40px;
        margin: 0 !important;
}

nav {
	margin: 30px 0 27px 0;
}

nav ul {
	overflow: hidden;
	list-style: none;
}

nav ul li {
	float: left;
	width: calc(100% / 2 - 4px);
	text-align: center;
}

nav ul li:nth-child(1) {
	margin-right: 8px;
}

nav ul li a {
	background: #c3d724;
	display: block;
	color: #fff !important;
	font-weight: bold;
	font-size: 1.2rem;
	padding: 16px 0 14px 0;
	border-radius: 5px;
	position: relative;
	line-height: 1;
}

nav ul li a::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	position: absolute;
	left: 10px;
	top: 41%;
	transition: 0.6s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

nav ul li a:hover {
	background: rgba(195,215,36,0.7);
}

nav ul li a:hover::after {
	left: 20px;
}

h1 {
	margin-bottom: 10px;
}

h1 :hover img {
  opacity: 0.8;
}

#info {
	margin-bottom: 30px;
}

h2 {
        font-weight: bold !important;
        font-size: 1.3rem !important;
        background: #ffdc00 !important;
        color: #0068b7 !important;
        border-radius: 20px !important;
        padding: 12px 0 10px 2% !important;
        margin-bottom: 15px !important;
        vertical-align: top !important;
}

.contentInnerSmall h3::before {
 	color: #ffdc00 !important;
 	content: "★" !important;
 	position:relative;
 	top:0;
 	display:inline;
 	margin-right:4px;
}

h3 {
	color: #000 !important;
	font-weight: bold !important;
	font-size: 100% !important;
	margin-bottom: 10px !important;
	line-height: 1.6 !important;
        padding: 0 !important;
}

.more h3:nth-of-type(1) {
        margin-top: 0 !important;
}

.text {
	font-size: 0.9rem;
	margin-bottom: 20px;
	line-height: 1.8;
}

.wrap {
	width: 96%;
	margin: 0 auto;
}

.contentsWrap,.contentsBox {
	overflow: hidden;
}

.contentsImage,.contentsText {
	float: left;
	margin: 0;
}

.contentsImage {
	width: 35%;
	margin-right: 2%;
}

.contentsText {
	line-height: 1.6;
	width: 63%;
	font-size: 0.9rem;
}

.news_0205 {
	line-height: 1.6;
	font-size: 0.9rem;
}

#webcast .section p {
	padding-left: 1em;
}

.performerName {
	display: block;
	font-weight: bold;
	padding: 0;
	margin-bottom: 10px;
}

.catch {
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 10px !important;
}

.section {
	margin-top: 15px;
}

#info .contentsBox:nth-of-type(2) {
	margin: 15px 0 !important;
	padding: 15px 0 !important;
	border-top: solid #0068b7 1px !important;
	border-bottom: solid #0068b7 1px !important;
}

section {
	margin-top: 10px !important;
}

/*------------④内容(過去の配信内容)------------*/

.more{
	display: none;
}

.report_more {
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	position: relative;
	cursor: pointer;
	background: #c3d724;
	transition: all 0.6s;
	border-radius: 5px;
	margin: 30px 0;
}

.report_more:hover{
	background: rgba(195,215,36,0.7);
}

.report_more .fa-chevron-circle-down::after {
	content: '';
	width: 0;
	height: 0;
	border: solid 10px transparent;
	border-top: solid 10px #fff;
	position: absolute;
	right: 20px;
	top: 40%;
}

.report_more.active .fa-chevron-circle-down::after {
	border: solid 10px transparent;
	border-bottom: solid 10px #fff;
	top: 5%;
}

.more .contentsBox {
	padding-bottom: 30px;
	border-bottom: solid 1px #000;
	margin-bottom: 30px;
}

.more .section p {
	padding-left: 1em;
}

.archive {
	line-height: 1.4;
	font-size: 0.8rem;
	margin-bottom: 30px;
}

/*------------⑥内容(ランキング)------------*/

#countdown h3 {
        margin: 18px 0 0 0 !important;
}

#countdown h3:nth-of-type(2) {
        margin: 0 !important;
}

.note {
	font-size: 13px;
}

#sale,#reserve {
	font-size: 0.8rem;
	overflow: hidden;
}

.list {
	border-left: 4px solid #231815;
	border-top: 4px solid #231815;
	width: calc( 50% + 2px );
	float: left;
	box-sizing: border-box;
}

.secondlist {
	margin-left: -4px;
}

.list > div {
	padding: 5px;
	overflow: hidden;
	border-bottom: 4px solid #231815;
	border-right: 4px solid #231815;
	box-sizing: border-box;
}

.icon01,.icon02,.icon03,.icon04,.icon05, .icon06,.icon07,.icon08,.icon09,.icon10 {
	width: 50px;
	height: 50px;
	float: left;
}

.list .open {
	display: none;
	overflow:hidden;
}

.list .detail {
	float: left;
	width: calc(100% - 50px );
}

.list .tit {
	display: table;
	height: 50px;
}

.list .tit p {
	cursor: pointer;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 3px;
}

.list p.tit a {
	display: block;
	width: 100%;
	height: 100%;
}

.list .img {
	width: 150px;
	height: 150px;
	border: 1px solid #000;
	float: left;
	margin: 0 10px 10px 0 !important;
        position: relative;
}

.list .img img {
	position: absolute;
	top : 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}

.list .data {
	width: calc(100% - 167px);
	float: left;
}

.accordion{
	background: #fff;
}

.list p.btn,
.item_box p.btn {
	text-align: center;
	line-height: 1.2;
	padding: 15px 0;
	font-weight: bold;
	background: #0068b7;
	border-radius: 6px;
}

 .list p.btn:hover{
	background: #4988b8;
        transition: 0.5s;
}

.list p.btn a,.item_box p.btn a {
	text-decoration: none;
	color: #fff;
	width: 100%;
	height: 100%;
	display: block;
}

.icon01{background:url(/ex/basic/222528/images/icon/anikan_ranking_01.png) 50% 50% no-repeat;}
.icon02{background:url(/ex/basic/222528/images/icon/anikan_ranking_02.png) 50% 50% no-repeat;}
.icon03{background:url(/ex/basic/222528/images/icon/anikan_ranking_03.png) 50% 50% no-repeat;}
.icon04{background:url(/ex/basic/222528/images/icon/anikan_ranking_04.png) 50% 50% no-repeat;}
.icon05{background:url(/ex/basic/222528/images/icon/anikan_ranking_05.png) 50% 50% no-repeat;}
.icon06{background:url(/ex/basic/222528/images/icon/anikan_ranking_06.png) 50% 50% no-repeat;}
.icon07{background:url(/ex/basic/222528/images/icon/anikan_ranking_07.png) 50% 50% no-repeat;}
.icon08{background:url(/ex/basic/222528/images/icon/anikan_ranking_08.png) 50% 50% no-repeat;}
.icon09{background:url(/ex/basic/222528/images/icon/anikan_ranking_09.png) 50% 50% no-repeat;}
.icon10{background:url(/ex/basic/222528/images/icon/anikan_ranking_10.png) 50% 50% no-repeat;}

/*------------⑦内容(コピーライト)------------*/

footer{
	text-align:center;
	font-size:0.8rem;
	margin: 20px 0;
}
}