@charset "utf-8";

/* COMMON */
body {
    position: relative;
    margin: 0;
    padding: 0;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-size: 13px;
    line-height: 1.55;
	color: #333;
}
@media (min-width: 769px) {
body {
	font-size: 15px;
}
}

* {
    margin: 0;
    padding: 0;
}


a:link,
a:active,
a:visited { 
    color: #000;
    text-decoration: none;
}
a:hover { 
    color: #000;
    text-decoration: underline;
}

table {
    font-size: 12px;
    line-height: 1.5;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
}

ol, ul {
    list-style-type: none;
}

hr {
    display: none;
}

img {
    border: 0;
}

form {
    display: inline;
}

select,
input {
    vertical-align:baseline;
}