@charset "utf-8";
/* 
CSS Information
 File name:      system.css
 Author:         Administrator
 Style Info:     /sp/system.html
----------------------------------------------------- */

/* CSS override and Class setting
********************************** */


/* #door
********************************** */


#content ul.list {
	width: 95%;
	margin: 0 auto 10px;
	border: solid 1px #000099;
}

#content ul.list h2.titleL, .creditPayment h2 {
	padding: 5px 10px;
	font-size: 108%;
	color: #000000;
}

#content ul.list h3.titleM {
	padding: 5px 0;
	font-size: 108%;
}

#content ul.list > li > div {
	width: 95%;
	margin: 0 auto;
}

#content ul.list ul > li div{
	padding: 5px 5px 5px 10px;
	font-size: 100%;
}

#content ul.list ul > li div.item {
	border: solid 1px #000099;
	font-weight: bold;
}

#content ul.list ul > li div.price {
	border-right: solid 1px #000099;
	border-bottom: solid 1px #000099;
	border-left: solid 1px #000099;
}

#content ul.list li div ul li p.comment {
	font-size: 100%;
	padding: 5px 5px 5px 10px;
	margin-bottom: 10px;
	border-right: solid 1px #000099;
	border-bottom: solid 1px #000099;
	border-left: solid 1px #000099;
}

#content ul.list > li > div > p.comment {
	margin-bottom: 10px;
	padding: 10px;
}

#content div.card {
	width: 95%;
	margin: 0 auto 20px;
	height: 20px;
	line-height: 30px;
	font-size: 116%;
	text-align: center;
	font-weight: bold;
}
.Attention {
	color: #ff0000;
	text-align: left;
}
.creditPayment {
	padding: 10px;
	margin: 10px;
	border: solid 1px #000099;
}
.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: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0px auto 10px;
	padding: 10px;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

}
.payList li {
	width: 23.5%;
	margin-right: 2%;
	text-align: center;
}
.payList li img {
  width: 100%;
}
.payList li:nth-child(4n) {
	margin-right: 0;
}
.bgBack {
	background: #efebe4;
}
.paymentLink {
	margin: 15px 0;
	text-align: left;
}
.paymentLink a {
	text-decoration: underline;
}

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

決済モーダル

*************************************************************/
.pay_modal_contents {
	padding: 20px 0;
	width: 85%;
	box-sizing: border-box;
	margin: 0 auto;
}
.pay_modal-block {
	background: #ffffe1;
	border-radius: 10px;
	padding: 15px;
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}
.pay_modal_btn {
	margin-top: auto;
}
.pay_modal_contents h2 {
	background: #ffffe1;
	padding: 20px 0;
	border-radius: 10px;
	text-align: center;
	color: #f19147;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.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;
}
.pay_modal_txt {
	font-size: 13px;
}
.pay_modal_card-list {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 12px;
}
.pay_modal_card-list li {
	width: calc((100% / 6) - 5px);
	text-align: left;
	margin-right: 5px;
}
.pay_modal_txt {
	max-height: 90px;
	overflow: auto;
	margin-bottom: 20px;
}
.pay_modal_btn img {
	max-width: 100%;
}

.pay_modal_card-list li img {
	max-width: 100%;
	height: auto;
}
.subtitle {
	padding: 5px 0 5px 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 100%;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #ccc;
}
.price_list-inner {
	width: 95%;
	margin: 0 auto 10px;
}
.price_list-table {
	width:94%;
	margin:0 3% 10px;
}
.price_list-table th {
	width:30%;
	padding:7px;
	text-align:left;
	font-weight:normal;
	border:solid 1px #9900FF;
}
.price_list-table td {
	padding:7px;
	border:solid 1px #9900FF;
}
.card {
	padding: 10px !important;
	margin: 15px 0;
	text-align: center;
	color: #fff;
	background: -moz-linear-gradient(top, #474747, #2a2a2a 50%, #1c1c1c);
	background: -webkit-gradient(linear,left top,left bottom,from(#474747),color-stop(50%,#2a2a2a),to(#1c1c1c));
}