@charset "utf-8";

/***** index *****/
#main_area{
	width:960px;
	border-top:1px solid #dedede;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	background-color:#ffffff;
}
#catch{float:left; width:240px; padding:30px;}
#main_img{float:right;}

#catch3{float:left; width:180px; padding:30px 20px;}

.news-area{width:100%; margin-bottom:30px;}
ul.news{
	width:100%;
	border-bottom:1px dotted #333333;
	overflow: hidden; /* MacIE */
}

/* NN7 */
ul.news:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* IE6 */
* html ul.news{
	height: 1em;
	overflow: visible;
}
.row1{
	float:left;
	width:20%;
	margin:5px 0;
}
.row2{float:right; width:80%; margin:5px 0;}

/***** access *****/
#map_canvas{width:498px; height:498px; margin:0 auto 30px auto; border:1px solid #cccccc;}
#map_canvas3{width:498px; height:400px; margin:0 auto 30px auto; border:1px solid #cccccc;}
.map_canvas{width:498px; _height:198px; margin:0 auto 30px auto; _border:1px solid #cccccc;}


/***** inquiry *****/
.input_text { height: 25px; padding:0 3px; font-size: 100%;  }
/***** inquiry *****/
.btn2{width:534px; margin-left:auto; margin-right:auto;}
.btn2 p{float:left; margin-left:15px; margin-right:15px;}

.addr_block { margin:5px; }
#postcode1  { width: 40px }
#postcode2  { width: 50px }
#address1   { width: 90px; height: 30px; font-size:15px; }
#address2   { width: 240px; }
#address3   { width: 335px; }

.addr_indent{ margin-left: 10px; }

.need { background-color: #ffe3f2; }

.appoint { display:inline-block;width:80px;margin:2px 0; }

.icon_or { color:#fff;font-size:70%;text-align:center;background-color:#008ac1;line-height:15px; }

.target_blank { width: 15px; position: relative; bottom: 3px; }

.icon_pdf { vertical-align:middle;margin:0 5px; }

.left20 { position:relative; left:20px; }

.subframe_left{ position:relative;right:220px; }


/* ---------------------------------------- */
.filter{
  background: url(/images/ses.jpg) no-repeat center;
  position: relative;
  z-index: 99;
}
.filter:hover{
	-webkit-filter: blur(0.7px);
	-moz-filter: blur(0.7px);
	-ms-filter: blur(0.7px);
	-o-filter: blur(0.7px);
   filter: blur(0.7px);
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  z-index: 0;/*重なり順序を一番下にしておく*/
}