@charset "utf-8";

/* ======================================
2020/04/9 added by takada
======================================== */
.entry-content .btn-primary{
	background: #D8B33D;
	border-color: #D8B33D;
	color:#fff;
}

.table-bordered th{
	background: #728A25;
	color:#fff;
}
.table-bordered,
.table-bordered th,
.table-bordered td{
	border:1px #B9AC9C solid!important;
}

/* ======================================
2020/03/12 added by tsuji
======================================== */

.table th, .table td {
	border-bottom:1px #B9AC9C solid;
	vertical-align:middle;
	border-top:none;
}

.clender_text {
    display: none;
}


/* ======================================
2020/03/12 added by taira
======================================== */

.table-udl{
	border-collapse:collapse;
	} 　
.table-udl tr{
	border-bottom:1px solid #ccc;
	} 
.table-udl th {
	width:30%;
	}
.template-backpatternt{
	padding: 2%;
	background: #ffffff repeat 0 0;
	border: ;

	}


/* ======================================
2022/02/28 added by nakazato
======================================== */

/* リンクボタン */
.link_btn{
	margin:26px 0;
	padding:0;
	list-style-type:none;
	font-size: 0;
}
.entry-content ul.link_btn li{
	display: inline-block;
	list-style-type:none;
	text-align:center;
	font-size: 15px;
	margin:0;
	padding:0;
}
.entry-content ul.link_btn li a{
	margin:5px 7px 16px;
	padding:12px 30px;
	display:block;
	background:#728a20;
	color:#fff;
	text-decoration: none;
	border-radius: 40px;
}
.entry-content ul.link_btn li a:hover{
	background:#91AB37;
}