.error_global {
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding: 15px;
	text-align: left;
	border:  1px solid rgba(200, 50, 50, 0.5);
	color: rgba(200, 0, 0, 0.8);
	font-size: 16px bold !important;
}


#service_nav .box_container {
 display:-webkit-box;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 padding-left:25px;
 border-bottom: 1px solid #b4b4b4;
 font-weight:bold;
 font-size:18px;
 line-height:1;
 overflow: hidden;
 padding: 13px 0;
}

#service_nav .box {
  width:50%;
  text-align: center;
}

.box img {
  max-width: 350px;
  margin: 15px auto;
}

.note {
	white-space:pre-wrap;
}

.check_agree {
  width: 100%;
  margin-top: 80px;
}
.check_agree_rule {
  margin: 15px auto;
}

.premium {
  font-weight: bold;
  color: darkred;
}

#customer_pw {
  background-position: left top 170px;
}
#customer_pw .forget {
  margin-top: 20px;
  font-weight: bold;
}
#customer_pw .forget a {
  color: #b19864;
  text-decoration: underline;
}

#reserve_form .kana_small {
    font-weight: normal;
    font-size: 12px;
}

#search_form .error {
    margin-top: 5px;
    color: #e60012;
    font-size: 14px;
    line-height: 1.4;
}