@charset "utf-8";
/* common&reset */
body, header, footer, section, nav, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, address {
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0 none;
	vertical-align: bottom;
}
a {
	color: #333;
	text-decoration:none;
}
a:hover {
	color: #C30;
}
.red {
	color: #850619;
}
body {
	width:100%;
	margin: 0 auto 0;
	font-size: 16px;
	color: #333;
	line-height: 1.7;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#fff;
	position:relative;

}
section {
}
.banner a:hover img, .btn a:hover img {
	opacity:0.75;
	background-color:#fff;
}
a:hover img {
	opacity:0.75;
}
article, aside, figure, figcaption, footer, header, nav, section {
	display: block;
}

.clear {
	clear: both;
}
.height100 {
	height: 200px;
}
.clear{clear:both;}
.clearfix:before,
.clearfix:after {
    content: " ";
	display: table;}
.clearfix:after {
    clear: both;
}
/* slide */
.slideshow1 {
   position: relative;
   width:  559px; 
   height: 375px; 
}
.slideshow1 img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 1;
   opacity: 0.0;
}
.slideshow1 img.active {
   z-index: 3;
   opacity: 1.0;
}
.slideshow1 img.last-active {
   z-index: 2;
}

.viewer {
    margin: 0 auto;
    width: 559px;
    height:375px;
    text-align: left;
    overflow: hidden;
}
 
.viewer ul {
    width: 559px;
    height:375px;
    text-align: left;
    overflow: hidden;
    position: relative;
}
 
.viewer ul li {
    top: 0;
    left: 0;
    width: 559px;
    height:375px;
    display: none;
    position: absolute;
	 z-index: 2;
}