@charset "utf-8";


/* error404 */
#error404 section.notfound {
	padding : 5em 3em;
	text-align : center;
}
#error404 section.notfound .message {
	font-size : 1.4em;
	margin-bottom : 2em;
}
#error404 section.notfound .buttons a {
	display : inline-block;
	padding : 1em 1.4em;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background-color : #f3f3f3;
}

/* --- for 2K or more pc --- */
@media screen and (min-width: 1980px) {
}

/* --- for HD pc --- */
@media screen and (min-width: 1440px) and (max-width: 1979px) {
}

/* --- for normal pc --- */
@media screen and (min-width: 1024px) and (max-width: 1439px) {
}

/* --- for tablet --- */
@media screen and (min-width: 768px) and (max-width: 1023px) {
}

/* --- for mobile --- */
@media screen and (max-width: 767px) {
}
