@charset "shift_jis";

/*account open btn*/
.btn_open_account_top a {
	margin-bottom: 10px;
	display: block;
	width: 99% !important;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	background-color: #ff7200;
	color: #fff;
	padding: 0px;
}

.btn_open_account_top a:hover {
	background-color: #ff9540;
	color: #fff;
	text-decoration: none;
}

.btn_appli a:hover {
	background: rgb(200, 176, 96) !important;
}

.btn_open_account_top {
	width: 100% !important;
	padding: 10px 0px 5px 0px;
	height: 60px;
}

.border-bottom-none {
	border-bottom:0px solid !important;
}

.mt-2 {
	margin-top: 2px;
}

.border-top-none {
	border-top:0px solid !important;
}

.border-top-dashed {
	border-top:1px #b3b3b3 dashed !important;
}

.border-bottom-dashed {
	border-bottom:1px #b3b3b3 dashed !important;
}

.border-left-none {
	border-left:0px solid !important;
}

.border-right-none {
	border-right:0px solid !important;
}

.type-local-navi-report.link-list .signle a {
	padding: 7px 0 5px 0;
	display: inline-table;
}

.signle:hover{
	background: #f0e6c9;
}

.type-local-navi-report.link-list .report-core a {
	padding-left: 30px;
}

.pd-l-8 {
	padding-left: 8px !important;
}

.hide {
	display: none !important;
}