@charset "utf-8";

/* base */
body {
  color: #000;
  margin: 0;
  font-size: 16px;
  background: #4d4d4d;
  line-height: 1.8;
  font-family: 'Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'  
}
h2 {
  margin: 0;
}
h3 {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}

a {
  transition-property: all;
  transition: 0.2s linear;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #000;
}

/* float */

.clearfix:after {
  clear: both;
  content: '';
  display: block;
}

/* layout */

.l-bg {
  background: #000000;
  width: 1055px;
  margin: 0 auto;
}
.l-content {
  width: 900px;
  margin: 0 auto;
}
.l-headnav {
}
.l-maincontent {
  padding: 20px 32px 32px 32px;
}
.l-maincontent.underconstruction p {
   text-align: center;
   padding-top: 30px;
}

/* margin */
.m-top0 {
  margin-top: 0;
}
.m-bottom8 {
  margin-bottom: 8px;
}
.m-bottom16 {
  margin-bottom: 16px;
}
.m-bottom24 {
  margin-bottom: 24px;
}
.m-bottom32 {
  margin-bottom: 32px;
}
.m-bottom40 {
  margin-bottom: 40px;
}
.m-bottom48 {
  margin-bottom: 48px;
}
.m-bottom56 {
  margin-bottom: 56px;
}
.m-bottom64 {
  margin-bottom: 64px;
}
.m-bottom72 {
  margin-bottom: 72px;
}
.m-bottom80 {
  margin-bottom: 80px;
}

/* headnavi */

.headnav {
  line-height: 0;
  padding: 20px 0 20px 0;
  height: 88px;
}
.logo {
  text-decoration: none;
  position: relative;
  top: 8px;  
}
.headnav__submenu__block, 
.headnav__submenu__facebook {
  display: table-cell;
}

.headnav__submenu__bottom {
  float: right;
  position: relative;
  top: 32px;
}
.headnav__submenu__block:link,
.headnav__submenu__block:visited {
  color: #666;
  text-decoration: none;
}
.headnav__submenu__block:hover {
  color: #FFF;
}

.headnav__submenu_text {
  padding-right: 16px;
  font-size: 13px;
}
.headnav__submenu__facebook{
  padding: 27px 0 0 20px;
  bottom: 0;
  right: 0;
}

/* navigation */
.navigation-ul {
  width: 900px;
  list-style: none;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; 
}

.navigation-list {
  width: 25%;
  height: 44px;
  background-color: #333;
  border-radius: 6px 6px 0 0;
  text-align: center;
  display: table;
  border-right: 1px solid #000;
  box-sizing: border-box;
}

.navigation-list:last-child {
 border-right: none;
}

a.navigation-link {
  font-size: 18px;
  color: #808080;
  vertical-align: middle;
  display: table-cell;
}

a.navigation-link:link {
  text-decoration: none;
}

a.navigation-link.current,
a.navigation-link:hover  {
  color: #FFF;
  background-color: #666;
  border-radius: 6px 6px 0 0;
}


/* background */
.background-image {
  background-image: url("../images/background02.png");
  background-size: cover;
}

/* ul */
.ul-position {
  padding-left: 25px;
}

/* footer */

footer {
  text-align: center;
}
.otrlink {
  margin-top: 30px;
}

.otrlink li{
  list-style-type: none;
  margin-bottom: 15px;
  text-align: center;
  display: inline;
}
.jagat {
  margin-right: 15px;
}
.seihon {
  margin-right: 27px;
  position: relative;
    top: -11px;
}
.tokushu {
  position: relative;
    top: -20px; 
}

/* text-color */
.text-color-white {
  color: #FFF
}