@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 .cf {
    *zoom: 1;
}

#monthly a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}


/*各ページ*/
#monthly #koreshikanai_title{
	width:900px;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin-bottom:30px;
}

#monthly #koreshikanai_title #title_img{
	width:340px;
	margin-right:5px;
}

#monthly #koreshikanai_title h2{
	color:#6eb92b;
	font-size:30px;
	font-family:serif;
	margin-top:50px;
}

#monthly p span{
	color:#cf7100;
	font-weight:bold;
}

#monthly img.photo_left {
	float:left;
	margin:0px 15px 15px 0px;
}

#monthly img.photo_right {
	float:right;
	margin:0px 0px 15px 15px;
}