@charset "utf-8";
/* CSS Document */



#contents_text a {
	color: #2384e5;
	text-decoration: none;
}

#contents_text a:hover {
	color: #2384e5;
	text-decoration: underline;
}

#contents_text a:visited {
	color: #2384e5;
	text-decoration: none;
}


/* PC ここから */

div.error_space {
	clear: both;
	height: 390px;
}


/* PC ここまで */

/* Smartphone  ここから */

@media screen and (max-width: 639px), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

div.error_space {
	clear: both;
	height: 30px;
}

}
