* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0px solid gray;
	list-style: none;
	font-family: sans-serif;
}
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	background-color: #fff4f4;
	position: relative;
}
header {
	height: 100px;
	border-bottom: 0px solid gray;
	text-align: center;	
	background-color: darkgray;
}
header h1 {
	line-height: 100px;
}
header h1 a {
	color: white;
	font-size: 0.7em;
	font-weight: normal;
}
h3 {
	text-align: center;
}
h3 span {
	color: dimgray;
}
h4 {
	color: dimgray;
}
p {
	color: dimgray;
	text-align: center;
}
a {
	color: dimgray;
}
section {
	padding-bottom: 100px;
}
section:nth-child(even) {
	background-color: #ffd4d4;
}
main#mainCommon h3 {
	padding: 20px;
}
main#mainCommon h4 {
	padding-bottom: 20px;
}
div.description {
	padding-top: 20px;
}
div.description p {
	font-size: 0.8em;
	padding-bottom: 5px;
}
ul.topColumns {
	width: 100%;
	height: 400px;
}
ul.topColumns li {
	width: calc(100% / 2);
	height: 100%;
	float: left;
	position: relative;
}
ul.topColumns li p {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
ul.topColumns li p a {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
	background-color: #ffc561;
	border-radius: 50%;
}
ul.topColumns li p a span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 1.5em;
}
div.innerBox {
	padding: 20px;
}
input[name="title"] {
	width: 500px;
}
input[name="news_title"] {
	width: 500px;
}
input[name="event_title"] {
	width: 500px;
}
input[name="image_url"] {
	width: 500px;
}
input[type="file"] {
	width: 500px;
}
div.buttonBox {
	width: 100%;
	text-align: center;
}
button {
	width: 70px;
	height: 30px;
	background-color: #00c7b3;
	border-radius: 7px;
	line-height: 30px;
	color: white;
	font-size: 0.9em;
	letter-spacing: 2px;
}
button.register {
	width: 200px;
	height: 50px;
	background-color: #1cd185;
	border-radius: 10px;
	line-height: 50px;
	color: white;
	font-size: 1em;
	letter-spacing: 7px;
}
button.edit {
	width: 200px;
	height: 50px;
	background-color: #1cd185;
	border-radius: 10px;
	line-height: 50px;
	color: white;
	font-size: 1em;
	letter-spacing: 7px;
}
table {
	width: 100%;
	border-collapse: collapse;
	background-color: white;
}
table#addTable {
	width: 100%;
	border-collapse: collapse;
	background-color: #ffb463;
	margin-bottom: 30px;
}
table#addTable input, table#editTable input {
	height: 25px;
	padding: 5px 10px 5px 10px;
	font-size: 1em;
}
table#addTable textarea, table#editTable textarea {
	padding: 5px 10px 5px 10px;
	font-size: 1em;
}
table#addTable td {
	border: 1px solid white;
}
table#editTable {
	width: 100%;
	border-collapse: collapse;
	background-color: #ffb463;
	margin-bottom: 30px;
}
table#editTable td {
	border: 1px solid white;
}

table th {
	border: 1px solid lightgray;
	font-size: 0.8em;
	padding: 10px;
}
table th.id {
	width: 50px;
}
table th.title {
	width: 200px;
}
table th.image {
	width: 300px;
}
table th.description {
	width: 500px;
}
table th.public {
	width: 100px;
}
table th.edit {
	width: 50px;
}
table th.delete {
	width: 50px;
}
table th.restore {
	width: 50px;
}

table td {
	border: 1px solid lightgray;
	padding: 10px;
	font-size: 0.8em;
}
table td.id {
	text-align: center;
}
table td.secret div p {
	text-align: left;
	padding-top: 10px;
}
table td.secret div form {
}
table td img {
	width: 300px;
}

.required {
	color: tomato;
}
.error {
	color: tomato;
}
footer {
	width: 100%;
	height: 100px;
	background-color: white;
	border-top: 0px solid gray;
	text-align: center;
}
footer#footerMain {
	position: absolute;
	bottom: 0;
}
footer#footerCommon {
	width: 100%;
	height: 100px;
}
footer img {
	height: calc(100% - 20px);
	padding: 10px;
}
