@charset "utf-8";

@media only screen and (min-width: 1000px) {
	body {
		background-image: url("../img/onair/bg.jpg");
	}
}

#midashibar {
	background-color: #FC392A;
}

/* 見出しボックス */
.llbox{
    border-left-color: #FC392A;
}
.llbox p {
	color: #FC392A;
	text-shadow: 2px 2px 5px #ffc1b0;
}
/* End 見出しボックス */

#contents2 {
	min-height: auto;
}

.tl01 {
	width: 100%;
	text-align: center;
	font-size: 130%;
	color: #ff3400;
	font-weight: bold;
	text-shadow: 2px 2px 5px #ffc1b0;
	display: block;
	margin: 20px auto;
}
.tl01 span {
	display: inline-block;
}
.housou {
	font-size: 120%;
	color: #f45535;
	text-align: center;
}
.sce {
	/*width: 640px;*/
	max-width: 100%;
	margin: 0 auto;
}

.sce {
	line-height: 15px;
}
.sce td {
	padding: 5px;
}
.sce1 {
	white-space: nowrap;
}
.sce2 {
	/*width: 530px;*/
}


.strbox {
	border: 2px solid #FC392A;
	border-radius: 5px;
	padding: 10px 20px;
	margin-bottom: 20px;
	background-color: #fff;
}
.strbox:last-child {
	margin-bottom: 0;
}
.strbox .title {
	background-color: #FC392A;
	border-radius: 2em;
	line-height: 1;
	padding: 5px 20px;
	margin: 0 -10px 15px -10px;
	width: calc(100% + 20px);
	color: #fff;
	font-weight: bold;
	font-size: 120%;
}
.strbox dl {
}
.strbox dt {
	font-weight: bold;
	margin-bottom: 10px;
}
.strbox .attention {
	font-size: 80%;
	margin-left: 1.2em;
}
.strbox .attention::before {
	content: '※';
	display: inline-block;
	width: 1.2em;
	text-align: left;
	margin-left: -1.2em;
}
.strbox dd ul {
	display: flex;
	flex-wrap: wrap;
}
.strbox dd ul li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.strbox dd ul li a {
	display: block;
	line-height: 1;
	padding: 10px 15px;
	border-radius: 2em;
	background-color: #fff;
	color: #FC392A;
	border: 1px solid #FC392A;
	position: relative;
	transition: .3s all;
	font-weight: bold;
}
.strbox dd ul li a:hover {
	background-color: #FC392A;
	color: #fff;
}
.strbox dd ul li a::before {
	content: '〉';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.strbox dd ul li a::after {
	content: '〉';
	color: #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

@media only screen and (min-width: 1000px) {
	.sce {
		line-height: 20px;
	}
	.sce td {
		padding: 10px;
	}
	.sce1 {
		width: 150px;
		white-space: nowrap;
	}
	.sce2 {
		/*width: 530px;*/
	}
}

@media (max-width:480px) {
	.strbox dd ul li {
		width: 100%;
		padding: 0 5px;
		margin-bottom: 10px;
	}
}

.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: #FC392A;
}
.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;
}


