@charset "UTF-8";
/*------------------------------------------------------*/
/* Updated: 2013/03 */
/*------------------------------------------------------*/

/* Default --------------------------------- */
/** {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, div, p, address, ul, li, ol, dl, dt, dd, table, tr, th, td, form {
	zoom: 1;
}
img {
	border: none;
	vertical-align: bottom;
}
ul, ol {
	list-style-type: none;
}
*/




/* body --------------------------------- */
/*body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 75%;
	line-height: 2;
	-webkit-text-size-adjust: none;
}*/





/* wrapper --------------------------------- */
#wrapper {
	width: 796px;
	margin: 0 auto;
}





/* gallery --------------------------------- */
#gallery {
	position: relative;
	width: 796px;
	height: 300px;
}
ul#gallery-img li {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
#gallery-trap {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 796px;
	height: 300px;
}
/* 150810追加 */
ul#gallery-img {
	margin:0;
}



/*------------------------------------------------------*/
/* End */
/*------------------------------------------------------*/
