@charset "UTF-8";
/*-------------------------------------
				REPORT
---------------------------------------*/
/*#second.report nav > ul{
  min-width: 1100px;
}*/
@media(max-width:820px){
  #second.report nav > ul{
    width: 100%;
    min-width: 0;
  }
}

#second.report h1.pTitle{
}
#second.report h1.pTitle img{
	height:90px;
}

/*body#second.report .contents{
  min-width: 1100px;
}*/
@media(max-width:820px){
  body#second.report .contents{
    min-width: 0;
  }
}
body#second.report .contents a{
	color:#000;
}

body#second.report .contents a:hover{
	background:none;
	opacity: 0.8;
}

body#second.report .contents a.likeno {
	pointer-events:none;
	text-decoration: none !important;
}

#second.report .detailDate{
	display: none;
}
@media(max-width:820px){
	#second.report h1.pTitle{
	height: auto;
	background-size: cover;
	}
  #second.report h1.pTitle img{
  	height:50px;
  }

}
	#second.report h2{
		text-align:center;
		font-size: 24px;
		font-family: "Gothic MB101 Bold";
	}

#dateTab li img{
      height: 80px;
      width: auto;
    }
@media(max-width:820px){
  #dateTab li img{
      height: 60px;
      width: auto;
    }
}
#second.report #dateTab li{
	pointer-events:none;
	border-right: 0;
  font-family: "alternate-gothic-condensed-a", sans-serif;
}

#second.report .panel{
	width: 98%;
	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;
  justify-content: space-between;
}
#second.report .panel > div{
  width: calc(100% / 4);
}

#second.report .aside.day{
	width: calc(97% / 4);
	display:block ;
}
#second.report .aside.day > div{
  margin-bottom: 10%;
}
#second.report.detail .aside.day{
	width: calc(100% / 4);
}

#second.report #t_day53,
#second.report #t_day54,
#second.report #t_day55,
#second.report #t_day56{
	padding: 10px 20px;
}

#second.report #repo0503,
#second.report #repo0504,
 #second.report #repo0505,
#second.report #repo0506{
	display: contents;
  background: #fff;
}

#second.report .aside.day .todayRepo h4{
  padding: 0;
}
#second.report .aside.day .todayRepo h4 a{
  display:block;
  padding: 10px;
  text-decoration: underline;
	font-family: "Gothic MB101 Bold";
}
#second.report .aside.day .todayRepo h4 a.unlink{
  pointer-events: none;
	text-decoration: none;
}
#second.report .aside.day .todayRepo h4 a:hover{
  background-color: #333;
	color: #fff;
}
#second.report .bg_star {
	background:#ffd4d3;
}
#second.report .bg_star .todayRepo a{
	background:#ff3e4b;
}
#second.report .bg_viva {
	background:#c1e2f7;
}
#second.report .bg_viva .todayRepo a{
	background:#12bfd4;
}
#second.report .bg_bright {
	background:#ffe5db;
}
#second.report .bg_bright .todayRepo a{
	background:#e78bd7;
}
#second.report .bg_garden {
	background:#cde9c9;
}
#second.report .bg_garden .todayRepo a{
	background:#35b022;
}

#second.report .aside.day{
	display:block;
}
#second.report #line0505.aside.day.hide{


}
#second.report .aside.day.show{
	display:block;
}
#second.report .aside.day h4{
	border:0;
	text-align: center;
	margin: 0;
	padding: 2rem 0 1rem;
}

#second.report .aside.day ul{
	padding: 4%;
}

#second.report .panel .aside.day ul.starStage{
	min-height: 230px;
}
#second.report .panel .aside.day ul.brightStage{
	min-height: 255px;
}
#second.report .panel .aside.day ul.vivaStage{
	min-height: 180px;
}
#second.report .panel .aside.day ul.gardenStage{
	min-height: 170px;
}
#second.report .aside.day ul li{
	margin-bottom: 10px;
  color: #000;
  line-height: 1.5em;
  text-align: center;
	font-size: 13px;
  letter-spacing: -0.1px;
	font-family: "Gothic MB101 Bold";
	/*font-weight: bold;*/
}
#second.report .aside.day ul li .fs_ms{
	line-height: 1.2;
  display: block;
}

#dateTab li{
  width: calc(100% / 4);
}
#dateTab li:hover::after, #dateTab li.current::after {
		content: none;
	}
#dateTab li.day53.current {
  background: #fff;
}

@media(max-width:820px){
	#second.report .aside.day h4{
		margin:0 2%;
	}
	#second.report .aside.day h4:first-of-type{
		border: 0;
	}
#second.report .aside.day > div{
  margin-bottom: 4%;
}
	#second.report #dateTab li{
		pointer-events:auto;
	}
	#second.report .aside.day{
		width: 100%;
		padding-top: 0rem;
	  float: none;
	}
	#second.report .aside.day.hide{
		display:none;
	}
	#second.report .aside.day.show{
		display:block;
	}
	#second.report .panel .aside.day ul.starStage,
	#second.report .panel .aside.day ul.brightStage,
	#second.report .panel .aside.day ul.vivaStage,
  #second.report .panel .aside.day ul.gardenStage{
		min-height: 0px;
	}
	#second.report .aside.day ul li{
	font-size: 16px;
}

}
/*----	REPORT DETAIL ----*/
#second.report.detail .detailDate{
	display: block;
	padding: 0;
	display: none;
}
#second.report.detail .contents{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#second.report.detail .main{
	padding: 20px 15px;
  background: none;
  flex: 1;
}
#second.report.detail .today{
	width: 900px;
padding: 15px;

margin: 0 auto;
}

#second.report.detail #main0503.main,
#second.report.detail #main0504.main,
#second.report.detail #main0505.main,
#second.report.detail #main0506.main,
#second.report.detail #main0507.main{
}


#second.report.detail .main dl,
#second.report.detail .today dl{
font-weight: bold;
padding: 0 0 0 15px;
}


#second.report.detail .main dl dt,
#second.report.detail .today dl dt{
		font-size: 16px;
	font-family: "Gothic MB101 Bold";
}
#second.report.detail .main dl dd,
#second.report.detail .today dl dd{
	font-size: 26px;
  line-height: 1.1;
	font-family: "Gothic MB101 Bold";
}
#second.report.detail .main dl dd span{
  line-height: 1.1;
}
#second.report.detail .btnindex{
	float:right;
	width: calc(100% / 3);
	padding:0;
}

#second.report.detail .repo_title {
	margin:  0 0;
	display: flex;
	padding:  0 0 15px 0;
  align-items: flex-end;
  flex-wrap: wrap;
	/*border-bottom: 15px solid #c21500;
  border-image: linear-gradient(to right, #e84332 0%,  #eb772f 25%,  #a0cb44 50%, #82cabe 75%, #7789b6 100%);
  border-image-slice: 1;*/
}
#second.report.detail .repo_title.star{
  border-bottom: 10px solid #e82520;
}
#second.report.detail .repo_title.bright{
  border-bottom: 10px solid #eb551b;
}
#second.report.detail .repo_title.viva{
  border-bottom: 10px solid #3c98d4;
}
#second.report.detail .repo_title.garden{
  border-bottom: 10px solid #43b035;
}
#second.report.detail .repo_title div{
  width: 110px;
}
#second.report.detail .repo_title dl{
  width: calc(100% - 120px);
}
#second.report.detail .btnindex a{
	display: block;
	font-family: 'Oswald', sans-serif;
	padding: 10px 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	background-color: #000;
	color: #fff;
	width: 100%;
	height: auto;
}

#second.report.detail .aside.day{
	background: none;
}

#second.report.detail .aside.day ul.starStage,
#second.report.detail .aside.day ul.brightStage,
#second.report.detail .aside.day ul.vivaStage,
#second.report.detail .aside.day ul.gardenStage{
	min-height: 0px;
}

#second.report.detail .aside.day.hide{
	display: block !important;
}

#second.report.detail .main .snsBtn,
#second.report.detail .today .snsBtn{
	width: 100%;
	background:none;
	padding: 10px 0 10px 0;
}

#second.report.detail .main .snsBtn li,
#second.report.detail .today .snsBtn li{
	float: right;
	line-height: 1;
	padding: 0 0 5px 5px;
}

#second.report.detail .main img[src*="/01.webp"],
#second.report.detail .today img[src*="/01.webp"] {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#second.report.detail .main h2,
#second.report.detail .today h2{
	text-align:center;
	margin-bottom: 30px;
	font-family: "Gothic MB101 Bold";
}

#second.report.detail .today .todaytext{
	width: 750px;
	margin: 0 auto;
}

.batsu {
    display: inline-block;
    position: relative;
}
.batsu:after {
    display: block;
    content: 'x';
    font-size: 1.5em;
    position: absolute;
    top: 0;
    left: 30%;
    right: 0;
    bottom: 0;
    line-height: 1.0;
}

@media(max-width:820px){
	#second.report.detail .main,
	#second.report.detail .today{
		float: none;
		width: 100%;
		margin-bottom:15px;
	}
	#second.report.detail .contents{
		padding:0;
	}
	#second.report.detail .main dl dt,
	#second.report.detail .today dl dt{
			font-size: 14px;
	}
	#second.report.detail .main dl dd,
	#second.report.detail .today dl dd{
		font-size: 20px;
	}

	#second.report.detail .btnindex{
		float:none;
		width: 100%;
		padding:0;
	}

	#second.report.detail .aside.day{
		float:none;
		width: 100%;
	}

	#dateTab li.day53.current {
  background: #5bb434;
}
	#dateTab li:hover::after, #dateTab li.current::after {
		line-height: 1.8;
		content: "▲";
	}
	#second.report #t_day51, #second.report #t_day430, #second.report #t_day53, #second.report #t_day54, #second.report #t_day55 {
    padding: 16px 5px 5px;
}
	#second.report .aside.day{
}
	#second.report .aside.day h4 {
		margin: 0;
	}
	#second.report .panel {
		width: 98%;
		margin: 0 auto;
	}
	#second.report .aside.day h4.bornone {
		border-top: none !important;
	}
	#second.report .repotop {
		width: 96%;
		margin: 15px auto 0;
	}

	#second.report h2 {
		font-size: 20px;
	}
	#second.report.detail .today .todaytext{
	width: 100%;
}
	#second.report.detail .main dl, #second.report.detail .today dl {
    margin-top: 42px;
}
  #second.report.detail .repo_title {
    display: block;
  }
  #second.report.detail .repo_title div{
    width: 100%;
    text-align: center;
  }
  #second.report.detail .repo_title dl{
    width: 100%;
    margin: 10px 0 0;
	  padding-left: 5px;
  }
}

#second.report.detail a.reportTop_btn{
  display: block;
  width:  90%;
  max-width: 640px;
  margin: 0 auto;
  padding: 10px;
  background: #12bfd4;
  font-size: 24px;
  font-weight: 900;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.4s;
	font-family: "Gothic MB101 Bold";
}
#second.report.detail a.reportTop_btn:hover{
  background: #41ec00;
}
