/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#mainImg {
	position: relative;
}

#mainImg .arrow {
	margin-left: -500px;
	position: absolute;
	width: 1000px;
	left: 50%;
	bottom: 0;
}

#mainImg .arrow li {
	position: absolute;
	bottom: 58px;
	cursor: pointer;
	z-index: 100;
}

#mainImg .arrow li.slick-disabled {
	display: none !important;
}

#mainImg .arrow .prev {
	left: 9px;
}

#mainImg .arrow .next {
	right: 9px;
}

#mainImg .topBox {
	background: url(/img/index/bg01.jpg) repeat left top;
}

#mainImg .topBox .subBox {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}

#mainImg .topBox .subBox .img {
	position: absolute;
	right: -12px;
	top: 0;
}

#mainImg .topBox .subBox .link {
	width: 153px;
	position: absolute;
	right: 92px;
	top: 224px;
	z-index: 10;
}

#mainImg .topBox .subBox .link a {
	padding: 2px 5px 3px 30px;
	text-decoration: none;
	display: block;
	color: #FFF;
	font-size: 1.3em;
	border: 2px solid #FFF;
	background: url(/img/common/icon07.png) no-repeat 8px 6px;
	border-radius: 15px;
}

#mainImg .topBox .subBox .link a:hover {
	opacity: 0.7;
}

#mainImg .bottomBox {
	background: #52A9ED;
}

#mainImg .bottomBox .subBox {
	margin: 0 auto;
	padding: 0 52px;
	width: 1000px;
	box-sizing: border-box;
	position: relative;
}

#mainImg .bottomBox .lBox {
	margin-right: 36px;
	padding-bottom: 12px;
	width: 345px;
	float: left;
	background: #7DBEF2;
}

#mainImg .bottomBox .lBox .link {
	background: #63B2EF;
}

#mainImg .bottomBox .lBox .link a {
	padding: 4px 0 3px;
	color: #FFF;
	font-size: 1.3em;
	display: block;
	text-align: center;
}

#mainImg .bottomBox .lBox .link a:hover {
	opacity: 0.7;
}

#mainImg .bottomBox .lBox .link a span {
	padding-left: 25px;
	display: inline-block;
	background: url(/img/common/icon07.png) no-repeat left 4px;
}

#mainImg .bottomBox .rBox p {
	padding-top: 30px;
	color: #FFF;
	font-size: 1.5em;
	line-height: 1.87;
	letter-spacing: -1.5px;
}

#mainImg .bg01 .topBox {
	background: url(/img/index/bg02.jpg) repeat left top;
}

#mainImg .bg01 .bottomBox {
	background: #43ACB6;
}

#mainImg .bg01 .bottomBox .lBox {
	background: #72C1C8;
}

#mainImg .bg01 .bottomBox .lBox .link {
	background: #56B5BD;
}

#mainImg .bg02 .topBox {
	background: url(/img/index/bg03.jpg) repeat left top;
}

#mainImg .bg02 .bottomBox {
	background: #7AB643;
}

#mainImg .bg02 .bottomBox .lBox {
	background: #9BC872;
}

#mainImg .bg02 .bottomBox .lBox .link {
	background: #87BD56;
}

#mainImg .bg03 .topBox {
	background: url(/img/index/bg04.jpg) repeat left top;
}

#mainImg .bg03 .bottomBox {
	background: #F0B32B;
}

#mainImg .bg03 .bottomBox .lBox {
	background: #F4C660;
}

#mainImg .bg03 .bottomBox .lBox .link {
	background: #F1BA40;
}

#main {
	padding: 0;
	background: inherit;
}

#main .newsDl {
	margin-bottom: 55px;
	font-size: 0.93em;
	background: #FFF;
}

#main .newsDl p {
	padding: 32px 0 13px;
	width: 142px;
	height: 40px;
	float: left;
	text-align: center;
	clear: left;
	font-weight: bolder;
	color: #3680B4;
	background: #CBE5FA;
	z-index: 2;
  	position: relative;
	-webkit-border-radius: 0 0 30px 0 / 0 0 30px 0;
	-moz-border-radius: 0 0 30px 0 / 0 0 30px 0;
	border-radius: 0 0 30px 0 / 0 0 30px 0;

}

#main .newsDl dd,dt {
	padding-top: 10px;
	padding-bottom: 10px;
}
#main .newsDl dt.newsdate {
	width: 100px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	color: #333;
	float: left;
	background: url(/img/common/icon03.png) no-repeat right center;
	background-position:right 1em;
	position: relative;
}

#main .newsDl dd {
	position: relative;
	border-bottom: 1px solid #D1D1D1;
	padding-left:300px;
	z-index: 1;
	position: relative;
}

#main .newsDl dt .linkSpan {
	width: 70px;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
}

#main .newsDl dt .linkSpan a {
	padding: 4px 0 3px;
	display: block;
	color: #D1D1D1;
	font-size: 1em;
	text-align: center;
	border: 1px solid #D1D1D1;
	background: none;
	border-radius: 3px;
}

#main .innerBox {
	margin: 0 32px 80px 30px;
}

#main .innerBox .lBox {
	width: 454px;
	float: left;
}

#main .innerBox .rBox {
	width: 454px;
	float: right;
}

#main .innerBox #h3Sec01 {
	margin-bottom: 21px;
	border-left: 9px solid #7AB643;
}

#main .innerBox #h3Sec02 {
	margin-bottom: 21px;
	border-left: 9px solid #FFBE2E;
}

#main .innerBox .h3Ttl {
	padding: 14px 0;
	font-weight: normal;
}

#main .innerBox .h3Ttl img {
	margin: -9px 0 0 21px;
	vertical-align: top;
	text-align: left;
}

#main .innerBox .h3Ttl span {
	margin-top: 4px;
	padding: 10px 0 0 24px;
	display: block;
	color: #333;
	font-size: 0.71em;
	border-top: 1px solid #7AB643;
}

#main .innerBox #h3Sec02 .h3Ttl span {
	border-top: 1px solid #FFBE2E;
}

#main .innerBox .h3Ttl .rSpan {
	margin: 0;
	padding: 0;
	float: right;
	font-size: 0.79em;
	letter-spacing: -1px;
	color: #7AB443;
	border: none;
}

#main .innerBox #h3Sec02 .h3Ttl .rSpan {
	color: #F0B32B;
	border: none;
}

#main .innerBox p {
	margin: 0 0 0 25px;
	line-height: 1.7;
}

#main .innerBox .link {
	margin: 0 8px 17px;
	text-align: right;
}

#main .innerBox .link a {
	padding: 4px 0 4px 15px;
	width: 115px;
	text-decoration: none;
	box-sizing: border-box;
	color: #FFF;
	text-align: center;
	display: inline-block;
	font-size: 0.93em;
	background: #7AB443 url(/img/common/icon07.png) no-repeat 13px center;
	border-radius: 13px;
}

#main .innerBox .rBox .link a {
	background: #F0B32B url(/img/common/icon07.png) no-repeat 13px center;
}

#main .innerBox .link a:hover {
	opacity: 0.7;
}

#main .innerBox .phoUl li {
	float: right;
}

#main .innerBox .phoUl li:first-child {
	float: left;
}

#main .linkList {
	padding: 30px 0 130px 30px;
	background: #FFF;
	border-top: 1px solid #D1D1D1;
}

#main .linkList li {
	padding-left: 21px;
	width: 219px;
	float: left;
}

#main .linkList li a:hover {
	opacity: 0.7;
}

#main .linkList li:first-child {
	padding-left: 0;
}

#main .linkList li p {
	margin-top: 8px;
	font-size: 0.71em;
	line-height: 1.6;
}
