@charset "UTF-8";


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-y: scroll;
}

body {
    position: relative;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1em;
    font-weight: normal;
    color: #191919;
    overflow: hidden;
    -webkit-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5 {
    font-size: 1em;
    font-weight: normal;
}

p {
	font-size: 1em;
    font-weight: normal;
}

ul {
    list-style: none;
}

img,iframe {
   vertical-align: bottom;
}

a {
    text-decoration: none;
    color: #313131;
}

.cf:after {
    content: "";
    display: block;
    clear: both;
}

table {
	border-spacing: 0;
}

th {
    font-weight: normal;
}

address {
    font-style: normal;
}

input {
    -webkit-appearance: none;
}