@charset "UTF-8";
/*-----------------------------------------------
 common
-----------------------------------------------*/
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSerifCJKjp-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Serif Japanese';
   font-style: normal;
   font-weight: 700;
  src: url(../fonts/NotoSerifCJKjp-Bold.otf) format('opentype');
 }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
}
body {
    margin: 0px;
    padding: 0px;
    background-color: #FFF;
    color: #000;
    font-family: 'Sawarabi Gothic';
    text-justify: auto;
    line-height: 1;
    font-size: 13px;
 *font-size:small;
 *font:x-small;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#wrap {
    width: 100%;
    margin: 0 auto 0 auto;
}
h1 {
    margin: 0;
    padding: 0;
    border: 0;
}
h2 {
    margin: 0 0 0 0;
    padding: 0;
    border: 0;
    display: block;
}
h3 {
    line-height: 1;
    margin: 0 0 0 0;
    padding: 0;
    display: block;
}
h4 {
    margin: 0 0 0 0;
    padding: 0;
    line-height: 1;
    display: block;
}
h5, h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}
img, fieldset {
    border: 0;
}
a {
    color: #333;
    text-decoration: underline;
}
a:hover {
    color: #333;
    text-decoration: underline;
}
img {
    border: none;
}
ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.fnt_min {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.fnt_red {
    color: #df3131;
}
.fntRed a {
    color: #e3332b;
    text-decoration: underline;
}
.fnt_grn {
    color: #69ac7c;
}
.fnt_gry {
    color: #8f9190;
}
.btnLink:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}
.clear {
    clear: both;
    height: 1px;
}
.btnTop {
    text-align: right;
    margin: 20px 40px 23px 0;
    width: auto;
    overflow: hidden;
}
.bnrTwitter {
    width: 217px;
    text-align: center;
    margin: 15px 0 0 0;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-table;
}
.mb10 {
    margin: 0 0 10px 0;
}
.mb15 {
    margin: 0 0 15px 0;
}
.mb20 {
    margin: 0 0 20px 0;
}
.mb25 {
    margin: 0 0 25px 0;
}
.mb30 {
    margin: 0 0 30px 0;
}
.mb35 {
    margin: 0 0 35px 0;
}
.mb40 {
    margin: 0 0 40px 0;
}
.mb45 {
    margin: 0 0 45px 0;
}
.mb50 {
    margin: 0 0 50px 0;
}
.mb60 {
    margin: 0 0 60px 0;
}
.mb70 {
    margin: 0 0 70px 0;
}
.mb80 {
    margin: 0 0 80px 0;
}
 input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px #FFF inset !important;
}
