@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#side .nav:first-child{
	background: url("../image/icon_bottom.jpg") left top repeat-x;
	padding-top: 1px;
}
/*-------------------------------------------------------------------
	.section
-------------------------------------------------------------------*/
#content .section{

}
#content .section .box1{
	margin-bottom: 30px;
}

#content .section .text-center{
	margin-bottom: 40px;
	clear:  both;
}
#content .section .box2{
	padding-top :25px;
	margin-bottom: 60px;
}
#content .section .box2 .info {
	background: #FBFFF0;
	border-radius: 10px;
	padding: 40px;
}

#content .section .box2 .image{
	margin-top: -65px;
	margin-right: 20px;
	margin-bottom: 30px;
}
#content .section .box2 ul.list{
	margin-left: 275px;
}
#content .section .box2 ul.list li{
	display: inline-block;
	background: url("../image/icon_list.jpg") left center no-repeat;
	padding-left: 23px;
font-family:'游ゴシック', 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;	font-weight: bold;
	font-size: 1.29em;
	line-height: 1.75;
	margin-bottom: 6px;
}
#content .section .box2 ul.list li.even1{
	width: 103px;
}
#content .section .box2 ul.list li.even2{
	width: 123px;
}
#content .section .box2 ul.list li.even{
	width: 130px;
}
#content .section .box2 p
{
	margin-top: 52px;
	clear: bottom;
	margin-bottom: 25px;
}
#content .section .box2 ul.banner li{
	display: inline-block;
	margin-right: 25px;
}
#content .section .box2 ul.banner li.none{
	margin-right: 0px;

}

/* .aside
-------------------------------------------- */
#content .aside {
	margin-bottom: 40px;
	overflow: hidden;
/zoom: 1;
}
#content .aside dl {
	background: #E1F7FF;
	border-radius: 10px;
	float: left;
	width: 200px;
	padding: 20px 20px 15px;
	margin: 0 10px 30px 0;
}
#content .aside dl.none {
	margin-right: 0;
}
#content .aside dl.even dt{
	text-align: left;
	margin-left: 8px;
}
#content .aside dl dt {
	margin-bottom: 7px;
	text-align: center;
}
#content .aside dl dd {
	font-size: 1em;
	line-height: 1.8;
}
#content .aside li {
	float: left;
	margin: 0 20px 0 0;
}
#content .aside li.none {
	margin-right: 0;
}
#content .section02{
	margin-bottom: 70px;
}
/*-------------------------------------------------------------------
    #topics
-------------------------------------------------------------------*/
#topics {
	margin-bottom: 15px;
}
#topics dl {
	overflow: hidden;
/
zoom: 1;
	background: url("../image/icon_bottom.jpg") left bottom repeat-x;
}
#topics dt {
	float: left;
	padding: 10px 0 8px 10px;
}
#topics dd {
	padding: 8px 0 10px 110px;
}

#topics dd a{
	color: #627510;
	text-decoration: underline;
	font-weight: normal;
}
#topics dd a:hover{
	text-decoration: none;

}
.btn-news{
	text-align: right;
}