@charset "utf-8";

/* ----------------------------------------
  html5
---------------------------------------- */
article, aside, canvas, details, figcaption, figure, header, footer, hgroup, menu, nav, section, summary {
    display: block;
}
/* ----------------------------------------
  bace
---------------------------------------- */
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
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,sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, main, article, aside, dialog, figcaption, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}
address {
    font-style: normal;
}
img, a img {
    border: 0;
}
table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
/* ----------------------------------------
  link
---------------------------------------- */
a,a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.fade {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.fade:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
/* ----------------------------------------
  common class
---------------------------------------- */
.img-max {
    width: 100%;
    height: auto;
}
.text-center{
text-align: center;
}
.mb0 {
    margin-bottom: 0px !important;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb70 {
    margin-bottom: 70px;
}
