* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: inherit;
}

html, body {
    height: 100%;
}

body {
    margin: 0;

    color: #111;

    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6,
p,
dl {
    margin: 0;
}

ul, ol {
    margin: 0;
    padding: 0;

    list-style: none;
}

a {
    text-decoration: none;
}

a:link,a:visited{
	color: #111;
    text-decoration: none;
}

a:hover{
	color: #111;
    text-decoration: underline;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (max-width: 767px) {
    .pcOnly {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .smOnly {
        display: none;
    }
}
