@charset "UTF-8";

/* 2020.10.14追加 */
.tab_menu_btn {
	margin-bottom: 20px;
	width:40%;
}
@media print, screen and (max-width: 682px) {
  .tab_menu_btn {
		width: 60%;
	}
}

.tab_menu_btn a {
	display: block;
	padding: 6px 6px 6px 25px;
	text-decoration: none;
	color: #333;
	width: 100%;
	border: 2px solid #0075a9;
}

.tab_menu_btn a {
	background: url(../img/right_arrow.gif) no-repeat 1em 0.8em;
}

.tab_menu_btn a:hover {
	background: #0075a9 url(../img/right_arrow_on.gif) no-repeat 1em 0.8em;
	color: #fff;
}

.active_tab_btn {
	background: #0075a9 url(../img/right_arrow_on.gif) no-repeat 1em 0.8em !important;
	color: #fff !important;
}

.block_area_gray{
	border:1px dashed #d2d2d2;
}

.area_bg_gray{
	background:#eeeeee;
}