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

@media screen and (min-width : 769px){
	#wrapper{
		display: none;
	}
}
@media screen and (max-width : 768px){
	#wrapper{
		width: 100%;
	}
	#body{
		padding: 15px;
	}
	h1{
		margin-bottom: 5px;
	}
	.body_p{
		font-size: 14px;
		margin-bottom: 15px;
	}
	.imglist{
	margin-left:20px;
	margin-right:4px;
	margin-bottom:4px;
	}
.imgcaption{
	text-align:center;
	font-size:0.8em;
	float:left;
	width:150px;
	margin-right:10px;
	margin-bottom:10px;
	}
.imgcaption img{
	margin-bottom:5px;
	}
.imgcaption p{
	margin:0;
	}
.clearfix{
	clear:both;
	}
img.imgfloat{
	margin-left:50px;
	margin-right:10px;
	}
	.back{
		margin-bottom: 10px;
	}
	#footer{
	clear:both;
	border-top:solid 1px darkblue;
	padding:10px 0 30px 0;
	text-align:right;
	}
#footer ul{
	width: 100%;
	margin: 0 auto;
}
}

