
.swiper-container {
      width: 100%;
      height: 100%;
      padding-bottom: 25px;
}
.swiper-slide {
	max-width: 360px;
	width: 100%;
	height: 180px;
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}
.swiper-slide a{
background: center no-repeat;
background-size:cover;
display: block;
width: 360px;
height: 180px;
}

#top_icon_menu{}
	#top_icon_menu ul{
	display: flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	justify-content: space-between;
	}
	#top_icon_menu ul li{margin: 10px 0; font-size: 10px; list-style: none; text-align: center;}
	#top_icon_menu ul li i{font-size: 50px;}
	#top_icon_menu ul li a{
	display: block;
	width: 85px;
	padding: 5px 0;
	margin: auto;
	border: 3px solid #008b8c;
    border-radius: 5px; /* CSS3草案 */  
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px; /* Firefox用 */ 
    text-decoration: none;
    }
@media screen and (orientation: landscape) {
   /* 横向きの場合のスタイル */
	#top_icon_menu ul li{width: 16.6%;}
}
@media screen and (orientation: portrait) {
   /* 縦向きの場合のスタイル */
	#top_icon_menu ul li{width: 33.3%;}
}


#news dl,
#info dl,
#event dl
 {
	padding: 10px;
	zoom: 1;
	border-bottom: 1px dotted #008b8c;
}
#news dl:after,
#info dl:after,
#event dl:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
	#news dl dt,#info dl dt,#event dl dt {clear: both; font-size: 10px;}
	#news dl dd,#info dl dd,#event dl dd {font-size: 10px;}
	#news dl dd a,#info dl dd a,#event dl dd a {display: block;}





#blog dl {
	padding: 10px;
	zoom: 1;
	border-bottom: 1px dotted #008b8c;
}
#blog dl:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
	#blog dl dt {clear: both; font-size: 10px;}
	#blog dl dd {font-size: 12px;}
	#blog dl dd a {display: block;}