/*====================================================================================================

  TOPPAGE

====================================================================================================*/

#toppage {}
#toppage:after {/*clearfix*/ display:block; clear:both; content:"";}
#toppage .top_cont { margin:auto; width:1000px;}

/* MIDASHI */
#toppage .information h2,
#toppage .news h3 {
	padding: 0 0 15px 15px;
	font-size:130%;
	line-height:95%;
	background:url(../image/tit_bg.png) no-repeat left top;
	border-bottom:1px solid #DDD;
}
#toppage .information h2 small,
#toppage .news h3 small {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
}


/*** MAINIMG ****************************************************************/

#toppage .mainimg {background:#3777D8;}
#toppage .mainimg .slider { height:340px;}

/*** INFORMATION ************************************************************/

#toppage .information { position:relative; float:right; margin:70px 0; width:65%;}
#toppage .information .info_box {
	height:600px;
	overflow:auto;
	border-top:3px solid #EEE;
}
#toppage .information .box { padding:24px 0; border-bottom:1px solid #DDD;}
#toppage .information .box:after {/*clearfix*/ display:block; clear:both; content:"";}
#toppage .information .photo { float:right; margin-left:20px;}
#toppage .information h3 { margin:7px 0;}
#toppage .information .come {}
#toppage .information .b_all { position:absolute; top:0; right:0;}
#toppage .information .b_all a {
	display:block;
	padding:5px 0;
	color:#333;
	width:110px;
	text-decoration:none;
	text-align:center;
	background:#EFEFEF;
	box-sizing:border-box;
	border:1px solid #DDD;
	border-radius:30px; /* CSS3 */
	-webkit-border-radius: 30px; /* Safari,Google Chrome */
	-moz-border-radius: 30px;/* Firefox */
}


/*** NEWS *******************************************************************/

#toppage .news { float:left; margin:70px 0; width:30%;}
#toppage .news h3 {}
#toppage .news .news_box {
	margin-bottom:15px;
	padding:20px;
	height:245px;
	overflow:auto;
	background:#FCFCFC;
	border-top:3px solid #EEE;
}


/*** BANNER *****************************************************************/

#toppage .banner {}
#toppage .banner p {}
#toppage .banner p+p { margin-top:5px;}