@charset "utf-8";
/* CSS Document */

/*table全体のスタイル*/
table.mainpro{
    border: 0px solid #ccc;
}

table.subpro{
    border: 0px solid #ccc;
}

table.nightpro{
    border: 0px solid #ccc;
}

.mainpro tr td{
    border-collapse: collapse;
    border: 0px solid #ccc;
    /*width: 100%;*/
    font-size: 90%;
}

.subpro tr td {
    border-collapse: collapse;
    border: 0px solid #ccc;
    /*width: 100%;*/
    font-size: 90%;
}

.nightpro tr td {
    border-collapse: collapse;
    border: 0px solid #ccc;
    /*width: 100%;*/
    font-size: 90%;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;
  border-radius: 10px 10px 0 0;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #3F8370; /*#5ab4bd;*/
  background-color: #f0f8ff;
  line-height: 50px;
  font-size: 100%;
  text-align: center;
  color: #000000;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  border-radius: 10px 10px 0 0;
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding:20px;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#mainpro:checked ~ #mainpro_content,
#subpro:checked ~ #subpro_content,
#nightpro:checked ~ #nightpro_content,
#sponsor:checked ~ #sponsor_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #3F8370; /*#5ab4bd;*/
  color: #fff;
  border-radius: 10px 10px 0 0;
}

/*スポンサーのスタイル*/
table.sponsor{
    border: 0px solid #ccc;
}

.sponsor tr td{
    text-align: center;
    border-collapse: collapse;
    border: 0px solid #ccc;
}

/*.sponsor img{
    margin: 10px;
}*/

/*入室ボタンのスタイル*/
.sec_login a{
	text-decoration: none;
	font-size: 2em;
	font-weight: bold;
	background-color: orange;
	color: #fff;
	width: 100%;
	border-radius: 5px;
	display: block
}

.sec_login p{
	font-size: 1.2em;
	font-weight: bold;
	background-color: orange;
	color: #fff;
	width: 100%;
	border-radius: 5px;
	display: block;
	line-height: 1.5em;
	padding: 7px 0 7px 0;
	margin: 0;
}

.night_login a{
	text-decoration: none;
	font-size: 2em;
	font-weight: bold;
	background-color: orange;
	color: #fff;
	width: 100%;
	border-radius: 5px;
	display: block
}

.night_login p{
	font-size: 1.2em;
	font-weight: bold;
	background-color: orange;
	color: #fff;
	width: 100%;
	border-radius: 5px;
	display: block;
	line-height: 1.4em;
	padding: 7px 0 7px 0;
	margin: 0;
}

.FFF7E6{
	background: #f0f8ff;
}

.booth {
	border: 1px solid;
	padding: 15px;
	color: orange;
	margin-bottom: 30px;
}
