@charset "utf-8";

/* CSS Document */

body {
	background: white;
	height: 100%;
}

article, .container {
	margin: auto;
	min-height: calc(100% - 50px);
}

.header {
	border-bottom: 1px solid #333;
}

.header .header_body {
	width: 600px;
	padding: 10px 0 20px;
	margin: auto;
}

.content {
	margin: 20px auto;
}

.content .content_body{
	width: 600px;
	margin: 0 auto;
	padding: 0;
}

.logs {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.logs > div {
	display: table-cell;
	position: relative;
	overflow: hidden;
	padding: 10px 0 0;
	vertical-align: middle;
}

.logs > div:first-child {
	width: 400px;
}

.logs > div:last-child {
	text-align: right;
	
}

.main_content_container {
	width: 600px;
}

.main_content_container > h1 {
	font-size: 1.7em;
	padding: 15px 20px;
	background: #eee;
/*	width: 100%;*/
	border:1px solid #ccc;
	border-top: 3px solid #999;
	border-radius: 5px;
	margin: 0 0 25px;
}

.btn-print, .btn-close {
	display: inline-block;
	width: 180px;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: right;
	position: relative;
	overflow: hidden;
	
	background: linear-gradient(
		0deg,
		rgba(245, 245, 245, 1.0),
		rgba(255, 255, 255, 1.0)
	);
}

.btn-print > i, .btn-close > i {
	text-align: center;
	/* border: 1px solid red; */
/*	position: absolute;*/
	font-size: 1.7em;
	position: relative;
	vertical-align: middle;
/*	left: 11px;
	top: 4px;*/
}

.btn-print > b, .btn-close > b {
	display: inline-block;
	width: 130px;
	padding: 10px 0;
	text-align: center;
	border-left: 1px solid #ccc;
}

.map {
	margin: 15px 0;
	width: 100%;
	/* border: 1px solid red; */
}

.mgn-center {
	margin: 20px 0;
	text-align: center;
	width: 600px;
	/* border: 1px solid #eee; */
}

.border1 {
	border: 1px solid #ccc;
}

.copyright {
	padding: 10px 0;
	text-align: center;
	background: #ddd;
	font-size:0.8em;
}

.address {
	font-size: 0.9em;
	line-height: 1.4;
}

.text-list-disc {
	margin-top: 1em;
	margin-left: 1.3em;
}

.text-list-disc > li {
	font-size: 0.9em;
	list-style: 1.4;
	padding-bottom: 10px;
	list-style: disc;
}

@media screen and (max-width: 767px) {

	.header .header_body {
		width: 100%;
		padding: 10px 0;
	}
	
	.content {
		margin: 20px auto;
	}
	
	.content .content_body{
		width: 100%;
	}
	
	.main_content_container {
		width: 90%;
		margin: auto;
	}
	
	.logs > div {
		display: block;
	}
	
	.logs > div:first-child {
		width: 100%;
		padding: 5px 0 5px 25px;
	}
	
	.logs > div:first-child > a > img {
		/*display: block;*/
		width: 120px;
		height: inherit;
	}
	
	.logs > div:last-child {
		text-align: center;
		width: 100%;
	}
	
	.main_content_container > h1 {
		font-size: 1em;
	}
	
	.map {
		width: 100%;
		height: inherit;
	}
	
	.map img {
		width: 100%;
		height: inherit;
	}

	.mgn-center {
		width: 100%;
	}

	.address {
		font-size: 0.8em;
	}	

	.text-list-disc {
		margin-top: 0.5em;
		margin-left: 1.3em;
	}
	
	.text-list-disc > li {
		font-size: 0.8em;
	}
	
	.copyright {
		font-size:0.5em;
	}
}