@charset "utf-8";
/* CSS Document */

body {
	font: normal 16px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height : 1.5;
}
#contents {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
header img {
		margin-bottom: 15px;
}
#tel {
	text-align: center;
	padding: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	font-size:14px
}
h1 {
	font-size: 150%;
	line-height: 1.3;
	text-align: center;
	color: #CC0000;
	margin-bottom: 25px;
	font-weight: bold;
}
.txt-small50 {
	font-size: 50%;
}
.txt-small70 {
	font-size: 70%;
}
h2 {
	font-size: 130%;
	line-height: 1.3;
	text-align: left;
	margin-bottom: 15px;
	border-left: 7px solid #FF9900;
	color: #CC0000;
	padding-left: 10px;
}
h3 {
	font-size: 110%;
	line-height: 1.3;
	border-bottom: 1px solid #ff9900;
	margin-bottom: 15px;
}
img {
	width:100%;
	max-width:100%;
	margin-top: 10px;
	margin-bottom: 20px;
}

ol,ul {
	margin-bottom: 20px;
	line-height: 1.5;
	list-style-position: inside;
}
li {
	margin-bottom: 5px;
}
#googlemap {
		margin-bottom: 20px;
}
footer {
	font-size: 14px;
	text-align: center;
	padding: 15px;
	background: #ebebeb;
	margin: 0px;
}
