@charset "Shift_JIS";

/*********************************************** 
  
  　お問い合わせフォーム
 
 ***********************************************/

#main {
	text-align: center;
	width: 902px;
	margin: 45px auto 0;
	background: url(../img/top-bg.png) no-repeat top;
}

h2 {
	padding-top: 15px;
}

p.form-r {
	width: 100%;
	text-align: center;
	margin: 30px 0 0 30px;
	font-size: 120%;
	line-height: 1.5em;
}

#mailform {
	text-align: left;
}

#mailform  table {
	width: 860px;
}

.form-r span { 
	color: #CC0000;
	font-weight: bold;
	font-size: 120%;
}

#mfp_buttons input {
	width: 120px;
	height: 40px;
	font-size: 120%;
	cursor: pointer;
}

