h2.mainimg { margin-top: 10px; max-height: 460px; overflow: hidden;}
h2.mainimg img { width: 100%; height: auto;}

/*====================================================================================================
  TOPPAGE
====================================================================================================*/
#toppage {  margin: auto; padding: 40px 0; max-width: 1000px; overflow: hidden;}
#toppage .main_cont { width: 65.5%; float:left;}
#toppage .side_cont { width: 30.5%; float: right;}

/* BTN */
#toppage .btn { margin: 10px 0; overflow: hidden;}
#toppage .btn p { float:right; min-height: 15px; background-size: 15px auto !important;}
#toppage .btn p+p { margin-right: 20px;}
#toppage .btn p a {
	padding-left:20px;
	color: #555;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}
#toppage .btn p:nth-child(2) { background: url("../../img/icon_rss.png") no-repeat left center;}
#toppage .btn p:nth-child(1) { background: url("../../img/icon_list.png") no-repeat left center;}
#toppage .btn p:nth-child(2) a:hover { color: #FFA622;}
#toppage .btn p:nth-child(1) a:hover { color: #0089A3;}


/* ATTENTION ***********************************************************/
#toppage .attention { margin-bottom: 40px; border: 2px solid #D6565F; overflow: hidden;}
#toppage .attention h3 { 
	float:left;
	width: 22%;
	padding: 10px 10px 10px 50px;
	font-size: 112.5%;
	color: #D6565F;
	background: url("../../img/att.png") no-repeat 10px center;
	background-size: 30px auto;
	border-right:2px solid #D6565F;
}
#toppage .attention .come { float: right; width: 78%; padding: 10px 20px;}
#toppage .attention .come a { color: #D6565F; font-size: 112.5%; font-weight: 500; margin-right: 20px;}
#toppage .attention .come small {}


/*  LIFE SEARCH ***********************************************************/
#toppage .life_search { position: relative; background: #F7F7F5 url("../../img/search_bg.jpg") no-repeat; border-top:2px solid #0CB59B;}
#toppage .life_search h3 {
	padding: 18px 0 0 40px;
	height: 64px;
	font-size: 112.5%;
	background: url("../../img/mid_search.jpg") no-repeat left center;
	background-size: 30px auto;
}

/* KEYWORD */
#toppage .life_search .keyword { padding: 12px 20px 0; width: 49%;}
#toppage .life_search .keyword h4 { margin-bottom: 10px; color: #606060;}
#toppage .life_search .keyword .search {
	float:left;
	width:280px;
	background:#fff;
	border-radius:5px; /* CSS3 */
	-webkit-border-radius:5px; /* Safari,Google Chrome */
	-moz-border-radius:5px;/* Firefox */
	overflow:hidden;
	border:1px solid #CCC;
}
#toppage .life_search .keyword .search input.sa_txt {
	float:left;
/*	width:calc(100% - 90px); */
	width:calc(100% - 95px);
	height:43px;
	border:none;
	background:none !important;
}
#toppage .life_search .keyword .search input.sa_bo {
	float:right;
	width:85px;
	height:45px;
	color:#000;
	border:none;
	text-indent: -9999px;
	background:url(../../img/b_search.png) no-repeat center center;
	border-radius: 5px; /* CSS3 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius: 5px;/* Firefox */
	border-left: 2px solid #F7F7F5;
}
#toppage .life_search .keyword .search input.sa_bo:hover { background-color:rgba(255,255,255,0.50);}


/* GROUP */
#toppage .life_search .group { clear: both; padding:20px; overflow: hidden; width: 49%;}
#toppage .life_search .group p {
	float: left;
	width: 49%;
	margin: 0.5% 0;
	overflow: hidden;
	background-color: #DBB100;
	border-radius:5px; /* CSS3 */
	-webkit-border-radius:5px; /* Safari,Google Chrome */
	-moz-border-radius:5px;/* Firefox */
}
#toppage .life_search .group p+p { margin-left: 1%;}
#toppage .life_search .group p:nth-child(2n+1) { margin-left:0;}
#toppage .life_search .group p a {
	display: block;
	padding: 60px 0 5px;
	height: 100px;
	color: #fff;
	font-size: 95%;
	text-align: center;
	letter-spacing: -0.5px;
	text-decoration: none;
	background-size:40px auto !important; 
	box-sizing: border-box;
}
#toppage .life_search .group p:nth-child(1) a { background: url("../../img/cate01.png") no-repeat center 10px;}
#toppage .life_search .group p:nth-child(2) a { background: url("../../img/cate02.png") no-repeat center 10px;}
#toppage .life_search .group p:nth-child(3) a { background: url("../../img/cate03.png") no-repeat center 10px;}
#toppage .life_search .group p:nth-child(4) a { background: url("../../img/cate04.png") no-repeat center 10px;}
#toppage .life_search .group p:hover a { color: #fff; background-color:#BB9700;}

/* LIFE */
#toppage .life_search .life { position:absolute; top: 10px ; right: 0; width:51%; padding:15px;}
#toppage .life_search .life h4 { margin-bottom: 20px; color: #1C79BA; text-align: center;}
#toppage .life_search .life ul { overflow: hidden;}
#toppage .life_search .life ul li {
	float: left;
	margin-bottom: 5px;
	width: 32.66%;
	background: #1C79BA;
	border-radius:5px; /* CSS3 */
	-webkit-border-radius:5px; /* Safari,Google Chrome */
	-moz-border-radius:5px;/* Firefox */
	overflow: hidden;
}
#toppage .life_search .life ul li+li { margin-left:1%;}
#toppage .life_search .life ul li:nth-child(3n+1) { margin-left:0;}
#toppage .life_search .life ul li a {
	display: block;
	padding: 60px 0 5px;
	height: 100px;
	color: #fff;
	font-size:85%;
	font-weight:400;
	text-decoration: none;
	text-align: center;
	letter-spacing: -0.5px;
	background: no-repeat center 10px;
	background-size: 48px auto !important;
	box-sizing: border-box;
}
#toppage .life_search .life ul li:nth-child(1) a { background-image: url("../../img/life01.png");}
#toppage .life_search .life ul li:nth-child(2) a { background-image: url("../../img/life02.png");}
#toppage .life_search .life ul li:nth-child(3) a { background-image: url("../../img/life03.png");}
#toppage .life_search .life ul li:nth-child(4) a { background-image: url("../../img/life04.png");}
#toppage .life_search .life ul li:nth-child(5) a { background-image: url("../../img/life05.png");}
#toppage .life_search .life ul li:nth-child(6) a { background-image: url("../../img/life06.png");}
#toppage .life_search .life ul li:nth-child(7) a { background-image: url("../../img/life07.png");}
#toppage .life_search .life ul li:nth-child(8) a { background-image: url("../../img/life08.png");}
#toppage .life_search .life ul li:nth-child(9) a { background-image: url("../../img/life09.png");}
#toppage .life_search .life ul li:hover a { color: #fff; background-color:#165E8F;}

/* BENRI */
#toppage .life_search .benri { width:100%; padding:15px; border-top: 3px solid #fff;}
#toppage .life_search .benri h4 { margin-bottom: 20px;}
#toppage .life_search .benri ul { overflow: hidden;}
#toppage .life_search .benri ul li {
	float: left;
	margin-bottom: 5px;
	width:49.5%;
	background: #FFF;
	border-radius:5px; /* CSS3 */
	-webkit-border-radius:5px; /* Safari,Google Chrome */
	-moz-border-radius:5px;/* Firefox */
	overflow: hidden;
}
#toppage .life_search .benri ul li+li { margin-left:1%;}
#toppage .life_search .benri ul li:nth-child(2n+1) { margin-left:0;}
#toppage .life_search .benri ul li a {
	display: block;
	padding:20px 10px 20px 75px;
	color: #222;
	font-size:120%;
	text-decoration: none;
	letter-spacing: -0.5px;
	background: no-repeat 10px center;
	box-sizing: border-box;
}
#toppage .life_search .benri ul li:nth-child(1) a { background-image: url("../../img/side_bana07.png");}
#toppage .life_search .benri ul li:nth-child(2) a { background-image: url("../../img/side_bana07.png");}
#toppage .life_search .benri ul li:nth-child(3) a { background-image: url("../../img/benri01.png");}
#toppage .life_search .benri ul li:nth-child(4) a { background-image: url("../../img/benri02.png");}
#toppage .life_search .benri ul li:nth-child(5) a { background-image: url("../../img/benri03.png");}
#toppage .life_search .benri ul li:nth-child(6) a { background-image: url("../../img/benri04.png");}
#toppage .life_search .benri ul li:hover a { background-color:rgba(12,181,155,0.10);}



/* TOPICS ***********************************************************/
#toppage .topics { position: relative; margin: 70px 0 0; border-top:2px solid #0CB59B;}
#toppage .topics h3 { padding:10px 0 10px 40px; font-size: 112.5%; font-weight: 500; background: url("../../img/topics.png") no-repeat left center; background-size:33px auto; }
/* #toppage .topics .box { padding: 20px; background: #F7F7F7; overflow: hidden;} */
#toppage .topics .box { padding: 20px; background: #F7F7F5; overflow: hidden;}
#toppage .topics .photo { float: right; margin-left: 20px;}
#toppage .topics .day { font-size: 87.5%;}
#toppage .topics .mid { margin: 10px 0;}


/* NEWS ***********************************************************/
#toppage .news { position: relative; margin: 70px 0 0; border-top:2px solid #0CB59B;}
#toppage .news h3 { padding:10px 0 10px 40px; font-size: 112.5%; font-weight: 500; background: url("../../img/news.png") no-repeat left center; background-size:33px auto; }
#toppage .news #tab { position: absolute; top: 10px; right: 0; width: 390px;}
#toppage .news #tab li { 
	cursor: pointer;
	float: left;
	width: 24.25%;
	color: #222;
	font-size: 87.5%;
	text-align: center;
	background: #F7F7F5;
	border-radius: 5px; /* CSS3 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius: 5px;/* Firefox */
}
#toppage .news #tab li+li { margin-left: 1%;}
#toppage .news #tab li.select { color: #fff; background: #0CB59B;}
#toppage .news #tab li:hover { background: #ccc;}
#toppage .news .disnon { display: none;}
/* #toppage .news .content_wrap { clear: both; height: 270px; overflow: auto; } */
#toppage .news .content_wrap { clear: both; height: 740px; overflow: auto; }
#toppage .news .content_wrap dl { padding: 15px 20px; overflow: hidden;}
#toppage .news .content_wrap dt { float: left; width: 23%; background: url("../img/arrow_b2.png") no-repeat right center;}
#toppage .news .content_wrap dd { float: right; width: 75%;}
#toppage .news .content_wrap dd a { color: #222;}
#toppage .news .content_wrap dd a:hover { color:#1C79BA;}
#toppage .news .content_wrap dl:nth-child(odd){ background: rgba(28,121,186,0.03); }


/* GUIDE ***********************************************************/
#toppage .guide { position: relative; margin: 70px 0 0; padding: 20px; background:#FAF6ED;}
#toppage .guide h3 {
	padding: 15px 0 20px;
	color: #222;
	font-size:140%;
	text-align: center;
	font-weight: normal;
}
#toppage .guide .box {
	float: left;
	padding: 15px;
	width: 49%;
	background: #fff;
	border-radius: 5px; /* CSS3 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius: 5px;/* Firefox */
	overflow: hidden;
}
#toppage .guide .box+.box { margin-left: 2%;}
/* #toppage .guide .box img { width: 100%; height: auto;} */
#toppage .guide .box .photo { text-align:center;}
#toppage .guide .box img { max-width: 100%; height: auto; width:auto;max-height:167px;}
#toppage .guide .box h4 { float: left; width: 70%; margin: 15px 0 0; font-weight: normal;}
#toppage .guide .box h4 b,
#toppage .guide .box h4 small { display: block;}
#toppage .guide .box h4  b {
	font-size:130%;
}
#toppage .guide .box .b_dl { float: left; margin: 15px 0 0; width:30%;}
#toppage .guide .box .b_dl a {
	display: block;
	padding:30px 5px 3px; 
	color: #fff;
	font-size: 70%;
	text-decoration: none;
	text-align: center;
	background:#1C79BA url("../../img/b_dl.png") no-repeat center 5px;
	background-size: 30px auto;
	border-radius: 5px; /* CSS3 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius: 5px;/* Firefox */
}
#toppage .guide .box .b_dl a:hover { color: #fff; background-color:#165E8F;}
#toppage .guide .kazri01 { position: absolute; top:-15px; right:-15px;}
#toppage .guide .kazri02 { position: absolute; bottom:-25px; left:0;}


/* FACEBOOK ***********************************************************/
#toppage .facebook { margin: 30px 0 0; padding: 20px; background:rgba(28,121,186,0.03); overflow: hidden;}
#toppage .facebook .mid { float: left; width:calc(100% - 410px); text-align: center; line-height: 150%;}
#toppage .facebook .mid img {}
#toppage .facebook .mid h3 { margin-bottom: 10px; color: #3A5897; }
#toppage .facebook .mid .come { font-size: 87.5%;}
#toppage .facebook .fb { float: right; max-width: 500px;}


/* SIDE NAV ***********************************************************/
#toppage .side_nav { padding: 20px; background:rgba(12,181,155,0.10);}

/* PULL NAV */
#toppage .pullnav label b { display: block; padding: 10px 10px 10px 45px; font-weight: 500; background-size: 30px auto !important;}
#toppage .pullnav.yakuba label b { color: #0D83B2; background: rgba(13,131,178,0.15) url("../../img/side_yakuba.png") no-repeat 10px center;}
#toppage .pullnav.bousai label b { color: #ED5145; background: rgba(237,81,69,0.20) url("../../img/side_bousai.png") no-repeat 10px center;}
#toppage .pullnav { padding: 5px; background: #fff;}
#toppage .pullnav+.pullnav { margin-top: 10px;}
#toppage .pullnav ul li+li { border-top:1px solid #ddd;}
#toppage .pullnav ul li a { display: block; padding: 10px; color: #222; text-decoration: none;	}
#toppage .pullnav:nth-child(1) { border: 3px solid #EAB0B0;}
#toppage .pullnav:nth-child(2) { border: 3px solid #B4D8E0;}
#toppage .pullnav:nth-child(1) li a {background: url("../img/arrow_r.png") no-repeat 97% center;}
#toppage .pullnav:nth-child(2) li a {background: url("../img/arrow_b.png") no-repeat 97% center;}
#toppage .pullnav:nth-child(1) li a:hover { color: #ED5145;}
#toppage .pullnav:nth-child(2) li a:hover { color: #0D83B2;}

/* BANNER NAV */
#toppage .side_nav .bana_nav { margin-top: 10px;}
#toppage .side_nav .bana_nav p {background: #fff;}
#toppage .side_nav .bana_nav p+p {margin-top: 5px;}
#toppage .side_nav .bana_nav p a { display: block; padding: 0 10px; color: #222; font-size: 118.8%; line-height: 100%; font-weight: 500; text-decoration: none;}
#toppage .side_nav .bana_nav p a img { margin-right: 10px; vertical-align: middle;}
#toppage .side_nav .bana_nav p a:hover { color: #0CB59B;}
 

/* MAGAZINE ***********************************************************/
#toppage .magazine { margin: 30px 0 0; padding: 20px; background: #FAF6ED; overflow:hidden;}
#toppage .magazine .photo { float: left; margin-right: 20px; width: 45%;}
#toppage .magazine .come { overflow: hidden;}
#toppage .magazine h3 {
	margin: auto;
	width: 60px; 
	height: 60px;
	text-indent: -9999px;
	background: url("../../img/side_magazine.png")
}
#toppage .magazine b { margin-bottom: 10px; display: block; text-align: center; font-weight: 500; font-size: 131.3%;}
#toppage .magazine .b_backno {}
#toppage .magazine .b_backno a {
	display: block;
	padding:5px;
	color: #fff;
	font-weight: 500;
	font-size: 90%;
	text-align: center;
	text-decoration: none;
	background: #0CB59B;
	border-radius: 5px; /* CSS3 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius: 5px;/* Firefox */
}
#toppage .magazine .b_backno a:hover { background-color: #149078;}


/* BANNER ***********************************************************/
#toppage .banner { margin: 30px 0 0;}
#toppage .banner p+p { margin-top: 10px;}
#toppage .banner p img { width: 100%; height: auto;}

#toppage .banner{padding:20px; background-color:rgba(12,181,155,0.1);}

#toppage .banner div {padding:20px; background-color:#FFF}



/* POPULATION ***********************************************************/
#toppage .population { margin: 30px 0 0;}
#toppage .population h3 { margin-bottom: 10px; text-align: center; line-height: 150%;}
#toppage .population h3 b { font-weight: 500; font-size: 110%; color: #0CB59B;}
#toppage .population h3 small { display: block; font-weight: 400;}
#toppage .population .come {
	padding: 10px;
	line-height: 150%;
	border-top: 3px double #ddd;
	border-bottom: 3px double #ddd;
}
#toppage .population .come span {}
#toppage .population .come span+span {padding-left: 20px;}
#toppage .population .come small { font-size: 50%; position: relative; top: -7px;}
#toppage .population .b_more { text-align: right;}
#toppage .population .b_more a {
	padding-right: 20px;
	text-decoration: none;
	background: url("../img/arrow_g.png") no-repeat right center;
}


/* FOOTER BANNER ***********************************************************/
.f_banner { padding: 30px 0; background: #F7F7F7;}
.f_banner ul { margin: auto; max-width: 1000px; overflow: hidden;}
.f_banner ul li { float: left; margin:0.5% 0; width: 24.25%; min-height:85px; background-color:#EEE;}
.f_banner ul li+li { margin-left: 1%;}
.f_banner ul li:nth-child(4n+1) { margin-left: 0;}
.f_banner ul li img { width: 100%; height: auto;}


.new_imp{
	font-size:80%;
	margin-right:5px;
	padding:0.2em;
	background-color:#FF0000;
	color:#FFF;
	border-radius:5px;
}

.slick_dots {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;	
}

.dots,{
	
}


.dots,
.stop,
.start,
.nex_arrow,
.pre_arrow{
	float:left;
}

.dots .slick-dots{
	position:relative;
	bottom:10px;
}

.dots .slick-dots li button::before {
	color:#0CB59B;
}

.slider.slick-dotted.slick-slider{
	margin-bottom:5px;
}
.slick_dots_align{
	float:right;
}


.stop,
.start,
.nex_arrow,
.pre_arrow{
	font-weight:bold;
	color:#0CB59B;
	margin-left:5px;
	margin-right:5px;
	cursor: pointer;
}