/* CSS Document */
/*-------------------------------------------------Ìä¹ç¤»¥Õ¥©¡¼¥àpage---------------------------------------*/

#formWrap {
	width:900px;
	margin:40px auto 50px auto;
	color:#000;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width: 35%;
	font-weight:normal;
	font-size: 14px;
	background:#efefef;
	text-align:center;
}

input[type=text]{
height: 20px;
}

select[name="¤´ÍÑ·ï"]{
    height: 30px;
  line-height: 25px;
   font: "¥á¥¤¥ê¥ª","Meiryo","£Í£Ó £Ð¥´¥·¥Ã¥¯","MS PGothic","¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","Hiragino Kaku Gothic Pro","times" , "Lucida Sans Unicode", "Lucida Grande",Sans-Serif;
padding-left: 7px;}

input[type=submit]{
 height: 40px;
}

.submitButton{ font-size: 18px;  letter-spacing: 0.1em; font-weight: bold; font: "¥á¥¤¥ê¥ª","Meiryo","£Í£Ó £Ð¥´¥·¥Ã¥¯","MS PGothic","¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","Hiragino Kaku Gothic Pro","times" , "Lucida Sans Unicode", "Lucida Grande",Sans-Serif;}

.centerButton{ text-align: center; margin-top: 30px;}

.required{ border-left: medium solid #F00;}

th td span{ display:inline-block;}

