@charset "utf-8";

/* Reset */
html, body ,h1, h2, h3, h4, h5, h6, p,
dl, dt, dd, ol, ul, li,
form, label, legend, figure,
table, tbody, thead, tr, th, td {
    margin: 0;
    padding: 0;
    line-height: 1.0;
    font-family: 'Hiragino Kaku Gothic ProN' , Meiryo , sans-serif;
}

body {
    color: #333;
    font-size: 1.6rem;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}
.pagination>.active>a,
.pagination>.active>a:focus {
    border-color: transparent;
}

ul {
    list-style: none;
}

select {
    /* border: 0; */
    outline: 1px solid #eceae9;
    outline-offset: -1px;
    cursor: pointer;
}

.btn {
    box-shadow: none;
}