@charset "utf-8";

/* サンプルtableの共通設定
----------------------------------------------------------- */
table	{
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #CCCCCC;
	margin-right: auto;
	margin-left: auto;
}
th, td	{
	ｓcolor: #666666;
	border: 1px solid #CCCCCC;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 13px;
	background-position: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 120%;
	color: #666666;
}

/* サンプル1
----------------------------------------------------------- */
.sample1 th	{
	border-bottom: 2px solid #1D5C79;
}
#contact{
	background:#fff;
	padding:20px 0 20px;
}
#contact table{
	color:#555;
	border-collapse:collapse;
	width:95%;
	margin:0 auto 40px;
}
#contact table th{
	border:1px solid #e4e4e4;
	background:#f1f1f1;
	padding:26px 15px;
	text-align:left;
	font-weight:normal;
	width:150px;
	vertical-align:top;
	padding-right:80px;
}
#contact table td{
	border:1px solid #e4e4e4;
	background:#ffffff;
	padding:15px;
}
#contact table th.needs{
	background:url(menu/images/needs.png) 94% 20px no-repeat #f1f1f1;
}
#contact table th.option{
	background:url(menu/images/option.png) 94% 20px no-repeat #f1f1f1;
}
#contact table td input.txt {
	padding:10px 5px;
	width: 300px;
	border: 1px solid #cccccc;
}
#contact table td span {
	font-size:12px;
}
#contact table td textarea {
	padding: 5px;
	width: 98%;
	height: 200px;
	border: 1px solid #cccccc;
}
.check{
	line-height:2;
}

#contact input::-webkit-input-placeholder {
    color: #bbb;
    font-weight: normal;
}
#contact input:-ms-input-placeholder {
    color: #bbb;
    font-weight: normal;
}
#contact input::-moz-placeholder {
    color: #bbb;
    font-weight: normal;
}
#contact .errMsg{
	color:#bb6868;
	font-weight:bold;
}
.confirm{
	text-align:center;
}