@charset "shift_jis";

/* タイトル--------------------------*/
/* マージン上書 -------------------- */
.MarginWrap {
	margin-top: 0.5rem;
}
/* ボタン--------------------------*/
.Buttons {
	margin: 1rem auto 0.5rem auto;
	text-align:center;
}


/* --------------------------- */
.List .container{
	text-align:center;
	margin-bottom:10px;
}
.List .container h3 {
	margin:0px;
	font-weight: normal;
}

.List table {
	border-collapse: collapse;
	border:0px solid #4060a1;
	margin:0px auto; /*センタリング*/
	padding:0px;
}
.List td {
	border:1px solid #4060a1;
	border-bottom:0px;
	margin:0px;
	padding:0px;
	padding-top:3px;
	text-align:center;
}
.List th {
	width:75px;
	border:1px solid #4060a1;
	border-top:0px;
	margin:0px;
	padding:0px;
	font-size:0.9em;
}


