@charset "UTF-8";

@import url("style.css");

/*--home--*/
#header {
width: 1280px;margin:0 auto;
height:584px;position: relative;
text-align:center;
display:block;background:#ccc;
}	

#slidecontents {
	position: relative;
	overflow: hidden; width:1280px;height:584px;}
#slider {
	position:relative;
    width:1280px;height:584px;}

#nv {margin:10px 0;width:530px;
	position:absolute;top:480px;left:380px;}
.navi li {margin-left:0px;}
.navi li {display:block;float:left;height:120px;}


/*--contents--*/
h1{display:block;height:320px;margin:10px 0}

#contents {margin:0px auto;width: 1280px;background:#ffffff;padding-bottom:40px;}
#home-contents {
	margin:0px auto;width: 990px;
	padding:20px 0;
	text-align:left;display:block;position: relative;
	background:#ffffff;}

.top-bnr{margin:10px auto;margin-left:0px;}
.top-bnr li{float:left;margin-right:10px;height:296px}


.home-txt {
	margin:40px auto;
	text-align:center;display:block;font-size:100%;line-height:2}
	

.home-map {float:left;text-align:center;border:1px solid #CCC;overflow:auto; /* scrollからautoに変更 */
width:288px;height:200px;margin:5px}

#blog-box{
  width:640px; height:600px;
  overflow:auto; /* scrollからautoに変更 */
  -webkit-overflow-scrolling:touch;
  margin-left:20px;
  border:0; /* ついでに枠線も整形 */
}

iframe {
  width:100%;
  height:100%;
  border:none; /* 追加で指定 */
  display:block; /* 追加で指定 */
}

