@charset "utf-8";


/*---------------------------------------------------------------------------------------
	contents
----------------------------------------------------------------------------------------*/

#contents{
	padding-bottom: 60px;
}
/* article */
#contents .article{
	float: left;
	width: 65%;
	text-align: left;
	margin-left: 5%;
	margin-bottom: 80px;
	overflow: hidden;
}
#contents .article h3{
	color: #1B1464;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 2px solid #1B1464;
	margin-bottom: 30px;
}
#contents dl{
	clear: both;
	padding: 15px 0;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
#contents dl dt{
	float: left;
	width: 7em;
}
#contents dl dd{
	overflow: hidden;
}
#contents .article p{
	clear: both;
	margin-bottom: 15px!important;
}
#contents .article img{
	width:auto;
	max-width:100%;
	height:auto;
	margin: 15px 0;
}
#contents .article table{
	clear: both;
	width: 100%;
	border: 1px solid #ddd;
}
#contents .article table th{
	width: 30%;
	padding: 5px 10px;
	background: #eee;
	border: 1px solid #ccc;
}
#contents .article table td{
	padding: 5px 10px;
	border: 1px solid #ccc;
}
#contents .article #pdf img,
#contents .article .pdf img{
	margin: 0 .5em 0 0!important;
	vertical-align: middle;
}
#contents .article a{
	text-decoration: underline;
}
#contents .article #pages{
	clear: both;
	text-align: center;
	padding: 40px 0;
}
#contents .article #back{
	clear: both;
	text-align: center;
	padding-top: 50px;
}
#contents .article #back a{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	padding: 5px 30px;
	background: #1B1464;
	border-radius: 5px;
}
/* side */
#contents #side{
	float: right;
	width: 20%;
	text-align: left;
	margin-right: 5%;
	overflow: hidden;
}
#contents #side dl{
	clear: both;
	padding: 0;
	overflow: hidden;
	border-bottom: none;
}
#contents #side dt{
	float: none;
	width: auto;
	color: #fff;
	padding: 5px 10px;
	background: #1B1464;
	margin-bottom: 10px;
}
#contents #side dd a{
	display: block;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}
#contents #side dd a:before{
	display: inline-block;
	color: #1B1464;
	content: "■";
	margin-right: 5px;
}

/*------------------------------ sp size ------------------------------*/
@media screen and (max-width: 768px){
	/* article */
	#contents .article{
		float: none;
		width: auto;
		text-align: left;
		margin: 0 5% 40px;
		overflow: hidden;
	}
	#contents .article h3{
		color: #1B1464;
		font-size: 18px;
		font-weight: bold;
		padding-bottom: 5px;
		border-bottom: 2px solid #1B1464;
		margin-bottom: 20px;
	}
	#contents .article table{
		clear: both;
		width: 100%;
		border: 1px solid #ddd;
		border-bottom: none;
		margin-bottom: 20px!important;
	}
	#contents .article table th{
		display: block;
		width: auto;
		padding: 5px 10px;
		background: #eee;
		border: none;
		border-bottom: 1px solid #ccc;
	}
	#contents .article table td{
		display: block;
		width: auto;
		padding: 10px;
		border: none;
		border-bottom: 1px solid #ccc;
	}
	#contents .article #back{
		clear: both;
		text-align: center;
		padding-top: 20px;
	}
	#contents .article #back a{
		display: inline-block;
		color: #fff;
		font-size: 14px;
		text-decoration: none;
		padding: 8px 30px;
		background: #1B1464;
		border-radius: 5px;
	}
	/* side */
	#contents #side{
		float: none;
		width: auto;
		text-align: left;
		margin: 0 5%;
		overflow: hidden;
	}
}










