@charset "UTF-8";


/* -----------------------------------------------------------
	.entry_wrap
----------------------------------------------------------- */
.entry_wrap {
	margin: 0 auto;
    max-width: 860px;
}
.entry_wrap .para {
	line-height: 1.6;
}
.table_01 {
	width: 70%;
	margin: 0 0 30px;
}
.table_01 table {
	width: 100%;
}
.table_01 table th,
.table_01 table td {
	border: solid 1px #ccc;
    padding: 10px;
}
.table_01 table th {
	font-weight: normal;
	background: rgba(10, 85, 176, 0.05);
}

.kouza {
	width: 70%;
	margin: 0 0 30px;
	background:  rgba(10, 85, 176, 0.05);
	border: solid 1px #ccc;
	padding: 30px;
}
.kouza_1 {
	width: 48%;
	float: left;
	text-align: center;
}
.kouza_2 {
	width: 48%;
	float: right;
	text-align: center;
}
.kouza_1 span,
.kouza_2 span {
	font-weight: bold;
}
.link {
	color: #333;
    text-decoration: underline;
}
.link:hover {
	text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
.table_01 {
	width: 100%;
}
.kouza {
	width: 100%;
	padding: 10px;
}
}
@media screen and (max-width: 767px) {
.table_01 {
	width: 100%;
}
.kouza {
	width: 100%;
	padding: 10px;
}
.kouza_1,
.kouza_2 {
	width: 100%;
	float: none;
	margin: 10px 0;
	text-align: left;
}
}





