@charset "utf-8";

/* section01 */

#section01,
#section02,
#section03,
#section04 {
	width: 700px;
	margin: 0 auto;
}
#section01 ul li {
	float: left;
	margin-right: 8px;
}
#section01 ul li:nth-of-type(3) {
	margin-right: 12px;
}


#section01 table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 8px;
}
#section01 table th {
	padding: 5px 10px 5px 10px;
	border: 1px solid #999;
	background: #777;
	color: #fff;
	font-weight: normal;
}
#section01 table td {
	width: 100px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #999;
	background: #fff;
	text-align: center;
}
#section01 tr th:first-of-type {
	text-align: left;
}
#section01 tr:nth-of-type(2) td {
	background: #eee;
}


/* section02 */

#section02 {
	position: relative;
	margin-top: 20px;
}
/*#section02 h3,
#section02 p,
#section02 ul {
	margin-left: 330px;
}*/
#section02 h2 {
	margin-bottom: 20px;
}
#section02 h3 {
	margin-bottom: 10px;
	font-size: 18px;
}
#section02 p strong {
	color: #ff6600;
}
#section02 ul {
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: bold;
}
#section02 div {
	padding:20px 0 0 0;
}

#section02 div .stexbox {
	width:350px;
}

/* section03 */

#section03 h2 {
	margin-bottom: 20px;
}
#section03 p {
	margin-bottom: 20px;
}
#section03 h3 {
	margin-bottom: 20px;
	font-size: 18px;
}
#section03 h4 {
	margin-bottom: 10px;
}

/* section04 */

#section04 {
	margin-top: 30px;
}

#section04 table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 8px;
}
#section04 table th {
	padding: 5px 10px 5px 10px;
	border: 1px solid #999;
	background: #777;
	color: #fff;
	font-weight: normal;
}
#section04 table td {
	width: 100px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #999;
	background: #fff;
	text-align: center;
}
#section04 tr th:first-of-type {
	text-align: left;
}
#section04 tr:nth-of-type(2) td {
	background: #eee;
}
#section04 p {
	font-size: 10px;
}

/* 追加 */
.use p {
	padding-left: 0.6em;
	text-indent: -0.6em;
	margin-bottom: 10px;
}

.fts10 {
	font-size: 10px;
	margin-top: 10px;
}

.fts16 {
	font-size: 16px;
}

.fts18 {
	font-size: 18px;
}