@charset "UTF-8";
form#mailform {
	width: 94%;
	margin-bottom: 0;	
}

form#mailform p {
	margin-bottom: 15px;	
}
form#mailform p.b_center {
	margin-bottom: 30px;
	text-align: center;
}

form#mailform p.t_center {
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
    font-size: 14px;
	line-height: 1.4;
    color: #b6000a;
}



form#mailform p.mail_note {
	margin-bottom: 15px;
	text-align: left;
    font-size: 12px;
	line-height: 1.4;
    color: #b6000a;
}


form#mailform input[type="text"],
form#mailform textarea {
    color:#232527;
    font-size: 14px;
	line-height: 1.1;
    height: auto;
    padding: 12px 14px;
	margin: 0;
	resize: none;
    width: 98%;
	border: solid 1px #dcdcdc;
    background: #f5f5f5;
	
}

form#mailform textarea {
    line-height: 1.6;
}

form#mailform select {
    padding: 0 0 0 10px;
    width: 100%;
	line-height: 1;
}





form#mailform input[type="submit"],
form#mailform input[type="reset"],
input[type="button"] {
    background: #3C3F45;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 40px;
    text-align: center;
    vertical-align: middle;
    width: auto;
	margin: 10px 8px 0 8px;
    border: none;
	
  	-webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
	
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

form#mailform input[type="submit"]:hover,
form#mailform input[type="reset"]:hover,
input[type="button"]:hover {
    background: #971119;
    color: #FFFFFF;
}

