@charset "utf-8";
/* CSS Document */
header {
}
header h1 {
	text-align: center;
	padding-top: 20px;
}

/* =============================================================================
	トップページ
   ========================================================================== */
/* キーイメージ */
body {
	background: url(../images/bg.jpg) repeat-y center/cover;
}
h2 {
	margin: 0 auto 20px;
	text-align: center;
}
table {
	margin: 0 auto;
	border-collapse: collapse;
	
}
table td {
	margin-left: 20px;
	padding: 10px 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
th {
	width: 200px;
	padding: 25px;
	border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 14px;
	background-color: #ccc;
}
.map {
	text-align: center;	
}
.btn-top {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.btn-top img {
	width: 25%;
}
@media screen and (min-width: 768px) {

}

@media screen and (max-width: 767px) {
.btn-top img {
    width: 60%;
}
	
}

@media screen and (max-width: 480px) {

}
