﻿@charset "utf-8";

/*----------------------------
overwrite
----------------------------*/
.modalOverlay {
	overflow: hidden;
}

.modalContent {
	height: 100%;
	max-height: 80%;
	padding: 50px 5px 15px 15px;
}

.modalContent .modalContentInner {
	padding: 0 10px 0 0;
	overflow-y: scroll;
	height: 100%;
}

/*----------------------------
parts
----------------------------*/
.copyright {
	margin-top: 5px;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: #666;
}

/*----------------------------
layout
----------------------------*/
.annualFeeBlk .btnType18 .btnTtl {
	display: flex;
	justify-content: center;
	align-items: center;
}

.modalContent table td [class^="txt"] {
	margin-top: 5px;
}

.modalContent table td [class^="txt"]:first-child {
	margin-top: 0;
}

.modalContent table .brand td {
	font-size: 0;
}

.modalContent table .brand .imgItem {
	display: inline-block;
}

.modalContent table .brand img {
	height: 50px;
}

.modalContent table .brand td [class^="txt"]{
	font-size: 1rem;
}