@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 #orange{
  background: linear-gradient( 
		#d48900, 
		#ca7c1b 
	);
  overflow: hidden;
}
#monthly #title, #challenge, .credit, #main{
  color: #ffffff;
}

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

#monthly #main{
  width: 700px;
  height: 400px;
  font-size: 20px;
  margin: 0 auto;
  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: 260px;
}

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

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


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

#monthly #mine{
  position: absolute;
  width: 800px;
  height: 400px;
  left: -200px;
  top: 30px;
  transform: rotate(-3deg);
  z-index: 2;
}
#monthly #isobe{
  position: absolute;
  width: 800px;
  height: 400px;
  left: 250px;
  transform: rotate(-5deg);
  z-index: 1;
}

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

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


}

/*各ページ*/

