@charset "utf-8";

.contentsImg {
	background-image: url(../../img/contents-img10.jpg);
	background-position: center 60%;
}

.wrap01 h2 {
	clear: both;
	font-size: 1.12em;
	color: #003366;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	margin: 0 0 15px;
}
.wrap01 h2:before {
	content: "\f0c8";
	font-family: FontAwesome;
	margin-right: 0.3em;
	color: #ff5c41;
}
.wrap01 p {
	margin-bottom: 20px;
	line-height: 1.6;
}
.photo {
	float: right;
	max-width: 300px;
	margin: 0 0 20px 20px;
}
.wrap01 .table01 {
	width: 100%;
	margin: 0 auto 20px;
	overflow-x: auto;
}
.wrap01 .table01::-webkit-scrollbar {
	height: 5px;
}
.wrap01 .table01::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #eee;
}
.wrap01 .table01::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
}
.wrap01 table {
	width: 100%;
}
.wrap01 table th,
.wrap01 table td {
	border: 1px solid #999;
	padding: 6px;
	font-size: 0.94em;
	white-space: nowrap;
}
.wrap01 table th {
	text-align: center;
	background: #003366;
	color: #fff;
	font-weight: bold;
}
.wrap01 table tr:nth-child(2n+1) {
	background: #f6f6f6;
}
.wrap01 table .nw {
	white-space: nowrap;
}

/* ---------------------------------------------
	768px
--------------------------------------------- */
@media only screen and (max-width: 768px) {

}

/* ---------------------------------------------
	640px
--------------------------------------------- */
@media only screen and (max-width: 640px) {

	.photo {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}

	.wrap01 table th,
	.wrap01 table td {
		font-size: 0.8em;
	}

}

/* ---------------------------------------------
	480px
--------------------------------------------- */
@media only screen and (max-width: 480px) {

	.wrap01 h2 {
		font-size: 1em;
	}

}
