@charset "utf-8";



/*------ベース-----*/
h1, h2, h3, h4, h5, h6, a, ul, li, td, th, dd, dt, dl, p, a {
    max-height: 999999px
}
* {
    padding: 0;
    margin: 0;
}
body {
	background-color:#FDFFF8;
	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;
	padding: 0;
	margin: 0;
	min-width: 1000px;
	-webkit-text-size-adjust: none;
	line-height: 1.5;
}
.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: 9px;
    font-size: 1px;
    padding: 0;
    display: block;
    background: transparent url(../image/common/line.png) repeat-x left bottom;
    line-height: 1px;
}
p {
    line-height: 170%;
    text-align: justify;
    text-justify: inter-ideograph;
}
a {
    border: none;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: none;
}
a:hover img {
    text-decoration: none;
}
a:hover img.imgover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
}
p.maplink {
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0;
    text-align: right;
}
p.maplink a {
    color: #fff;
}
.clearFix:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
    zoom: 1;
}
.img_right img, .img_right2 img {
    float: right;
    margin-left: 20px;
    width: 230px;
    height: auto;
}
.img_left img {
    float: left;
    margin: 0 25px 25px 0;
    width: 230px;
    height: auto;
}
table {
    border-collapse: collapse
}
