body {
	letter-spacing: 5px;
	font-family: 'Playfair Display',游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

a:focus, *:focus { outline:none; }
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover {
	color: #ffd700;
	transition: 0.5s;
	text-decoration: none;
}
a {
	text-decoration: none;
}

.site {
	margin: 0 auto;
}

.main-row {
	margin-left: 0px;
	margin-right: 0px;
	margin: 0 auto;
	max-width: 1920px;
}

.left-col {
	padding-top: 100px;
	padding-left: 0px;
	padding-right: 0px;
}

.right-col {
	padding-top: 100px;
	padding-left: 0px;
	padding-right: 0px;
}

/* footer START */
.site-footer {
	height: 200px;
	display: table;
	width: 100%;
}
.site-info {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}
/* footer END */

@media (max-width: 896px) {

	/* footer START */
	.site-info {
		font-size: 16px;
	}
	/* footer END */

}

@media (max-width: 575px) {

}
