/* PAisAuS shozuoka */
@media screen and (max-width: 768px){

/* タブレット用 */
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
#divwrapper {
	margin-left: 8%;
	margin-right: 8%;
	background-color: #fff;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 4%;
	margin-top: 1%;
}
.img_logo{
	width: 40%;
	float: left;
}
.sp_logo{
}
.img_logo_contact{
	width: 50%;
	float: right;
}
.contactimg{
	width: 50%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	float: left;
}
.imgradius a img{
		border-radius: 8px;
		webkit-border-radius: 8px;
    	moz-border-radius: 8px;
}
.mapimg{
	height: 350px;
}
.rightcontents{
	display: none;
}

}