@charset "utf-8";
/* CSS Document */
.mail a{color: #048CC9}
.mail a:hover{text-decoration: underline;}

.top_b1{
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 22px;
	right: 10%;
}
@media(max-width: 767px) {
.top_b1{
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 8px;
	right: 3%;
}
}
@media (max-width: 595px) {
	.top_b1{
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 8px;
	right: 4%;
}
}
.top_b1 a{
	color: #fff;
}
.top_b1 a:hover{
	border-bottom: #FFFFFF solid 1px;
}

h2.title{
	border-bottom: #d1d1d1 solid 1px;
	padding-bottom: 25px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
}

@media (max-width: 595px) {
	h2.title{font-size: 15px;
	
	}
}