@charset "utf-8";
/* easy css
--------------------------------------------------*/
.lst:after {
	content: "";
	display: block;
	clear: both;
}
.lst .lft {
	float: left;
}
/* set color & font 
--------------------------------------------------*/
body {
	color: #000;
	background-size: cover;
	font-size: 13px;
	line-height: 1.5;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', sans-serif;
}
/*
a:link,a:visited{color:#401f1b;text-decoration:underline;}
a:hover{color:#825929;text-decoration:underline;}
*/
a:hover img {
	opacity: 0.5;
s transition:opacity 0.3s ease-out;
}