/* common
--------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese");
html, body {
  width: 100%;
  min-height: 100%;
}

#wrapper {
  background: #fff100;
}
#wrapper img {
  vertical-align: bottom;
}
#wrapper #main_wrap h1 {
  text-indent: -9999em;
}
#wrapper .title_wrap {
  background-color: #fff;
}
#wrapper .title_wrap h2 {
  text-indent: -9999em;
  overflow: hidden;
}
#wrapper .cont_block h4 {
  font-weight: bold;
}
#wrapper .txt_bg {
  background: #fff;
  font-weight: bold;
}
#wrapper .img span {
  display: inline-block;
}

a:focus, a:active, a:hover, a:visited {
  text-decoration: none;
}

.red {
  color: #e9020a;
}

.movie_detail {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie_detail iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------------------------
  lead
------------------------------*/
#lead_wrap {
  background: url(../img/koshien_bg.jpg) repeat center top;
  background-size: cover;
}
#lead_wrap #lead li {
  color: #fff;
  font-weight: bold;
}

/*-----------------------------
	project2
------------------------------*/
#project2 .cont_block h3 {
  background: #000;
  position: relative;
  color: #fff;
}
#project2 .cont_block h3 span {
  background: #e9020a;
  font-weight: bold;
}
#project2 .cont_block .detail_cont {
  background: #fff;
}
#project2 #pre1 h3:before {
  background-image: url(../img/pre1.png);
}
#project2 #pre2 h3:before {
  background-image: url(../img/pre2.png);
}

/*-----------------------------
	project3
------------------------------*/
#project3 .cont_block h3 {
  background: #64c200;
  position: relative;
  color: #fff;
}
#project3 .cont_block h3 span {
  background: #e9020a;
  font-weight: bold;
}
#project3 .cont_block .detail_cont {
  background: #fff;
}
#project3 #eve1 h3:before {
  background-image: url(../img/eve1.png);
}
#project3 #eve2 h3:before {
  background-image: url(../img/eve2.png);
}
#project3 #eve3 h3:before {
  background-image: url(../img/eve3.png);
}
#project3 #eve4 h3:before {
  background-image: url(../img/eve4.png);
}

/*-----------------------------
	project4
------------------------------*/
#project4 .sub_txt {
  font-weight: bold;
}
#project4 .lineup {
  font-weight: bold;
  background: #fff;
  margin: auto;
}
#project4 .lineup thead th {
  background: #000;
  color: #fff100;
  text-align: center;
}
#project4 .lineup th {
  border: solid 2px #000;
}
#project4 .lineup td {
  border: solid 2px #000;
  text-align: center;
}
#project4 .lineup td:first-child {
  background: #fff100;
}
#project4 .lineup td:last-child {
  text-align: left;
}

/*-----------------------------
	project7,9
------------------------------*/
#project7 .cont_block h3,
#project9 .cont_block h3 {
  background: #64c200;
  position: relative;
  color: #fff;
}
#project7 .cont_block h3 span,
#project9 .cont_block h3 span {
  background: #e9020a;
  font-weight: bold;
}
#project7 .cont_block .detail_cont,
#project9 .cont_block .detail_cont {
  background: #fff;
}

#project7 #res1_1 h3:before {
  background-image: url(../img/eve1.png);
}
#project7 #res1_2 h3:before {
  background-image: url(../img/eve2.png);
}
#project7 .e_date li + li {
  margin-top: 5px;
}

#project9 #res2_1 h3:before {
  background-image: url(../img/eve_0502.png);
}

/*-----------------------------
  project10
------------------------------*/
/*-----------------------------
	FOOTER
------------------------------*/
footer {
  background: #fff;
}

#page-top {
  position: fixed;
}
#page-top a {
  display: block;
  background: url(/lp/event_kyocera1908/img/btn_pagetop.png) 0 0 no-repeat;
}

/*# sourceMappingURL=styles_common.css.map */
