@charset "UTF-8";

/* Reset
===========================================*/
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

/* Common Elements
============================================*/
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  background-color: #fff;
  font: 14px/1.5 "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
  font-size: 1.4rem;
}

body.chs {
  font: 14px/1.5 "Microsoft YaHei", "Segoe UI Light", "Segoe UI",Arial,Verdana,Helvetica;
}

body.cht {
  font: 14px/1.5 'Roboto',"Microsoft JhengHei", "Segoe UI Light", "Segoe UI",Arial,Verdana,Helvetica;
}

body.kr {
  font: 14px/1.5 'Roboto',"Malgun Gothic", "Segoe UI Light", "Segoe UI",Arial,Verdana,Helvetica;
}

a {
  text-decoration: none
}

a:hover {
  text-decoration: underline;
}

a img {
  -webkit-transition: opacity .3s;
     -moz-transition: opacity .3s;
      -ms-transition: opacity .3s;
          transition: opacity .3s;
  opacity: 1;
}

a img:hover {
  -webkit-transition: opacity .3s;
     -moz-transition: opacity .3s;
      -ms-transition: opacity .3s;
          transition: opacity .3s;
  opacity: .8;
}

a[href^="tel:"]{
  text-decoration:none;
  cursor: default;
  color: inherit;
  pointer-events: none;
}

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

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

iframe {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}

p {
  word-break: break-all;
}

ul,ol {
  list-style: none;
}

form, text, textarea {
  outline: none;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

[role="button"] {
  cursor: pointer;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

th, td {
  text-align: left;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

/* Common Class
============================================*/
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.alert {
  color: #f00;
}

.hidden {
  visibility: hidden;
}

.none {
  display: none;
}

.lb {
  float: left;
}

.rb {
  float: right;
}


/* @ BreakPoint ～999px
================================================*/

/* @ BreakPoint 1000px～
================================================*/
@media screen and (min-width: 1000px) {
}

/* @ BreakPoint 1300px～
================================================*/
@media screen and (min-width: 1300px) {
}
