@charset "utf-8";


html {
	margin: 0;padding:0;
}
body {
	margin: 0;padding:0;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;	/*フォント種類（ゴシック）*/
	-webkit-text-size-adjust: none;
	background: #fff;	/*背景色*/
	color: #333;		/*文字色*/
	line-height: 2;		/*行間*/
	overflow-x: hidden;
}

/*リセット*/
figure {margin: 0;}
dd {margin: 0;}
nav,ul,li,ol {margin: 0;padding: 0;}
nav ul {list-style: none;}

a {
	color: inherit;
	transition: 0.3s;	/*hoverまでにかける時間。0.3秒。*/
        text-decoration: none;
}

/*マウスオン時*/
a:hover {
	filter: brightness(1.1);	/*少しだけ明るくする*/
}

dl dd {
font-size:150%;
font-weight:700;
}

dd a {
text-decoration: none; /* 下線を消す */
}

.footer{
color:#fff;
background:#000;
width:100%;
padding: 16px 0;
text-align:center;
text-decoration: none;
}

footer a {
  color: white; /* リンクの色を赤に */
  text-decoration: none; /* 下線を消す */
}

footer a:hover {
  color: darkred; /* ホバー時の色 */
}
