@charset "utf-8";
/* CSS Document */

/* 
====================================================================================================
* content *
------------------------------------------------------------------------------------------------- */
/* sec */
.secTtl {
	color: #fff;
	padding: 5px 15px;
	margin: 15px 0;
}
.subttl {
	font-weight: normal;
	margin: 15px 0 10px;
}
/* formbox */
input, select{
	font-size:1.3em;
}
select {
	padding: 5px;
	border: #ddd 1px solid;
}
option {
	padding: 10px;
	box-sizing: border-box;
}
input[type="text"], input[type="password"] {
	padding: 8px;
	box-sizing: border-box;
	border: #ddd 1px solid;
}
input[type="radio" i] {
 margin: 0 5px;
 vertical-align:middle;
}
input[type="checkbox" i] {
 vertical-align:middle;
}
/* modal */
#modal-content {
	width: 80%;
	margin: 0;
	padding: 20px 15px;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 999;
}
#modal-dialog {
	width: 60%;
	margin: 0;
	padding: 20px 15px;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 999;
}
#modal-overlay {
	z-index: 998;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 0,0,0, 0.75 );
}
.button-link {
	color: #00f;
	text-decoration: underline;
}
.button-link:hover {
	cursor: pointer;
	color: #f00;
}
/* *** loginPage ***
-------------------------------------------------- */
.alert {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	padding: 15px;
	margin-bottom: 20px;
}
.submitButton {
	position: relative;
	box-sizing: border-box;
	background-color: #ffac00;
	color: #fff;
	border: none;
	border-radius: 3px;
	margin: 10px 0;
	text-align: center;
	box-shadow: 0px 0px 3px #999;
	z-index: 0;
}
.submitButton::before {
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 3px;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 2px;
	z-index: 0;
	background-color: transparent;
}
.submitButton input {
	margin: 0;
	width: 100%;
	padding: 15px;
	border: none;
	color: #fff;
	background-color: transparent;
	position: relative;
	z-index: 5;
}
/* *** topPage rankingPage ***
-------------------------------------------------- */
.swiper-slide a {
	display: block;
	padding: 10px;
	border: 1px solid #dcdcdc;
	position: relative;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}
.messageBox {
	margin: 15px;
}
/* *** searchPage ***
-------------------------------------------------- */
.charaSelect label {
	padding-right: 15px;
	margin-bottom: 10px;
	display: inline-block;
}
.searchResultBox {
	margin: 15px 0;
	width: calc(50% - 10px);
}
.searchResultBox a {
	display: block;
	padding: 10px;
	border: 1px solid #dcdcdc;
}
.searchResultBox p {
	margin-top: 5px;
}
.searchResultBox img {
	display: block;
	width: 100%;
	height: auto;
}
#searchResult .display-flex {
	flex-wrap: wrap;
}
.pachinko a {
	border: solid 3px #00baff !important;
	/* border-color: #00baff !important; */
}
.slot a {
	border: solid 3px #00d451 !important;
	/* border-color: #00d451 !important; */
}
/* pagination */

.pager li {
	list-style-type: none;
	flex: 1;
	display: flex;
	justify-content: center;
	background-color: #fff;
	padding: 0 2px;
}
.pager li a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	padding: 1em 0;
	text-decoration: none;
	border: 1px solid #ddd;
	color: #000;
}
.pager li:not([class*="active"]) a:hover {
	background-color: #ddd;
}
.pager li.active a {
	background-color: #00baff;
	border-color: #00baff;
	color: #fff;
	font-weight: bold;
}
ul {
	-webkit-padding-start: 0px;
}
/* *** device_infoPage device_charaPage ***
-------------------------------------------------- */
.infoimage {
	flex-wrap: wrap;
}
.infoimage li {
	width: 32%;
	padding-right: 20px;
}
.infoimage li img {
	width: 100%;
	display: block;
	margin: 3% 0;
}
.infoTable th, .charaTable th {
	color: #fff;
}

.infoTable th, .infoTable td, .charaTable th, .charaTable td {
	padding: 15px;
	box-sizing: border-box;
}
.infoTable tr, .charaTable tr {
	border: 1px solid #999999;
}
.infoTable a, .charaTable a {
	color: #00baff;
	text-decoration: underline;
}
.infoTable .video{
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.infoTable .video iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
.charaTable td {
	vertical-align: top;
}
.charaTable th, .charaTable td {
	height: 6em
}
/*.infoTable th, .infoTable tr:nth-child(odd) th, .charaTable th, .charaTable tr:nth-child(odd) th{*/
.infoTable th, .infoTable tr:nth-child(odd) th{
	background-color: #00baff;
}
/*.infoTable tr th, .charaTable tr th {*/
.infoTable tr th {
	background-color: #66d6ff;
	 box-shadow: 0 0 0 2px #fff inset;
}
.infoTable td th, .infoTable td td {
	padding:15px 0.5em;
	text-align:center;
}

/* *** performancePage ***
-------------------------------------------------- */
.performanceBox {
	border: 1px solid #999999;
}
.performanceBox dd {
	border-top: 1px solid #999999;
}
.performanceBox dt {
	justify-content: flex-start;
}
.performanceBox dt p, .performanceBox dd {
	padding: 15px;
}
.performanceBox dt span {
	display: inline-block;
	padding: 13px 20px;
	margin: 2px;
	color: #fff;
	background-color: #00baff;
}
/* *** notice ***
-------------------------------------------------- */
.noticeBox {
	border: 1px solid #999;
	position: relative;
	padding: 2px;
	background-color: #fff;
}
.noticeBox dt {
	padding: 20px 30px;
	transition: .3s;
	background-image: url(../images/accordion.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}
.noticeBox .accordionActive {
	background-color: #fff7e5;
	background-image: none;
}
.noticeBox dd {
	padding: 0 30px 20px;
	word-wrap: break-word;
}

.split.list{width: 100%;margin-bottom: 20px}
.split.list:last-child a{
    font-size: 0.9em;
	display: block;
    float: left;
    padding: 12px 0;
	width: 15.33333333%;
	text-align: center
}
.split.list:last-child th{
	    width:100%;
    color: #fff!important;
    padding-left: 8px;
    border-right: 1px solid #ccc;
	display: block;
}
.split.list:last-child td{
	padding-left: 0px;
}
.split.list .daylist a{
	    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
    font-size: 0.9em;
}
.split.list p{
	display:table;
}
.split.list p img{
	display: block;
    width: 36px;
}

.split.list p span{
	display: table-cell;
    vertical-align: middle;
	padding-right: 8px
}
.split.list p span:first-child{width: 36px;}

.split.list2{width: 100%;margin-bottom: 20px}
.split.list2:last-child a{
	font-size: 0.9em;
	display: block;
	float: left;
	padding: 12px 0;
	/* width: 15.33333333%; */
	text-align: center
}
.split.list2:last-child th{
	width:100%;
	color: #fff!important;
	padding-left: 8px;
	border-right: 1px solid #ccc;
	display: block;
}
.split.list2:last-child td{
	padding-left: 0px;
}
.split.list2 .daylist a{
	display: block;
	padding: 8px 0;
	border-bottom: 1px solid #ddd;
	font-size: 0.9em;
}
.split.list2 p{
	display:table;
}
.split.list2 p img{
	display: block;
	width: 36px;

}

.split.list2 p span{
	display: table-cell;
	vertical-align: middle;
	padding-right: 8px
}
.split.list2 p span:first-child{width: 36px;}

.termspan {
	text-align: center;
	width:100%;
	padding-left:20%;
}

.termsection {
	position:relative;
	width:80%;
	padding-left: 10%;
}

.termsection img {
	position:relative;
	width:80%;
	text-align: center;
}

.memberalert{
	color: #ff0000;
	font-weight: bold;
}