header,
#header {
	height: 130px;
}

#contents-frame {
	padding-top: 130px;
}

#footer-block {
	display: block;
}

#contact-area a {
	width: 180px;
	margin: 5px auto 0;
}


.mw_wp_form_input dl.list-graph-form dd div.mw-wp-form_image {
	margin-top: 10px;
}

dl.list-graph-form dd div.mw-wp-form_image img {
	max-width: 360px;
	height: auto;
}

.imgdel {
	background: #ccc;
	border: solid 1px #999;
	border-radius: 4px;
	padding: 2px 4px;
}

.imgline {
	border-bottom: dashed 1px #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.mw_wp_form_confirm .imgline {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 10px;
}

@media screen and (max-width: 599px) {

header,
#header {
	height: 54px;
}

#header h1 a {
	margin: 0 auto;
	margin-top: 6px;
}

#contents-frame {
	padding-top: 54px;
}

#contact-area a {
	width: 100%;
}

dl.list-graph-form dd div.mw-wp-form_image img {
	max-width: 100%;
	height: auto;
}

.mw_wp_form input[type="file"] {
	width: 80%;
}


}