@charset "utf-8";
/* 
CSS Information
 File name:      system.css
 Author:         Administrator
 Style Info:     /system.php
----------------------------------------------------- */
/* CSS override and Class setting
***********************************/

/* #system
***********************************/
section ul.systemList {
	padding: 10px;
}
section ul.systemList >li {
	display: block;
	margin: 0 0 20px;
	border: solid 1px #999;
}
section ul.systemList > li:last-child {
	margin-bottom: 0;
}
section ul.systemList > li h2 {
	position: relative;
	margin-bottom: 3px;
	padding: 5px 10px;
	font-size: 108%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	-pie-background: linear-gradient(#ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	border-bottom: solid 1px #999;
	font-weight: bold;
	text-align: left;
	behavior: url(/js/web/lib/PIE.htc);
}
section ul.systemList > li .body {
	padding: 10px;
	background: #fff;
}
section ul.systemList > li .body > .comment {
	padding: 10px;
	background: #fef;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.4;
}
section ul.systemList > li .mTitle {
	padding: 2px 10px;
	background: #666;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
section ul.systemList ul {
	margin-bottom: 10px;
}
section ul.systemList ul li {
	margin: 5px 0 0;
}
section ul.systemList ul li div {
	float: left;
	padding: 2px 5px;
	width: 423px;
}
section ul.systemList ul li .item {
	background: #dedede;
	border: 1px solid #dedede;
	text-align: left;
}
section ul.systemList ul li .price {
	float: right;
	border: 1px solid #999;
	text-align: right;
}
section ul.systemList ul li .comment {
	margin: 5px 0 0;
	padding: 2px 5px;
	clear: both;
	text-align: justify;
	text-justify: inter-ideograph;
}
section .card {
	margin-bottom: 10px;
}
section .card img {
	vertical-align: top;
}
.Attention {
	color: #ff0000;
	text-align: left;
}
.creditPayment {
	padding: 10px;
	margin: 10px;
	border: solid 1px #999;
}
.creditPayment .mTitle {
    padding: 2px 10px;
    background: #666;
    color: #fff;
    font-weight: bold;
    text-align: left;
}
.payList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 10px auto;
	padding: 10px;
	width: 450px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.bgBack {
	background: #efebe4;
}
.paymentLink {
	margin: 5px 0;
	text-align: left;
}
.paymentLink a {
	text-decoration: underline;
}

/*************************************************************

決済モーダル

*************************************************************/
.pay_modal_contents {
	width: 700px;
}
.pay_modal-block {
	background: #ffffe1;
	border-radius: 10px;
	width: 42%;
	padding: 20px;
	display: flex;
	flex-direction: column;
}
.pay_modal_inner {
	display: flex;
	justify-content: space-between;
}
.pay_modal_btn {
	margin-top: auto;
}
.pay_modal_contents h2 {
	background: #ffffe1;
	padding: 15px 0;
	border-radius: 10px;
	text-align: center;
	color: #f19147;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.modal_closer {
	text-align: right;
	display: block;
	margin-left: auto;
	margin-bottom: 10px;
}
.pay_modal_ttl {
	font-size: 18px;
	border-left: 3px solid #f0924a;
	padding-left: 10px;
	color: #f0924a;
	font-weight: bold;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.pay_modal_ttl-item {
	background: #f0924a;
	border-radius: 50%;
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 5px;
}
.credit_on {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 15px;
	text-align: left;
}
.pay_modal_txt {
	font-size: 13px;
}
.pay_modal_card-list {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	flex-wrap: wrap;
}
.pay_modal_card-list li {
	width: 25%;
	text-align: center;
	margin-bottom: 5px;
}
.pay_modal_txt {
	max-height: 90px;
	overflow: auto;
	margin-bottom: 20px;
	text-align: left;
}
.pay_modal_btn img {
	max-width: 100%;
}
.pay_modal_container {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.jsModal {
	display:none;
}
.price_list-ttl {
	padding: 2px 10px;
	margin-bottom: 10px;
	background: #666;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
.baseplay {
	text-align: left;
	margin-bottom: 10px;
}
.baseplay li {
	display: inline-block;
	vertical-align: top;
}
.price_table {
	width: 898px;
	margin-bottom: 10px;
}
.price_table th {
	padding: 5px 10px;
	border: 1px solid #999;
	background: #efefef;
	text-align: center;
}
.price_table td {
	padding: 5px 10px;
	border: 1px solid #c1c1c1;
	background: #fff;
	text-align: left;
}
.price_list-inner {
	padding: 10px;
}