@charset "utf-8";
* {
font-family:  Arial, "Helvetica Neue", "BIZ UDPGothic", Meiryo, "Hiragino Kaku Gothic Pro", sans-serif;
line-height: 1.6;
-webkit-text-size-adjust:none;
}

/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
	text-decoration: none;
	transition: 0.3s;
	color:#126;
}

a:hover{
  text-decoration:none!important;
  color: #F00 !important;
}

/* 背景画像 */
body {
  font-size: 16px;
}
h1 {
  line-height: normal !important;
}
h2 {
  line-height: normal !important;
  font-weight: bold;
}
h3 {
  line-height: normal !important;
  font-weight: bold;
}
h4 {
  line-height: normal !important;
}
h5 {
  line-height: normal !important;
}
p {
  line-height: 1.8;
}
strong {
  font-weight: bold;
}


