@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*/

/*ワークス 日向子*/
#works{
	height: 5850px;
	padding: 50px;
}

h2, h3{
	color: #7ebea5;
}

.link{
	color: #000;
	font-size: 16px;
	line-height: 50px;
	padding-top: 15px;
}

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

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

/*ワークス 日向子END*/