/* CSS Document */
.menu03 a{
	background-color: rgba(255,255,255,1);
	color: rgba(0,0,0,0.6);
}
.cover {background-image: url(images/head.png);}

/*---------------------------------------*/

.tbl_paper {
	width: 100%;
	font-size: 80%;
	margin-right: auto;
	margin-left: auto;
}
.tbl_paper td{
	background-image: url(images/paper.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	padding-bottom: 20px;
}
.tbl_paper .paper {
	height: 340px;
	width: 320px !important;
	margin-right: auto;
	margin-left: auto;
}
.tbl_paper h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.8em;
}
.tbl_paper ul {
	margin-bottom: 1.6em;
}

.tbl_paper ul li {
	text-align: left;
	padding-left: 2em;
	text-indent: -1em;
	margin-bottom: 0.4em;
}
.tbl_paper ul li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-weight: bold;
	position: relative;
	top: 1px;
	right: .4em;
}
	@media screen and (max-width: 950px) {
	.tbl_paper {
	width: 100%;

}
	.tbl_paper td{
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;width: 100%;
}
	}



@media screen and (max-width: 768px) {

	.marunage {
	right: 0px;
	top: -5px;
	width: 80px;
	display: none;
	}
	h1 {
	font-size: 24px !important;
}

}

@media screen and (max-width: 480px) {
	.tbl_paper td{
	background-size:98% auto;
	}
	.tbl_paper .paper {
	height: 340px;
	width: 300px !important;
	margin-right: auto;
	margin-left: auto;
	}

}