@charset "utf-8";

/*--------------------------------------

reset

----------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%; /* for bugfix on iOS*/
}
html, body {
    -webkit-overflow-scrolling: touch;
}
body{
    font-family:  Verdana,'Hiragino Kaku Gothic ProN',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
    position: relative;
}
body .mincho {
    font-family: "Sitka Heading", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
p{ word-wrap: break-word; }
ul , li { list-style:none; list-style-type: none; }
img { border:none; vertical-align: bottom; }
a { outline:none; text-decoration:none; }
a,
a img,
.hover-opa a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover img,
.hover-opa a:hover {
    opacity:0.7 !important;
}
/* form */
input,
textarea,
select {
    outline: none;
    border-radius: 0;
}
input[type="text"], input[type="email"], input[type="password"], textarea {
    -webkit-appearance: none;
}
button {
    border: none;
    cursor: pointer;
}
textarea { resize:none; }

/*table*/
table{
    border-collapse: collapse;
}

/*　PC・SP切り替え　*/
.pc{ display: block; }
.pc-inline { display: inline; }
.sp{ display: none;}
.sp-inline { display: none; }
