@charset "utf-8";
h1 {
  	color: #326693;			/* ???o???e?L?X?g?̐F?w?肷?・*/
	padding-left:20px;		/* ?{?b?N?X?Ͷ???̗]???w?肷?・*/
	border-left: 20px solid #31a9ee;	/* ?{?[?_?[?????̃X?^?C???w?肷?・*/
  	border-bottom: 1px dashed #31a9ee; 	/* ?{?[?_?[?????̃X?^?C???w?肷?・*/
}

h2 {
	text-align: center;
}
table {
	border:2px solid;
	margin:auto
}

.T1{
	border:1px solid;
}

ol {
	text-align: center;
}
 .my-list {
          font-size: 20px; /* 20ピクセルのサイズに設定 */
        }

footer {
	text-align:center;
}

.hr1 {
	 border-top: 5px solid skyblue;
	width:  70%; 
}
.hr2 {
	border-top:3px dashed;
	width:  70%; 
}
.T2 {
	border:0px;
 	border-collapse: /* セルの線を重ねる */
	width:  40%;               /* 幅指定 */
	table-layout: fixed;        /* セルの幅計算指定 */
	font-weight:  bold
}
.T3 {
	border:0px solid;
	width: 450px;
}
.div1 {
	width:  70%;
	padding-left:150px;
}
.T4 {
	width:  60%;
	border:0px;
	font-size: large;
}
.td1 {
	font-size: x-large;
}