@charset "UTF-8";


/* -------------------------------------
etclink
------------------------------------- */
#mainimg {
	display:none;
}
#etclink p.etclink {
	text-align:center;
	padding-top:25px;
	margin-bottom:25px;
}
#etclink p.etclink a {
	font-size:1.4em;
	font-weight:bold;
	color:#1d5aa4;
	text-decoration:underline;
	display:inline-block;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
}
#etclink a#winclose {
	font-size:1.4em;
	font-weight:bold;
	line-height:1.0;
	text-align:center;
	color:#fff;
	display:block;
	width:100px;
	padding:9px 15px 7px 15px;
	margin:0 auto;
	background-color:#1d5aa4;
	box-sizing:border-box;
}

@media screen and (max-width:1000px) {
	
}
@media screen and (max-width:768px) {
	#etclink p.etclink a {
		font-size:1.3em;
	}
}
@media screen and (max-width:640px) {
	#etclink p.etclink a {
		font-size:1.2em;
	}
}
@media screen and (max-width:480px) {
	
}
@media screen and (max-width:320px) {
	
}