@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : contents.css
Description : 放送内容ページ
===================================================================== */

/* =====================================================================
*    詳細ページ
* =================================================================== */
#oaDetail  {
	text-align: center;
	padding-left: 6.25%;
	padding-right: 6.25%;
}

#oaDetail .program_1st,
#oaDetail .program_2nd {
	width: 85.7143%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#oaDetail .program_1st .title,
#oaDetail .program_2nd .title {
	width: 100%;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	margin-bottom: 4.6875%;
}

#oaDetail .program_1st .title {
	background: #a0d4f2;
	background: linear-gradient( #afedf1 0%, #a0d4f2 100%);
	color: #11afdd;
}

#oaDetail .program_2nd .title {
	background: #e8b2e0;
	background: linear-gradient( #f6d4e4 0%, #e8b2e0 100%);
	color: #d13083;
}

#oaDetail .program_1st .time,
#oaDetail .program_2nd .time {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3.5715%;
}

#oaDetail .program_1st .time {
	color: #11afdd;
}

#oaDetail .program_2nd .time {
	color: #d13083;
}

/* #oaDetail .program_1st .time::before,
#oaDetail .program_2nd .time::before {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
}

#oaDetail .program_1st .time::before {
	background: url(../img/common/img_oatime1_icon.png ) no-repeat left center;
	background-size: auto 100%;
}

#oaDetail .program_2nd .time::before {
	background: url(../img/common/img_oatime2_icon.png) no-repeat left center;
	background-size: auto 100%;
} */

#oaDetail .program_1st .detail,
#oaDetail .program_2nd .detail {
	font-size: 16px;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 8.3334%;
}

#oaDetail .corner_list {
	width: 85.7143%;
	text-align: left;
	border-top: 1px dotted #333;
	padding-left: 3.5715%;
	padding-right: 3.5715%;
	margin-left: auto;
	margin-right: auto;
}

#oaDetail .corner_list li {
	margin-top: 8.3334%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#oaDetail .corner_list li a {
	width: 100%;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

#oaDetail .corner_list li .corner_title {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 4.1667%;
}

#oaDetail .corner_list li .corner_img {
	width: 50%;
	float: left;
	border: 1px solid #818181;
	box-sizing: border-box;
	margin-right: 4.1667%;
}

#oaDetail .corner_list li .corner_catch {
	font-size: 16px;
	line-height: 1.5em;
	color: #333333;
}

#oaDetail .attention_txt {
	width: 93.7143%;
	display: block;
	font-size: 16px;
	line-height: 1.5em;
	margin-top: 7.1429%;
	margin-left: auto;
	margin-right: auto;
}

#oaDetail #mebae {
	margin-top: 14.2858%;
}

#oaDetail #mebae .mebae_bc {
	width: 85.7143%;
	margin-left: auto;
	margin-right: auto;
}

#oaDetail #mebae .btn_mebae {
	margin-top: 10.4167%;
}

#oaDetail #past_oa {
	margin-top: 14.2858%;
}

#oaDetail #mebae .btn_pastoa {
	margin-top: 10.4167%;
}

@media screen and (min-width:700px){
	#oaDetail {
		letter-spacing: -.40em;
		padding-left: 0;
		padding-right: 0;
	}

	#oaDetail > * {
		letter-spacing: normal;
	}

	#oaDetail .program_1st,
	#oaDetail .program_2nd {
		width: 42.1053%;
		display: inline-block;
		vertical-align: top;
	}

	#oaDetail .program_1st {
		margin-right: 5.2632%;
	}

	#oaDetail .program_1st .title,
	#oaDetail .program_2nd .title {
		height: 55px;
		font-size: 20px;
		line-height: 55px;
		margin-bottom: 20px;
	}

	#oaDetail .program_1st .time,
	#oaDetail .program_2nd .time {
		font-size: 18px;
		margin-bottom: 15px;
	}

	#oaDetail .program_1st .detail,
	#oaDetail .program_2nd .detail {
		margin-bottom: 25px;
	}

	#oaDetail .corner_list {
		width: 89.4737%;
		letter-spacing: -.40em;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}

	#oaDetail .corner_list li {
		width: 29.4118%;
		display: inline-block;
		vertical-align: top;
		margin-top: 5.8824%;
		padding-right: 5.8824%;
	}

	#oaDetail .corner_list li:nth-child(3n),
	#oaDetail .corner_list li:last-child {
		padding-right: 0;
	}

	#oaDetail .corner_list li a {
		letter-spacing: normal;
	}

	#oaDetail .corner_list li .corner_title {
		font-size: 18px;
		text-align: left;
		margin-bottom: 5%;
	}

	#oaDetail .corner_list li .corner_img {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 5%;
	}

	#oaDetail .corner_list li .corner_catch {
		font-size: 18px;
		line-height: 1.5em;
		text-align: left;
	}

	#oaDetail .attention_txt {
		width: 100%;
		font-size: 18px;
		line-height: 1.5em;
		text-align: center;
		margin-top: 5.2632%;
	}

	#oaDetail #mebae {
		margin-top: 9.2106%;
	}

	#oaDetail #mebae .mebae_bc {
		width: 52.9412%;
	}

	#oaDetail #mebae .btn_mebae {
		margin-top: 5.2632%;
	}

	#oaDetail #past_oa {
		margin-top: 9.2106%;
	}

	#oaDetail #mebae .btn_pastoa {
		margin-top: 5.2632%;
	}
}


/* =====================================================================
*    過去の放送
* =================================================================== */
#calender {
	width: 87.5%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width:700px){
	#calender {
		width: 100%;
	}
}

/*-------------------------------------
	年月選択欄
-------------------------------------*/
#calender .select_wrap {
	width: 100%;
    position: relative;
    display: block;
	margin-left: auto;
}

#calender .select_wrap::before {
    content: '';
    width: 40px;
    height: 100%;
    background: #6c2363;
	border-radius: 3px;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
}

#calender .select_wrap select {
	width: 100%;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	color: #6c2363;
	font-size: 16px;
    background: transparent;
    position: relative;
    z-index: 1;
    border: 1px solid #6c2363;
	border-radius: 3px;
    margin: 0;
    padding: 0 40px 0 10px;
}

#calender .select_wrap select::-ms-expand {
    display: none;
}

#calender .select_wrap::after{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    z-index: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
    margin: auto 0;
}

@media screen and (min-width:700px){
	#calender .select_wrap {
		display: none;
	}
}

/*-------------------------------------
	日付選択欄
-------------------------------------*/
#calender .calendar_box {
	width: 220px;
	display: inline-block;
	background-color: #FFF;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
}

#calender .calendar_box h1 {
	height: 45px;
	color: #FFF;
	background-color: #6c2363;
	font-size: 22px;
	line-height: 1em;
	text-align: left;
	font-weight: bold;
	vertical-align: text-bottom;
	box-sizing: border-box;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

#calender .calendar_box h1 span {
	font-size: 18px;
	line-height: 1em;
	vertical-align: bottom;
	font-weight: bold;
	float: right;
	padding-top: 8px;
}

#calender .calendar_box table {
	width: 100%;
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	box-sizing: border-box;
	border-collapse:separate;
	padding: 8px 18px 18px;
}

#calender .calendar_box table th,
#calender .calendar_box table td {
	width: 28px;
	height: 28px;
	color: #333333;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	border: 1px solid #FFF;
}

#calender .calendar_box table th.sat {
	color: #109ac4;
}

#calender .calendar_box table th.sun {
	color: #d13083;
}

#calender .calendar_box table td {
	color: #cccccc;
	background-color: #eeeeee;
}

#calender .calendar_box table td.sat {
	color: #92def6;
	background-color: #d7eff6;
}

#calender .calendar_box table td.sun {
	color: #ecabcd;
	background-color: #f4dce8;
}

#calender .calendar_box table td.non:not(.sat):not(.sun) {
	background-color: transparent !important;
}

#calender .calendar_box table td a {
	width: 100%;
	height: 100%;
	display: block;
	color: #333333;
	text-decoration: none;
}

@media screen and (max-width:699px){
	#calender .calendar_box {
		width: 100%;
		background-color: transparent;
		margin: 7.1429% 0 0;
	}

	#calender .calendar_box h1 {
		display: none;
	}

	#calender .calendar_box table {
		/*display: block;*/
		letter-spacing: -.40em;
		border-right: none;
		border-left: none;
		border-bottom: none;
		padding: 0;
	}

	#calender .calendar_box th {
		display: none;
	}

	#calender .calendar_box table tr {
		display: initial;
	}

	#calender .calendar_box table td {
		width: 44.6429%;
		height: auto;
		display: inline-block;
		letter-spacing: normal;
		font-size: 16px;
		line-height: 17px;
		border: 2px solid #6c2363;
		position: relative;
		margin-left: 1.7858%;
		margin-right: 1.7858%;
		margin-bottom: 3.5715%;
	}

	#calender .calendar_box table td::after {
		content: "";
		width: 8px;
		height: 8px;
		display: block;
		border-top: 2px solid #6c2363;
		border-right: 2px solid #6c2363;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 17px;
		right: 16%;
	}


	#calender .calendar_box table td.non {
		display: none;
	}

	#calender .calendar_box table td,
	#calender .calendar_box table td.sat,
	#calender .calendar_box table td.sun {
		background-color: #FFF;
	}

	#calender .calendar_box table td a {
		height: 45px;
		box-sizing: border-box;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-right: 8%;
	}

	#calender .calendar_box table td.sat a {
		color: #109ac4;
	}

	#calender .calendar_box table td.sun a {
		color: #d13083;
	}

	#calender .calendar_box table td:nth-child(1) a::after {
		content: "日（日）";
	}

	#calender .calendar_box table td:nth-child(2) a::after {
		content: "日（月）";
	}

	#calender .calendar_box table td:nth-child(3) a::after {
		content: "日（火）";
	}

	#calender .calendar_box table td:nth-child(4) a::after {
		content: "日（水）";
	}

	#calender .calendar_box table td:nth-child(5) a::after {
		content: "日（木）";
	}

	#calender .calendar_box table td:nth-child(6) a::after {
		content: "日（金）";
	}

	#calender .calendar_box table td:nth-child(7) a::after {
		content: "日（土）";
	}

	#calender .calendar_box {
		display: none;
	}

	#calender .calendar_box:nth-child(3) {
		display: block;
	}
}
