@media screen and (max-width: 680px) {

#nav {
	width: 100%;
	height: 120px;
	margin:0 auto;
}
.certifi{
	width:30%;
	text-align: center;
}
h1{
	width:60%;
	height:100%;
	background: url(../images/pos_01s.png) no-repeat;
}


.footer{
	width:100%;
	height: 20px;
	line-height: 20px;
	margin:0 auto;
	font-size: 13px;
	text-align: center;
	border-top: 1px solid #c86280;
}
.footer span{
	display: block;
}

/* コンテンツ本文エリア */
.setcontents{
	width:100%;
	margin:2em auto 1em;
}
.setcontents img{
	width: 100%;
	border: 1px solid #aaa;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}


}/*max-width*/


