h3.MyClass03 {
	padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
	color: #000000;/*文字色*/
	background: #FAFAFA;/*背景色*/
	border-left: solid 5px #1D2089;/*左線*/
	border-bottom: solid 3px #d7d7d7;/*下線*/
	font-size: 15pt;
}



div.writing1{
	line-height: 180%;
	letter-spacing:1.8px;
	font-size: 11pt;
	text-align: center;
}

.boxWrap {
	overflow: hidden;
}
.boxCh {
	float: left;
	margin: 20px 0px 0px 50px;
	}

.boxCh2 {
	float: left;
	margin: 10px 0px 40px 50px;
	}


.boxCh2 img ,
.boxCh img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.boxCh2:hover img ,
.boxCh:hover img {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

table.type01 {
	border: 3px #333333 solid;
}

td.type01 {
	border: 2px #333333 solid;
	text-align: center;
	vertical-align: middle;
	padding: 5px 5px;
	white-space: normal;
	line-height: 180%;
	letter-spacing: 1.8px;
	font-size: 13pt;
	font-weight: bold;
	background-color: #FDD100;
}

td.type02 {
	border: 2px #333333 solid;
	text-align: center;
	vertical-align: middle;
	padding: 5px 5px;
	white-space: normal;
	line-height: 180%;
	letter-spacing: 1.8px;
	font-size: 15pt;
	width: 180px;
	font-weight: bold;
}

td.type03 {
	border: 2px #333333 solid;
	vertical-align: middle;
	padding: 5px 5px;
	white-space: normal;
	line-height: 180%;
	letter-spacing: 1.8px;
	font-size: 11pt;
	width: 620px;
}

.textBox p{
	display:inline-block;
	vertical-align:middle;
	line-height: 180%;
	letter-spacig: 1.8px;
	font-size: 12pt;
}

a:link {
	color: #3300ff;
	font-weight: bold;
	 }





