@charset "utf-8";

.contentsImg {
	background-image: url(../../img/contents-img2.jpg);
	background-position: center 35%;
}

.biz {
	margin: 20px 0 0;
}
.biz dl {
}
.biz dl dt {
	font-weight: bold;
	color: #003366;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	padding: 0 0 5px;
}
.biz dl dd {
	margin-bottom: 20px;
}
.biz dl dd ol {
	list-style: decimal;
	margin-left: 1.5em;
	font-size: 0.94em;
}
.biz dl dd ul {
	list-style: disc;
	margin-top: 10px;
	margin-left: 1.5em;
	font-size: 0.94em;
}
.biz dl dd ol li,
.biz dl dd ul li {
	margin-bottom: 5px;
}

.wrap01 .table01 {
	width: 100%;
	margin: 20px auto 20px;
}
.wrap01 table {
	width: 100%;
}
.wrap01 table th,
.wrap01 table td {
	border: 1px solid #999;
	padding: 6px;
	font-size: 0.94em;
}
.wrap01 table th {
	text-align: center;
	background: #003366;
	color: #fff;
	white-space: nowrap;
}
.wrap01 table tr:nth-child(2n+1) {
	background: #f6f6f6;
}

/* ---------------------------------------------
	768px
--------------------------------------------- */
@media only screen and (max-width: 768px) {

}

/* ---------------------------------------------
	640px
--------------------------------------------- */
@media only screen and (max-width: 640px) {

	.wrap01 table th,
	.wrap01 table td {
		font-size: 0.8em;
	}

}

/* ---------------------------------------------
	480px
--------------------------------------------- */
@media only screen and (max-width: 480px) {

}
