@charset "utf-8";

/* ベース (IE11~
========================================================================================*/

@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;

	min-width: 980px;
  min-height: 650px;

	background: #eee url(../../../img/bg.jpg) center 0 repeat;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input, textarea{
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	-ms-user-select: auto !important;
	user-select: auto !important;
}

image {
	border: none;
}

li {
	list-style-type: none;
}

/*
-----------------------------------------------------------*/



/* メインコンテナ
========================================================================================*/

div#main_container {
	position: relative;
	overflow: hidden;

	width: 100%;
	height: calc(100% - 100px);

	border: none;
}

/* カスタムスクロールバー
========================================================================================*/

.mCSB_vertical.mCSB_inside >.mCSB_container {
	margin-right: 10px;
}

.mCSB_scrollTools_vertical {
	width: 10px;
}

.mCSB_scrollTools_horizontal .mCSB_inside>.mCSB_container {
	margin-top: 10px;
}
.mCSB_scrollTools_horizontal {
	height: 10px !important;
}

.mCSB_scrollTools .mCSB_draggerContainer {
	background: #aaa;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #666;
	background-color: rgba(102, 102, 102, 1);
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

.mCSB_vertical .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	margin: 0 auto !important;
}

 .mCSB_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 6px !important;
	margin: 2px auto !important;
}

.mCSB_horizontal .mCSB_container{
	margin-bottom: 15px !important;
}

.setRandomQst {
	display: inline-block;
	cursor: pointer;
}

.setRandomQst:hover {
	opacity: 0.7;
}