@charset "UTF-8";

#main_wrap .inner #main_contents #archive {
  margin-bottom: 30px;
}
#main_wrap .inner #main_contents #archive p.title {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  color: #43bbbf;
  float: left;
  line-height: 32px;
  margin-right: 20px;
}
#main_wrap .inner #main_contents h2 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #43bbbf;
}
#main_wrap .inner #main_contents #onair_box {
  margin-bottom: 60px;
}
#main_wrap .inner #main_contents #onair_box p.pic {
  width: 100%;
  margin: 20px 0;
}
#main_wrap .inner #main_contents #onair_box p.pic img {
  width: 100%;
  height: auto;
}
#main_wrap .inner #main_contents #onair_box p.date {
  color: #43bbbf;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  height: 24px;
  margin-bottom: 20px;
  position: relative;
}
#main_wrap .inner #main_contents #onair_box p.date span {
  background: #43bbbf;
  color: #fff;
  font-size: 16px;
  display: block;
  position: absolute;
  padding: 0 5px;
  top: 0;
  left: 8.5em;
}
#main_wrap .inner #main_contents #onair_box .text {
  margin-bottom: 30px;
}
#main_wrap .inner #main_contents #archivesList {
  display: inline-block;
	overflow: hidden;
	width: 82%;
	margin: 0;
	text-align: left;
	float: left;
	position: relative;
	border: 1px solid #696969;
	background: #ffffff;
}
#main_wrap .inner #main_contents #archivesList::before {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  top: 10px;
  right: 20px;
  border-top: 2px solid #00b9c7;
  border-right: 2px solid #00b9c7;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#main_wrap .inner #main_contents #archivesList select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
	padding: 0 0 0 20px;
	color: #43bbbf;
}
#main_wrap .inner #main_contents #archivesList select::-ms-expand {
    display: none;
}
@media screen and (max-width: 1000px) {
  #main_wrap .inner #main_contents #archive p.title {
    text-align: left;
    margin:0 auto 5px;
    float: none;
    width: 100%;
  }
  #main_wrap .inner #main_contents #archivesList {
    width: 100%;
  }
}

@media screen and (max-width: 641px) {
  #main_wrap .inner #main_contents #archive {
    margin-bottom: 15px;
  }  
  #main_wrap .inner #main_contents #archive p.title {
    font-size: 13px;
    line-height: 1em;
  }
  #main_wrap .inner #main_contents h2 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  #main_wrap .inner #main_contents #onair_box {
    margin-bottom: 30px;
  }
  #main_wrap .inner #main_contents #onair_box p.date {
    font-size: 13px;
    line-height: 20px;
    height: 20px;
    margin-bottom: 30px;
  }
  #main_wrap .inner #main_contents #onair_box p.date span {
    font-size: 10px;
    height: 20px;
    line-height: 22px;
    top: 0px;
    left: 9em;
  }
  #main_wrap .inner #main_contents #onair_box p.pic {
    margin-bottom: 20px;
  }
  #main_wrap .inner #main_contents #onair_box .text {
    margin-bottom: 40px;
  }
}