@charset "utf-8";

div#document {
 line-height: 1.6;
}
div#menu_area {
 display: none;
}

div.main_bg {
	position: relative;
	margin-bottom: 20px;
 padding: 20px 0 0 0;
 background: #CCE6F5 url("../images/main_bg01.png") no-repeat 0 bottom;
}
div.main {
 background: url("../images/main_bg02.png") no-repeat right bottom;
}
/*カルーセル用*/
div.main p img {
  border: 1px solid #3984B7;
  border-radius: 3px;
}
div.main p {
  text-align: center;
}

div.main .bx-wrapper {
 max-width: 822px;
 margin: 0 auto;
}
div.main li {
	position:absolute;
	list-style-type:none;
}
div.main li img {
 border: 1px solid #3984B7;
 border-radius: 3px;
}
div.main .bx-wrapper {
	position:relative;
}
div.main .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	outline: 0;
	width: 24px;
	height: 23px;
	text-indent: -9999px;
 z-index: 54;
 margin-top: -12px;
}
div.main .bx-wrapper .bx-prev {
	left: 10px;
	background:url(../images/left01.png) no-repeat 0 0;
}
div.main .bx-wrapper .bx-next {
	right: 10px;
	background:url(../images/right01.png) no-repeat 0 0;
}
div.main .bx-wrapper .bx-pager {
	text-align: center;
 position: absolute;
 left: 0;
 bottom: 12px;
 z-index: 54;
 line-height: 7px;
 width: 100%;
}
div.main .bx-wrapper .bx-pager .bx-pager-item,
div.main .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align:middle;
 text-align: center;

}
div.main .bx-wrapper .bx-pager.bx-default-pager a {
	background:#FFF;
	text-indent: -9999px;
	display: block;
	width: 7px;
	height: 7px;
	margin: 0 3px;
	outline: 0;
	border: 1px solid #7A6A56;
 border-radius: 4px;
}
div.main .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #7A6A56;
 border: 1px solid #7A6A56;
}
.kenko_contents {
 float: left;
}
.kenko_contents li {
 float: left;
 list-style-type: none;
 margin: 0 7px 0 0;
}

.news {
 float: right;
 width: 515px;
}
.news_title {
 border-bottom: 1px solid #3984B7;
 padding-bottom: 3px;
}
.news_title h2 {
	float: left;
 font-size:18px;
 font-weight:bold;
 padding: 0 0 0 7px;
 color: #3E3A39;
 line-height: 1.5;
 letter-spacing: 0.05em;
 border-left: 5px solid #3984B7;
}
.news_title p {
	float: right;
	font-size: 15px;
	font-weight: bold;
	margin: 4px 0 0 0;
}
.news_title p a {
	display: block;
	color: #3984B7;
	text-decoration: none;
	background: url("../images/li01.png") no-repeat 10px 5px;
	padding: 1px 0 0 30px;
}
.news_title p a:hover {
	color: #3E3A39;
}


.news dl {
	font-size: 13px;
	height: 205px;
	overflow: auto;
 margin: 10px 0 0 0;
 padding-right: 10px;
}
div.news dl dt {
 color: #3984B7;
 font-weight: bold;
}
div.news dl dt .new {
 color: #F3994F;
 margin: 0 0 0 5px;
 font-size: 12px;
}
div.news dl dd {
 padding-bottom: 5px;
 margin-bottom: 5px;
 border-bottom: 1px solid #F0F0F0;
}
div.news dd a {
	color: #595757;
}

dl.address {
 float: left;
 margin: 15px 0 0 0;
}
dl.address dt {
 color: #3984B7;
 font-weight: bold;
 font-size: 14px;
}
dl.address dd {
 color: #595757;
 font-size: 12px;
 line-height: 1.5;
}


div.banner_area {
	position:relative;
	z-index: 5;
	padding: 0 30px;
 float: right;
}

div.banner_area .bx-wrapper {
	padding:0;
}
div.banner_area .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 0;
	outline: 0;
	width: 17px;
	height: 100%;
	text-indent: -9999px;
}
div.banner_area .bx-wrapper .bx-prev {
	left: 0;
	background: url("../images/left02.png") no-repeat center center;
}
div.banner_area .bx-wrapper .bx-next {
	right: 0;
	background: url("../images/right02.png") no-repeat center center;
}
p.page-top {
 margin: 0 auto;
}



@media only screen and (max-width: 700px) {
div#menu_area {
 display: block;
}
div.main_bg {
 padding: 0;
 border-bottom: 1px solid #3984B7;
 background: none;
}
div.main {
 background: none;
}
div.main li img {
 border: none;
 border-radius: 0;
}
.kenko_contents {
 float: none;
 margin: 0 10px;
}
.kenko_contents li {
 float: left;
 list-style-type: none;
 margin: 0 4% 0 0;
 width: 48%;
}
.kenko_contents li img {
 width: 100%;
}
.kenko_contents li:nth-last-child(1) {
 margin: 0;
}

.news {
 float: none;
 width: auto;
 margin: 10px 10px 15px 10px;
}
.news dl {
	height: 240px;
	overflow: auto;
}

dl.address {
 float: none;
 margin: 0 10px 40px 10px;
}
div.banner_area {
	position:relative;
 margin: 15px 10px;
	z-index: 5;
	padding: 0 20px;
 float: none;
}
div.banner_area .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 0;
	outline: 0;
	width: 10px;
	height: 100%;
	text-indent: -9999px;
}
div.banner_area .bx-wrapper .bx-prev {
	left: 0;
	background: url("../images/left02.png") no-repeat center center;
 background-size: 10px auto;
}
div.banner_area .bx-wrapper .bx-next {
	right: 0;
	background: url("../images/right02.png") no-repeat center center;
 background-size: 10px auto;
}
}

.kenkou-banner img {
  max-width: 216px;
  height: auto;
}
