@charset "utf-8";

/*共通*/

#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 .title{
	//width: 400px;
	//float: left;
	text-align: center;
}

#monthly h3{
	font-size: 23px;
	color: #A7424C;
	padding-top: 20px;
	text-align: center;
}

#monthly #orespo{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 900px;
	border: 2px solid #00ADEE;
	border-radius: 15px;
	margin: 50px 0 0 0;
	//padding: 20px;
}

#monthly h4{
	color: #496B8F;
}
#monthly h4 span{
	font-size: 12px;
	color: #000;
	font-weight: 100;
}
#monthly h4 span b{
	font-size: 14px;
}

#monthly #orespo .spot{
	width:420px;
	
}


#monthly .orespo-title{
	margin: -20px 0 20px 0;
}


#monthly .spot-img{
	float: right;
	margin-bottom: 10px;
}