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


/************** 本文 ***************/

#sai{
	width:710px;
	margin:0 auto;
	text-align:center;
	margin-top:30px;
	margin-bottom:70px;
	}
/************** テーブル ***************/
#sai table{
	width:710px;
	background-color:#FFF;
	border: solid 1px #ccc;
	text-align:left;
	}

#sai th{
	padding:0px 30px 0px 30px;
	text-align: center;
	border: solid 1px #ccc;
	background-color:#00477f;
	color:#FFF;
	}

#sai td{
	padding:10px;
		padding-left:20px;
		border: solid 1px #ccc;
	}
/************** リスト ***************/
.ziko ul {
	width:710px;
	text-align:left;
	margin-bottom:900px;
	
	}

.ziko li{
	width:550px;
	}

.ziko li:nth-child(2) {
		float:left;
		width:120px;
		background-color:#FFF;
}

/************** その他装飾 ***************/
.fuki {
	position: relative;
	padding: .8em .75em;
	background-color:#d5d5d5;
	border-radius: 6px;
	text-align:left;
	margin: 30px 0px;
	text-align:center;
}
.fuki::after {
	position: absolute;
	top: 100%;
	left: 345px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #d5d5d5;
	
}

.waga {
	text-align:left;
	}

.waga p{
	margin-top:-10px !important;}

.hidari {
	text-align:center;
	margin-bottom:-20px;
	}



