/*-------------------------------------------------------*/
/* sec */
/*-------------------------------------------------------*/

.sec_flex {
	display: flex;
	flex-wrap: wrap;
}

.sec {
	width: calc(50% - 8px);
	background: #FFF;
	margin-top: 16px;
	border-radius: 8px;
}

.sec:nth-child(odd) {
	margin-right: 16px;
}

.sec:nth-child(-n+2) {
	/* margin-top: 0; */
}

.sec_title {
	display: flex;
	padding: 5px 12px;
	border-radius: 8px 8px 0 0;
}

.sec_title img {
	height: 30px;
}

.sec_title time {
	flex: 1;
	font: 23px/1.3 'roboto_condensedbold';
	text-align: right;
	color: #FFF;
	text-shadow: 0 0 3px #000;
}

.sec.mon .sec_title { background: #6bc1ff; }
.sec.tue .sec_title { background: #f1546a; }
.sec.wed .sec_title { background: #9ece85; }
.sec.thu .sec_title { background: #f7acdb; }
.sec.fri .sec_title { background: #ffd100; }

.mov_bc {
	display: block;
	position: relative;
	max-width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.mov_bc > div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
}

.mov_bc > img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: auto;
}

.sec_txt {
	padding: 9px;
}

#sec_next.mon .mov_bc { background-image: url(../img/mon_pro_bg.png); }
#sec_next.tue .mov_bc { background-image: url(../img/tue_pro_bg.png); }
#sec_next.wed .mov_bc { background-image: url(../img/wed_pro_bg.png); }
#sec_next.thu .mov_bc { background-image: url(../img/thu_pro_bg.png); }
#sec_next.fri .mov_bc { background-image: url(../img/fri_pro_bg.png); }


@media screen and (max-width: 770px) {
	.sec_flex {
		display: block;
	}
	
	.sec {
		width: 100%;
	}
}

/*
main article .sec {
  margin-bottom: 30px;
  position: relative;
}
main article .sec h1 {
  display: block;
  height: 60px;
}
main article .sec h1 img {
  margin: 12px;
  height: 37px;
}
main article .sec.mon .week {
  background-image: url(../img/mon_bg.png);
}
main article .sec.mon time {
  background: #6bc1ff;
}
main article .sec.tue .week {
  background-image: url(../img/tue_bg.png);
}
main article .sec.tue time {
  background: #f1546a;
}
main article .sec.wed .week {
  background-image: url(../img/wed_bg.png);
}
main article .sec.wed time {
  background: #9ece85;
}
main article .sec.thu .week {
  background-image: url(../img/thu_bg.png);
}
main article .sec.thu time {
  background: #f7acdb;
}
main article .sec.fri .week {
  background-image: url(../img/fri_bg.png);
}
main article .sec.fri time {
  background: #ffd100;
}

main article .sec time {
  display: block;
  position: absolute;
  top: -17px;
  right: 15px;
  width: 80px;
  font-family: 'roboto_condensedbold';
  text-align: center;
  border-radius: 8px;
  padding: 5px 3px;
  color: #FFF;
}

main article .sec:nth-child(-n+3) time {
	top: 20px;
}

main article .sec time span {
  display: block;
  font-size: 39px;
  line-height: 1em;
}
main article .sec time em {
  display: block;
  font-size: 29px;
  line-height: 1em;
}

main article .sec p {
  display: block;
  padding: 10px;
  line-height: 1.5em;
  font-size: 14px;
}
main article .sec .sec_mov {
  background-color: #FFF;
}
main article .sec .sec_mov .mov_bc {
  display: block;
  width: 480px;
  height: 270px;
  float: left;
  background: #555;
  margin: 0 10px 10px 0;
}
main article .sec .sec_mov .sec_txt .week {
  padding: 9px;
  display: block;
  line-height: 0;
}
main article .sec .sec_mov .sec_txt .week img {
  display: block;
  height: 37px;
}
main article .sec .sec_mov:after {
  content: "";
  display: block;
  clear: both;
}
*/

/*
#sec_next {
	background: #FFF;
}
#sec_next time {
	top: -30px;
}
#sec_next h1 img {
	margin-left: 226px;
}
#sec_next figure img {
	position: absolute;
	left: 0;
	top: -73px;
	width: 210px;
}
*/


/*
#sec_new h1,
#sec_old h1 {
  background-color: rgba(255, 255, 255, 0.4);
  padding-left: 60px;
}
#sec_new h1:before,
#sec_old h1:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  font-family: 'roboto_condensedbold';
  text-align: center;
  color: #FFF;
}
#sec_new {
  border-bottom: solid 10px rgba(255, 118, 0, 0.45);
}
#sec_new h1 {
  background-color: rgba(255, 118, 0, 0.45);
}
#sec_new h1:before {
  content: "NEW";
  background-color: #ff6565;
}
*/

/*
#sec_old h1 {
  background-color: rgba(36, 81, 128, 0.41);
  height: 40px;
  padding-left: 44px;
}
#sec_old h1 img {
  margin: 5px;
  height: 30px;
}
#sec_old h1:before {
  content: "";
  background-color: #245180;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/icon_arr.png);
  background-size: 35%;
  width: 40px;
  height: 40px;
}
*/

/*
#sec_archive {
  display: block;
  text-align: right;
  position: relative;
  height: 40px;
  margin-bottom: 30px;
}
#sec_archive a {
  display: block;
  height: 40px;
  position: absolute;
  top: 0;
  right: 15px;
}
#sec_archive a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -18px;
  display: block;
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 18px solid #24517F;
}
#sec_archive a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  display: block;
  height: 0;
  width: 0;
  border-top: 20px solid #24517F;
  border-right: 0 solid transparent;
  border-bottom: 20px solid #24517F;
  border-left: 16px solid transparent;
}
#sec_archive a span {
  color: #FFF;
  display: block;
  height: 40px;
  line-height: 40px;
  background: #24517F;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: 6px center;
  background-image: url(../img/icon_arr.png);
  background-size: 13px 10px;
  font-size: 17px;
}
#sec_archive a span:hover {
  color: #9ac1e8;
}*/

/*-------------------------------------------------------*/
/* profile */
/*-------------------------------------------------------*/

#profile {
	margin: 30px 0;
	width: 100%;
}

#profile ul {
  display: block;
  border-bottom-style: solid;
  border-bottom-width: 5px;
}
#profile ul li {
  padding-top: 5px;
  font-size: 18px;
  font-family: 'roboto_condensedbold';
  text-align: center;
  color: #FFF;
  width: 130px;
  float: left;
  background-color: #000;
  margin-right: 20px;
  cursor: pointer;
}
#profile ul li.mon { background-color: #6bc1ff; }
#profile ul li.tue { background-color: #f1546a; }
#profile ul li.wed { background-color: #9ece85; }
#profile ul li.thu { background-color: #f7acdb; }
#profile ul li.fri { background-color: #ffd100; }
#profile ul li:hover {
  opacity: 0.7;
}
#profile ul:after {
  content: "";
  display: block;
  clear: both;
}
#profile.mon ul {
  border-bottom-color: #6bc1ff;
}
#profile.tue ul {
  border-bottom-color: #f1546a;
}
#profile.wed ul {
  border-bottom-color: #9ece85;
}
#profile.thu ul {
  border-bottom-color: #f7acdb;
}
#profile.fri ul {
  border-bottom-color: #ffd100;
}
#profile div.mon,
#profile div.tue,
#profile div.wed,
#profile div.thu,
#profile div.fri {
  display: none;
}
#profile.mon div.mon,
#profile.tue div.tue,
#profile.wed div.wed,
#profile.thu div.thu,
#profile.fri div.fri {
  display: block;
}
#profile .pro {
  position: relative;
  display: block;
  background-color: #FFF;
  height: 230px;
}
#profile .pro h2 {
  line-height: 0;
  padding: 10px;
}
#profile .pro h2 img {
  display: block;
  height: 37px;
}

#profile .pro p img {
  position: absolute;
}
#profile .pro .per img {
  position: absolute;
  bottom: 0;
  right: 0;
}
#profile .pro .reporter img {
  position: absolute;
 /* height: 57px;*/
  height: 70px;
}


#profile .pro.mon {
  background-image: url(../img/mon_pro_bg.png);
}
#profile .pro.mon h2 {
  background-image: url(../img/mon_bg.png);
}
#profile .pro.mon .txt img {
  bottom: 5%;
  left: 2.1%;
}
#profile .pro.mon .reporter img {
  top: 7px;
  left: 210px;
}


#profile .pro.tue {
  background-image: url(../img/tue_pro_bg.png);
}
#profile .pro.tue h2 {
  background-image: url(../img/tue_bg.png);
}
#profile .pro.tue .txt img {
  bottom: 25%;
  left: 2.1%;
}
#profile .pro.tue .reporter img {
  top: 14px;
  left: 210px;
}


#profile .pro.wed {
  background-image: url(../img/wed_pro_bg.png);
}
#profile .pro.wed h2 {
  background-image: url(../img/wed_bg.png);
}
#profile .pro.wed .txt img {
  bottom: 8%;
  left: 2.1%;
}
#profile .pro.wed .reporter img {
  top: 27px;
  left: 210px;
}


#profile .pro.thu {
  background-image: url(../img/thu_pro_bg.png);
}
#profile .pro.thu h2 {
  background-image: url(../img/thu_bg.png);
}
#profile .pro.thu .txt img {
  bottom: 8%;
  left: 2.1%;
}
#profile .pro.thu .reporter img {
  top: 14px;
  left: 150px;
}



#profile .pro.fri {
  background-image: url(../img/fri_pro_bg.png);
}
#profile .pro.fri h2 {
  background-image: url(../img/fri_bg.png);
}
#profile .pro.fri .txt img {
  bottom: 8%;
  left: 2.1%;
}
#profile .pro.fri .reporter img {
  top: 14px;
  left: 210px;
}

@media screen and (max-width: 770px) {
	#profile .pro.mon .per img { width: 58.66666667%; }
	#profile .pro.mon .txt img { width: 42.66666667%; }
	#profile .pro.tue .per img { width: 54.26666667%; }
	#profile .pro.tue .txt img { width: 41.46666667%; }
	#profile .pro.wed .per img { width: 47.33333333%; }
	#profile .pro.wed .txt img { width: 48.66666667%; }
	#profile .pro.thu .per img { width: 55.46666667%; }
	#profile .pro.thu .txt img { width: 42.53333333%; }
	#profile .pro.fri .per img { width: 52.13333333%; }
	#profile .pro.fri .txt img { width: 45.86666667%; }
	
	
	
	
	
  main article {
    width: auto;
  }
  main article .sec time {
    width: 51px;
    top: 10px;
    right: 10px;
  }
  main article .sec time span {
    font-size: 25px;
  }
  main article .sec time em {
    font-size: 18px;
  }
  main article .sec p {
    font-size: 12px;
  }
  main article .sec .sec_mov {
    width: 100%;
  }
  /*main article .sec .sec_mov .mov_bc {
    float: none;
    width: 100%;
    height: auto;
	  margin: 0;
  }*/
  main article .sec .sec_mov .sec_txt {
    position: relative;
  }
  main article .sec .sec_mov .sec_txt .week {
    line-height: 0;
  }
  main article .sec .sec_mov .sec_txt .week img {
    display: block;
    height: 37px;
  }
  #sec_next h1 img {
    margin: 0;
  }
  #sec_next time {
    top: 15px;
  }
  /*#sec_next figure img {
    width: 100px;
    bottom: auto;
    top: -12px;
  }*/
  #sec_next p {
    padding: 10px;
  }
  #profile ul li {
    width: 18%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 450px) {
	
  #profile .pro {
    line-height: 0;
  }
  #profile .pro .reporter img {
    top: 7px !important;
    left: auto !important;
    right: 10px;
    height: 42px;
  }
  #profile .pro .txt {
    margin-top: 10px;
  }
  #profile .pro.mon {
    height: auto;
  }
  #profile .pro.mon .per img {
    position: static;
    width: 100%;
  }
  #profile .pro.mon .txt img {
    position: static;
    width: 90%;
  }
  #profile .pro.tue {
    height: auto;
  }
  #profile .pro.tue .per img {
    position: static;
    width: 100%;
  }
  #profile .pro.tue .txt img {
    position: static;
    width: 90%;
  }
  #profile .pro.wed {
    height: auto;
  }
  #profile .pro.wed .per img {
    position: static;
    width: 100%;
  }
  #profile .pro.wed .txt img {
    position: static;
    width: 90%;
  }
  #profile .pro.thu {
    height: auto;
  }
  #profile .pro.thu .per img {
    position: static;
    width: 100%;
  }
  #profile .pro.thu .txt img {
    position: static;
    width: 90%;
  }
  #profile .pro.fri {
    height: auto;
  }
  #profile .pro.fri .per img {
    position: static;
    width: 100%;
  }
  #profile .pro.fri .txt img {
    position: static;
    width: 90%;
  }
}
