@charset "utf-8";

body {
	margin:0 auto 0 auto;
	font-family: 'Playfair Display SC', serif;
	text-align:center;
}

.container {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	width:100%;
	margin:0;
	padding:0;
}

a:link {
	font-family:sans-serif;
	text-decoration:none;
}

.link_list{
	width:100%;
}

.link_list a{
	width: 300px;
	height: 60px;
	background-color: #6C9F1F;
	color: #fff;
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #455A22;
	line-height: 60px;
	margin:0 auto 0 auto;
}

.header{
	width:auto;
	padding: 20px 10% 20px 10%;
	background-color:#363c39;
	margin-bottom:40px;
	color:#fff;
}
