﻿@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
/*	outline: 0;*/
}

.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	
	border-bottom:#036180 solid 6px;
	margin-bottom:25px;
	
}
#bg-logo {
	position: absolute;
    background:url(../images/index/index-img.png) no-repeat center;

	height:186px;
    width: 100%;

    top: 50%;
    
    text-align: center;
	margin-top:-93px;

 
    opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../images/index/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../images/index/next.jpg) no-repeat left center;}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}


#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 700px) {
.wideslider{
	margin-top:95px;
	}	
	}
@media screen and (min-width: 421px) and (max-width: 699px){
.wideslider{
	margin-top:160px;
	}
	
#bg-logo {
	background-size: 350px auto;
	height:152px;
	margin-top:-76px;
}
	
}
@media only screen and (max-width: 420px) {
	#bg-logo {
    background-size: 250px auto;
	height:109px;
    margin-top:-55px;
　}
}