@charset "UTF-8";
/* CSS Document */

#example01 div .agreecheck {
	float: left;
	letter-spacing: 1px;
	padding-right: 45px;
}
.col-md-12 #mail_form .agreecheck {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#example01 div .agreecheck {
	float: left;
	letter-spacing: 1px;
	padding-right: 45px;
}
.col-md-12 #mail_form .agreecheck {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#example01 .agreecheck label {
    margin-left: 16px;
}
.agreecheck input[type="checkbox"] {
	/*width: 24px;*/
	  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.agreecheck input[type="checkbox"] {
	/*width: 24px;*/
	  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
input[type="submit"] {
	width: 150px;
	height: 32px;
	border: none;
	background-color: #666;
	color: #fff;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	cursor: pointer;
	border-radius: 4px;
	-webkit-appearance: none;
	font-weight: bold;
	letter-spacing: 4px;
}
input[type="submit"][disabled] {
	background-color: #ccc;
	cursor: default;
}
input[type="button"] {
    /* [disabled]width: 218px; */
    border-left-style: none;
    border-right-style: none;
    border-bottom: none;
    border-top-style: none;
    /* [disabled]height: 32px; */
    background-color: #2465B1;
    /* [disabled]color: #fff; */
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    border-radius: 4px;
    cursor: pointer;
    -webkit-appearance: none;
    /* [disabled]font-weight: bold; */
    /* [disabled]letter-spacing: 4px; */
}
input[type="button"][disabled] {
	background-color: #ccc;
	cursor: default;
}
