@charset "UTF-8";

/**
 * オリジナルcss
 */

#body {
	margin-top: 0;
}

#header-in, #navi-in, #body-in, #footer-in {
	width: 100%;
}

#main {
	border: none;
}

.button_more {
	text-align: center;
	margin-top: 30px;
}

.button_more a {
	display: inline-block;
	width: 100%;
	max-width: 180px;
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
	padding: 12px;
	font-size: 13px;
	position: relative;
	transition: .3s;
}

.button_more a:after {
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	position: absolute;
	width: 13px;
	height: 1px;
	background: #fff;
}

.button_more a:hover {
	color: #000;
	background: #fff;
}

#page-top {
	z-index: 100;
}

@media screen and (max-width: 1110px) {
	div#header-in, div#navi-in, div#body-in, div#footer-in {
		width: 100%;
	}
	
}
@media screen and (max-width:740px){
}
@media screen and (max-width:639px){
}
@media screen and (max-width:500px){
}

