@charset "utf-8";
/* ====================================================================================================

	css/inquiry.css

==================================================================================================== */

body{	
	color:#3c3c3c;
	margin:0;
	height:100%;
	font-family:"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background-color:#ffffff;
	}

/* ----------------------------------------------------------------------------------------------------
	form parts
---------------------------------------------------------------------------------------------------- */
form label {
	font-size:13px;
	margin:0 15px 0 0 !important;
	cursor:pointer;
	}
form input,
form select {
	padding:8px !important;
	}
form label:hover {
	color:#0091c3;
	}
	form label input {
		background:none !important;
		border:none !important;
		margin-right:4px;
		}
form textarea {
	width:97% !important;
	height:70px !important;
	padding:8px !important;
	}
form td textarea,
form td input,
form td select {
	background-color:#f6f6f6;
	border-top:1px solid #b4b4b4;
	border-left:1px solid #b4b4b4;
	border-right:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
	}
form td input:focus,
form td textarea:focus,
form td select:focus {
	outline-color:#cccccc;
	background-color:#ffffff;
	}
.ip_ss 	{ width:100px; }
.ip_s 	{ width:150px; }
.ip_m 	{ width:250px; }
.ip_l 	{ width:80%; }
.contact_fm .error input,
.contact_fm .error textarea,
.contact_fm .error select {
	background:#ffcccc;
	}
.contact_fm .error label {
	color:#000000;
	font-weight:normal;
	}
.contact_fm .error label:hover {
	color:#0091c3;
	}
.contact_fm .error {
	clear:both;
	font-weight:bold;
	margin:0 !important;
	}

/* ----------------------------------------------------------------------------------------------------
	table
---------------------------------------------------------------------------------------------------- */
.contact_fm .type01 {
	border-style:solid;
	border-width:1px 0 0 1px;
	border-color:#c1daf2;
	border-collapse:collapse;
	}
	.contact_fm .type01 th,
	.contact_fm .type01 td {
		border-style:solid;
		border-width:0 1px 1px 0;
		border-color:#c1daf2;
		padding:10px;
		}
	.contact_fm .type01 th {
		text-align:left;
		white-space:nowrap;
		background-color:#ffffff;
		}

.contact_fm .type02 {
	border-style:solid;
	border-width:1px 0 0 1px;
	border-color:#999999;
	border-collapse:collapse;
	}
	.contact_fm .type02 th,
	.contact_fm .type02 td {
		border-style:solid;
		border-width:0 1px 1px 0;
		border-color:#bebebe;
		padding:10px;
		}
	.contact_fm .type02 th {
		text-align:left;
		white-space:nowrap;
		background-color:#f2f2f2;
		}
/**/
.w100 { width:100%; }
.mg-t10 { margin-top:10px !important; }
.mg-b50 { margin-bottom:50px !important; }
.fc-red { color:#ff0000; }
.fl { float:left; }
.fr { float:right; }
.cb { clear:both; }

/* ----------------------------------------------------------------------------------------------------
	submit
---------------------------------------------------------------------------------------------------- */
.send {
	width:330px;
	text-align:center;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	}
	.send input[type="submit"] {
		display:inline-block !important;
		width:160px !important;
		height:42px !important;
		cursor:pointer !important;
		}