@charset "UTF-8";

.imgCommon img {
	width: 100%;	
}
.imgCommon2 >div{
	width: 50%;
	float: left;	
}

/*--------------------contents--------------------*/
#TenpoBetuFeeAnnounce{
	box-sizing:border-box;
	padding:16px 3%;
}
#TenpoBetuFeeAnnounce h2{
	margin: 30px auto;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
#area{
	box-sizing:border-box;
	padding:0px 3%;
}

#qr_pay img{
	vertical-align: bottom;
	display:block;
	width:100%;
}
#qr_pay .grayBorder{
	border:1px solid #ccc;
}
#qr_pay .payDetail1 p{
	padding:10px 0 16px 0;
}
#qr_pay .payDetail1 h3{
	font-size:16px;
	padding-bottom:16px;
	font-weight:bold;
}
#qr_pay .payDetail1 .underLine{
	font-weight:bold;
	border-bottom:1px #000 solid;
}

#contents p{
	width: fit-content;
	margin: 1em auto;
	line-height: 2em;
}


.announce_text{
	font-size: 1.05em;
}
.announce_text table{
	margin: 0 auto;
}
.announce_text table td{
	padding: 8px 10px;
}

/*-------------------------------
店舗一覧
--------------------------------*/
.payDetail3 h3{
	font-size: 1.2em;
	margin: 10px 0;
	font-weight: bold;
	text-align: center;
}
#contents h3 .btn {
	position: relative;
	display: block;
	float: right;
	width: 34px;
	height: 34px;
}
#contents h3 .btn img {
	position: absolute;
	top: 3px;
	right: 10px;
}
#contents h3 .close img {
	top: 6px;
	right: 13px;
}
#contents h3 .close {
	display: none;
}

#contents .wrapper{
	display: none;
}

#area h3{
	margin-top: 5px;
	padding: 1px 1px 1px 10px;
	background-color: #808080;

}
#area.first h3{
	margin-top: 5px;
}

#area h3 span{
	line-height:34px;
	font-size: 1.7rem;
	font-weight:bold;
	color:#fff;
}
.area_btn{
	border-bottom:solid 2px #fff;
}

.area_btn span{
	border:solid 2px #cbea70;
	padding:4px 4px 4px 8px;
	text-align:left;
	vertical-align:middle;
	display: block;
	color:#4C3326;
	font-weight:bold;
	text-align:left;
	font-size:1.5rem;
	line-height:32px;
	background-color: #cbea70;
}

.area_btn .close,.open {
	position: relative;
	display: block;
	float: right;
	width: auto !important;
	height: auto !important;
	border:none !important;
	margin: 3px;
}
.area_btn .btn img {
	position: absolute;
	top: 7px;
	right: 10px;
}
.area_btn .close {
	display: none;
}

#area table{
	border:none;
	border-collapse: separate;
	border-spacing: 1px;
	background-color:#ccc;
	width:100%;
	margin-bottom:12px;
}

#area th,
#area td{
	border:1px solid #fff;
	padding:4px 4px 4px 4px;
	line-height:1.5rem;
	text-align:left;
	font-size:1.4rem;
	vertical-align:middle;
}
#area th{
	vertical-align:middle;
	background-color: #dcdcdc;
}

#area th.area{
	color:#524013;
	background-color:#FBC6DE;
	font-weight:bold;
	text-align:left;
	font-size:1.5rem;
	line-height:32px;
}

#area .shop_title{
	width:24%;
}

#area .shop_tel_title{
	width:24%;
}

#area th.name{
	font-weight:normal;
	width:100px;
}
#area td{
	background-color:#ffffff;
}
#area td.name{
	background-color:#fff;
	font-weight:bold;
	font-size:1.5rem;
}


.attention{
position:relative;
border:solid 2px #d00f10;
letter-spacing: 1px;
	padding: 5px 10px;
	margin-bottom: 20px;
}

.attention p::before {
content: "※";
position: absolute;
left: 10px;
}
.attention p{
color:#d00f10;
font-weight:bold;
margin-left: 16px;
}