﻿@charset "utf-8";

/* =======================================

	CommonElements

======================================= */
/*body {
	font-size: 100%;
	line-height: 140%;
	font-family: Arial,Helvetica,sans-serif;
	color: #000;
	text-align: center;
	background: #fff;
}

a:link { text-decoration:none; color: #000;}
a:visited { text-decoration:none; color: #000;}
a:active { text-decoration:none; color: #000;}
a:hover { text-decoration:none; color: #000;}

h1 {
	margin-bottom: 20px;
	padding: 10px 0;
	background: #000;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
h2 {
	padding: 30px 0;
	width: 100%;
	font-size: 12px;
}

#container {
	width: 100%;
	text-align: center;
}
*/
.wideslider {
	width: 100%;
	height:370px/*20170601*/;
	/*height: 468px;MAIN +THUMB =HEIGHT*/
	text-align: left;
	position: relative;
	overflow: hidden;
	z-index:1;
	margin:30px 0 0 0; /*top main visual position*/
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li {
	text-align:center;
	width:700px; /*INDEX.html baseWidth = XXX SAME*/
	display:block;
	margin:0;
	padding:5px 0 0 0;
	background:URL('/img/mainimg_bg03.png') no-repeat center 0;
}

.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('/img/prev.jpg') no-repeat right center; margin:0 0 0 -30px;}
.slider_next {background: #FFF url('/img/next.jpg') no-repeat left center; margin:0 -30px 0 0;}

.pagination { /*THUMBNAIL POSITION*/

	display:none;/*20170601*/

	top: 375px;
    left: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    position: absolute;
    z-index: 200;
}

.pagination a { /*THUMBNAIL_SIZE*/
    margin: 0 5px;
    width: 118px;
    height: 100px;
    display: block;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;/*CSTM*/
	position:relative; /*CSTM*/
}


.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/*CUSTOM*/
.pagination a.pn1:after,.pagination a.pn2:after,.pagination a.pn3:after,
.pagination a.pn4:after,.pagination a.pn5:after,.pagination a.pn6:after
{
	position: absolute;
    top: 68px;
    left: 0;
    color: #F00;
    background-color: #FFFF00;
    font-size: 12px;
    font-weight: bold;
    width: 118px;
    display: block;
    text-align: center;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}


/* #wrapper
-------------------------------- */
#wrapper {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

#wrapper p {
	padding: 0 0 20px 0;
	font-size: 100%;
	line-height: 180%;

}

