/* CSS Document */

#main {
	width:680px;
	background-color: #FFF;
	padding: 30px;
	float:left;
}

#main h2{
	margin-bottom:15px;
}

#main h3{
	margin-bottom:15px;
}

#main p{
	margin-bottom:20px;
	font-size: 16px;
	line-height: 26px;
}

#main strong {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}

#main h3{
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #DEEFF8;
	padding-bottom: 5px;
}
.doclist ul {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.doclist ul::after {
	content: "";
	display: block;
	clear: both;
}
.doclist li {
	padding: 10px;
}
@media screen and (max-width: 660px) {
	.doclist li {
		float: none;
		width: 100%;
		padding: 10px;
	}
}
.doclist li a {
	border: 2px solid #CCCCCC;
	display: block;
	line-height: 40px;
	padding: 25px;
	font-size: 18px;
	position: relative;
	color: #333;
    text-decoration: none;
}
.doclist li a::before {
    content: url("../info/images/PDF_32.png");
    vertical-align: middle;
    margin-right: 5px;
    line-height: 40px;
}
.doclist li a::after {
	content: "";
	border-right: 8px solid #CCC;
	border-top: 8px solid #CCC;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 28px;
	right: 28px;
	transform: rotate(45deg)
}
.doclist li a:hover {
	border: 2px solid #3BD74E;
}
.doclist li a:hover::after {
	border-right: 8px solid #3BD74E;
	border-top: 8px solid #3BD74E;
}
.pdfcoution {
	background: #EFEFEF;
	width: 660px;
	margin: 20px auto 50px;
	padding: 25px 0;
	text-align: center;
}
.pdfcoution p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
}
@media screen and (max-width: 660px) {
	.pdfcoution {
		width: 100%;
	}
	.pdfcoution p {
		font-size: 12px;
		line-height: 20px;
		text-align: center;
	}
}

@media (max-width: 767px) {
	#main {
		width: 100%;
		float: none;
		padding: 10px;
	}
	#main h2::after,
	#main h3::after {
		content: attr(title);
		font-size: 16px;
		font-weight: bold;
		display: block;
		line-height: 1.6;
		border-bottom: 1px solid #333;
	}
	#main h2 img,
	#main h3 img {
		display: none;
	}
	#main strong {
		font-size: 14px;
		font-weight: bold;
		line-height: 1.6;
	}
	#main p {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 1.6;
	}
	#main img {
		width: 100%;
		height: auto;
	}
	#nickname {
		background-size: 100px auto;
	}
}
