@charset "UTF-8";
/* ------------------------------------------------------------
reset
------------------------------------------------------------ */
html, body,
h1, h2, h3, h4, h5, h6,
a, span, p,
em, strong, small, b, u, i,
sub, sup,
mark, del, ins,
abbr, dfn,
blockquote, q, cite,
code, pre,
dl, dt, dd, ol, ul, li,
div, section, article,
main, aside, menu, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
object,
kbd, samp,
var,
output {
  margin: 0;
  padding: 0;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 0;
}

img, video {
  max-width: 100%;
  vertical-align: top;
}

img {
  border-style: none;
  border: none;
}

/* font */
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a, a:link, a:visited {
  color: inherit;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none !important;
}

/*  box-sizing */
* {
  box-sizing: border-box;
}

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

/* ------------------------------------------------------------
custom
------------------------------------------------------------ */
/* margin,padding　*/
.mar_t10 {
  margin-top: 10px !important;
}

.mar_t20 {
  margin-top: 20px !important;
}

.mar_b10 {
  margin-bottom: 10px !important;
}

.mar_b20 {
  margin-bottom: 20px !important;
}

.mar_b30 {
  margin-bottom: 30px !important;
}

.mar_l10 {
  margin-left: 10px !important;
}

.mar_rl_auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.pad_rl10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

/* text,font */
.fc_gold {
  color: #DFD87B !important;
}

.fw_b {
  font-weight: bold !important;
}

.fc_red {
  color: #c00 !important;
}

.fc_orange {
  color: #F39800 !important;
}

/*　align */
.ta_r {
  text-align: right !important;
}

.ta_l {
  text-align: left !important;
}

.ta_c {
  text-align: center !important;
}

.va_m {
  vertical-align: middle !important;
}

.va_b {
  vertical-align: bottom !important;
}

.va_ba {
  vertical-align: baseline !important;
}

.va_t {
  vertical-align: top !important;
}

.va_tb {
  vertical-align: text-bottom !important;
}

.va_tt {
  vertical-align: text-top !important;
}

.va_a {
  vertical-align: auto !important;
}
