@charset "utf-8";

/* 20230131 added by Fabo */
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }

.entry-content .row {
	margin-left: -10px;
	margin-right: -10px;
}
.entry-content .row > div {
	margin-bottom: 20px;
	padding: 0 10px;
}
.term-contact .entry-content .row {
	margin: 0;
}
.term-contact .entry-content .row > div {
	padding: 0;
}

.table-bordered {
	margin-bottom: 25px;
}
.table-bordered th,
.table-bordered td {
	padding: 15px 18px;
	border: 2px solid #fff;
}
.table-bordered th {
	background: #222;
	width: 25%;
	color: #fff;
}
.table-bordered td {
	background: #f7f7f7;
}

.contents-messagebox {
	margin-bottom: 70px;
	height: 400px;
	overflow: hidden;
	color: #fff;
	background: url(/images/default/contents-messagebox-bg.png) no-repeat center center;
}
.contents-messagebox .template-img-left {
	margin: 0;
}
.contents-messagebox .template-text {
	padding: 45px 50px 0;
}
.contents-messagebox dl dt {
	font-size: 16px;
	margin-bottom: 3px;
	font-weight: bold;
}
.contents-messagebox dl dd {
	margin-bottom: 10px;
}


/* 20230202 added by kumagai */
.template-backpattern {
    padding: 2%;
    background: #f9f9f9;
    border: #f0f0f0 2px solid;
}