@CHARSET "UTF-8";
/*---------------------------------------------------------------------------*/
/* 共通 */
body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, arial, verdana;
	font-size: 14px;
	line-height: 2.0;
	-webkit-text-size-adjust: none;
	color: #333;
	background-color: #111111; /* 背景色 */
}
div,pre,header,nav,article,section,footer {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	cursor: default;
}
table,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
	cursor: default;
}
h1,h2,h3,h4,h5,p,form,figure {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
	cursor: default;
}
input,select,textarea,label,span,ol,ul,li,dl,dt,dd,a,img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-size: 14px;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
}
input[type=*]{
	box-sizing: border-box;
}
select {
	appearance: none;
}
strong,em {
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
}
ol,ul {
	list-style-type: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	margin: 0 3px;
}
pre {
	word-wrap: break-word;
	overflow-wrap:break-word;
	white-space: pre-wrap;
	overflow: auto;
}
a {
}
a:link:visited {
}
a:active {
	color:#ff7f00;
}
a:hover {
	color:#ff7f00;
}
/*---------------------------------------------------------------------------*/
/* ベース */
#basis {
	clear: both;
	position: relative;
	width: 1065px; /* 表示幅 */
	margin: 0 auto; /* センタリング */
	padding: 0;
	overflow: hidden;
	background: #111111; /* 背景色 */
}
/*---------------------------------------------------------------------------*/
/* 日英 */
.lang-switch {
	position: absolute;
	top: 15px;
	left: 580px;
	margin: 0;
	padding: 0;
	width: 80px;
	height: 45px;
	background: transparent;
	z-index: 96;
	#border: solid 1px #fff;
}
/*---------------------------------------------------------------------------*/
/* メッセージ */
.notice {
	position: absolute;
	top: 180px;
	left: 0;
	margin: 0 0 0 5px;
	width: 585px;
	height: 200px;
	padding: 10px;
	text-align: left;
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Arial, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.0;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
	overflow: hidden;
	color: #ffff01;
	background: #ff8500;
	z-index: 97;
}
/*===========================================================================*/
/* END */
