@charset "utf-8";
/*------ベース-----*/
* {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0px;
}

h1,h2,h3,h4,h5,h6,a,ul,li,td,th,dl,dd,dt,p,a{	max-height:999999px}

body {
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  Arial, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 0px;
	-webkit-text-size-adjust: none;
	background: #E3F6E7;
}
.clear{
	clear: both;
	height: 1px;
	font-size: 1px;
	padding: 0;
	margin: 0;
	display: block;
	background: transparent no-repeat;
	line-height: 1px;
}
.line {
	clear: both;
	height: 1px;
	font-size: 1px;
	padding: 0;
	display: block;
	background: transparent no-repeat;
	line-height: 1px;
	border-bottom: 1px dotted #ccc;
}
.dotline {
	clear: both;
	height: 8px;
	font-size: 1px;
	padding: 0;
	display: block;
	background: url(../image/common/line.jpg) no-repeat left top;
}
p {
	line-height: 25px;
	margin-bottom: 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	padding-right: 1em;
	padding-left: 1em;
}
a {
	border: none;
	text-decoration: none;
	color: #06C;
}
a:hover {
	text-decoration: underline;
	color: #09F;
}
a img {
	border: none;
}
a:hover img{
	text-decoration: none;
}
p.maplink a {
	float: right;
	text-align: right;
	text-indent: 5px;
	font-size: 12px;
	margin-bottom: 15px;
	clear: both;
	width: 100%;
}
p.img_left img {
	float: left;
	margin-right: 15px;
	padding: 3px;
	margin-bottom: 15px;
	border: 1px solid #AFE393;
	width: 230px;
	height: auto;
	display: block;
}
p.img_right img {
	float: right;
	margin-left: 15px;
	padding: 3px;
	margin-bottom: 15px;
	border: 1px solid #CEEEBD;
	width: 230px;
	height: auto;
	display: block;
}
#voice #qa #faq .title {
	font-size: 18px;
	font-weight: bold;
	color: #664A33;
	margin: 0px;
	padding: 0px;
}
