@charset "utf-8";

/* index　
-------------------------------------*/
h2 {
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	text-align: center;
	border-top: 5px solid #EE6557;
    line-height: 0;
}
.contents_H4 {
	background-color: #16A6B6;
	color: #FFFFFF;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: center;
}
.latest_Box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
p.latest_p {
	font-size: 16px;
	margin-bottom: 40px;
}
.latest_Box .imgBox {
	width: 400px;
	float: right;
}
.latest_Box .textBox {
	width: 570px;
	float: left;
	margin-right: 0px;
}
.latest_Box h5 {
	color: #16A6B6;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	border-bottom: 1px double #16A6B6;
	margin-bottom: 20px;
	font-size: 20px;
	margin-top: 20px;
}
.latest_Box .textBox p {
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
}
.latest_Box table {
	width: 100%;
	background-color: #FFFFFF;
	box-sizing: border-box;
}
.latest_Box table th {
	background-color: #adede6;
}
.latest_Box table td {
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
}
.latest_Box table th,.latest_Box table td {
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px dotted #CCCCCC;
}
@media (max-width: 700px) {
h2 img {
	max-width: 100%;
	height: auto;
}
.latest_Box {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}
p.latest_p {
	font-size: 14px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
p.latest_p2 {
	margin-left: 10px;
}
.latest_Box .imgBox {
	width: 100%;
	float: none;
}
.latest_Box .imgBox img {
	max-width: 100%;
	height: auto;
}
.latest_Box .textBox {
	width: 100%;
	margin-right: 0px;
	float: none;
}
.latest_Box table {
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
	font-size: 12px;
}
}
