/*history*/
@charset "utf-8";

/* header
---------------------------------------------------*/
.page_header_bg_img {
	z-index: 1;
	background: url(../img/common/page_header-def.jpg) no-repeat top center;
	background-size: cover;
}

.page_header_catch {
	z-index: 2;
	background-image: url(../img/common/page_header_catch-l.png);
}

/* common
---------------------------------------------------*/


/* content1
---------------------------------------------------*/
.table-history {
	text-align: left;
	width: 90%;
	margin: 0 auto;
}

.table-history th {
	/* background: #fff; */
	background: #eee;
	border: 1px solid #ddd;
	border-right: 0;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.8;
	padding: 10px;
	/* text-align: center; */
	text-align: left;
	width: 150px;
	vertical-align: middle;
}

.table-history th.title {
	background: #f5f5f5;
	/* background: #c9cfd8; */
	border-right: 1px solid #ddd;
}

.table-history td {
	border:1px solid #ddd;
	border-left: 0;
	letter-spacing: 2px;
	line-height: 1.9;
	padding: 1em;
	vertical-align: middle;
	text-align: left;
}

.notes-table_history{
	width: 91%;
	margin: 2em auto 0;
}

.copy-1 {
	-webkit-font-smoothing: antialiased;
	text-align: center;
	margin: 0;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
	border-radius: 4px;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 340px;
	cursor: pointer;
	padding: .5em 2em;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	border: 0px solid #00731b;
}

.copy-1 img {
	-webkit-font-smoothing: antialiased;
	text-align: center;
	color: #fff;
	cursor: pointer;
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: middle;
	height: auto;
	max-width: 80px;
	margin-right: 3em;
}

.copy-1>p {
	-webkit-font-smoothing: antialiased;
	text-align: center;
	cursor: pointer;
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	color: #333;
}

.copy-1>p img {
	-webkit-font-smoothing: antialiased;
	text-align: center;
	cursor: pointer;
	color: #333;
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	font-weight: bold;
	font-size: 24px;
}

.no-border {
	border: none;
}

.text-center.row.form-group img {
	max-width: 60%;
	min-width:60%
}

label {
	font-size: 16px;
	font-weight: solid;
}

.well.well-lg {
	background-color: white;
	border: none;
}
