@charset "utf-8";
/* CSS Document */
html,
body {
	width: 100%;
	height: 100%;
}

.kitte160 {
	text-align: center;
	padding-top: 60px;
}
.kitte160 a {
	background: #000;
	color: #fff;
	text-decoration:none;
}
.kitte160 a:hover {
	text-decoration:underline;
}
#ue,
#shita {
	width: 100%;
	height: 50%;
}

#ue .hidari,
#ue .migi,
#shita .hidari,
#shita .mig {
	height: 100%;
	width: 50%;
	float:left;
}
#shita .hidari,
#shita .migi {
	height: 100%;
	width: 50%;
	float:left;
}

#shita .migi h1 {
	padding: 30px;
}
#shita .migi p {
	font-size: 14px;
	line-height: 20px;
	padding: 0 30px;
}

#ue .hidari {
	text-align:center;
	background:url(../img/bc.png) repeat;
}
#ue .migi {
	background: url(../img/bc2.png) repeat;
}

#shita .hidari {
	background: url(../img/bc2.png) repeat;
}
#shita .migi{
	background:url(../img/bc.png) repeat;s
}



.button {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 2px solid #333;
	color: #333;
	line-height: 48px;
	margin: 60px 20px 0;
	font-size: 9px;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button::after {
	top: 4px;
	left: 4px;
	width: 188px;
	height: 42px;
	border: 2px solid #333;
	opacity: 0;
}
.button:hover::after {
	opacity: 1;
}
.navi {
	width: 490px;
	margin: 0 auto;
	padding-top: 60px;
}
.kakoi {
	width: 490px;
	margin: 0 auto;
}

.kakoi img {
	width: 432px;
	margin: 0 auto;
}