@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;
	}
input,
button,
form select {
	padding:8px !important;
	}
	label:hover {
	color:#0091c3;
	}
	label input {
		background:none !important;
		border:none !important;
		margin-right:4px;
		}
form textarea {
	width:97% !important;
	height:100px !important;
	padding:8px !important;
	}
td textarea,
td input,
td select {
	font-family:"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:13px;
	background-color:#f6f6f6;
	border-top:1px solid #b4b4b4;
	border-left:1px solid #b4b4b4;
	border-right:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
	}
td input:focus,
td textarea:focus,
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:#ffecec;
	}
.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 .type02 {}
	.contact_fm .type02 th,
	.contact_fm .type02 td {
		border:1px solid #bebebe;
		padding:10px;
		}
	.contact_fm .type02 th {
		text-align:left;
		white-space:nowrap;
		background-color:#f2f2f2;
		}

/* ----------------------------------------------------------------------------------------------------
	submit
---------------------------------------------------------------------------------------------------- */
.send {
	text-align:center;
	margin:20px auto 0 auto;
	padding:0 80px;
	}
	.send input,
	.send button {
		display:inline-block;
		width:150px;
		height:42px;
		cursor:pointer;
		}
.sendDisp {
	text-align:center;
	margin-top:20px;
	}
	.sendDisp input,
	.sendDisp button {
		margin-right:20px;
		cursor:pointer;
		}
.sdpd {
	margin-left:255px;
	}

/* ------------------------------------------------------------------------------------------------------------------------/
	1-0, inquiry
/------------------------------------------------------------------------------------------------------------------------ */

.inquiry {
	margin-top:30px;
	margin-bottom:40px;
	}

.type01 {
	width:100%;
	border-style:solid;
	border-width:0 1px 1px 0;
	border-color:#cccccc;
	border-collapse:collapse;
	margin-top:20px;
	}
	.type01 > tbody > tr > th,
	.type01 > tbody > tr > td {
		text-align:left;
		border-style:solid;
		border-width:1px 0 0 1px;
		border-color:#cccccc;
		border-collapse:collapse;
		padding:10px;
		font-weight:normal;
		}
	.type01 > tbody > tr > th {
		background-color:#efefef;
		}
	.type01 > tbody > tr > td {
		background-color:#ffffff;
		}
		.type01 > tbody > tr > td .notes {
			display:block;
			position:relative;
			color:#ff0000;
			font-size:11px;
			margin:10px 0 0 0;
			padding:0 0 0 1.5em;
			}
		.type01 > tbody > tr > td .notes:before {
			content:"※";
			display:block;
			position:absolute;
			top:0;
			left:0;
			}
