@import "./reset.css";


body
{
	background: #fff;
	font-family: Barlow, sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #333;
}

a
{
	text-decoration: none;
	color: #333;
}

a:hover
{
	text-decoration: none;
}

.lw
{
	width: 100%;
	height: auto;
	float: left;
}

.lc
{
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}

#top_nav
{
	height: 12px;
	width: 100%;
	background: #333;
}

#logo
{
	padding: 1% 0 1% 0;
	text-align: center;
}

#logo p
{
	color: #97bf0d;
	font-size: 22px;
	font-family: Barlow, sans-serif;
}

#logo img
{
	width: 80%;
	max-width: 300px;
}

#stb
{
	text-align: center;
	overflow: hidden;
}

#stb img
{
	max-width: 100%;
}

#site_list
{
	margin: 0 auto;
	width: 70%;
	text-align: center;
}

#site_list li
{
	text-align: center;
	display: inline-block;
	padding: 15px 10px;
	transition: background-color 0.15s linear;
}

#site_list li:hover
{
	background: #efeeee;
	transition: background-color 0.15s linear;
}

#site_list li img
{
	display: inline;
	max-width: 40px;
	opacity: 0.8;
	transition: opacity 0.15s linear;
}

#site_list li p
{
	display: block;
	padding: 5px 0 0 0;
	font-size: 14px;
	white-space: nowrap;
	font-family: Barlow, sans-serif;
}

#site_list li:hover p
{
	color: #000;
}

#site_list li:hover img
{
	opacity: 1;
	transition: opacity 0.15s linear;
}

#foot
{
	text-align: center;
	background: #efeeee;
	margin-top: 10px;
	padding: 10px 0;
	font-family: Barlow, sans-serif;
}

#foot #t
{
	font-size: 13px;
	margin-bottom: 10px;
}

#foot #c
{
	font-size: 11px;
	line-height: 200%;
	margin-bottom: 5px;
}

#foot #c .a
{
	padding-left: 15px;
	background: transparent url(../img/footer_address.png) no-repeat 0 1px;
}

#foot #c .p
{
	padding: 0 40px 0 15px;
	background: transparent url(../img/footer_phone.png) no-repeat 0 2px;
}

#foot #c .e
{
	padding-left: 15px;
	background: transparent url(../img/footer_email.png) no-repeat 0 3px;
}

#foot #d
{
	font-size: 10px;
	color: #bbb;
}

#foot #d a
{
	color: #aaa;
}

@media all and (min-width: 640px) and (max-width: 800px)
{
	#site_list li p
	{
		font-size: 12px;
	}
}

@media all and (min-width: 480px) and (max-width: 640px)
{
	#site_list li p
	{
		font-size: 12px;
	}
}

@media all and (min-width: 0px) and (max-width: 480px)
{
	#site_list li p
	{
		font-size: 11px;
	}
}


#stb.slick-slider
{
	margin-bottom: 10px;
	padding: 0;
	max-height: 479px;
}
	

#stb .slick-dots
{
	position: relative;
	bottom: 40px;
	right: 0;
	height: 21px;
	padding: 0;
	margin: 0;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

#stb .slick-dots li
{
	display: inline-block;
	zoom: 1;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	width: 25px;
	height: 25px;
}

#stb .slick-dots li button
{
	width: 12px;
	height: 12px;
	margin: 4px;
	padding: 0;
	background: #999;
	display: block;
	transition: background 200ms, border-color 200ms;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	box-sizing: content-box;
}

#stb .slick-dots li button:before
{
	content: none;
}

#stb .slick-dots li.slick-active button
{
	border: solid 4px #fff !important;
	background: #333 !important;
	margin: 0 !important;
}

#stb .slick-dots li:hover button
{
	border: solid 3px #333;
	background: #999;
	margin: 1px;
}
