* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html,body {
	height: 100%;
}
/*
.wrapper:before,
.wrapper {
	width: 100%;
	height: 100%;
	background: transparent url(../img/background.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
	background-size: cover;
}*/
body:before {
	content: "";
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent url(../img/background.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-filter: blur(4px);
	-ms-filter: blur(4px);
	-o-filter: blur(4px);
	filter: blur(4px);
}
.wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-ox;
	box-sizing: border-ox;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: rgba(0,0,0,.3);
	overflow-y: scroll;
	position: relative;
}
#contents {
	padding-bottom: 7em;
}
.container > h1 {
	text-align: center;
	width: 100%;
	height: 0;
	padding-top: 100px;
	background: transparent url(../img/title.png) center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	overflow: hidden;
}
header {
	padding-top: 1em;
	text-align: center;
	color: #fff;
}
header > a {
	display: block;
	margin: 20px 0 10px;
	padding-top: 100px;
	width: 100%;
	height: 0;
	background: transparent url(../img/title.png) center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	overflow: hidden;
}
header > a:hover {
	opacity: .6;
}
/*
h1 {
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,.7);
}
h1 span {
	display: inline-block;
	position: relative;
	top: 10px;
	width: 300px;
	height: 0;
	padding-top: 50px;
	background: transparent url(../img/logo_blur.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	overflow: hidden;
}
*/
.panel {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}

#news dt span {
	padding-right: 3em;
}
#news dd {
	margin-bottom: 2em;
	margin-left: 10em;
}
#news dd table,
#news dd table th,
#news dd table td {
	border: 1px solid #000;
	border-collapse: collapse;
}
#news dd table {
	margin: .5em 0;
}
#news dd table td,
#news dd table th {
	padding: 1em 1.5em;
}
#news dd table th {
	background-color: #666;
	color: #fff;
}

#password .panel-body {
	position: relative;
	padding-bottom: 2em;
}
#password a {
	position: absolute;
	right: 15px;
	bottom: 10px;
}

#footer,
footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #111;
	color: #fff;
}
footer nav {
	padding: .3em 0;
	text-align: right;
}
footer nav a {
	display: inline-block;
	padding: .5em 1em;
	color: #fff;
}
footer nav a:not(first-child) {
	margin-left: .5em;
}
footer .copyright {
	background-color: #333;
	text-align: center;
}
footer .copyright .container {
	margin-bottom: 0;
	padding-top: .7em;
	padding-bottom: .7em;
}

@media only screen and (max-width: 439px) {
	#contents {
		padding-bottom: 10em;
	}
	footer nav a {
		padding: .2em .5em;
	}
	footer nav a:not(first-child) {
		margin-left: .3em;
	}
}