@charset "utf-8";
/* CSS Document */

#content img{
	vertical-align:bottom;}

img.w{
	width:100%;}

.head{
	margin-bottom:10px;
	text-align:center;}

.box{
	padding:10px;
	background:#fff8b0;
	text-align:center;}

.box p{
	line-height:1.5em;}

@media (max-width: 640px){
.box{
	padding:0 10px 10px;
	background:#fff8b0;
	text-align:left;}

}

.banner{
	border:10px solid #f9e4cc;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap: nowrap;
	padding:15px;
	gap:10px;}
.banner img{
	width:370px;}

@media (max-width: 640px){
.banner{
	flex-direction:column;}
.banner img{
	width:100%;}
}