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

body {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}
.box {
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	width: 750px;
}
.box table.item {
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0C84C1;
	border-bottom-color: #0C84C1;
	font-size: 12px;
	text-align: center;
}
.box .item tr td {
	text-align: center;
	padding: 5px;
	margin-bottom: 5px;
}
.box table {
	width: 98%;
	font-size: 12px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
.box tr td {
	font-size: 12px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.box {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	width: 850px;
}
.box .item tr .t01 {
	width: 11%;
}
.box .item tr .t02 {
	width: 28%;
}
.box .item tr .t03 {
	width: 17%;
}
.box .item tr .t04 {
	width: 12%;
}
.box .item tr .t05 {
	width: 10%;
}
.box .item tr .t06 {
	width: 13%;
}
.box table tr td .kodate {
	background-color: #FF9999;
	padding: 1px;
	color: #FFF;
	text-align: center;
	margin: 0px;
}
.box table tr td .tochi {
	background-color: #99CC99;
	padding: 1px;
	color: #FFF;
	text-align: center;
	margin: 0px;
}
.box table tr td .mansion {
	background-color: #CC9966;
	padding: 1px;
	color: #FFF;
	text-align: center;
	margin: 0px;
}
.box table tbody tr.clickable:hover td {
            background: #ecf2fa;
            cursor: pointer;
        }
.box .item tr {
	background-color: #CDE6F2;
}
.box table tbody tr th {
	background-color: #FBFFDF;
	/* [disabled]text-align: center; */
	padding: 5px;
	font-weight: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8DD200;
	border-bottom-color: #8DD200;
}
#textBody #page-1 .box table tbody tr .txleft {
	text-align: left;
}
.pagenation {
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 95%;
}
.pagenation a {
	color: #0066CC;
	text-decoration: underline;
}
.pagenation a:hover {
	color: #09C;
}
h2 {
	font-size: 18px;
	line-height: 34px;
	font-weight: bold;
	color: #FFF;
	background-color: #1D2485;
	padding: 0px;
	height: 34px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 98%;
}
h1 {
	margin: 0px;
	padding: 0px;
}
.box ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-type: none;
	overflow: hidden;
}
.box ul li {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCC;
	padding-right: 15px;
	padding-left: 15px;
	display: inline;
}
.box ul .last {
	border-right-style: none;
}

.box ul li a:hover {
	text-decoration: none;
}