@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
問い合わせ・資料請求用CSS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*--------------------------------------------------------------------
1. 問い合わせフォーム用table整形
--------------------------------------------------------------------*/
/* 共通 */
#inqFormWrapper table{
	margin-bottom: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#inqFormWrapper th,
#inqFormWrapper td{
	padding: 6px 12px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #fff;
}

#inqFormWrapper th{
	background-color:#dddded;
}


#inqFormWrapper th.inqForm_expl{
	color : #ffffff;
background-color : #666666;
  font-weight : bold;
}

#inqFormWrapper td{
	background-color: #eeeef6;
	width: 33%;
}

#inqFormWrapper table.inqForm_submitBtn td{
	text-align:center;
background-color:#fff;
}

/* td3個並び */
table#inqForm_selectDocType td,
table#inqForm_selectUsrStatus td,
table#inqForm_selectCntCldgRec td{
	width:33%;
}

#inqForm_address tr th{
	width: 20%;
}
#inqForm_birth tr th{
	width: 20%;
}
#inqForm_telMail tr th{
	width: 20%;
}
#inqForm_guardian tr th{
	width: 20%;
}
#inqForm_address input,#inqForm_telMail input,#inqForm_inputMessage textarea{
	width: 80%;
}

#inqForm_birth table{
	width: 100%;
}
#inqForm_birth{
	width: 100%;
}
#inqForm_telMail{
	width: 100%;
}
#inqForm_telMail{
	width: 100%;
}
#inqForm_guardian{
	width: 100%;
}
#inqForm_selectEventItem{
	width: 100%;
}
#inqForm_selectDocType{
	width: 100%;
}
#inqForm_selectUsrStatus{
	width: 100%;
}
#inqForm_selectCntCldgRec{
	width: 100%;
}
#inqForm_inputMessage{
	width: 100%;
}
#inqForm_selectEventItem tr td{
	width: 33%;
}
.inqForm_expl {

}
#inqForm_selectEventItem tr td input {

}
