@charset "shift_jis";
/* CSS Document */

/*===========================================================================*/
/* 基本セット                                                                */
/*===========================================================================*/
@font-face {
	font-family: 'GenEi';
	src: url('../font/GenEiMGothic2-Black.ttf') format("truetype");
}

html,body {
	background: none;

	-webkit-text-size-adjust: none;
	font-family: HiraKakuProN-W3;
	line-height: 1.25;
	font-size: 12px;
	color: #000000;
}

body {
	background-color: #182048;
	background-image:url(../img/vreel/ic_kiban_blue.jpg);
	background-repeat: repaet;
	background-size: 25%;
}

.iPhoneBody {
	background-color: transparent;
	background-color: none;
	color: #FFFFFF;
}

header.common-header {
	background-image: none;
	background-color: rgba(24, 32, 72, 0.9);
}

/* チェックボックス共通パーツ */
button[type = "button"],
input[type = "checkbox"],
input[type = "button"],
input[type = "time"]
{
	/* ブラウザ固有のデザインを消す */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* 共通 */
}

/* ゴールド会員表示※iPhone.cssの上書き */
#ida_head_login {
	padding: 0 10vw 0 0;
	display: table-cell;
	width: auto;
	text-align: right;
	font-size: 0;
	vertical-align: middle;
}

/*===========================================================================*/
/* ハンバーガーメニュー                                                      */
/*===========================================================================*/
/* ラッパー */
.hamburger-menu {
}

.menu-btn {
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	height: 10vw;
	width: 10vw;
	justify-content: center;
	align-items: center;
	z-index: 10;
	background-color: none;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
	content: '';
	display: block;
	height: 24px;
	width: 3px;
	border-radius: 3px;
	background-color: #FFFFFF;
	position: absolute;
	transition: all 0.3s;
}

#menu-btn-check {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.menu-btn span:before {
	left: 8px;
}

.menu-btn span:after {
	right: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
	left: 0;
	background-color: #C0FFFF;
	transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
	right: 0;
	background-color: #C0FFFF;
	transform: rotate(-45deg);
}

/*===========================================================================*/
/* ハンバーガーコンテンツ                                                    */
/*===========================================================================*/
.menu-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 9;
	background-color: rgba(0, 0, 0, 0.85);
	transition: all 0.3s;
	color: #FFFFFF;
}

#menu-btn-check:checked ~ .menu-content {
	left: 0;/*メニューを画面内へ*/
}

/* メニュー内タイトル */
.div_menu_title {
	display: block;
	position: relative;
	width: 98vw;
	height: auto;
	margin: 0;
	padding: 2vw 0;
	color: #C0FFFF;
	font-size: 1.6rem;
	text-align: center;
}

/*------------------------------
	リール配列表
------------------------------*/
.tbl_reel_array {
	width: 98vw;
	margin: 0 1vw;
	padding: 0;
	background: none;
	border-collapse: collapse;/* 隣接するセルのボーダーを重ねて表示 <=>separate */
	border-spacing: 0;
	border: 0.25vw solid #00BEBE;
	empty-cells: show;
	font-size: 1.0rem;
	color: #C0FFFF;
	text-align: left;
	line-height: 1.2;
}

/* セル枠 */
.tbl_reel_array > tbody > tr > th {
	width: 10vw;
	padding: 0 0.5rem 0 0;
	border: 0.25vw solid #00BEBE;
	text-align: right;
	vertical-align: middle;
}

.tbl_reel_array > tbody > tr > td {
	margin: 0;
	padding: 0;
	border: 0.25vw solid #00BEBE;
	text-align: center;
	vertical-align: middle;
}

/* 図柄 */
.img_menu_zu {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	vertical-align: bottom;
}

/*===========================================================================*/
/* ツールタイトル用                                                          */
/*===========================================================================*/
.div_tool_title {
	height: auto;
	padding: 10px;
	background: -moz-linear-gradient(to bottom, rgba(24, 32, 72, 0.9), rgba(24, 32, 72, 0));
	background: -webkit-linear-gradient(to bottom, rgba(24, 32, 72, 0.9), rgba(24, 32, 72, 0));
	background: linear-gradient(to bottom, rgba(24, 32, 72, 0.9), rgba(24, 32, 72, 0));
	text-align: center;
	color: #FFFFFF;
	font-size: 2.0rem;
	font-weight: bold;
	text-shadow:0.1rem 0.1rem 0.1rem #00E9FF;
}

/*===========================================================================*/
/* ツールサブタイトル用                                                          */
/*===========================================================================*/
.div_tool_sub_title {
	height: auto;
	background: none;
	margin-bottom: 1.0rem;
	text-align: center;
}

.div_tool_sub_title h1 {
	background: -moz-linear-gradient(to bottom, rgba(24, 32, 72, 0), rgba(24, 32, 72, 0.9), rgba(24, 32, 72, 0));
	background: -webkit-linear-gradient(to bottom, rgba(24, 32, 72, 0), rgba(24, 32, 72, 0.9), rgba(24, 32, 72, 0));
	background: linear-gradient(to bottom, rgba(24, 32, 72, 0), rgba(24, 32, 72, 0.4), rgba(24, 32, 72, 0));
	font-family: HiraKakuProN-W6;
	font-size: 1.3rem;
	font-weight : normal;
	text-align: center;
	/*text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #00C6FF;
}

.div_tool_sub_title span {
	background: -moz-linear-gradient(to bottom, rgba(24, 32, 72, 0), rgba(24, 32, 72, 0.7), rgba(24, 32, 72, 0));
	background: -webkit-linear-gradient(to bottom, rgba(24, 32, 72, 0), rgba(24, 32, 72, 0.7), rgba(24, 32, 72, 0));
	background: linear-gradient(to bottom, rgba(24, 32, 72, 0), rgba(24, 32, 72, 0.7), rgba(24, 32, 72, 0));
	font-family: HiraKakuProN-W6;
	font-size: 1.3rem;
	font-weight : normal;
	text-align: center;
	/*text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #00C6FF;
}

/*===========================================================================*/
/* リール選択ラジオボタン                                                    */
/*===========================================================================*/
#ida_frm_crate {
	margin: 0;
	text-align: center;
	width: 100%;
}

.inp_slct_reel  {
	display: none;
	/*clip: auto; 初期値*/
	/*clip: rect(1px, 1px, 1px, 1px);*/
	position: absolute !important;
}

.lbl_slct_reel {
	display: inline-block;
	padding: 1vw;
	margin: 1vw;
	width: 28vw;
	border-radius: 0.25rem;
	transition: all 0.2s;
	font-size: 1.2rem;
	font-weight: normal;
	color: #3C3C40;
	text-shadow:0.1rem 0.1rem 0.1rem #AAAAAA;

	background: linear-gradient(135deg, rgba(112, 128, 128, 0.7), rgba(47, 79, 79, 0.7));

	outline-color: #999999;
	outline-offset: -0.05vw;
	outline-style: auto;
	outline-width: 1vw;
}

.inp_slct_reel:checked + .lbl_slct_reel {
	background: #4682B4;
	background: -moz-linear-gradient(135deg, rgba(70, 130, 180, 0.7), rgba(25, 25, 112, 0.7));
	background: -webkit-linear-gradient(135deg, rgba(70, 130, 180, 0.7), rgba(25, 25, 112, 0.7));
	background: linear-gradient(135deg, rgba(70, 130, 180, 0.7), rgba(25, 25, 112, 0.7));

	color: #FFFFFF;
	text-shadow:0.1rem 0.1rem 0.1rem #00E9FF;

	outline-color: #00FFFF;
	outline-offset: 0.05vw;
	outline-style: auto;
	outline-width: 1vw;
}

/*===========================================================================*/
/* リール本体                                                                */
/*===========================================================================*/
.tbl_reel {
	margin-left: 2vw;
	margin-right: 1vw;
	width: 96vw;
	border: 0.25vw solid #AAFFFF;
	border-radius: 1vw;
	border-collapse: separate;/* collapse */
	border-spacing: 0;
	background: none;
	box-shadow: 1vw 1vw rgba(24, 32, 72, 0.7);
}

.td_reel {
	background-color: rgba(239, 255, 255, 0.7);
	width: calc((100vw - 15.5vw) / 3);
}

.tbl_reel > tbody > tr > td {
	border-left: 2vw solid rgba(0, 0, 0, 0.8);
	border-right: 2vw solid rgba(0, 0, 0, 0.8);
}

.tbl_reel > tbody > tr > td:first-child {
	border-radius: 1vw 0 0 1vw;/* 左上、右上、右下、左下 */
}

.tbl_reel > tbody > tr > td:last-child {
	border-radius: 0 1vw 1vw 0;/* 左上、右上、右下、左下 */
}

/* 図柄 */
.img_zugara {
	width: calc((100vw - 15.5vw) / 3);
	height: calc((100vw - 15.5vw) / 3 / 2);
	background: none;
}

/* 補助線 */
.auxiliary_line {
	display: flex;
	justify-content: center;
	align-items: center;
	background: none;

	position: absolute;
	top: calc((100vw - 15.5vw) / 3 / 4);
	left: 0;

	width: calc((100vw - 15.5vw) / 3 - 2vw);
	height: calc((100vw - 15.5vw) * 1.5 / 3 - 2vw);
	border: 1vw solid #DDFFDD;
	border-radius: 1vw;

	animation: blinkLineAnimation 2.0s ease infinite alternate;
}

@keyframes blinkLineAnimation {
	0% {
		border: 1vw solid rgba(255, 255, 255, 0.2);
	}
	100% {
		border: 1vw solid rgba(255, 255, 255, 1.0);
	}
}

/* 陰影(上) */
.shadow_reel_top {
	display: flex;
	justify-content: center;
	align-items: center;
	background: none;

	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: calc((100vw - 15.5vw) / 12);

	background-color: rgba(24, 32, 72, 1.0);
	background: -moz-linear-gradient(to bottom, rgba(24, 32, 72, 1.0), rgba(24, 32, 72, 0.0));
	background: -webkit-linear-gradient(to bottom, rgba(24, 32, 72, 1.0), rgba(24, 32, 72, 0.0));
	background: linear-gradient(to bottom, rgba(24, 32, 72, 1.0), rgba(24, 32, 72, 0.0));

	z-index: 2;
}

/* 陰影(上) */
.shadow_reel_bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	background: none;

	position: absolute;
	top: calc((100vw - 15.5vw) * 7 / 12);
	left: 0;

	width: 100%;
	height: calc((100vw - 15.5vw) / 12);

	background-color: rgba(24, 32, 72, 1.0);
	background: -moz-linear-gradient(to bottom, rgba(24, 32, 72, 0.0), rgba(24, 32, 72, 1.0));
	background: -webkit-linear-gradient(to bottom, rgba(24, 32, 72, 0.0), rgba(24, 32, 72, 1.0));
	background: linear-gradient(to bottom, rgba(24, 32, 72, 0.0), rgba(24, 32, 72, 1.0));

	z-index: 2;
}

/* リールコマNo */
.div_koma_num {
	display: flex;
	justify-content: center;
	align-items: center;
	background: none;

	position: absolute;
	bottom: 0;
	right: 0;

	font-size: 1.0rem;
	color: #0000FF;
}

.div_disable_cover {
	display: flex;
	justify-content: center;
	align-items: center;
	background: none;

	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;

	width: 100%;
	height: 100%;
	background-color: rgba(24, 32, 72, 0.8);

	font-size: 1.0rem;

	/* 上手く動いてない。。。none/flexだと効かない？ */
	transition: all 0.2s;
}

/*===========================================================================*/
/* リール本体[Swiper]                                                        */
/*===========================================================================*/
.swp_left_reel,
.swp_center_reel,
.swp_right_reel {
	position: relative;
	width: 100%;
	height: calc((100vw - 15.5vw) * 2 / 3);
	pointer-events: none;
}

.div_reel {
	display: table;
	height: calc((100vw - 15.5vw) * 2 / 3);
	width: 100vw;
}

.div_left_reel,
.div_left_center,
.div_left_right {
	display: table-cell;
	table-layout: fixed;
	width: calc((100vw - 15.5vw) / 3);
}

.swiper-container,
.swiper-wrapper,
.swiper-slide {
	width: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 16px;
	background: none;
	height: calc(30vw / 2 + 24px);

	/* Center slide text vertically
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	*/
}

/* ページネーション(下の丸ぽっち) */
.swiper-pagination {
	/*color: #1FBACD;*/
}

/* 全体のスタイル */
.swiper-pagination-bullet {
	/* width: 12px; 幅 */
	/* height: 12px; 高さ */
	/* background: #CCCCCC; */
	/* opacity: 0.5; 半透明（デフォルトでは0.2） */
	outline: none;
}
/* 現在のスライドのスタイル */
.swiper-pagination-bullet-active {
	/* width: 20px; 幅 */
	/* height: 20px; 高さ */
	background: #1FBACD; /* 色：黄色 */
	/* opacity: 1; 不透明 */
	outline: none;
}

/* swiper次へボタン */
.swiper-button-next-pat1 {
	right: 0px;
}

/* swiper戻るボタン */
.swiper-button-prev-pat1 {
	left: 0px;
}

.swiper-button-prev-pat1,
.swiper-button-next-pat1 {
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	/* 追加 */
	width: 16px;
	height: 80px;
	background-color: rgba(255, 255, 255, 0.6);
	transition: .3s;
	outline: none;
}

/*===========================================================================*/
/* 説明(リール、テーブル)                                                    */
/*===========================================================================*/
.right_bring_box {
	display: block;
	position: relative;
	margin: 0 2vw;
	text-align: right;
}

.parts_discription1 {
	display: inline-block;
	position: relative;
}

/* 文字色(仮想モニター) */
#ida_vtl_mtr_name {
	color: #AAFFFF;
}

/* 斜線1 */
.diagonal_line1 {
	display: inline-block;

	margin: 0;
	padding: 0;
	width: 0.8rem;
	height: 0.25vw;

	position: absolute;
	top: 0;
	left: -3.0rem;

	border: 0;
	background-color: #AAFFFF;

	transform: rotate(45deg);
	transform-origin: 0% 0%;
}

/* 平行線1 */
.horizontal_line1 {
	display: inline-block;

	margin: 0;
	padding: 0;
	width: 2.0rem;
	height: 0.25vw;

	position: absolute;
	top: 0.5rem;
	left: -2.5rem;

	border: 0;
	background-color: #AAFFFF;
}

/* 文字色(制御表) */
#ida_spn_cts_name {
	color: #00BEBE;
}

/* 斜線2 */
.diagonal_line2 {
	display: inline-block;

	margin: 0;
	padding: 0;
	width: 0.8rem;
	height: 0.25vw;

	position: absolute;
	top: 0;
	left: -3.0rem;

	border: 0;
	background-color: #00BEBE;

	transform: rotate(45deg);
	transform-origin: 0% 0%;
}

/* 平行線2 */
.horizontal_line2 {
	display: inline-block;

	margin: 0;
	padding: 0;
	width: 2.0rem;
	height: 0.25vw;

	position: absolute;
	top: 0.5rem;
	left: -2.5rem;

	border: 0;
	background-color: #00BEBE;
}

/*===========================================================================*/
/* デバッグ用モニター                                                        */
/*===========================================================================*/
/* ラッパー */
.div_test_monitor {
	text-align: center;
}

/* テキスト書体 */
.spn_test_text {
	margin: 1.0rem;

	color: #FFFFFF;
	font-size: 2.0rem;
	text-shadow: 0.1rem 0.1rem 0.2rem #FF0000;
}

/*===========================================================================*/
/* アシスト表示                                                              */
/*===========================================================================*/
/* ラッパー */
.div_ast_view_wrap1 {
	display: inline-block;
	margin: 0 2vw 0 2vw;
	background-color: rgba(24, 32, 72, 0.7);
	transform: skewX(-15deg);
}

/* 元チェックボックス */
input[type = "checkbox"].chk_toggle_button1 {
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.chk_fontas {
	position: relative;
	vertical-align: middle;
	font-size: 21px;
}

.chk_toggle_button1 + .chk_fontas:before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: '\f4fc';
  color: #AAAAAA;
}

.chk_toggle_button1:checked + .chk_fontas:before {
	color: #80FFFF;
}

#ida_lbl_imgchar {
	font-size: 1.3rem;
}

.chk_toggle_button1:checked ~ #ida_lbl_imgchar {
	color: #80FFFF;
	/* 取り消し線 
	text-decoration: line-through;
	text-decoration-color: #80FFFF;
	*/
}

/*===========================================================================*/
/* 滑りコマ数(ヘッダ)                                                        */
/*===========================================================================*/
/* セパレート版ラッパー */
.sub_title_box1 {
	display: table;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	font-size: 0;
	box-shadow: 0 0 0.5vw #000000;
}

/* セパレート版左 */
.sub_title0 {
	display: table-cell;
	margin: 0 0 0 2vw;
	padding: 0;
	width: 8vw;
	float: left;

	border-top: 0.25vw solid #B8D5D3;
	border-bottom: 0.25vw solid #B8D5D3;
	font-size: 1.3rem;
	font-style: italic;

	background-color: rgba(50, 167, 187, 1.0);
	background: -moz-linear-gradient(105deg, rgba(50, 167, 187, 0.0), rgba(50, 167, 187, 1.0));
	background: -webkit-linear-gradient(105deg, rgba(50, 167, 187, 0.0), rgba(50, 167, 187, 1.0));
	background: linear-gradient(105deg, rgba(50, 167, 187, 0.0), rgba(50, 167, 187, 1.0));
}

/* セパレート版中 */
.sub_title1 {
	display: table-cell;
	margin: 0;
	padding: 0;
	width: 79vw;
	float: left;
	background-color: #32A7BB;
	border-top: 0.25vw solid #B8D5D3;
	border-bottom: 0.25vw solid #B8D5D3;
	font-size: 1.3rem;
	font-style: italic;
}

/* セパレート版右 */
.sub_title2 {
	display: table-cell;
	margin: 0 2vw 0 0;
	padding: 0;
	width: 8vw;
	float: left;

	border-top: 0.25vw solid #B8D5D3;
	border-bottom: 0.25vw solid #B8D5D3;
	font-size: 1.3rem;
	font-style: italic;

	background-color: rgba(50, 167, 187, 1.0);
	background: -moz-linear-gradient(105deg, rgba(50, 167, 187, 1.0), rgba(50, 167, 187, 0.0));
	background: -webkit-linear-gradient(105deg, rgba(50, 167, 187, 1.0), rgba(50, 167, 187, 0.0));
	background: linear-gradient(105deg, rgba(50, 167, 187, 1.0), rgba(50, 167, 187, 0.0));
}

/* 一体化版 */
.sub_title_box2 {
	display: block;
	width: 98vw;
	margin: 0 1vw 0 1vw;
	padding: 0;

	border-top: 0.25vw solid #B8D5D3;
	border-bottom: 0.25vw solid #B8D5D3;
	box-shadow: 0 0 0.5vw #000000;

	background-color: rgba(50, 167, 187, 1.0);
	background: linear-gradient(135deg, rgba(50, 167, 187, 0.0) 0%, rgba(50, 167, 187, 1.0) 10%, rgba(50, 167, 187, 1.0) 90%, rgba(50, 167, 187, 0.0) 100%);

	text-align: center;
	font-size: 1.3rem;
	font-style: italic;
}

/*===========================================================================*/
/* 制御表(タブ)                                                              */
/*===========================================================================*/

/*===========================================================================*/
/* タブ                                                                      */
/*===========================================================================*/
/*------------------------------
	タブボタン親
------------------------------*/
.ul_tab_button1 {
	list-style: none;
	position: relative;
	width: 96vw;
	margin: 0 2vw;
	padding: 0;
	background-color: rgba(24, 32, 72, 0.7);
	color: #32A7BB;
	font-size: 1.0rem;
	box-shadow: 1vw 1vw rgba(24, 32, 72, 0.7);
}

/*------------------------------
	タブボタン(5列)
------------------------------*/
.li_tab1_button {
	display: inline-block;
	width: 17vw;
	/*height: 8vw;*/
	padding-top: 0.5vw;
	background-color: rgba(32, 32, 32, 0.8);

	border: 0.25vw solid #00BEBE;
	border-bottom: 0;
	border-radius(5px 5px 0 0);

	color: #0C8C89;
	font-size: 0.9rem;
	text-align: center;
	line-height: 1.8rem;
	text-shadow: 1px 1px 1px #182048;/* 横,縦,ぼかし,色 */

	transition: all 200ms ease-in-out;
}

/* ボタン選択時の描画 */
.cst_selected {
	/*height: 8vw;*/
	background-color: #00BEBE;

	border: 0.25vw solid #00BEBE;
	box-shadow: 0 0 3vw #00DCDC;

	color: #FFFFFF;
	font-size: 1.3rem;
}

/*------------------------------
	タブ切り替え
------------------------------*/
.li_tab_panel1 {
	display: none;
	animation: none;
}

.cst_is_show {
	display: block;
	animation-name: ani_huwatto;
	animation-duration: 0.3s;
	animation-timing-function: ease-in;
}
/* ふわっとアニメ */
@keyframes ani_huwatto {
	 0% {opacity: 0.0;}
	100% {opacity: 1.0;}
}

/*===========================================================================*/
/* 制御表                                                                    */
/*===========================================================================*/
/*------------------------------
	パネル親
------------------------------*/
.ul_tab_panel1 {
	list-style: none;
	position: relative;
	width: 96vw;
	margin: 0 2vw;
	padding: 0;
	background-color: rgba(32, 32, 32, 0.7);
	border: none;
	color: #C0FFFF;/* #32A7BB */
	font-size: 1.0rem;
	box-shadow: 1vw 1vw rgba(24, 32, 72, 0.7);
}

/*------------------------------
	パネル内テーブル(共通パーツ)
------------------------------*/
/* テーブル本体 */
.tbl_ctr_sequence {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(32, 32, 32, 0.8);
	border-collapse: collapse;/* 隣接するセルのボーダーを重ねて表示 <=>separate */
	border-spacing: 0;
	border: 0.25vw solid #00BEBE;
	empty-cells: show;
	text-align: left;
	line-height: 1.2;
}

/* セル枠 */
.tbl_ctr_sequence > tbody > tr > th,
.tbl_ctr_sequence > tbody > tr > td {
	border: 0.25vw solid #00BEBE;
}

/*------------------------------
	表(クロステーブル)
------------------------------*/
/* 表(クロステーブル) */
.th_cross1 {
	display: table-cell;
	postion: relative;

	/* 斜線
	background-image: linear-gradient(to top right, transparent, transparent 49.5%, #007F7F 49.5%, #007F7F 50.5%, transparent 50.5%, transparent);
	text-align: left;
	vertical-align: top;
	*/
}

/* クロステーブルラッパー */
.div_wrap1 {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;

	width: 100%;
	height: 100%;

	color: #E0FFFF;/* #32A7BB */
	text-align: center;
	vertical-align: middle;
}

/* 表内ミニ図柄 */
.img_mini_zu {
	width: 20vw;
	height: 10vw;
	background: none;
}

/* クロステーブル左上 */
.crs_top_left {
	display: inline-block;

	margin: 0;
	padding: 0;

	position: absolute;
	top: 0.5rem;
	left: 0.5rem;

	border: 0;
	backgroundcolor: none;

	font-size: 0.8rem;
}

/* クロステーブル左下 */
.crs_bottom_left {
	display: inline-block;

	margin: 0;
	padding: 0;

	position: absolute;
	bottom: 0.5rem;
	left: 0.5rem;

	border: 0;
	backgroundcolor: none;

	font-size: 0.8rem;
}

/* クロステーブル右上 */
.crs_top_right {
	display: inline-block;

	margin: 0;
	padding: 0;

	position: absolute;
	top: 0.5rem;
	right: 0.5rem;

	border: 0;
	backgroundcolor: none;

	font-size: 0.8rem;
}

/* クロステーブル右下 */
.crs_bottom_right {
	display: inline-block;

	margin: 0;
	padding: 0;

	position: absolute;
	bottom: 0.5rem;
	right: 0.5rem;

	border: 0;
	backgroundcolor: none;

	font-size: 0.8rem;
}

/*------------------------------
	表(ボーナス)
------------------------------*/
/* セル(ボーナス) */
.th_bonus {
	display: table-cell;
	postion: relative;

	margin: 0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;

	text-align: center;
	vertical-align: top;
}

/* 縦書きボーナス名称 */
.lbl_bns_name {
	display: inline-block; 
	margin: 0;
	padding: 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	white-space: nowrap;
}

/*------------------------------
	表(小役)
------------------------------*/
.th_koyaku {
	display: table-cell;
	postion: relative;

	margin: 0;
	padding: 0.5rem;

	text-align: left;
	vertical-align: middle;
}

/* 横書き小役名称 */
.lbl_kyk_name {
	display: inline-block; 
	margin: 0;
	padding: 0;
}

/*------------------------------
	表(制御表記)
------------------------------*/
.td_cst_label {
	display: table-cell;
	postion: relative;

	margin: 0;
	padding: 0;

	text-align: center;
	vertical-align: middle;
}

/*===========================================================================*/
/* 全消灯ボタン                                                              */
/*===========================================================================*/
.div_btn_rst_color {
	diplay: block;
	margin-right: 2vw;
	position: relative;
	text-align: right;
}

/* コピー/消去ボタン */
.btn_reset_color {
	margin: 0;
	padding: 0;
	width: 30vw;
	background-color: rgba(69, 175, 237, 0.8);/* #45AFED */
	border: 0.5vw solid #00BEBE;
	border-radius: 5px;
	box-shadow: 0.5vw 0.5vw rgba(24, 32, 72, 0.7);
	color: #FFFFFF;
	outline: none;
	text-align: left;
}

/* クリック時の色 */
.btn_reset_color:active {
	background: #45D9ED;/*#45AFED;*/
}

/* ボタン文字 */
.btn_text1 {
	diplay: block;
	position: absolute;
	top: 11px;
	right: 6px;
	text-shadow: 1px 1px 1px #182048;/* 横,縦,ぼかし,色 */
}

/*===========================================================================*/
/* 消灯アイコン                                                              */
/*===========================================================================*/
/* ラッパー */
.div_off_icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	position: relative;
	background: none;
	border: none;
}

/* 消灯文字 */
.icn_char_off {
	position: absolute;
	top: 6px;
	left: 5px;

	color: #FFFFFF;
	font-size: 0.8rem;
	font-weight: bold;
}

.icn_big_circle {
	display: inline-block;
	width: 22px;
	height: 22px;

	position: absolute;
	top: 1px;
	left: 5px;

	border-radius: 50%;
	background-color: #182048;
}

.icn_square1 {
	display: inline-block;
	width: 10px;
	height: 3px;

	position: absolute;
	top: 21px;
	left: 11px;

	background-color: #182048;
}

.icn_square2 {
	display: inline-block;
	width: 10px;
	height: 2px;

	position: absolute;
	top: 25px;
	left: 11px;

	border-radius: 20%;
	background-color: #182048;
}

.icn_square3 {
	display: inline-block;
	width: 10px;
	height: 2px;

	position: absolute;
	top: 28px;
	left: 11px;

	border-radius: 20%;
	background-color: #182048;
}

.icn_small_circle {
	display: inline-block;
	width: 4px;
	height: 4px;

	position: absolute;
	top: 28px;
	left: 14px;

	border-radius: 50%;
	background-color: #182048;
}

/*===========================================================================*/
/* 関連リンク                                                                */
/*===========================================================================*/
.related_links {
	margin: 2vw;
}

.link_pat3 {
	color: #FFFFFF;
	vlink: #AAAAAA;
	font-size: 1.3rem;
	text-shadow: 2px 1px 1px #000000;/* 横,縦,ぼかし,色 */
	text-underline-offset: 2px;
}

/*===========================================================================*/
/* フッター                                                                  */
/*===========================================================================*/
/* 機種TOP戻るリンク */
.link_pat2 {
	color: #FFFFFF;
	vlink: #AAAAAA;
	font-size: 1.6rem;
	text-shadow: 2px 1px 1px #000000;/* 横,縦,ぼかし,色 */
	text-underline-offset: 2px;
}

/* フッター用ラッパー */
.div_end_wrap1 {
	display: block;
	margin: 0;
	padding: 0;
	width: 100vw;
	background: -moz-linear-gradient(to top, rgba(24, 32, 72, 0.9), rgba(24, 32, 72, 0));
	background: -webkit-linear-gradient(to top, rgba(24, 32, 72, 0.9), rgba(24, 32, 72, 0));
	background: linear-gradient(to top, rgba(24, 32, 72, 0.9), rgba(24, 32, 72, 0));
}
/*===========================================================================*/
/* テスト用CSS                                                               */
/*===========================================================================*/
