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


/*--------------------------------------------*/
/*モバイル*/
/*--------------------------------------------*/

/*jumbotron*/
.jumbotron {
	background:url(../images/other/image19_1200_300.jpg) no-repeat scroll center bottom / cover;
}

/*フォーム*/


#contact_form {
	border: 1px solid #999;
	padding: 20px;
}

#contact_form span {
	font-size: 12px;
}

#contact_form .required {
	color: red;
	font-weight: bold;
}

#contact_form .form-row {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#contact_form .form-row:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

