@charset "utf-8";
/* CSS Document */

/*
.viewer .jq_image{
	display:none;
	position: absolute; 
	left: 410px; 
	top: 200px; 
	z-index: 9999; 
	width:380px;
	border-radius:0 0 15px 15px;
}
.viewer img{border-radius:15px;}

.viewer{
	-webkit-filter: brightness(110%);
	border-radius:15px;
	float:right;
    margin:0 10px 0 0;
    width: 400px;
    height: 350px;
    overflow: hidden;
}
.viewer ul {
    width: 400px;
    height: 350px;
    text-align: left;
    overflow: hidden;
    position: relative;
}
.viewer ul li {
    top: 0;
    left: 0;
    width: 400px;
    height: 350px;
    display: none;
    position: absolute;
}
/*メニューページのALT表示用*/


/*

#slide {
width:1000px;
height:600px;
margin:0 auto;
position:relative;
background:#FC3;
border-radius:30px;

}
#slide img {
width:980px;
height:580px;
margin:10px;
border-radius:30px;
box-shadow:2px 2px 4px #666;
position:absolute;
left:0;
top:0;
}

/*
