/* default ///////////////////////*/
html,
body {
  /*
overflow:hidden;
-webkit-text-size-adjust: 100%;
height:100%;
*/
  overflow-x: hidden;
}
body,
div,
td,
th,
ul,
ol,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
  list-style-position: outside;
}
table,
td,
th {
  border-spacing: 0px;
  border-collapse: collapse;
  border: 0px;
  padding: 0px;
  font-size: 100%;
  /* vertical-align:top; */
}
.cr:after,
.cr:before {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0px;
  clear: both;
}
img {
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}
a img {
  border: 0px;
}
/* float ///////////////////////*/
.left,
.fleft,
.aleft {
  float: left;
}
.right,
.fright,
.aright {
  float: right;
}
.center {
  margin: 0 auto;
}
.clear,
.cr {
  clear: both;
}
.fn,
.none {
  float: none;
}
/* display ///////////////////////*/
.db {
  display: block;
}
.di {
  display: inline;
}
.dib {
  display: inline-block;
}
.dt {
  display: table;
}
.dtc {
  display: table-cell;
}
.dn {
  display: none;
}
.oh,
.ofh {
  overflow: hidden;
}
.os,
.ofs {
  overflow-y: scroll;
}
.oa,
.ofa {
  overflow-y: auto;
}
.wsn,
.nw {
  white-space: nowrap;
}
/* text ///////////////////////*/
.b,
.bold {
  font-weight: bold;
}
.tdn {
  text-decoration: none;
}
.tdu {
  text-decoration: underline;
}
.tsn {
  text-shadow: none;
}
.tin,
.tn {
  text-indent: -9999px;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.vat {
  vertical-align: top;
}
.vam {
  vertical-align: middle;
}
.vab {
  vertical-align: bottom;
}
/* font ///////////////////////*/
.fwb,
.b {
  font-weight: bold;
}
.fwn,
.n {
  font-weight: normal;
}
/* position ///////////////////////*/
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.pf,
.fx {
  position: fixed;
  z-index: 100000;
}
.ps {
  position: static;
}
/* border ///////////////////////*/
.bs {
  border: 1px #000000 solid;
}
/* radius /////////////////////// */
/* sp /////////////////////// */
.sp {
  display: none;
}
.tb {
  display: none;
}
@media (max-width: 980px) {
  .tb {
    display: inline;
  }
}
@media (max-width: 640px) {
  .sp {
    display: inline;
  }
  .pc {
    display: none;
  }
}
/* color /////////////////////// */
.body {
  color: #333333;
}
.white {
  color: #FFFFFF;
}
.red {
  color: #F88971;
}
.glay {
  color: #F3F1ED;
}
.color1 {
  color: #FF0000;
}
.color2 {
  color: #EAE5DD;
}
.color3 {
  color: #D1CDC6;
}
/* bg /////////////////////// */
.bg_hover {
  background-color: #F4A22B;
}
.bg_white {
  background-color: #FFFFFF;
}
.bg_glay {
  background-color: #F3F1ED;
}
.bg_glay2 {
  background-color: #E1DDC9;
}
.bg1 {
  background-color: #FF0000;
}
.bg2 {
  background-color: #F48DAF;
}
.bg3 {
  background-color: #6296EC;
}
.bg4 {
  background-color: #89C44B;
}
.bg5 {
  background-color: #FABD00;
}
.bg6 {
  background-color: #A857C6;
}
.bg7 {
  background-color: #FFFF99;
}
.bg_yellow {
  background: url(../image/bg.jpg) repeat-x 60% 0;
}
/* a /////////////////////// */
a {
  color: #4B4B4A;
  text-decoration: none;
}
a:hover {
  color: #FF0000;
}
/* hover /////////////////////// */
.hover {
  -webkit-transition: 0.2s ;
  transition: 0.2s ;
}
.ahover {
  opacity: 0.3;
  filter: alpha(opacity=50);
}
/* pointer /////////////////////// */
.pointer,
.prev,
.next {
  cursor: pointer;
}
/* .global ///////////////////////*/
.global .menu .bt2 {
  background-color: #6296EC;
}
/* .outline ///////////////////////*/
.outline {
  padding: 0 0 0 0;
}
.outline h3 {
  font-size: 18pt;
  padding-bottom: 40px;
}
.outline h4 {
  font-size: 12pt;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px #E1DDC9 solid;
}
.outline section {
  width: 90%;
  margin: 0 auto;
}
.outline ul {
  display: inline-block;
  width: 400px;
  vertical-align: top;
}
.outline .sec1 {
  margin-right: 75px;
}
.outline li {
  padding: 7px 0;
  padding-left: 80px;
  border-bottom: 1px #F3F1ED solid;
}
.outline li p {
  margin-left: -80px;
  float: left;
}
@media (max-width: 980px) {
  .outline ul {
    display: block;
    width: 100%;
    vertical-align: top;
  }
  .outline .sec1 {
    margin-right: 0px;
    margin-bottom: 60px;
  }
}
@media (max-width: 380px) {
  .outline li {
    padding: 7px 0;
    padding-left: 20px;
  }
  .outline li p {
    font-size: 10pt;
    margin-left: -20px;
    float: none;
    font-weight: bold;
  }
}
/* .network ///////////////////////*/
.network {
  padding: 80px 0 0 0;
}
.network h3 {
  font-size: 18pt;
  padding-bottom: 30px;
}
.network ul {
  width: 90%;
  margin: 0 auto;
}
.network li {
  padding: 7px 0;
  padding-left: 80px;
  border-bottom: 1px #F3F1ED solid;
}
.network li p {
  margin-left: -80px;
  float: left;
}
@media (max-width: 380px) {
  .network li {
    padding: 7px 0;
    padding-left: 20px;
  }
  .network li p {
    font-size: 10pt;
    margin-left: -20px;
    float: none;
    font-weight: bold;
  }
}
/* .history ///////////////////////*/
.history {
  padding: 70px 0 0 0;
}
.history h3 {
  font-size: 18pt;
  padding-bottom: 30px;
}
.history ul {
  width: 90%;
  margin: 0 auto;
}
.history li {
  padding: 7px 0;
  padding-left: 80px;
  border-bottom: 1px #F3F1ED solid;
}
.history li p {
  margin-left: -80px;
  float: left;
}
@media (max-width: 380px) {
  .history li {
    padding: 7px 0;
    padding-left: 20px;
  }
  .history li p {
    font-size: 10pt;
    margin-left: -20px;
    float: none;
    font-weight: bold;
  }
}
