﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.wideslider
{
	background: url(../../../Images/washi_background.jpg) repeat;
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	min-height: 430px !important;
	min-width: 730px;
	margin: 0px auto 10px;
        display: block;
	box-sizing: border-box;
	padding: 40px 0 0;
        overflow-y: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.wideslider ul li img {
	width: 100%;
}

.wideslider_base
{
    top: 0;
    position: relative;
    height: 325px !important;
    z-index: 0;
    left: 0px !important;
    width: 730px !important;
    margin: 0 auto;
}

.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}

.slider_wrapprev
{
    background-color: #4b4b4b;
        opacity: 0.1;
	display: block;
	width: 500%;
	height: 325px;
	z-index: 1;
	position: absolute;
	left: -3650px;
}

.slider_wrapnext
{
    background-color: #4b4b4b;
        opacity: 0.1;
	display: block;
	width: 500%;
	height: 325px;
	z-index: 1;
	position: absolute;
	left: 730px;
}

.slider_prev,
.slider_next
{
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
	width: 60px !important;
	opacity: 1 !important;
}

.slider_prev
{
	background: url("../../../Images/icon_prev.png") no-repeat center center,rgba(0,0,0,0.3);
    left: -60px !important;
}

.slider_next
{
	background: url("../../../Images/icon_next.png") no-repeat center center,rgba(0,0,0,0.3);
    right:-60px !important;
}

.pagination_block
{
	width: 730px;
	margin: 0px auto;
	position: relative;
}

.pagination
{
    background: url(../../../Images/re_background_top.png) repeat-x center bottom;
    bottom: -69px;
    height: 40px;
    left: 0px;
    margin: 0 0 0 -100%;
    width: 300%;
    position: absolute;
    box-sizing: border-box;
    padding: 10px 10px 60px;
    text-align: center;
    z-index: 200;
}

.pagination a
{
    background: none repeat scroll 0 0 #000000;
    border: 3px solid #FFFFFF;
    border-radius: 50% 50% / 50% 50%;
    display: inline-block;
    height: 15px;
    margin: 0 5px;
    overflow: hidden;
    width: 15px;
}

.pagination a.active
{
    opacity: 1 !important;
    background: none repeat scroll 0 0 #018A33;
    border: 3px solid #FFFFFF;
}

.noscript_img
{
    display: block;
    margin: 0 auto;
    text-align: center;
}

.noscript_img img
{
    vertical-align: bottom;
    width: 730px;
}

/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
        background: #A5A5A5;
        height: 325px !important;
}

.wideslide_stop
{
	position: relative;
	width: 730px;
	margin: 0px auto;
}

.wideslide_stop span
{
	display: inline-block;
	z-index: 2001;
	position: absolute;
	bottom: -28px;
	left: 540px;
	background: #ffffff;
	border-radius: 4px;
	padding: 1px 5px;
	font-size: small;
	cursor: pointer;
}

.wideslide_stop .stop,
.wideslide_stop .start
{
	display: inline-block;
}

.wideslide_stop .stop
{
	z-index: 2002;
}

.wideslide_stop .start
{
	z-index: 2001;
}

.wideslide_stop  .stop_on
{
	display: none;
}

.wideslider ul li
{
	width: 730px !important;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.wideslider
{
	width: 100%;
        height: auto !important;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin: 0px 0px 10px;
	background: url(../../../Images/washi_background.jpg) repeat;
        overflow-y: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.wideslider ul li img {
	width: 100%;
        width: 320px !important;
	display: none;
}

.wideslider_base
{
    top: 20px;
    position: absolute;
    height: 153px !important;
    z-index: 199;
}

.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}

.slider_wrapprev
{
}

.slider_wrapnext
{
}

.slider_prev,
.slider_next
{
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
	width: 30px !important;
	opacity: 1 !important;
}

.slider_prev
{
	background: url("../../../Images/icon_prev.png") no-repeat center center,rgba(0,0,0,0.1);
    left: 0px !important;
    background-size: 80%;
}

.slider_next
{
	background: url("../../../Images/icon_next.png") no-repeat center center,rgba(0,0,0,0.1);
    right:0px !important;
    background-size: 80%;
}

.pagination_block
{
	width: 320px;
	margin: 0px auto;
	position: relative;
}

.pagination
{
	background-color: transparent;
	bottom: 0;
	height: 15px;
	left: 55px;
	margin: 0;
	padding: 10px;
	position: absolute;
	text-align: center;
	z-index: 200;
}

.pagination a
{
    background: none repeat scroll 0 0 #000000;
    border: 3px solid #C0C0C0;
    border-radius: 50% 50% / 50% 50%;
    display: inline-block;
    height: 15px;
    margin: 0 5px;
    overflow: hidden;
    width: 15px;
}

.pagination a.active
{
    opacity: 1 !important;
    background: none repeat scroll 0 0 #018A33;
    border: 3px solid #C0C0C0;
}

.noscript_img
{
    display: block;
    margin: 0 auto;
    text-align: center;
}

.noscript_img img
{
    vertical-align: bottom;
    width: 320px;
}

/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

.wideslide_stop
{
    position: relative;
    width: 320px;
    height: 165px;
    margin: 0px auto 35px;
}

.wideslide_stop span
{
	display: inline-block;
	z-index: 2001;
	position: absolute;
	bottom: -32px;
	left: 240px;
	background: #ffffff;
	border-radius: 4px;
	padding: 1px 5px;
	font-size: small;
	cursor: pointer;
}

.wideslide_stop .stop,
.wideslide_stop .start
{
	display: inline-block;
}

.wideslide_stop .stop
{
	z-index: 2002;
}

.wideslide_stop .start
{
	z-index: 2001;
}

.wideslide_stop  .stop_on
{
	display: none;
}

.wideslider ul li
{
	width: 320px !important;
}
}
