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

.jyouhou{
	background-color: #fff;
	margin-top: 10px;
	border-radius: 3px;
	
}

.jyouhou_in{
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0;
}
.jyouhou_in table{
	
	width: 100%;
}

.jyouhou_in table tr{
	height: 30px;
	
}
.jyouhou_in table th{
	width: 15%;
	text-align: left;
}

.jyouhou_in table td{
	
}

.rireki{
	background-color: #fff;
	margin-top: 10px;
	border-radius: 3px;
	
}

.rireki_in{
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0;
}

.rireki_in table{
	

}

.rireki_in table tr{
	height: 30px;
	border: 1px solid #666;
}
.rireki_in table th{
	width: 15%;
	text-align: left;
	background-color: #888;
	color: #fff;
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #FFF;
	
}

.rireki_in table th:first-child{
	border-radius: 3px 0 0 0;
}

.rireki_in table th:last-child{
	
	border-radius: 0 3px 0 0;
	
}


.rireki_in table td{
	padding: 5px 0 5px 10px;
}

.rireki_in ul{
	list-style: none;
	margin: 0;
}

.line_th1{
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

.line_th2{
	border-right:1px solid #fff;
}

.line_td1{
	border-left:1px solid #666;
	border-right:1px solid #666;
}

.line_td2{
	border-right:1px solid #666;
}

.tensen1{
	border-left:1px dotted #FFF;
	border-right:1px dotted #FFF;
}

.tensen2{
	border-left:1px dotted #FFF;
	border-right:1px dotted #FFF;
}


.tensen2{
	border-left:1px dotted #666;
	border-right:1px dotted #666;
	
}

.modolu{
	background-color: #888;
	color: #fff;
	text-shadow:none;
	margin: 10px 0 0 20px;
	padding: 5px 30px;
	
}

.modolu:hover {
    color: #fff;
	background: #aaa;
}

.page_seni2 {
    margin: 0px auto;
    text-align: center;
    clear: both;
    padding: 15px 0 5px;
}