@charset "UTF-8";
/* CSS Document */
 * { margin: 0; padding:0; }
html{
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height:100%; margin: 0; padding:0;
}

body{
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	width:800px;
	height:auto;
	}

#wrapper-out{
	height:100%;
	width:100%;/*800px*/	
	padding:5px;
	background-image:url(../images/gallery/bg_bottom.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	-moz-box-shadow: 0px 0px 10px #000;　/* Firefox用 */  
	-webkit-box-shadow: 0px 0px 10px #000;　/* Safari,Google Chrome用 */
	 
	}
	
.digest {
	margin-top:5px;
	padding-left:50px;
	padding-right:0;
	background-image:url(../images/gallery/bg_top.jpg);
	background-repeat:no-repeat;
	font:15px;
	line-height:2em;
	font-weight:normal;
	color:#333;
	text-shadow: 2px 2px 3px #caff59;
	min-height:60%;
		}
hr.style-one {
    border: 0;
	width:700px;
    height: 1px;
    background: #396;
    background-image: -webkit-linear-gradient(left, #F1F7EB, #396, #F1F7EB);
    background-image:    -moz-linear-gradient(left, #F1F7EB, #396, #F1F7EB);
    background-image:     -ms-linear-gradient(left, #F1F7EB, #396, #F1F7EB);
    background-image:      -o-linear-gradient(left, #F1F7EB, #396, #F1F7EB);
	
}

@media screen and (max-width: 640px){
	html,body{width:100%;}
	#wrapper-out{width:100%;}
	.still{width:95%; margin:0 auto;}
	.still img{width:100%;}
	.digest{font:18px; width:95%; 
	margin:0 auto;
	padding:0.5em;
	background-image:url(../images/gallery/bg_top.jpg);
}
	pre{overflow:auto; white-space:pre-wrap; word-wrap:break-word;
	
}