@charset "utf-8";
/* ----------------------------------------------
 * 
 * サービスサイトのマップページ用CSS
 * 
 * 地図サイズが565pxであることからブレイクポイントは
 * 565px
 * ----------------------------------------------*/
body,p,h1 {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

body {
	font-family: "Hiragino Kaku Gothic Pro", "メイリオ", "MS PGothic", sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #000;
}

#container {
	width: 565px;
	margin: 0 auto;
}

.print {
	text-align: right;
}

h1 {
	background: url("/kw/img/h3_icon.png") no-repeat left center;
	padding: 5px 0 5px 20px;
	border-bottom: 1px solid #ccc;
	font-size: 110%;
	margin-bottom: 10px;
	
}

iframe {
	border: none;
}

table,th,td {
	border-collapse: collapse;
	border: 1px solid #ccc;
}

table {
	margin-top: 10px;
	width: 100%;
}

th,td {
	padding: 5px;
}

th {
	width: 20%;
	background-color: #ebebeb;
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
}

td > ul {
	margin: 0;
	padding: 0 0 0 1.5em;
}

footer {
	margin: 20px 0;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	text-align: center;
}

.copyright {
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 80%;
}

.google-maps {
	position: relative;
	padding-bottom: 60%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media only screen and (max-width: 565px) {

	#container {
		width: 95%;
	}

}

