@charset "UTF-8";

/* ボタン */
.bml_button-ml {
	background: #0073aa;
	border: 1px solid #005177;
	border-radius: 3px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	margin: 20px 0 0 0;
	padding: 0px 30px;
	text-decoration: none;
}
.bml_button-ml:active {
	box-shadow: none;
	bottom: -2px;
	position: relative;
}

.bml_button-ml:hover {
	background: #13cae0;
	border: 1px solid #3ea5b1;
	color: #fff;
}
.bml_button-ml:disabled {
	background: inherit;
	border: inherit;
	color: inherit;
}

a.button-ml {
	display: inline-block;
	margin: 0;
}

/* AJAXを使ってデータを保存 */
.successModal {
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
    display: block;
    width: 60%;
    height: 60%;
    line-height: 70px;
    padding: 0 20px;
    text-align: center;
    border-radius: 10px;
    background: #404240;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 40%);
    border: 1px solid #009900;
    color: #fff;
}
.successModal p {
	margin: 0;
	line-height: 70px;
	padding: 0;
}
