@charset "utf-8";

/******************************************************************************/
/* 全体デザイン */

body {
	background-color: #0e0808;
	margin: 0;
	padding: 0;
	color: #ebe1be;
	-webkit-text-size-adjust: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

body::before {
	background-image: url("imgs/common/bg.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}

a {
	color: #199bbe;
	font-style: normal;
}

a:link {
	color: #199bbe;
	font-style: normal;
}

a:visited {
	color: #199bbe;
}

a:hover {
	color: #199bbe;
	text-decoration: underline;
}

/**************************************/
/* 単独装飾／画像 */

img.oct-img_pc {
	display: inline-block;
	margin: 0 auto;
	width: 50%;
	max-width: 850px;
}

img.oct-img_widht_full {
	display: inline-block;
	margin: 0 0;
	width: 100%;
	max-width: 850px;
}

img.oct-img_width_full {
	display: inline-block;
	margin: 0 0;
	width: 100%;
	max-width: 850px;
}

img.oct-img_box_shadow-1 {
	box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.75);
	width: 100%;
	max-width: 850px;
}

/**************************************/
/* 単独装飾／テキスト系 */

span.oct-text_red-bold {
	color: #b9554b;
	font-weight: bold;
}

span.oct-text_red {
	color: #b9554b;
}

span.oct-text_orange {
	color: #c8a03c;
}

/**************************************/
/* 単独装飾／戻るボタン */

div.oct-return_box {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
}

div.oct-return_box a {
	position: absolute;
	background: url("./imgs/common/button_left.png");
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div.oct-return_box a:active {
	position: absolute;
	background: url("./imgs/common/button_left_hover.png");
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 単独装飾／戻るボタン */

div.oct-return_box_up {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
}

div.oct-return_box_up a {
	position: absolute;
	background: url("./imgs/common/button_up.png");
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div.oct-return_box_up a:active {
	position: absolute;
	background: url("./imgs/common/button_up_hover.png");
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/******************************************************************************/
/* コンテンツ */
@font-face {
  font-family: 'KS_Skech_Default';
  src: url('fonts/KS_Skech_Default.ttf') format('truetype');
}
div.oct-content {
	margin: 0;
	padding: 0;
	width: 100%;
  font-family: 'KS_Skech_Default';
}

div.oct-header {
	margin: 0;
	padding: 0;
	width: 100%;
}

div.oct-body {
	margin: 10px 30px 10px 30px;
	padding: 0;
	font-size: 14px;
	line-height: 150%;
}

div.oct-footer {
	margin: 10px 30px 80px 30px;
	padding: 0;
	font-size: 12px;
	line-height: 150%;
}

/**************************************/
/* ヘッダー装飾 */

div.oct-header h1 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	text-align: center;
	margin: 40px 0 20px 0;
	padding-bottom: 30px;
	background-image: url(imgs/common/h1_border.png);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #f4efdd;
}

/******************************************************************************/
/* コンテンツ装飾 */


/**************************************/
/* コンテンツ装飾／全般 */
div.oct-content pre {
	white-space: pre-wrap;
}

/**************************************/
/* コンテンツ装飾／見出し */
div.oct-content h1 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	text-align: center;
	margin: 30px 0 20px 0;
	padding-bottom: 30px;
	background-image: url(imgs/common/h1_border.png);
	background-repeat: no-repeat;
	background-size: contain;
	max-width: 666px;
	margin-left: auto;
	margin-right: auto;
	background-position: bottom;
	color: #f4efdd;
}

div.oct-content h2 {
	margin: 20px 0 20px 0;
	padding-bottom: 25px;
	background-image: url(imgs/common/h2_border.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	max-width: 515px;
	margin-left: auto;
	margin-right: auto;
	color: #f4efdd;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

div.oct-content h4 {
	font-size: 16px;
	text-align: left;
	color: #f4efdd;
	background-image: url(imgs/common/h4_border.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	height: 32px;
}

div.oct-content h4::before {
	content: url(imgs/common/h4_left.png);
	position: relative;
	margin: 0px 5px;
	top: 3px;
}

div.oct-content h6 {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

div.oct-content h6::before {
	content: url(imgs/common/point.png);
	position: relative;
	margin: 0px 5px;
	top: 3px;
}


/**************************************/
/* コンテンツ装飾／表組み */

div.oct-content table {
	font-size: 12px;
	width: 100%;
	border: solid 1px #302412;
	border-collapse: collapse;
	margin: 0 0 20px 0;
	color: #4f4436;
}

div.oct-content th {
	border: solid 1px #302412;
	background-color: #503c32;
	padding: 8px;
	font-weight: bold;
	text-align: center;
	color: #e0e0e0;
}

div.oct-content td {
	border: solid 1px #302412;
	padding: 8px;
}

div.oct-content td.none {
	background: #f3eadd;
}

div.oct-content table tr:nth-child(even),
div.oct-content table tr.row-even {
	background: #e5d6c0;
}

div.oct-content table tr:nth-child(odd),
div.oct-content table tr.row-odd {
	background: #c5b09b;
}

/******************************************************************************/
/* おしらせ一覧 */

.oct-infolist_box {
	position: relative;
	border-radius: 10px 10px 10px 10px;
	background-color: #202020;
	box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.75);
	margin: 20px 0 20px 0;
	padding: 10px 10px 10px 10px;
	border: solid 2px #aaaaaa;
	border-radius: 10px 10px 10px 10px;
}

.oct-infolist_box a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}

.oct-infolist_box a:hover {
	border-radius: 10px 10px 10px 10px;
	background-color: #ffffff;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
}

div.oct-infolist_title {
	font-size: 14px;
	font-weight: bold;
	line-height: 130%;
	padding: 10px 0 0 0;
}

.oct-infolist_text-small {
	font-size: 95%;
}

a{
  -webkit-user-drag: none;
}

img{
  -webkit-user-drag: none;
}
