@charset "UTF-8";
/*---------------------------------------------------------------------------------------------
  Stylesheet B-CUBE SYSTEM [template.css]
  デフォルト仕様
  標準レイアウトのメインコピーテキストを縦書き表示（IE5.5以上のブラウザのみ表示可）
---------------------------------------------------------------------------------------------*/

/* フリーHTMLスペース */
#dtl-free-box {
	width: 910px;
	margin: 14px auto 0 auto;
	overflow: hidden;
	clear: both;
}
#dtl-free-box em {
	visibility: visible;
	font-size: 100%;
}

/* インフォメーション */
#dtl-info-box-2 {
	width: 950px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}
#dtl-info-box-2 table {
	width: 910px;
	margin: 14px auto 0 auto;
	font-size: 100%;
	line-height:1em;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
	border-spacing: 1px;
	overflow: hidden;
	clear: both;
}
#dtl-info-box-2 td {
	padding: 5px;
	border: 1px solid #DDDDDD;
}
#dtl-info-box-2 td.td-l {
	width: 110px;
	font-weight: bold;
	text-align: right;
	background-color: #EFEFEF;
	table-layout: fixed;
}
#dtl-info-box-2 td.td-r {
	width: 346px;
	table-layout: fixed;
}
#dtl-info-box-2 td.td-r a {
	text-decoration: underline;
}
#dtl-info-box-2 td.td-r a:hover {
	text-decoration: none;
}
#dtl-info-box-2 td a img.ico-fct {/* 施設アイコン用 */
	width: 40px;
}

