@charset "UTF-8";

/* /////////////////////////////////////////////// */

/*　トップページ　*/

/* /////////////////////////////////////////////// */

#recent_all_top{
  width: 100%;
}

#recent_all_top ul{
  margin: 0;
  padding: 5px 20px;
}

#recent_all_top span.date{
  float: left;
  line-height: 140%;
  width: 110px;
}

#recent_all_top span.text{
  display: block;
  float: left;
  line-height: 140%;
  text-align: left;
  width: 550px;
}

/* 広告バナー */
#ad div.ad_box {
    height: 178px;
}
#ad div.ad_box div.ad_banner img {
    margin-left:  5px !important;
    margin-right: 5px !important;
}
#ad div.ad_box .ad_text {
    padding-top: 3px;
    padding-bottom: 3px;
    height: auto;
    background-position: 10px 50%;
}
#ad div.ad_box .ad_text.ad_contact {
    background-image: none;
    background-color: transparent;
}
#ad div.ad_box .ad_text.ad_about {
}

@media screen and (max-width: 640px) {
    #ad div.ad_box .ad_text.ad_contact {
        padding: 10px 20px;
    }
    #ad div.ad_box .ad_text.ad_about > a {
        line-height: 140%;
    }
}
/* /////////////////////////////////////////////// */

/*　コンテンツ　*/

/* /////////////////////////////////////////////// */
.content_page table{
  border:none;
}

.content_page p{
  margin:18px 0;
}
.content_page .ec3_schedule{
  display: none;
}

.wp-caption {
  background: #eee;
  border: none;
  margin-bottom: 1.625em;
  max-width: 96%;
  padding: 9px;
}

.wp-caption {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin-bottom: 0.6em;
  position: relative;
}

#center_column_sub p.wp-caption-text{
  width: 100%;
  padding: 0;
}

.wp-caption .wp-caption-text, .gallery-caption {
  color: #666;
  font-family: Georgia, serif;
  font-size: 12px;
}

#prev_month_allow{
  float: left;
}
#next_month_allow{
  float: right;
}

.wp_social_bookmarking_light div{
  margin-right: 5px;
}

/* /////////////////////////////////////////////// */

/*　目的でさがす(詳細ページ)　*/

/* /////////////////////////////////////////////// */
#rss_box a.btn_rss {
  background-image: url('../img/template/btn_rss.gif');
  height: 28px;
  width: 63px;
  margin-top: 2px;
  margin-right: 5px;
  float:right;
  clear:both;
}

#rss_box{
  height:20px;
}

/* /////////////////////////////////////////////// */

/*　地域でさがす　*/

/* /////////////////////////////////////////////// */
div#area_comments div{
  display: none;
}

/* /////////////////////////////////////////////// */

/*　組織でさがす　*/

/* /////////////////////////////////////////////// */
#center_column_sub .center_column_box_repeat div.subtitle{
  margin: 3px 10px;
  font-size: 100%;
  font-weight: bold;
}

/* /////////////////////////////////////////////// */

/*　タイトル（文字数の拡張版）　*/

/* /////////////////////////////////////////////// */
#center_column_sub h2#maintitle {
  line-height:normal;
}

#center_column_sub h2#maintitle span {
  height: 60px;
  vertical-align: middle;
  display: table-cell;
  word-wrap : break-word;
  overflow-wrap : break-word;
  padding-right: 5px;
}

/* /////////////////////////////////////////////// */

/*　フッター（法人番号の追加対応）　*/

/* /////////////////////////////////////////////// */
#footer {
    height: 108px;
	background-position: 0px 39px;
}
#footer .address {
    background-color: transparent;
}
#footer .address  > span {
	display: block;
    margin-top: 5px;
}
