/* ==========================================================================
   IBK
   ========================================================================== */

#centerbox::after{
  background: #fff1f5;
}

#mainbox h2.st1 div{
	border-color: #de2a64;
}

#mainbox{
	position: relative;
}


#login_box{
  position: absolute;
  bottom: 0;
  left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 10px;
}

#login_box > *{
  padding: 0 20px;
  flex-grow: 2;
}

#login_box > *:first-child{
  width: 42%;
}

.bt_login{
	font-size: 13px;
	
	margin: 0;
	padding: 0;

}

/*SP*/
@media screen and (max-width: 767px) {
	#login_box{
    position: relative;
    display: block;	
  }
  #login_box > *:first-child{
    width: 100%;
  }
}

.bt_login a{
	margin: 0;
	background: #de1c39 url("/common/img/bt_bk.png") center center;
	border: outset 3px #de1c39;
	width: 100%;
}

.bt_login a:hover{
	background: #ff5a73;
	border: inset 3px #de1c39;
}

table#opentime{
  width: 100%;
  color: #000;
}
}

table#opentime th{
	background-color: #ED6F81;
}

table#opentime th.st1{
	letter-spacing: 3px;
}

table#opentime th.side1{
	background-color: #ffe2e7;
}

.news_inner{
	height: 150px;
}

#mainbox_inner ul.news_list span.cont {
	width:82%;
}

