@charset "UTF-8";
/*
-------------------------
footer start
-------------------------
*/
#thumb_sl02 {
	padding: 10px 0 10px 10px;
	width: auto;
}
#thumb_sl02 li a {
	display: block;
	line-height: 0px;
	margin-right: 10px;
}
#thumb_sl02 li a:nth-child(1) {
	margin-bottom: 10px;
}
#thumb_sl02 li a img {
	border: solid 1px #ddd;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
#footer #f_up {
	background: #222;
	overflow: hidden;
}
#footer #f_up .left {
	width: 100%;
	float: left;
	margin-right: -598px;
}
#footer #f_up .left .left_in {
	margin-right: 598px;
	padding: 32px 0;
	overflow: hidden;
}
#footer #f_up .left .left_in h1 {
	padding: 16px;
	overflow: hidden;
	background: #2d2d2d;
	margin-bottom: 32px;
}
#footer #f_up .left .left_in h1 span {
	display: block;
	float: left;
	width: 139px;
	height: 33px;
}
#footer #f_up .left .left_in h1 i {
	display: block;
	float: left;
	font-size: 7px;
	color: #fff;
	margin-left: 30px;
	line-height: 130%;
}
#footer #f_up .left .left_in .ul_nav {
	width: 23%;
	float: left;
	margin-right: 4%;
}
#footer #f_up .left .left_in .ul_nav:nth-child(4) {
	margin-right: 0px;
}
#footer #f_up .left .left_in .ul_nav02 {
	width: 46%;
}
#footer #f_up .left .left_in .ul_nav02 ul {
	width: 49%;
	float: left;
}
#footer #f_up .left .left_in .ul_nav02 ul:last-child {
	float: right;
}
#footer #f_up .left .left_in .ul_nav h5, #footer #f_up .left .left_in .ul_nav:last-child li a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 2px;
	margin-bottom: 16px;
	border-bottom: solid 1px #333;
}
#footer #f_up .left .left_in .ul_nav ul li a {
	display: block;
	font-size: 11px;
	color: #f7f7f7;
	padding-left: 8px;
	position: relative;
	margin-bottom: 8px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#footer #f_up .left .left_in .ul_nav ul li a:hover {
	opacity: 0.6;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#footer #f_up .left .left_in .ul_nav ul li a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-left: 3px solid #fff;
	margin-top: -4px;
}
#footer #f_up .right {
	float: right;
	width: 556px;
	overflow: hidden;
	padding: 32px 0;
}
#footer #f_up .right ul li {
	width: 49.5%;
	float: left;
	margin-bottom: 10px;
}
#footer #f_up .right ul li a {
	line-height: 0px;
	display: block;
}
#footer #f_up .right ul li a img {
	height: auto;
	width: 100%;
}
#footer #f_up .right ul li:nth-child(2n) {
	float: right;
}
#footer #sns {
	padding: 18px 0;
	text-align: center;
}
#footer #sns li {
	display: inline-block;
}
#footer #sns li a {
	display: block;
	font-size: 20px;
	width: 42px;
	height: 42px;
	color: #fff;
	border-radius: 50%;
	margin: 0 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#footer #sns li a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	transform: rotate3d(0, 1, 0, 360deg)
}
#footer #sns li:first-child a {
	background: #3a57a1;
}
#footer #sns li:nth-child(2) a {
	background: #20a6e3;
}
#footer #sns li:nth-child(3) a {
	background: #974b00;
}
#footer #sns li:nth-child(4) a {
	background: #e4271c;
}
#footer #sns li a i {
	display: block;
}
#footer #sns li:first-child a i {
	padding-top: 11px;
}
#footer #sns li:nth-child(2) a i {
	padding-top: 11px;
}
#footer #sns li:nth-child(3) a i {
	padding-top: 11px;
}
#footer #sns li:nth-child(4) a i {
	padding-top: 11px;
}
#footer #copy {
	background: #222;
	padding: 15px 0;
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 1340px) {
#footer #f_up .left .left_in h1 span {
	display: none;
}
#footer #f_up .left .left_in h1 i {
	margin-left: 0px;
}
}
@media screen and (max-width: 1220px) {
#footer #f_up .left {
	display: none
}
#footer #f_up .right {
	float: none;
	width: 100%;
}
#footer #f_up .right ul li {
	width: 32%;
	margin-right: 2%;
}
#footer #f_up .right ul li:nth-child(2n) {
	float: left;
}
#footer #f_up .right ul li:nth-child(3n) {
	margin-right: 0px;
}
}
@media screen and (max-width: 900px) {
#footer #f_up .cont_in {
	width: auto;
	padding: 0 10px;
}
#footer #f_up .right {
	padding: 10px 0 0;
}
#footer #f_up .right ul li {
	width: 100%;
	float: none;
	margin-right: 0px;
}
}
/*
-------------------------
footer end
-------------------------
*/
