/* CSS Document */

/*----------------------------------------------------------------------
ヘッダー
-----------------------------------------------------------------------*/
header ul li {
	margin: 12px 24px 8px;
	position: relative;
}

header ul li:nth-of-type(3) figure {
	margin-top: 6px;
}

header ul li:nth-of-type(3) figcaption {
	margin-top: -6px;
}

header ul li:nth-of-type(7) a figure {
	margin-top: 7px;
}

header ul li:nth-of-type(7) a figure img {
	height: 40px;
}

a.button {
	padding: 12px 92px 12px 25px;
	background-position: 102px center;
	text-indent: 0;
}

/*----------------------------------------------------------------------
フッター
-----------------------------------------------------------------------*/
footer ul li:last-of-type {
	float: right;
	margin-right: 60px;
}