@charset "utf-8";

.info-title-box{
	padding: 20px 25px 0 25px;
	text-align: center;
}

.info-title-box h1{
	font-size: 30px;
	padding: 5px 0;
}
.info-title-box h2{
	font-size: 24px;
	padding: 5px 0;
}
.info-time-box{
	width: 85%;
	border-bottom: 2px #DDDDDD dashed;
	margin: 0 auto;
	line-height: 3.125rem;
	font-size: 0.875rem;
	color: #555555;
	padding: 0 30px;
}
.info-time-box span{
	margin-right: 1.25rem;
}
.info-time-box .float-r{
	float: right;
	padding-top: 10px;
}
.info-content{
	text-align: left;
	line-height: 200%;
	font-size: 1rem;
	width: 90%;
	margin: auto;
	text-align:justify;
	text-justify:inter-ideograph;
}
.info-content p{
	margin: 10px 0;
}
.info-content p img{
	width: 100%;
	height: 100%;
}
.info-desc{
	width: 80%;
	margin: auto;
	line-height: 60px;
	text-align: center;
	padding-bottom: 2.5rem;
}
.info-desc span{
	margin-right: 20px;
}

.gkinfo-tab{
	border: 1px solid #E2E2E2;
	border-bottom: none;
}
.gkinfo-tab tr{
	border-bottom: 1px solid #E2E2E2;
}
.gkinfo-tab tr td{
	padding: 15px 10px;
}
.gkinfo-tab tr td.td-bg{
	background-color: #F2F2F2;
	font-weight: bold;
}