@charset "utf-8";
/* CSS Document */

.text_black_12px {
	font-family: "メイリオ", Verdana, Arial, "ＭＳ Ｐゴシック", "Segoe UI";
	font-size: 12px;
	text-align: left;
	color: #333;
	line-height: 20px;
	
}
.text_black_11px {
	font-family: "メイリオ", Verdana, Arial, "ＭＳ Ｐゴシック", "Segoe UI";
	font-size: 11px;
	text-align: left;
	color: #333;
	line-height: 20px;
}
.text_black_12px_bold {
	font-family: "メイリオ", Verdana, Arial, "ＭＳ Ｐゴシック", "Segoe UI";
	font-size: 12px;
	text-align: left;
	color: #333;
	line-height: 20px;
	height: 1px;
	font-weight: bold;
}
.text_black_12px_center {
	font-family: "メイリオ", Verdana, Arial, "ＭＳ Ｐゴシック", "Segoe UI";
	font-size: 12px;
	text-align: center;
	color: #333;
	line-height: 20px;
	height: 1px;
}
.text_black_11px_center {
	font-family: "メイリオ", Verdana, Arial, "ＭＳ Ｐゴシック", "Segoe UI";
	font-size: 11px;
	text-align: center;
	color: #333;
	line-height: 20px;
}
.text12px_orange_12px {
	font-family: "メイリオ", Verdana, Arial, "ＭＳ Ｐゴシック", "Segoe UI";
	font-size: 12px;
	text-align: left;
	color: #FC9;
	line-height: 20px;
	height: 1px;
}
.text10px_orange_11px {
	font-family: "メイリオ", Verdana, Arial, "ＭＳ Ｐゴシック", "Segoe UI";
	font-size: 11px;
	text-align: left;
	color: #FC9;
	line-height: 20px;
}
.text12px_orange_bold {
	font-family: "メイリオ", Verdana, Arial, "ＭＳ Ｐゴシック", "Segoe UI";
	font-size: 12px;
	text-align: left;
	color: #FC9;
	line-height: 20px;
	height: 1px;
	font-weight: bold;
}
.text13px_green_bold {
	font-family: "メイリオ", Verdana, Arial, "ＭＳ Ｐゴシック", "Segoe UI";
	font-size: 13px;
	text-align: left;
	color: #060;
	height: 30px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #DAE7DA;
}
.text_red_12px {
	font-family: "メイリオ", Verdana, Arial, "ＭＳ Ｐゴシック", "Segoe UI";
	font-size: 12px;
	text-align: left;
	color: #F00;
	line-height: 20px;
}

/* form
----------------------------------------------- */
#alert {
	color: #f30;
	font-weight: bold;
	margin: 15px 0 0 15px!important:
}

#form table {
	width: 420px;
	border: 1px solid #dcdcdc;
	margin: 15px 0 0;
}
#form table tr {
	vertical-align: top;
}
#form table th {
	background: #E6FFE6;
	color: #063;
	width: 1%;
	white-space: nowrap;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	padding: 5px;
}
#form table td {
	border-bottom: 1px solid #dcdcdc;
	padding: 5px 8px;
}

#form table td #name,
#form table td #name_kana {
	width: 200px;
	border: 1px solid #c8c8c8;
}
#form table td #mail {
	width: 290px;
	border: 1px solid #c8c8c8;
}
#form table td #phone {
	width: 150px;
	border: 1px solid #c8c8c8;
}

#form table td #messege {
	border: 1px solid #c8c8c8;
}

#form table td #name:focus,
#form table td #name_kana:focus,
#form table td #mail:focus,
#form table td #phone:focus,
#form table td #messege:focus,{
	background: #f2f9ff;
}

#form table td #mail,
#form table td #phone,
#form table td #number,
#form table td #date1,
#form table td #date2 {
	ime-mode: disabled;
}


