@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------
			:::::	テーブルのスタイル	:::::
--------------------------------------------------------*/
table {
	width: 100%;
	padding: 20px;
	border: 1px solid #DFDFDF;
}
table tr th {
	font-size: 12px;
	width: 100px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-right-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: #DFDFDF;
	border-left-color: #DFDFDF;
	font-weight: bold;
	background-color: #F3F3F3;
}
table tr td  li {
	line-height: 1.5em;
}
table tr th,table tr td {
	padding: 10px;
}
table tr  th  span  {
	font-size: 10px;
	color: #666666;
	display: block;
}
table tr td {
	padding: 7px 10px 7px 10px;
	border-bottom: solid 1px #DFDFDF;
	font-size: 12px;
}

/*--------------------------------------------------------
			:::::	印刷用テーブルのスタイル	:::::
--------------------------------------------------------*/
body#map_print {
	padding: 15px;
}
table.map_print {
	width: 720px;
	margin-bottom: 10px;
}
body#map_print .center {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
body#map_print .right {
	float:right;
	}
img.close {
	margin-top: 8px;
	margin-right: 3px;
}
body#map_print a {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}
body#map_print a:hover {
	color: #FAAA10;
	text-decoration: underline;
}

a.bt_print {
	background-image: url(../images/company/bt_print_ov.png);
	background-repeat: no-repeat;
	display: block;
	width: 105px;
	margin-left: 325px;
}
a.bt_print:hover img {
	position: relative;
	z-index: -1;
}

#bt_close {
	position: relative;
	bottom: 25px;
}

/*  */
.off {
  text-align:center;
  height: 300px;
  padding-top:100px;
  }
.off h3 {
  font-size: 20px;
  margin-bottom:20px;
  }
