@charset "UTF-8";
 
/* ========================================================== 
 
title : ナスラック 
scope : トップページ > 地図から工場検索 
 
last modify : 2016/07/29 285_inose 新規作成
 
memo ：

========================================================== */

img {
	vertical-align: bottom;
}

a img:hover{
	opacity:0.7;
}

p {
  text-align: justify;
}

/* -------------------------------------------
	共通指定
------------------------------------------- */

/* -------------------------------------------
	#load　※読み込み中アイコン
------------------------------------------- */
/*#load{
	width:960px;
	height:579px;
	left:420px;
	top:219px;
	z-index:99;
	position:absolute;
}
#load img {
	width:140px;
	height:140px;
}
*/

/* -------------------------------------------
	#map_area
------------------------------------------- */
#map_area{
	width:960px;
	height:579px;
	margin:20px auto;
	background:	url("../image/map_btn_bg.png?20240701") no-repeat 0 0,
				url("../image/map_background.png") no-repeat 0 0;
	position:relative;
}

#map_area p{
	margin:10px 0 0 42px;
}

#map_area .map_inner{
	display:none;
	position:absolute;
	top:0;
	left:0;
}

#map_area h1{
	margin-top:21px;
}

#map_area area{
	border:none;
	outline:none;
}

/* -------------------------------------------
	#bnr_area
------------------------------------------- */
#bnr_area{
	width:960px;
	margin:50px auto;
}

#bnr_area ul{
	overflow:hidden;
}

#bnr_area ul li{
	width:470px;
}

#bnr_area ul li:first-child{
	float:left;
}

#bnr_area ul li:last-child{
	float:right;
}

#bnr_area ul li p{
	padding:.8em 0;
	text-align:center;
}



/* -------------------------------------------
	.comment_box(SEO文エリア)
------------------------------------------- */
.comment_box {
    border: 3px solid #ededed;
    clear: both;
    color: #868686;
    margin: 45px auto 40px;
    padding: 10px;
    width: 790px;
}

