@charset "UTF-8";

#mainimage {
	background-image: url(image/mainimage.jpg);
}
@media screen and (min-width: 641px),print {

#contents table{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #a8a8a8;
	border-right-color: #a8a8a8;
	border-bottom-color: #a8a8a8;
	border-left-color: #a8a8a8;
}
#contents th {
	background-color: #e8e8e8;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0em;
	padding: 1em;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a8a8a8;
}
#contents td {
	font-size: 16px;
	line-height: 1.7em;
	padding: 1em;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a8a8a8;
}

#contents td ul {
	padding-left: 30px;
}
#contents td li {
	list-style-type: decimal;
}
#map {
}
#map p {
	text-align: center;
	font-size: 20px;
	padding-top: 15px;
}
}



@media screen and (min-width: 0px) and (max-width: 640px) {
#contents table{
}
#contents th {
	background-color: #e8e8e8;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0em;
	width: 96%;
	display: block;
	padding-top: 6px;
	padding-right: 2%;
	padding-bottom: 4px;
	padding-left: 2%;
}
#contents td {
	font-size: 16px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	text-align: left;
	display: block;
	width: 96%;
	padding-top: 8px;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 2%;
}

#contents td ul {
	padding-left: 30px;
}
#contents td li {
	list-style-type: decimal;
}
#map {
}
#map p {
	text-align: center;
	font-size: 16px;
	padding-top: 15px;
}
.map {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.map iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
}