/*-------------------------------------------------------------------------------*//*----- 共通指定の上書き設定 ----------------------------------------------------*/ul.normal-list {	margin-bottom: 30px;}th {	font-size: 110%;	vertical-align: top;}td {	font-size: 90%;	vertical-align: top;}/*-------------------------------------------------------------------------------*//* ２列レイアウト・左エリア */#left-part {	float:left;	width: 340px;}/* ２列レイアウト・右エリア */#right-part {	float:left;	width: 310px;	margin-left: 20px;}/*順路テーブル*/table.noline-table {	border-collapse: collapse;	border-spacing: 0px;	border: none;}table.noline-table th { 	vertical-align: top;	padding-top: 10px;	padding-left: 4px;	padding-right: 4px;	padding-bottom: 0px;	color: #374D5E;	text-align: left;	border: none;	border-bottom: 1px #9DA8B0 solid;}table.noline-table td { 	border: none;	padding: 4px;	vertical-align: top;	line-height: 140%;}/*1pxライン*/hr{	border: 0;	color: #9DA8B0;	background-color: #9DA8B0;	height: 1px;	margin-top: 10px;	margin-bottom: 10px;}.comment-orange{/*注意色*/	color: #FF570E;}/*写真の枠線 --1109--*/.photo{	border: 1px #9DA8B0 solid;}
