#slider {
	width: 100%;
	height: 370px;
	background-color: #FFF;
	z-index: 100;
}
#contents_nav_area {
	background-color: #D3E4F3;
	width: 100%;
	height: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contents_nav {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.contents_nav {
	float: left;
	height: 150px;
	width: 230px;
}



/*　コンテンツロールオーバー
----------------------------------------------*/
a.thumnail {
	display: block;
	float: left;
	overflow: hidden;
	width: 230px;
	height: 150px;
}
a.thumnail img {
    height: auto;
    -webkit-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
    width: 100%;
    vertical-align: bottom;
}
 
figure {
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	background-color: #000;
}
 
figcaption {
	background-color: rgba(255,255,255,0.9);
	color: #000;
	font-size: 16px;
	position: absolute;
	text-align: center;
	-webkit-transition: all;
	transition: all;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 25px;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 230px;
}
 
a:hover>figure img {
        transform: scale(1.10,1.10);
	opacity: 0.8;
        -webkit-transform:scale(1.15,1.15);
        -moz-transform:scale(1.15,1.15);
        -ms-transform:scale(1.15,1.15);
        -o-transform:scale(1.15,1.15);
}
 a:hover>figure figcaption {
	opacity: 1;
	color: #FFF;
	background-color: #1E89BD;
}
.contents2_nav  .contents_nav {
	float: left;
	height: 180px;
	width: 230px;
	background-color: #FFF;
}


.contents2_nav a.thumnail {
	display: block;
	float: left;
	overflow: hidden;
	width: 230px;
	height: 180px;
}

.contents2_nav figcaption {
	background-color: #1E89BD;
	color: #FFF;
	font-size: 15px;
	position: absolute;
	text-align: center;
	-webkit-transition: all;
	transition: all;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 30px;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 230px;
	line-height: 30px;
}
 


/* ニュース
----------------------------------------------*/


#news {
	width: 730px;
	float: left;
	margin-right: 20px;
	height: 335px;
}
#recruit {
	float: right;
	width: 230px;
}
.topics_box {
	background-color: #FFF;
	width: 730px;
	border: 1px solid #000;
	font-size: 120%;
}

.topics {
	width: 688px;
	height: 105px;
	overflow: scroll;
	text-align: left;
	overflow-x: hidden;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.topics dl {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 8px;
	padding-bottom: 8px;
	clear: both;
	line-height: 1.4;
	width: 660px;
}
.topics dl dt {
	float: left;
	margin-right: 7px;
	font-family: "Comic Sans MS", cursive;
	font-size: 85%;
	display: block;
	width: 100px;
}


.topics dl dd {
	float: left;
	display: block;
	width: 550px;
	font-size: 90%;
}



/* 01
----------------------------------------------*/


 
#contents01 {
	padding-bottom: 30px;
	width: 100%;
	padding-top: 30px;
}


/* 02
----------------------------------------------*/
#contents02 {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #EFF2F5;
}
#contents03 {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}



.contents2_nav {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#top_table {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#top_table td  {
	padding: 0px;
	background-color: #FFF;
}
#top_table th {
	padding: 0px;
	background-color: #FFF;
}
