@charset "utf-8";

/* CSS Document */


/** RESET **/


html {
  height: 100%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 26px;
  text-align: center;
  margin: 0 auto;
  background: #fff;
  color: #000;
  line-height: 1.8;
  font-weight: 700;
  position: relative;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
span,
em {
  font-style: normal;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
em {
  text-decoration: none;
  font-size: 100%;
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none outside;
}

li {
  list-style: none outside;
}

img {
  border: none;
  vertical-align: bottom;
}

a:link {
  color: #fff;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #fff;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

a:active {
  text-decoration: underline;
  color: #ff039d;
}

a.sp_tel:link {
  color: #000;
  text-decoration: none;
}

a.sp_tel:visited {
  text-decoration: none;
  color: #000;
}

a.sp_tel:active {
  text-decoration: underline;
  color: #000;
}

.hov_img:hover {
  -ms-filter: "alpha( opacity=80 )";
  filter: alpha( opacity=80);
  opacity: 0.8;
}

em {
  font-style: normal;
  font-weight: normal;
  color: #000;
}

table {
  border-spacing: 0;
  height: auto;
}

.color_red {
  color: #CC0000 !important;
}

.alignl {
  text-align: left !important;
}

.alignc {
  text-align: center !important;
}

.alignr {
  text-align: right !important;
}


/* vertical-align */

.valignt {
  vertical-align: top !important;
}

.valignm {
  vertical-align: middle !important;
}

.valignb {
  vertical-align: bottom !important;
}


/*font*/

.fsize10 {
  font-size: 55.5%;
}

.fsize11 {
  font-size: 61%;
}

.fsize12 {
  font-size: 66.6%;
}

.fsize13 {
  font-size: 72.2%;
}

.fsize15 {
  font-size: 83.3%;
}

.fsize16 {
  font-size: 88.8%;
}

.fsize17 {
  font-size: 94.4%;
}

.fsize19 {
  font-size: 105.5%;
}

.fsize20 {
  font-size: 111%;
}

.font_b {
  font-weight: bold !important;
}

.font_n {
  font-weight: 100 !important;
}


/* border */

.border0 {
  border: none !important;
}

.border_l_0 {
  border-left: none !important;
}

.border_r_0 {
  border-right: none !important;
}

.border_t_0 {
  border-top: none !important;
}

.border_b_0 {
  border-bottom: none !important;
}


/* margin */

.mgn0 {
  margin: 0px !important;
}


/* margin-top */

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt100 {
  margin-top: 100px !important;
}


/* margin-right */

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}


/* margin-bottom */

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}


/* margin-left */

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.p0 {
  padding: 0px !important;
}


/* padding-top */

.pt0 {
  padding-top: 0px !important;
}

.pt20 {
  padding-top: 20px !important;
}


/* padding-right */

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}


/* padding-bottom */

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}


/* padding-left */

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.c_both {
  clear: both !important;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}


/* Hides from IE Mac \*/

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

