@charset "utf-8";

/*共通*/

.button--arrowRight {
  box-sizing: border-box;
}

#monthly {
  width: 900px;
  margin: 0px auto 0 auto;
  padding: 0px;
  font-size:16px;
}
#monthly p {
  line-height: 1.6;
  letter-spacing:0.05em;
  text-indent:1em;
  margin-bottom:0.6em;
}
#monthly p.ketujyo {
  margin-bottom:10px;
  text-align:left;
  text-indent:0;
}
#monthly .midashi{
  width:900px;
}

#monthly table {
  border-collapse:collapse;
}

#monthly br.clear {
  clear: both;}

#monthly .cf:before,
.cf:after {
    content: " ";
    display: table;
}

#monthly .cf:after {
    clear: both;
}

#monthly a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}

#monthly #pink{
  background: linear-gradient( 
		#d56e8c, 
		#c95d75 
	);
  overflow: hidden;
  height: 1150px;
}
#monthly #title, #challenge, .credit, #main{
  color: #ffffff;
}

#monthly #mark{
  color: #47282d;
}

#monthly #main{
  width: 680px;
  height: 520px;
  margin: 0 auto;
  font-size: 20px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.95);

}


#monthly .name{
  color: #fffd00;
}
#monthly #title{
  padding-left: 20px;
  font-size: 50px;
  background-color: black;
  height: 60px;
}

#monthly #challenge{
  position: relative;
  width: 900px;
  height: 270px;
}

#monthly #logo{
  position: absolute;
  margin-top: 10px;
  width: 700px;
  padding-left: 50px;
}

#monthly #texttitle{
  position: absolute;
  width: 500px;
  padding-left: 80px;
  top: 100px;
}

#monthly #subtitle{
  font-size: 20px;
  margin-left: 10px;
  text-align: left;
  color: #9fa0a0;
}

#monthly #image{
  position: relative;
  width: 900px;
  height: 400px;
}

#monthly #moriya{
  position: absolute;
  width: 700px;
  height: 350px;
  top: -60px;
  left: -150px;
  transform: rotate(-5deg);
  z-index: 2;
}

#monthly #endou{
  position: absolute;
  width: 600px;
  height: 300px;
  top: 20px;
  padding-left: 350px;
  transform: rotate(-5deg);
  z-index: 1;
}

#monthly #line1{
  position: absolute;
  width: 180px;
  height: 120px;
  z-index: 3;
  transform: rotate(-5deg);
  top: 40px;
  left: 340px;
}

#monthly #line2{
  position: absolute;
  width: 180px;
  height: 120px;
  z-index: 3;
  left: 705px;
  top: -50px;
  transform: rotate(-5deg);


}

/*各ページ*/

