@charset "utf-8";

#inquiry {
	width: 100%;
	clear:both;
}

#inquiry table {
	width: 100%;
	margin: 5px 0;
	border-collapse:collapse;
}

#inquiry table td.left {
	vertical-align: top;
	padding: 3px;
	border-bottom: 5px solid #ffffff;
	background: #e6e6e6;
}

#inquiry table td.pt3b10 {
	vertical-align: top;
	padding: 3px 0 10px;
}

#inquiry table td.right {
	vertical-align: top;
	padding: 3px;
	border-bottom:5px solid #ffffff;
	border-left:5px solid #ffffff;
}

td.pb5 {
	padding-bottom: 5px;
}

#notice{
	width:420px;
	float:left;
	margin:30px 0 26px;
}

#ssl{
	width:100px;
	margin:30px 0 26px;
	float:left;
}

#notice02{
	width:420px;
	float:left;
	margin:10px 0 ;
}

#ssl02{
	width:100px;
	margin:10px 0 ;
	float:left;
}

#notice03{
	width:465px;
	float:left;
	margin:10px 0;
}

#ssl03{
	width:100px;
	float:left;
}

p.textbb_m{
	font-weight: bold;
	color: #000000;
	margin: 26px 0 20px;
}

.mt26 {
	margin-top: 26px;
}

.red {
	color: red;
}

/*----- {^ ----------*/

#submit,#back,#confirm,#reset,#yes,#renew{
	width: 52px;
	height: 23px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

#yes,#no {
	width: 67px;
	height: 23px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

#yes {
	background: url(../images/yes_b.gif);
}

#no {
	background: url(../images/no_b.gif);
}

#confirm {
	background: url(../images/confirm_b.gif);
}

#reset {
	background: url(../images/reset_b.gif);
}

#submit {
	background: url(../images/tsmission_b.gif);
}

#renew {
	background: url(../images/renew.gif);
}

#back {
	background: url(../images/return_b.gif);
}



