@charset "UTF-8";
/* =========================================================
common
========================================================= */
/* clearfix
------------------------------------------*/
/* line 8, ../sass/style-i.scss */
.cf:after {
  content: "";
  display: block;
  clear: both;
}

/* common
------------------------------------------*/
/* line 16, ../sass/style-i.scss */
.row {
  margin-left: 0;
}

/* line 19, ../sass/style-i.scss */
.container {
  /* width: 100% !important; */
  width: 1250px;
/*  width: 1500px; */
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media (max-width: 1300px) {
	.container {
  		width: 100% !important;
  	}
}

/* line 26, ../sass/style-i.scss */
.sp {
  display: none;
}

/* elements
------------------------------------------*/
/* line 31, ../sass/style-i.scss */
.btn1 {
  width: auto;
  height: auto;
  padding: 10px;
}

/* line 37, ../sass/style-i.scss */
.ul_modal {
  list-style: none;
  margin: 0;
}

/* header
------------------------------------------*/
/* line 44, ../sass/style-i.scss */
#nav_sp_wrap {
  display: none;
}

/* line 49, ../sass/style-i.scss */
.navbar-fixed-top .container {
  width: auto;
  padding: 0 2%;
}

/* =========================================================
各ページ共通
========================================================= */
/* line 58, ../sass/style-i.scss */
.buttons_bottom {
  text-align: center;
}

/* =========================================================
ログイン画面(logi.html.php)
========================================================= */
/* line 65, ../sass/style-i.scss */
#login_area .offset3 {
  margin: 50px auto;
}
/* line 69, ../sass/style-i.scss */
#login_area .span6 {
  float: none !important;
}

/* line 74, ../sass/style-i.scss */
.login_err {
  text-align: center;
  margin: 50px 0;
}
/* line 77, ../sass/style-i.scss */
.login_err .err {
  display: inline;
  background: none !important;
}

/* =========================================================
game-detail.html.php
========================================================= */
/* line 87, ../sass/style-i.scss */
#mj_tables button.games {
  height: auto;
}

/* line 91, ../sass/style-i.scss */
.table-box-wrap {
  float: left;
}
