@charset "UTF-8";

#header {
	background:none !important;
	position: relative;
    width: 100%;
    height: 200px !important;
}

#sp-top-slider {
	display:block;
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
    height: 200px;
	overflow:hidden;
	z-index:1;
}

.sp-top-slider-pic {
	opacity:0;	
    position:absolute;
    left:0;
    top:0;
	width:100%;
	height:200px;
	-webkit-transition:1s;
    -moz-transition:1s;
    -ms-transition:1s;
    transition:1s;
}

.sp-top-slider-pic.show {
	opacity:1;
	z-index:2;
}

#sp-top-logo {
	display:block;
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
    height: 100%;
	padding-left: 10px;
	padding-top: 80px;
	z-index:2;
	background:url(../../cmn_img/sp-top-logo-bg.png) left top no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}

#sp-top-logo img {
	max-width: 40%;
}

#sp-top-contact {
    position: absolute;
    left: 0;
	bottom: 20px;
	padding-left: 10px;
	z-index:3;
	color:#ffffff;
	font-size:9px;
}

#flashBox,
#flashArea {
	display: none;
}

.sp-top-bn {
	display:block;
	width: 100%;
}

.sp-top-bn img {
	width: 100%;
}

#sp-top-footer-bn {
	display:block;
	width: 100%;
	padding: 15px;
	border-top:1px solid #746b42;
}

#sp-top-footer-bn img {
	width: 100%;
}

#leftContentsTop {
	display:none;
}

#rightContentsTop {
	float:none;
	text-align:left;
	margin:0;
	padding:15px;
	width:100%;
	border-top:1px solid #746b42;
}

#leftContentsTop ul#leftMenuTop {
	margin:0;
	padding:0;
	width:100%;
	list-style: none;
	background:#0F3BCD;
}

#leftContentsTop ul#leftMenuTop li {
	position:relative;
	outline:0;
	display:block;
	margin:0;
	padding:0;
	height:auto;
	width:100%;
	background-size: cover !important;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	-o-background-size: cover !important;
	-ms-background-size: cover !important;
}

#leftContentsTop ul#leftMenuTop li:before {
    content: "";
    display: block;
    padding-top: 14.66%;
}

#leftContentsTop ul#leftMenuTop li a {
	display:block;
	outline: 0;
	position: absolute;
    top: 0;
	left: 0;
    width: 100%;
    height: 100%;
}

#contents div.blockTop {
	margin:0 auto;
	text-align:left;
	width:100%;
	clear: both;
}