@charset "Shift-JIS";

.tra-toki-access {
	width: 600px;
	margin: 0px auto 10px auto;
	border: solid 2px #8D0C0C;
}
.tra-toki-access-inner {
	padding: 5px 5px 5px 5px;
}
.tra-toki-access-title {
	background: #8D0C0C;
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
	color: #ffffff;
	font-weight: bold;
}
.tra-toki-access-text {
	margin: 0px 0px 5px 0px;
	line-height: 120%;
	text-align: left;
}
.tra-toki-access-text-inner {
	margin: 0px 0px 1em 0px;
	line-height: 120%;
	text-align: left;
}
.tra-toki-access-date {
	margin: 0px 0px 5px 0px;
	line-height: 120%;
	text-align: right;
}


/*　clear関係　*/
.clear{
	clear: both ;
}
/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/*　clear関係ここまで　*/

