@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 #keitai_title,
#monthly #keitai_date{
	width:900px;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}

#monthly #keitai_title #title_img{
	width:380px;
	margin-right:5px;
}

#monthly #keitai_title h2{
	color:#0599d9;
	font-size:36px;
	text-align:left;
	font-family:serif;
	line-height:48px;
}

#monthly h3{
	color:#1d2088;
	font-size:24px;
	text-align:center;
	margin:20px 0 10px 0;
}

#monthly p span{
	color:#005bac;
	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;
}

#monthly #keitai_date{
	width:900px;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}

/*データ系*/
#monthly #keitai_date{
	margin-top:10px;
}

#monthly #date_chouseki{
	width:350px;
}

#monthly #date_chouseki table.chouseki{
	width:90%;
}

#monthly #date_chouseki table.chouseki caption{
	text-align: center;
	font-weight: bold;
	color:#048ec3;
	font-size: 18px;
}

#monthly #date_chouseki table.chouseki td,
#monthly #date_chouseki table.chouseki th {
	font-size: 16px;
	padding: 3px;
}

#monthly #date_chouseki table.chouseki th {
	color: #ffffff;
	background-color: #048ec3;
	text-align:center;
}

#monthly #date_chouseki table.chouseki td {
	border-bottom: 1px solid black;
	text-align:right;
}

#monthly #date_chouseki table.chouseki td:nth-of-type(2){
	text-align:center;
}

#monthly #keitai_pool{
	width:550px;
}