/* メイン画像〜最新情報 */

#container .contTitle {
  font-size: 14px;
  color: #fff;
  background-color: #21acdc;
  margin-bottom: 0;
  padding: 15px 15px;
}

#container .aboutYutorist {
  padding: 20px 0;
  font-size: 14px;
  line-height: 1.4em;
}


/* お知らせ */
.news {
  border: 1px solid #dfdfda;
  border-top: 0;
  margin-bottom: 20px;
  padding: 20px 0;
}

.news dl {
  border-bottom: 1px dashed #c6c6c6;
  line-height: 1.4em;
  margin: 0 15px 10px;
  overflow: hidden;
  padding-bottom: 10px;
}

.news dl dd {
  float: right;
  width: 510px;
}
.news dl dd span {
  background: #7fc3cc;
  color: #fff;
  font-size: 85%;
  font-style: normal;
  font-weight: bold;
  margin-left: 1em;
  padding: 2px 4px;
  display: -webkit-inline-box;
}
.news dl dt {
  background: url(../image/shared/ico_arrow.gif) no-repeat right;
  float: left;
  margin-right: 10px;
  padding-right: 20px;
  text-align: right;
  width: 100px;
}
/* 静岡県の市と町 */

.areaSearch {
  display: table;
  margin: 0 auto;
}

.mapWrap {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 5px 5px;
}

.searchBox {
  background-color: #9fd8f3;
  padding: 12px 12px;
}

.searchBox h3 {
  font-size: 14px;
  color: #fff;
  background-color: #21acdc;
  margin-bottom: 0;
  padding: 15px 15px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
}

.wrap{
  width:100%;
  padding:0;
}
.box1{
  width:100px;
  margin:5px;
  font-size:13px;
  font-weight:bold;
  text-decoration:none;
  display:block;
  text-align:center;
  padding:10px 0 10px;
  color:#fff;
  border-radius:5px;
  box-shadow:2px 4px #7f7f7f;

}

.box2{
  width:130px;
  margin:5px;
  font-size:13px;
  font-weight:bold;
  text-decoration:none;
  display:block;
  text-align:center;
  padding:10px 0 10px;
  color:#fff;
  border-radius:5px;
  box-shadow:2px 4px #7f7f7f;
}

.box1, .box2{
  background-color:#898989;
  display: inline-block;
  padding-top: 10px;
  cursor: pointer;
}

.box1:hover, .box2:hover{
  opacity:0.8;
}

.areaSearch {
  display: table;
  margin: 0 auto;
}

.mapWrap {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  padding: 5px 5px;
  margin-bottom: 20px;
}

.searchBox {
  background-color: #9fd8f3;
  background-image: url(../image/top/shizuoka_map_bg.jpg);
  padding: 0 12px 12px 12px;
}

.searchBox_area p{
  text-align:center;color:#fff;
  font-weight:bold;
}

/* ボタンがクリックされた時*/

.is_on{
  padding-top: 10px;
  background-color: #ffb574;
  color: #464646;
  box-shadow:2px 4px #ce9461;
}

/* ボタンがクリックされた時 */

.searchBox_area dl {
  display: table;
  width: 600px;
  border-bottom: 1px solid #b4b4b4;
  padding: 10px 10px;
  font-weight: bold;
}

.searchBox_area dl:last-child {
  border-bottom: none;
}

.searchBox_area dl dt, .searchBox_area dl dd {
  display: table-cell;
}

.searchBox_area dl dt {
  width: 20%;
  vertical-align: middle;
}

.searchBox_area .is_last {
  border: 0;
}

.searchBox_area {
  padding-left: 10px;
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius:  4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
}

.search_icon:before{
  font-family: 'FontAwesome' ;
	padding-right: 8px ;
	content: '\f002' ;
	color: #fff ;
}


/* 地域おこし協力隊ブログ */
#kyoryokuBlog h2 {
  background: url(../image/top/h2_kyoryokublog.gif) no-repeat;
  height: 34px;
  margin: 0 0 15px;
  overflow: hidden;
  text-indent: -9999px;
}
#kyoryokuBlog ul {
  margin: -20px 0 0 -10px;
  font-size: 0;
}
#kyoryokuBlog ul:after {
  clear: both;
  content: "";
  display: table;
}
#kyoryokuBlog ul li {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  font-size: 13px;
  padding: 20px 10px 0;
  vertical-align: top;
  width: 50%;
}
#kyoryokuBlog ul li a {
  border: 1px solid #eee;
  display: block;
  line-height: 1.5;
  min-height: 100px;
  overflow: hidden;
  padding: 5px;
}
#kyoryokuBlog ul li a i {
  display: block;
  float: left;
  height: 100px;
  overflow: hidden;
  position: relative;
  margin: 0 10px 0 0;
  width: 100px;
}
#kyoryokuBlog ul li a i img {
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  width: auto;
}
#kyoryokuBlog ul li a span {
  display: block;
  min-height: 80px;
  overflow: hidden;
}
#kyoryokuBlog ul li a b {
  clear: both;
  display: block;
  font-size: 11px;
  font-weight: normal;
  overflow: hidden;
  text-align: right;
}
#kyoryokuBlog ul p {
  margin-top: 20px;
  padding: 20px 10px 0;
}

/* ふじのくににすみかえる　静岡移住相談センター */

.fujiMain {
  border: 1px solid #dfdfda;
  border-top: 0;
  padding-bottom: 20px;
  width: 678px;
  overflow: hidden;
}

.fujiOuen {
  margin: 20px 20px;
}

.fujiOuen_txt p {
  margin: 20px 20px;
  padding: 20px 0;
  font-size: 14px;
  line-height: 1.6em;
}

.fujiOuen_txt .boderTop {
  border-top:1px dotted #b4b4b4;
}

.fujiOuen_txt a {
  color: #0645ad;
  text-decoration: none;
}

.facebookArea iframe {
  float: right;
  margin-top: 20px;
  padding-right: 20px;
}

.fujiLeft {
  float: left;
}

/* 一覧へ */
.readmore_text p {
    float: right;
    font-size: 14px;
    color: #fff;
    padding: 14px;
  }

.readmore_text a::before {
  content: "\f138";
  font-family: 'FontAwesome';
  font-size: 1.0em;
  color: #fff;
  padding-right: 5px;
}


/* カレンダー */

#calendar {
  width: 210px;
  margin: 0 auto;
  float: left;
  padding-left: 10px;
  padding-bottom: 10px;
}

#calendar .fc-left h2 {
  background-color: inherit;
  color: black;
  margin: 0;
  padding: 7px 7px 0 0;
  font-size: 15px;
}
