@charset "UTF-8";

body {
	font-family: "Noto Sans Japanese", "Lucida Grande", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
	color: #333;
	background: #fff;
}

/* ------禁則処理------ */
body {
	word-break: normal !important;
	word-wrap: break-word;
}
/* ----------------- */

header, footer, #main {
	width: 800px;
	margin: 0px auto;
}

header, footer {
	text-align: center;
}

span.domain {
	margin: auto 10px;
	font-weight: bold;
}

/* 警告 */
.attention {
	color: #f33;
}

.all_available, .script_available, .cookie_available, .nocookie, .invalid_domain {
	display: none;
}
