﻿* {
margin: 0;
padding: 0;
}

html {/* ルート要素 */
font-size: 62.5%; /* 1em = 10px */
line-height: 1.15;
}

body {
font-family: YuGothic,'Yu Gothic','メイリオ', Meiryo,'Meiryo UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Yu Gothic UI','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
font-size: 1.4em;
color: #000000;
}

div,h1, h2, h3, h4, h5, h6 {
font-weight: normal;
font-size: 100%;
line-height: 0;
}

p {
margin-bottom: 0em;
line-height: 1.4;
}

ul {
list-style: none;
}

table {
border-collapse: collapse;
border-spacing: 0px;
}

form label {
cursor: pointer;
}

a {
text-decoration: none;
color: #000000;

}

a:hover, a:active, a:focus {
color: #b2b2b2;
cursor : pointer;
}

a img {
border: none;
}

