@charset "utf-8";

/*共通*/
br.clear {
  clear: both;}

#monthly {
  width: 900px;
  margin: 0px auto 0 auto;/*旧サイト用にtop10px*/
  padding: 0px;
  //border:1px solid red;
}
#monthly p {
  font-size:16px;
  line-height: 1.6;
  letter-spacing:0.05em;
  text-indent:1em;
}
#monthly p.ketujyo {
  margin-bottom:10px;
  text-align:left;
  text-indent:0;
}
#monthly .midashi{
  width:900px;
}

/*各ページ*/

#monthly #map{
  //border:1px solid red;
  background-image:url(./img/seiei_map.png);
  background-repeat:no-repeat;
  background-position:0 170px;
  min-height:800px;
  font-size:16px;
}

#monthly #map div.gunma		{width:440px;float:left;}
#monthly #map div.saitama	{width:440px;float:right;}
#monthly #map div.tokyo		{width:520px;float:left;}
#monthly #map div.sizuoka	{width:600px;float:right;margin-top:225px;}
#monthly #map div.aichi		{width:440px;float:left;}
#monthly #map div.mie		{width:440px;float:right;}
#monthly #map div.fukui		{width:420px;float:left;}
#monthly #map div.shiga		{width:440px;float:right;}
#monthly #map div.osaka		{width:440px;float:left;}
#monthly #map div.hyogo		{width:440px;float:right;}
#monthly #map div.tokushima	{width:440px;float:left;}
#monthly #map div.kagawa	{width:440px;float:right;}
#monthly #map div.okayama	{width:440px;float:left;}
#monthly #map div.hiroshima	{width:440px;float:right;}
#monthly #map div.yamaguchi	{width:440px;float:left;}
#monthly #map div.fukuoka	{width:440px;float:right;}
#monthly #map div.saga	{width:440px;float:left;}
#monthly #map div.nagasaki	{width:440px;float:right;}


#monthly #map div.shibu{
  float:left;
  width:100px;
  margin:0 4px 0 0;
  font-size:18px;
  font-weight:bold;
  color:#ccc;
}

#monthly #map div.shibu span{
  display:block;
  color:#fff;
  //padding:0.1em 0.2em;
  margin-bottom:0.2em;
  text-align:center;
  background:#ccc;
}

#monthly #map div.comment{
  overflow: auto;
  margin-bottom:1em;
  padding-top:8px;
}

#monthly #map div.kanto div.shibu{color:#364D93;}
#monthly #map div.kanto div.shibu span{background:#364D93;}
#monthly #map div.tokai div.shibu{color:#AA5B00;}
#monthly #map div.tokai div.shibu span{background:#AA5B00;}
#monthly #map div.kinki div.shibu{color:#3E8630;}
#monthly #map div.kinki div.shibu span{background:#3E8630;}
#monthly #map div.shikoku div.shibu{color:#0081B8;}
#monthly #map div.shikoku div.shibu span{background:#0081B8;}
#monthly #map div.cyugoku div.shibu{color:#7C51A1;}
#monthly #map div.cyugoku div.shibu span{background:#7C51A1;}
#monthly #map div.kyusyu div.shibu{color:#C4112F;}
#monthly #map div.kyusyu div.shibu span{background:#C4112F;}


#monthly #map div div.shibu span.jyo{
  color:#4c5159;
  background:transparent;
  font-size:10px;
  line-height:1;
  text-align:left;
}
#monthly #map div div.shibu span span{
  font-size:14px;
  display:inline;

}


