@charset "utf-8";

@media only screen and (min-width: 1000px) {
	body {
		background-image: url("../img/onair/bg.jpg");
	}
}

#midashibar {
	background-color: #ADCA28;
}
.red {
	color: red!important;
	text-decoration: underline;
}

/* 見出しボックス */
.llbox{
    border-left-color: #ADCA28;
}
.llbox p {
	color: #98b60e;
	text-shadow: 2px 2px 5px #d9eed7;
}
/* End 見出しボックス */


.bnrlink {
	display: block;
	color: #FFF!important;
	border-radius: 5px;
	text-decoration: none;
	margin: .5em 0 1em;
	padding: .5em 2em .5em;
	position: relative;
	font-size: 90%;
	line-height: 1.2;
	transition: all .3s;
	background-color: #ADCA28;
}
.bnrlink::before {
	content: '▼';
	display: block;
	position: absolute;
	left: .6em;
	top: 50%;
	transform:translateY(-50%) rotate(-90deg); 
}
.bnrlink:hover {
	opacity: .8;
	text-decoration: none;
}
.bnrlink span {
	display: inline-block;
}


.lefttext2 {
	color: #607600;
	text-shadow: 2px 2px 5px #e1ff5d;
	text-align: left;
	font-size: 140%;
	display: block;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform:rotate(0.03deg);
}
@media (min-width:1000px) {
	.lefttext2 {
		padding: 20px 0 10px 20px;
	}
}
@media (max-width:999px) {
	.lefttext2 {
		padding: 20px 10px 10px 10px;
	}
}
.lefttext2 span {
	display: inline-block;
}

.radiobox {
	color: #313131;
}
@media (min-width:1000px) {
	.radiobox {
		margin: 0 30px;
	}
}
@media (max-width:999px) {
	.radiobox {
	}
}


.radiobox .rightbox {
	float: right;
	text-align: right;
	width: 256px;
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 0;
}
@media (min-width:1000px) {
	.radiobox .rightbox {
	}
}
@media (max-width:999px) {
	.radiobox .rightbox {
	}
}
@media (max-width:480px) {
	.radiobox .rightbox {
		float: none;
		text-align: center;
		width: 100%;
		margin-left: 0;
		margin-bottom: 15px;
	}
}


.radiobox .yotei {
	width: calc(100% - 256px - 10px);/*644px -256px -10px*/
	padding: 5px;
	font-size: 120%;
	color: #fa7200;
	font-weight: 600;
	border: 2px solid #fa7200;
	border-radius: 3px;
	text-align: center;
	margin: 20px 0;
	background-color: #FFF;
}
@media (min-width:1000px) {
}
@media (max-width:999px) {
}
@media (max-width:480px) {
	.radiobox .yotei {
		width: 100%;
	}
}

@media (max-width:999px) and (min-width:481px) {
	.radiobox dl {
		margin: 0 20px;
	}
}
.radiobox dl dt {
	width: 6em;
	float: left;
	display: block;
	font-weight: bold;
	position: relative;
}
.radiobox dl.aqours dt {
	width: 10em;
}
	.radiobox dl dt::after {
		content: '：';
		position: absolute;
		right: .5em;
	}
	.radiobox dl dd {
		padding-left: 6em;
		margin-bottom: .8em;
	}
	.radiobox dl.aqours dd {
		padding-left: 10em;
	}
	.radiobox dl dd span {
		display: inline-block;
	}
	.radiobox dl dd.linklist {
		padding-left: 0;
		margin-bottom: 0;
	}




.attention li {
	padding-left: 1.2em;
}
.attention li::before {
	content: '※';
	display: inline-block;
	width: 1.2em;
	text-align: left;
	margin-left: -1.2em;
}



.infobox {
	margin-top: 30px;
	border: 2px solid #ADCA28;
	border-radius: 5px;
	padding: 0 15px 15px;
}
.infobox .info_title {
	font-weight: 600;
	font-size: 120%;
	color: #fff;
	margin-left: -15px;
	width: calc(100% + 30px);
	background-color: #ADCA28;
	padding: 3px 15px 5px;
}
.infobox p {
	margin-bottom: 15px;
}
