@charset "utf-8";
/* Marine Express Form CSS Document */

#contactFM {
	width: 650px;
	margin: 0px auto;
	vertical-align: top;
	padding-top: 20px;
}
#contactFM h1 {
	font-family: "Meiryo UI", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, Arial, sans-serif;
	font-size: 14px;
}
#contactFM h2 {
	font-family: "Meiryo UI", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, Arial, sans-serif;
	font-size: 12px;
	margin: 3px 0px;
	padding: 5px 10px;
	text-align: left;
	background-color: #F2F7FD;
	border-bottom: 1px solid;
	border-bottom-color: #DCEAFA;
	border-right: 1px solid;
	border-right-color: #FFFFFF;
	border-top: 1px solid;
	border-top-color: #FFFFFF;
}
#contactFM h3 {
	font-family: "Meiryo UI", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#contactFM h4 {
}
#contactFM p {
	margin: 0px 0px 5px 0px;
	padding: 0;
}
/*Form ----------------------------------------------*/

#contactFM form {
	padding: 10px;
	margin: 0;
	font-family: "Meiryo UI", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3;
	text-align: center;
}
#contactFM form table {
	width: 95%;
	margin: 0px auto 15px auto;
}
#contactFM th {
	text-align: left;
	font-weight: normal;
	width: 30%;
	padding: 5px 5px 5px 10px;
	background-color: #F2F7FD;
}
#contactFM td {
	padding: 5px;
}
/* style -th td-*/

#contactFM th, #contactFM td {
	border-bottom: 1px solid;
	border-bottom-color: #DCEAFA;
	border-right: 1px solid;
	border-right-color: #FFFFFF;
	border-top: 1px solid;
	border-top-color: #FFFFFF;
}
#contactFM input {
	margin-right: 5px;
}
#contactFM .inputXXS {
	width: 30px;
}
#contactFM .inputXS {
	width: 50px;
}
#contactFM .inputS_02 {
	width: 70px;
}
#contactFM .inputS {
	width: 150px;
}
#contactFM .inputM {
	width: 200px;
}
#contactFM .inputL {
	width: 250px;
}
#contactFM textarea {
	font-family: "Meiryo UI", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, Arial, sans-serif;
	font-size: 12px;
}
#contactFM .textAreaS {
	width: 250px;
	height: 40px;
}
#contactFM .textAreaM {
}
#contactFM .textAreaL {
	width: 400px;
	height: 150px;
}
#contactFM .note {
	font-family: "Meiryo UI", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 5px;
	color: #000066;
}
#contactFM .invalid {
	color: #FF0000;
}
#contactFM .required {
	background-repeat: no-repeat;
	background-image: url(required.gif);
	background-position: 0px 0px;
	padding-left: 10px;
	color: #0000CC;
}
#contactFM .a {
	text-align: left;
	line-height: 1.5;
}
#contactFM .q {
	text-align: left;
	vertical-align: top;
}
#contactFM #submit {
	text-align: center;
	padding: 10px;
	margin-top: 20px;
	border-top: 4px solid;
	border-top-color: #A4C2E8;
}
#contactFM #submit input {
	width: 150px;
	margin: 5px 10px;
	height: 39px;
	background-image: url(BG_btn.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	font-family: "Meiryo UI", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, Arial, sans-serif;
	font-size: 15px;
	border: 1px solid;
	border-color: #A4C2E8;
}
#contactFM #submit .note {
	text-align: center;
}
/*  THANK YOU NOTE*/

#thankyou {
	padding: 15px;
}
/*Style----------------------------------------------*/

.clear {
	clear: both;
}
.style3 {
	color: #0033CC;
	font-weight: bold;
}

