
/*===================================================
  WEB解約申請
  ===================================================*/

div.cancel_c_box {
    margin-bottom: 30px;/* ボックス同士の隙間 */
}

.leave_design {
	border: 1px solid #565656;
	padding: 12px;
	text-align: center;
	border-radius: 4px;
	background: transparent linear-gradient(to bottom, #ababab, #545454) repeat scroll 0% 0%;
	color: #fff;
	font-weight: bold;
	 font-size: 15px;
}

.leave_button_design {
  border: 1px solid #565656;
  padding: 12px;
  text-align: center;
  border-radius: 4px;
  background: transparent linear-gradient(to bottom, #ababab, #545454) repeat scroll 0% 0%;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  width: 50%;
  margin: auto;
}