@charset "shift_jis";
/* 「ツーリング記録」テーブル */
table.tourlist{
  margin-left : 10px;
  border : 3px solid #f8f8f8;
}
table.tourlist th{
  border : 3px solid #f8f8f8;
}
table.tourlist td{
  border : 3px solid #f8f8f8;
}
span.soro{
  color : #9966cc;
}
span.math{
  color : #ff9900;
}
span.meat{
  color : #33ccff;
}
span.off{
  color : #66cc66;
}
/* 「ツーリング記録」リポート */
div.outer {
	margin-left: 0px;
	padding-right: 0px;
	border: none;
	width: 100%;
}
div.fig {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
	border: none;
}
div.inner {
	margin: 0px;
	padding: 0px;
	float: clear;
	border: none;
} 
div.inner p {
	padding: 0px;
	float: clear;
	width: 100%;
	font-size: x-small;
	text-indent: 0.6em;
	line-height: 100%
}

