@charset "utf-8";

h2{
	font-size: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF7c3c;
	margin-bottom: 8px;
	color: #333333;

}

#comAcon input, textarea {
	border: 1px solid #333333;
}

#comAcon th{
	padding: 5px;
	vertical-align: top;
	color: #333333;

}

#comAcon {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: -400px;
	margin-bottom: auto;
	margin-top: -250px;
	position: absolute;
	left: 50%;
	top: 50%;
	height: auto;
	width: 680px;
	z-index: 0;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 60px;
	color: #656565;
	/* MacIEのみ以下適用 \*//*/
	margin-top: 250px;
	top:50%;
	/**/
}

#comAcon .kou {
	background-color: #f2f2f2;
	margin: 4px;
	padding: 8px;
}

#comAcon .left {
	float: left;
	width: 200px;
	clear: both;
	color: #656565;
}
