@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

img {
  vertical-align: middle;
}

/* COMMON STYLE
=======================================*/

body {
  font-size: 14px;
  color: #333;
  font-family: Verdana, Arial,
        'ヒラギノ角ゴ Pro W3',
        'Hiragino Kaku Gothic Pro',
        Osaka,
        'ＭＳ Ｐゴシック',
        sans-serif;
  line-height: 160%;
}

.mgT100 {
  margin-top: 100px;
}

h1 {
  font-weight: bold;
  font-size: 18px;
  padding: 15px 0;
}

h2 {
  font-size: 24px;
  border-bottom: 1px solid rgb(182, 180, 180);
  padding: 10px 0 15px 10px;
  margin: 70px 0 45px;
}

h3 {
  font-weight: bold;
  padding: 3px 0;
  margin-bottom: 10px;
}

a {
  color: black;
}

a:visited {
  color: black;
}

a:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

p {
  padding-bottom: 14px;
  margin: 0;
  line-height: 1.8;
}

.strong {
  font-weight: bold;
}

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

/*========================================
    BASIC
=======================================*/

body {
  height: 100%;
  font-family: Verdana, Arial;
  font-size: 14px;
}

body #container {
  height: auto;
}

#container {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}

/*========================================
    HEADER
=======================================*/

#header {
  overflow: hidden;
  margin: 40px 0 10px;
}

#header.header {
  margin: 140px 0 10px;
}

#header.header_top {
  margin: 18px 0 10px;
}

.header_txt h1 {
  margin-top: 10px;
  padding: 0;
  color: #464444;
  text-align: center;
  font-size: 100%;
}

.header_logo {
  margin-top: 20px;
  text-align: center;
}



.lang {
  padding-right: 200px;
  text-align: right;
}

.lang a {
  text-decoration: underline;
}

#mainArea {
  overflow: hidden;
}

#menu {
  width: 100%;
}

#menu ul {
  text-align: center;
  overflow: hidden;
  /*margin: 40px 0 30px 90px; */
  margin: 40px 0 30px 185px;
}

#menu #menu_mynavi {
  margin: 40px auto 30px;
  text-align: center;
}

#menu.top ul {
  margin: 30px 0 0 285px;
}

/*#menu.menu_en ul {
  margin: 30px 0 0 185px;
}*/

#menu ul li {
  float: left;
  width: 170px;
  height: 45px;
  margin: 0 10px;
  text-align: center;
  border: solid 1px rgb(182, 180, 180);
  border-radius: 2px;
}

#menu #menu_mynavi li {
  float: none;
  display: inline-block;
  width: auto;
  padding: 0 10px;
}

li.navi {
  position: relative;
}

li.navi a {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
}

li.navi:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.mynavi {
  margin-left: -90px;
}

#container {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
}

/*========================================
    FOOTER
=======================================*/

#footer {
  font-size: 12px;
  color: #ccc;
  text-align: center;
  border-top: 1px solid #ccc;
  padding: 20px 0;
}

/*    CONTENT
=======================================*/

#contents {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 50px;
  min-height: 400px;
  overflow: hidden;
}

/*  TOP PAGE */

.top_message {
  padding-bottom: 30px;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.6em;
}

.top_message_after {
  font-weight: bold;
  text-align: center;
  font-size: 1em;
  line-height: 1.6em;
}

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 15px 10px;
  margin: 0 0px 15px 0;
  font-size: 13px;
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
}

.news.last-child {
  padding: 0 0 10px 10px;
  margin: 0 0px 10px 0;
  font-size: 13px;
  overflow: hidden;
  border-bottom: 1px solid rgb(182, 180, 180);
  position: relative;
}

.news-content a {
  color: #0913F3;
  width: 60%;
}

.news-date {
  float: left;
  width: 150px;
}

/*評価*/

.content_wrap {
  clear: both;
}

.evaluation {
  height: 300px;
  overflow: scroll;
  padding: 10px;
  border-right: dotted 1px #ccc;
  border-left: dotted 1px #ccc;
  border-bottom: dotted 1px #ccc;
  box-sizing: border-box;
}

.evaluation a {
  text-decoration: underline;
  color: #0913F3;
}

#tab {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news_tab {
  background: #ccc;
  padding: 10px 35px;
  font-size: 17px;
  border-radius: 2px 2px 0 0;
  border-top: dotted 1px #ccc;
  border-right: dotted 1px #ccc;
  border-left: dotted 1px #ccc;
  border-bottom: dotted 1px #ccc;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  cursor: pointer;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.select {
  border-bottom: none;
  background: #fff;
  box-sizing: border-box;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1.0;
  -webkit-opacity: 1.0;
  opacity: 1.0;
}

.disnon {
  display: none;
}

.widget-rating-comment {
  font-size: 13px;
  margin-bottom: 8px;
  position: relative;
  border: 1px solid #e2ddcd;
  border-radius: 5px;
  padding: 6px 20px 8px 20px;
  background: #fff;
}

.widget-rating-comment p {
  padding: 0;
}

.star {
  color: #f2aa1f;
}

/*リンク*/

.linkArea table {
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
  border: 1px solid #ccc;
}

.linkArea th {
  padding: 5px 0;
  background: #ccc;
  color: #fff;
  text-align: center;
  border-right: 1px dotted #fff;
}

.linkArea th:last-child {
  border-right: 1px solid #ccc;
}

.linkArea td {
  padding: 15px 10px;
  vertical-align: middle;
  border-right: 1px dotted #ccc;
}

.linkArea table img {
  width: 100%;
}

.linkArea table td.yahoo_oku img {
  padding: 30px 0 20px;
}

.linkArea .mixi a {
  display: block;
  padding: 5px 0 5px 0;
  background: #3e3726;
  text-align: center;
  color: #d8d3c2;
}

.linkArea .mixi img {
  width: 12px;
  margin: -3px 0 0 10px;
}

/* .btn_airwork{
  width: 100%;
  aspect-ratio: 3/1;
  background: url(../img/bnr_airwork.jpg) center;
  background-size: 100%;
  font-size: 2rem;
  color: #464444!important;
  text-shadow:0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
} */

/*ABOUT PAGE*/

.about_table {
  margin: 30px 10px 10px 50px;
}



.about_table th {
  height: 3em;
  padding: 0 20px 0 10px;
  width: 150px;
  vertical-align: top;
}

.about_table td {
  vertical-align: top;
  padding-bottom: 20px;
}

iframe {
  margin-left: 240px;
}

/*RECRUIT PAGE*/

.recruit div {
  margin: 10px 0;
}

.recruit-title {
  font-weight: bold;
  font-size: 16px;
}

.wanted {
  overflow: hidden;
}

.about_table a {
  color: rgb(10, 0, 255);
  text-decoration: underline;
}

/*CONTACT PAGE*/

.contactArea {
  margin-top: 20px;
  margin-left: 210px;
}

input {
  width: 300px;
  height: 35px;
  border: solid 1px rgb(182, 180, 180);
  border-radius: 2px;
}

textarea {
  width: 300px;
  height: 100px;
  border: solid 1px rgb(182, 180, 180);
  border-radius: 2px;
}

#send {
  display: none;
}

.button {
  width: 80px;
  text-align: center;
  height: 13px;
  border: solid 1px rgb(182, 180, 180);
  border-radius: 2px;
  cursor: pointer;
}

.button label {
  cursor: pointer;
}

.fc-red {
  color: red;
}

.to_top {
  text-align: right;
}

.to_top a {
  text-decoration: underline;
  display: block;
}

@media screen and (max-width:760px) {
  .top_message {
    font-size: 0.5em;
    line-height: 1.6em;
  }

  .top_message_after {
    font-size: 0.8em;
  }
}

/*TOP support*/
.support_txt a{
  text-decoration: underline;
  color: blue;
}
.himalaya_cup_wrap{
  display: flex;
}
.himalaya_cup_wrap iframe{
  margin: 2px;
}
