@charset "utf-8";

#midashibar {
	background-color: #FD6E70;
}
.link {
	clear: both;
	padding: 10px;
	text-align: right;
}
.text {
	font-size: 110%;
	color: #de007c;
	line-height: 2;
	text-align: center;
	padding-top: 30px;
}
.text span {
	display: inline-block;
}
.text img {
	width: 300px;
	height: auto;
	text-align: center;
	clear: both;
}
.text2 {
	line-height: 2;
	padding-top: 15px;
	
}
rt {
	text-align: center!important;
}


/* 見出しボックス */

.llbox{
    border-left-color: #FD6E70;
}
.llbox p {
	color: #FD6E70;
	text-shadow: 2px 2px 5px #ffa9a9;
}





@media (min-width: 1000px) {
	body {
		background-image: url("../img/onair/bg.jpg");
	}
	.ss {
		float: left;
		width: 200px;
		margin-right: 20px;
	}
	.ss div {
		margin-bottom: 10px;
	}
}
@media (max-width: 999px) {
	.ss {
		display: flex;
		justify-content: center;
		margin-bottom: 15px;
	}
	.ss div {
		padding: 0 5px;
	}
}
@media (min-width: 481px) {
	.text2 {
		padding: 15px 30px 0;
	}
}
