@charset "shift_jis";
/* CSS Document */

#system_container {
	text-align: center;
	position: relative;
}
#magazine_event {
	background-image: url(../img/event/m_maga.jpg);
	height: 30px;
	width: 500px;
	padding-top: 170px;
	text-align: left;
	padding-left: 220px;
}
.address_event {
	width: 200px;
}




/*===========================
  map
===========================*/



#map00 {
	font-size: 18px;
	margin: 20px;
	text-align: center;
	color: #fff;
}
#map01 {
	width: 720px;
	margin: 20px auto;
}
#map02 {
	text-align: center;
	font-size:18px;
	padding-top: 10px;
    margin-bottom: 30px;
}
#map02 a{
	color: #fff;
	text-decoration:underline;
}



/*===========================
  selfpayment
===========================*/

#selfpayment {
	position: absolute;
	top: 820px;
	left: 420px;
}
.button {
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 10pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 3px 20px;   /* 余白       */
  background    : #990000;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 1px 1px 3px #666666;  /* 影の設定 */
  border        : 2px solid #ffffff;    /* 枠の指定 */
}
.button:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #990000;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
  border        : 2px solid #990000;    /* 枠の指定 */
}
/*=============================
   selfpayment
=============================*/


#first_tab01 #selfpayment {
	position: absolute;
	top: 890px;
	left: 450px;
}
#second_tab01 #selfpayment {
	position: absolute;
	top: 622px;
    left: 320px;
}


.button {
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 10pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 3px 20px;   /* 余白       */
  background    : #990000;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 1px 1px 3px #666666;  /* 影の設定 */
  border        : 2px solid #ffffff;    /* 枠の指定 */
}
.button:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #990000;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
  border        : 2px solid #990000;    /* 枠の指定 */
}


/*=============================
   タブ切り替え
=============================*/


.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab img {
	margin-bottom: 10px;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab #tab_contents {
	margin-top: 20px;
}
.cp_tab .cp_tabpanel {
	display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
	display: block;
}
.cp_tab > label {
	font-family: serif;
	position: relative;
	display: inline-block;
	padding: 15px 30px;
	cursor: pointer;
	border: 1px solid #ccc;
	color: #fff;
	font-size: 18px;
    background-color: #000;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #ccc;
}
.cp_tab > input:checked + label {
	color: #000;
	background-color: #fff;
	font-size: 18px;
	font-weight: bold;
}



