@charset "UTF-8";
/* CSS Document */

/*ヘッダー*/
#logo {
	width: 100%;
	height: 80px;
	line-height: 100px;/*縦位置中央化*/
	position: absolute;
	z-index: 1;
	text-align: center;
	font-family: 'Chelsea';
	font-size: 35px;
	color: #dc143c;
	letter-spacing: 0.05em;
}
/*ヘッダーEND*/

/*コンタクト*/
/*ライン行間*/
center{
	line-height: 2px;
}

#contact{
	margin-left: auto;
	margin-right: auto;
	width: 880px;
	height: 120px;
	padding: 50px;
	letter-spacing: -0.02em;
	color: #7ebea5;
}
/*コンタクトEND*/

/*リンク*/
#link{
	height: 350px;
	background-color: #7ebea5;
	color: #fff;
	padding: 50px;
}

.link_4{
	color: #fff;
	font-size: 16px;
	line-height: 50px;
}

.link_4 a:link {
	text-decoration:none;
	color: #fff;
	font-family: 'Sawarabi Gothic';
}

.link_4 a:visited {
	text-decoration:none;
	color: #fff;
	font-family: 'Sawarabi Gothic';
}
/*リンクEND*/