@charset "utf-8";

/* ================================================================================
	Additional
================================================================================ */
.box {
	margin-bottom: 30px;
}
.box::after {
	content: '';
	display: block;
	clear: both;
}

.box_left {
	float: left;
	margin: 0 25px 25px 0;
}

.box_right {
	float: right;
	margin: 0 0 25px 25px;
}

.box_text {
	overflow: hidden;
}

.box_color {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 25px;
	background: #eefafa;
	border-radius: 15px;
}
.box_color h4 {
	margin-bottom: 5px !important;
}

.box_color_success {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 25px;
	background: #d4edda;
	border-radius: 15px;
}

.box_border {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 25px;
	border: 3px solid #f7d761;
	border-radius: 15px;
}

.color_green {
	color: #28a745;
}

.color_red {
	color: #dc3545;
}

.img_frame {
	overflow: hidden;
	padding: 2px;
	border: 2px solid #ddd;
	vertical-align: top;
}

.reset_ttl {
}


/* =============================================== */
/** Project */
/* =============================================== */

.map_wrap iframe {
	width: 100%;
	height: 450px;
	vertical-align: top;
}

.img_shadow img {
	box-shadow: 10px 10px #fafac5;
}

.entry_body dl dt {
	color: #51ab4e;
	font-size: 16px;
	font-weight: bold;
}
.entry_body dl dd {
	margin-bottom: 10px;
}

.tbl_std th {
	width: 25% !important;
}

.tbl_fixed th,
.tbl_fixed td {
	text-align: center !important;
}

.calender_wrap iframe {
	width: 100%;
	height: 650px;
	vertical-align: top;
}

/* =============================================== */
/** Page */
/* =============================================== */