.mainleft {
padding-bottom:100px;
}
.mainright {
	width: 680px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top:0px;
}

.maintext-head {
	background-image: url(/img/h1img_bk.jpg);
	background-repeat: no-repeat;
	height:36px;
	margin:0;
	padding:0;
}
.banner-center {
	text-align:center;
	margin:10px;
	padding:0px;
}
.banner-center img {

}

.maincontents {
	margin:20px 40px;
	margin-bottom:60px;
}
.mainright h1 {
	text-align:center;
	font-size:29px;
	line-height:1.5em;
	font-weight:normal;
	margin:60px 0 30px 0;
}

.mainright h2 {
	text-align:center;
	line-height:1.5em;
	margin-top:100px;
	margin-bottom:40px;
	font-size:28px;
	font-weight:normal;
	color:#039;
}

.mainright h3 {
	margin-top:60px;
	margin-bottom:40px;
	font-size:23px;
	border-left:10px solid #06c;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:6px;
	display:block;

}

.mainright h4 {
	margin-top:40px;
	font-size:15px;
}

.mainright p {
	font-size:15px;
	line-height:1.6em;
	margin:20px 0;
	color:#000;
	text-align: justify;
	text-justify: inter-ideograph;
}

.mainright ul {
	font-size:15px;
	line-height:1.6em;
	margin-bottom:40px;
}

.mainright ul li {

}



.mainright ol {
	font-size:15px;
	line-height:1.6em;
	margin-bottom:40px;
}

.mainright ol li {

}

.mainright img {
	max-width:100%;
	padding:1px;
	background-color:#ccdae3;
}

.mainright section section img {
	max-width:100%;
	padding:1px;
	background-color:#ccdae3;
}


.mainright section section img {
	max-width:590px;
	padding:30px;
	background-color:#ccdae3;
}

.maincontents a {
	color: #003399;
}
.maincontents a:hover {
	text-decoration: none;
	color: #FF6633;
}


.maincontents table {
	border-collapse: collapse;
	margin-right: 0px;
	margin-left: 0px;
	border:2px solid #25b;

}
.maincontents table th {
	border:1px solid #25b;
	padding:0em;


}
.maincontents table td {
	border:1px solid #25b;
	padding:0em;

}
.maincontents table th p {
	font-size:14px;
	line-height:1.6em;
	margin:1.5em;
	margin-bottom:1.7em;
	text-align: left;
	text-justify: auto;
}
.maincontents table td p {
	font-size:14px;
	line-height:1.6em;
	margin:1.5em;
	margin-bottom:1.7em;
	text-align: left;
	text-justify: auto;
}
.clear{clear: both;}

/*-------------------------- レスポンシブ用CSS ここから ----------------------*/
@media screen and (max-width:640px) {
/* ↓ここに個別のスマホ用スタイルを指定 */

.mainright {
	width:100%;
	margin:0;
	padding-top:0px;
}

.maintext-head {
	background-image: url(/img/h1img_bk.jpg);
	background-repeat: no-repeat;
	height:36px;
	margin:0;
	padding:0;
	background-size:100%;
}

.mainright p {
	font-size:16px;
	line-height:1.6em;
	margin:20px 10px;
	color:#000;
}


.mainright h1 {

	margin:60px 10px 30px 10px;
}

.mainright h2 {
	margin-top:60px;
	margin-left:10px;
	margin-right:10px;
}

.mainright h3 {
	margin-top:40px;
	margin-left:10px;
	margin-right:10px;
}

.mainright h4 {
	margin-top:40px;
	margin-left:10px;
	margin-right:10px;
}

.mainright section section img {
	max-width:94%;
	padding:10px;
	background-color:#ccdae3;
	display:flex;
	margin-left:0;
	margin-right:0;
}
.maincontents {
	margin:20px 16px;
	margin-bottom:60px;
}

/* ↑ここまでに個別のスマホ用スタイルを指定 */
}
/*-------------------------- レスポンシブ用CSS ここまで ----------------------*/
