@charset "Shift_JIS";

/*----------------■よく使うもの----------------*/
.clear  {
	clear:  both;
}
.clearfix:after {
	content:".";
	display:  block;
	clear:  both;
	height:  0;
	visibility:  hidden;
}
.clearfix  {
	zoom:  1;
}

.width950px {
	width: 950px;
	text-align: left;
	margin: 0 auto;
}
.width950px a{color:#00f;}
.width950px a:hover{color:#f00;}

#backcolor {
	background: url(../image/bg_img.jpg) no-repeat center 93px;
	padding-bottom:50px;
}

.radio_personality {
	background:#ffebe8;
	margin-top: 50px;
	padding: 50px 0;
}
.radio_personality li{
	float: left;
	margin-left: 10px;
}

.radio_timetable {
	background:#f0f6da;
	margin-bottom: 50px;
	padding: 50px 0;
}
.radio_timetable dl{
	float: right;
	width: 230px;
}
.radio_timetable dt{
	margin-bottom: 10px;
}
.radio_timetable dd{
	margin-bottom: 20px;
}

.radio_timetable table {
	width: 340px;
	float: left;
}
.radio_timetable th{
	border-top: 1px solid #ddd;
	padding: 10px 20px 10px 5px;
}
.radio_timetable td{
	border-top: 1px solid #ddd;
	padding: 10px 0;
}

.frida-friday-bn{width: 950px;margin: 0 auto;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.frida-friday-bn li{margin:0 10px 20px;}