@charset "UTF-8";


#inqer {
	width: 600px;
	height: 80px;
	border: solid 1px #cccccc;
}



.pfield {
	width: 180px;
	float: left;
	border: solid 1px #cccccc;
}


.sfield {
/*	width: 300px;*/
/*	border: solid 1px #cccccc;*/
	clear: both;
}


#reqitem {
	margin-top: 10px;
	margin-bottom: 10px;
}


/* =============================================== */
/*	テーブル									   */
/* =============================================== */
.inqnote {
	font-weight: bold;
	color: #ff0000;
}


#inqtbl {
	margin-top: 10px;
	margin-left: 30px;
}


#inqtbl table {
	width: 740px;
	border-collapse: collapse;
}


.rowitem {
	width: 180px;
}


.rowcont {
	padding-right: 10px;
}


.inputfld {
	height: 30px;
}


#inqtbl input {
	height: 30px;
	padding-left: 5px;
	font-size: 1.1em;
}


#inqtbl td {
	height: 60px;
	padding-left: 15px;
	padding-right: 15px;
	border: solid 1px #cccccc;
}


#inqtbl textarea {
	margin-top: 15px;
	margin-bottom: 0px;
	padding: 5px;
	width: 480px;
	height: 300px;
	font-size: 1.1em;
	resize: vertical;
}


.rowinq {
	width: 180px;
	padding-top: 20px;
	vertical-align: top;
}


.hwmax {
	width: 480px;
}


.frmname {
	width: 180px;
	margin-left: 10px;
}


.capname {
	margin-left: 20px;
}


.imedir {
	ime-mode: inactive;
}


#dsptl {
	width: 480px;
	margin-bottom: 10px;
	text-align: right;
}


/* ----------------------------------------------- */
#inqcnfrm {
	margin-top: 20px;
	margin-left: 20px;
}


#inqcnfrm table {
	width: 700px;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
	border-collapse: collapse;
}


#inqcnfrm td {
	height: 50px;
	padding-left: 10px;
	border: solid 1px #bbbbbb;
	font-size: 1.1em;
}


.colinqi {
	padding-top: 10px;
	vertical-align: top;
}


.colinqc {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	vertical-align: top;
}


#acctrl {
	width: 100%;
	text-align: center;
}


/* ----------------------------------------------- */
#thnkmsg {
	width: 720px;
	margin-top: 30px;
	margin-left: 20px;
	font-size: 1.2em;
	line-height: 180%;
	text-align: center;
}


#thnkmsg a {
	text-decoration: none;
}


.thkemph {
	color: #ff6633;
	font-weight: bold;
}


/* ----------------------------------------------- */
.btn_submit {
	border: 0px;
	width: 130px;
	height: 34px;
	background: url(../images/btn_submit.png) left top no-repeat;
}


.btn_submit:hover {
	cursor: pointer;
}


.btn_clear {
	border: 0px;
	width: 130px;
	height: 34px;
	background: url(../images/btn_clear.png) left top no-repeat;
}


.btn_clear:hover {
	cursor: pointer;
}


.btn_back {
	border: 0px;
	width: 130px;
	height: 34px;
	background: url(../images/btn_back.png) left top no-repeat;
}


.btn_back:hover {
	cursor: pointer;
}


.btn_send {
	border: 0px;
	width: 130px;
	height: 34px;
	background: url(../images/btn_send.png) left top no-repeat;
}


.btn_send:hover {
	cursor: pointer;
}


/* ----------------------------------------------- */
#errmsg {
	width: 700px;
	margin: 20px 20px 20px 10px;
	padding: 10px 10px;
	line-height: 180%;
	color: #ff0000;
	background-color: #fff0f0;
	border: solid 1px #cc0000;
	border-radius: 6px;
}

