body,
input,
textarea {
  /* font-family:'Lucida Grande', 'HiraKakuProN-W3', 'Hiragino Kaku Gothic ProN', '\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3', 'Hiragino Kaku Gothic Pro', '\30D2\30E9\30AE\30CE\89D2\30B4 Pro W3', Meiryo, '\30E1\30A4\30EA\30AA', sans-serif; */
  font-size: 100%;
}

.sagyou_naiyou,
.bikou {
  padding: 5px;
  background: rgb(255, 254, 224);
}
body {
  width: 100%;
}
.green_font {
  color: green;
  font-weight: bold;
}
.red_font {
  color: rgb(212, 55, 55);
  font-weight: bold;
}
.blue_font {
  color: rgb(14, 103, 196);
  font-weight: bold;
}
/* .soto_tb{
	width: 800px;
margin: 5px auto 10px  auto;
} */

table,
tr,
td {
  border-style: hidden;
}

/* ↓リアルタイム時計のデザイン */

#RealtimeClockArea2 {
  width: 730px;
  height: 80px;
}

* {
  box-sizing: border-box;
}
body {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 500px;
  padding: 10px 30px;
  background-color: #fff;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}

/* 以下ボタンスタイル */
button {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #282828;
  border-radius: 2px;
  cursor: pointer;
}

#openModal {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%); */
}

.openModal {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  background-color: #552727;
  color: #fff;
}
.openModal::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.openModal,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.openModal:hover {
  background-color: #eb5959;
}

/* ポップアップ表示ボタン */
body {
  background-color: #fff;
}

.aaa {
  position: absolute;
  top: 25%;
  left: 50%;
  color: #fff;
  background: #5bc2d9;
  z-index: 10;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  display: none;
  height: auto;
  width: 400px;
  margin-left: -235px;
  border: 1px solid #fff;
  border-radius: 4px;
  box-shadow: 0 0 0 4px #5bc2d9;
  color: #fff;
  padding: 0.8em;
  opacity: 0.8;
}

.clock {
  width: 810px;
  height: 80px;
  font-size: 80px;
  margin: 10px auto 10px auto;
  color: #535353;
  clear: both;
}

.rogo_title {
  display: table;
  font-size: 14px;
  margin: 20px auto 20px auto;
  color: #ffffff;
}

.tyokkin {
  width: 360px;
  font-size: 14px;
  margin: 10px auto 10px auto;
  color: #535353;
}
/* .tyokkin2 {
	width: 600px;
	font-size: 14px;
	margin: 10px auto 10px  auto;
	color: #535353;
} */
.tyokkin2 {
  width: 90vw;
  font-size: 14px;
  margin: 10px auto 10px auto;
  color: #535353;
  max-width: 600px;
}
.rogo {
  width: 50px;
  margin: 10px 10px 10px 10px;
  float: left;
  position: relative;
  top: -20px;
  display: table;
}

/* ↓タイムカード画面のボタンのデザイン  */
.botan_waku {
  width: 850px;
  height: 80px;
  margin: 20px auto 20px auto;
}

.botan_waku2 {
  width: 200px;
  height: 80px;
  margin: 20px auto 20px auto;
}

/* ↓管理メニュー画面のボタンのデザイン  */
.botan_wrap {
  width: 300px;
  margin: 20px auto 20px auto;
}

.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  background-color: #2a2e41;
  color: #fff;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 3px;
}

.button:hover {
  background-color: #59b1eb;
}

.buttonb {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  background-color: #4d4e50;
  color: #fff;
}
.buttonb::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.buttonb,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.buttonb:hover {
  background-color: #59b1eb;
}

.button_houkago {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  /* background-color: #552727; */
  color: #fff;
}

.button_houkago::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.button_houkago,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button_houkago:hover {
  background-color: #eb5959;
}

.houkago_button {
  background-color: #94642e;
  color: #fff;
}
.kobo_kotuhi {
  background-color: #5b8178;
  color: #fff;
}
.cafe_kotuhi,.cafe_button {
  background-color: #705454;
  color: #fff;
}

.button_tyusen::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.button_tyusen,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button_tyusen:hover {
  background-color: #eb5959;
}

/* ↑ボタンのデザイン */

/* ↓セレクトボックスデザイン */

.select_wrap_outside {
  width: 322px;
  margin: 80px auto 80px auto;
}

.select-wrap {
  position: relative;
  /* overflow:hidden; */
  display: inline-block;
  width: 300px;

  background-color: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
  background-image: linear-gradient(to top, #ffffff 0%, #dfe0d9 100%);

  border: 1px solid #c0c0c0;
  color: #333;
}

.select-wrap select {
  /* -webkit-appearance:none;
-moz-appearance:none;
appearance:none; */
  position: relative;
  z-index: 2;
  display: block;
  width: 200%; /* fallback non calc support */
  width: -webkit-calc(100% + 5em);
  margin: 0;
  padding: 11px 35px 11px 11px;
  padding: 0.6875rem 2.1875rem 0.6875rem 0.6875rem;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.entypo-down-open-mini:before {
  /* content:''; 今回のサンプルはCDNを使っているため指定していないけど指定する必要があります。 */
  font-family: "entypo", sans-serif;

  position: absolute;
  z-index: 1;
  top: 50%;
  right: 12px;
  right: 0.75rem;
  margin-top: -8px;
  margin-top: -0.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #333;
}

.ninzu {
  font-size: 24px;
  width: 550px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  color: #535353;
}
.tooi {
  font-size: 14px;
  width: 550px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  color: #535353;
}

.select-wrap2 {
  /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
  background-color: white;
  border: 1px solid;
  border-radius: 0;
  color: rgb(110, 110, 110);
  font-size: 16px;
  height: 40px;
  padding: 0 30px 0 8px;
  position: relative;
  width: 100%;
  z-index: 0;
  margin-top: 10px;
}
.select-wrap2::-ms-expand {
  display: none;
}
.select-wrap2 {
  display: inline-block;
  position: relative;
  width: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.select-wrap2::before {
  content: "";
  border-style: solid;
  border-width: 10px 8px 0 8px;

  top: 14px;
  right: 8px;
  padding: 0;
  position: absolute;
  pointer-events: none;
  height: 0;
  width: 0;
  z-index: 1;
}

.toire_all {
  line-height: 0.8em;
}

.toire_wrap {
  color: #535353;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

#kekka {
  display: none;
}

#meigen {
  display: none;
}
.err_wrap {
  width: 450px;
  font-size: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.main_moji {
  margin-left: auto;
  margin-right: auto;
  font-size: 150%;
  display: table;
  color: #5f5f5f;
}

/* ↓↓見えないけど一番外側のグラフの設定 */
.graf_all_wrap {
  /* display: inline-block; */
  height: 40px;
  width: 85vw;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* ↓↓薄ピンクのグラフの設定 */
.graf_sintyoku_wrap150 {
  display: inline-block;
  background: rgb(240, 217, 217);
  height: 40px;
  width: 100%;
  position: relative;
  z-index: -60;
  /* border: solid 3px rgb(240, 217, 217); */
}

/* ↓↓薄水色のグラフの設定 */
.graf_sintyoku_wrap {
  display: inline-block;
  background: rgb(217, 233, 240);
  height: 40px;
  /* ↓↓ここを変更するだけで薄ピンクの割合を変えられる80％なら全体が120％まで表示されるよ。70％なら全体130％表示 */
  width: 80%;
  position: relative;
  z-index: -50;
}

/* ↓↓予測バーのグラフの設定 */
.graf_sintyoku_a {
  height: 40px;
  background: red;
  position: absolute;
  top: 0;
  width: 2px;
  z-index: 15;
}

/* ↓↓青の実績グラフの設定 */
.graf_sintyoku_end_a {
  height: 30px;
  background: rgb(0, 117, 255);
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 5;
  box-sizing: border-box;
}

/* 新しいボーナス方式の予測値バー */
.graf_sintyoku_end_new_bonus {
  height: 30px;
  background: rgb(16, 231, 9);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  box-sizing: border-box;
  top: 5px;
  width: 0px;
}

/* ↓↓100％の実績グラフの設定 */
.graf_sintyoku_end_100 {
  height: 30px;
  background: rgb(112, 189, 159);
  position: relative;
  width: 3px;
  top: -90px;
}

/* ↓↓100％の実績グラフの設定 */
.graf_sintyoku_ansin {
  height: 40px;
  background: rgb(0, 201, 123);
  position: absolute;
  top: 0;
  width: 2px;
  z-index: 12;
}

/* ↓↓金額グラフの設定 */
.jisseki_disp_money {
  color: blue;
  height: 20px;
  font-size: 70%;
  position: absolute;
  width: 80px;
  top: -20px;
  z-index: 20;
}

select {
  -webkit-appearance: none;
  appearance: none;
  margin-bottom: 20px;
  padding: 7px 30px 7px 10px;
  font-size: 93%;
  line-height: 1.1em;
  border-radius: 5px;
  border: none;
  max-width: 400px;
  width: 60vw;
  background-size: 12px 10px;
  background-position: right 10px center;
  background-color: #bddfff;
}

.select-wrap2222 {
  width: 100px;
}
.yuukyuu,
.bonus,
.select_aaa {
  height: 40px;
  font-size: 200%;
  width: 70vw;
  max-width: 350px;
}

@media screen and (min-width: 258px) and (max-width: 900px) {
  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .clock {
    width: 80%;
    height: 80px;
    font-size: 34px;
    margin: 10px auto 10px auto;
    color: #535353;
    clear: both;
  }
  .rogo_title {
    width: 95%;
    font-size: 14px;
    margin: 20px auto 20px auto;
    color: #535353;
  }

  body {
    line-height: 1.5em;
  }
  .err_wrap {
    width: 90%;
    font-size: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .main_moji {
    margin-left: auto;
    margin-right: auto;
    font-size: 150%;
    display: table;
    color: #5f5f5f;
  }
  .select-wrap {
    max-width: 85vw;
  }
}
