@charset "utf-8";
/* CSS Document */
#contents .post-content {
    padding: 40px 0 60px;
    margin: 0px 15px 0;
    margin-bottom: 0;
}

.table_style02{
	width: 100%;
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	border-collapse: collapse;
	border-spacing: 0;
    max-width: 920px;
    margin: 0 auto;
}
.table_style02 th{
	background-color: #47709e;
	color: #FFFFFF;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	font-weight: normal;
	font-size: 15px;
	padding: 10px 10px;
	text-align: left;
	vertical-align: top;
}
.table_style02 td{
	background-color: #FFFFFF;
	color: #333333;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	font-weight: normal;
	font-size: 14px;
	padding: 10px ;
	text-align: left;
}

.btn01{
	text-align: center;
	margin:100px 0px; 
}

.logo{
	text-align: center;
	margin-top: 50px;
}

.link-content{
	width: 100%;
	padding: 80px 0;
	text-align: center;
}
@media screen and (max-width: 651px){
	.link-content{
		width: 90%;
		padding: 20px 0 40px;
		margin: 0 auto;
		text-align: center;
	}
}


