﻿@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 h3{
color: #E8320E;
font-size:18px;
font-weight:bold;
}


#monthly .boat{
 float:right;
 width: 501px ;
 font-size:12px;

}

#monthly .text{
width:380px;

}

#monthly .container{
 display: flex;
 width: 900px;
 justify-content: space-around;
}


#monthly .pattern1{
 width: 250px;
}

#monthly .pattern2{
 width: 250px;

}

#monthly .pattern3{
 width: 250px;

}

#monthly .sidebar{
 margin:0px 20px;
 align-self: flex-start;

}

#monthly .rentan_bottom{

margin:-100px auto auto 0;

}

