@charset "utf-8";

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

html {
    width: 100%;
    overflow: scroll;
    font-size: 62.5%;
}
body {
    color: #333;
    font-family: "メイリオ", "MS PGothic", "Hiragino Kaku Gothic Pro", "Lucida Grande", sans-serif, Helvetica, Verdana;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2em;
}
img{
	vertical-align: bottom;
	max-width: 100%;
}

:focus {
    outline: 0
}
ol, ul {
    list-style: none
}
a {
    color: #073e6b;
    text-decoration: underline
}
a:visited {
    color: #800080;
}
a:hover {
    color: #287acc;
    text-decoration: none
}
a:active {
    color: #287acc;
    text-decoration: none
}
a:link img, a:visited img {
    text-decoration: none
}
a:hover {
    opacity: .7
}

.clearfix::after {
    content: '';
    display: table;
    clear: both;
}
