@charset "utf-8";

/* clearfix
------------------------------------------------------------------------------*/
#main .section .lead ul,
#main .section .btns{
	overflow:hidden;
}


#main .section h1,
#main .section h2 {
	padding-bottom:15px;
}
#main .section {
	padding-bottom:35px;
}
#main .section .lead {
	padding-left:19px;
}
#main .section .lead p{
	padding-bottom:20px;
}
#main .section .lead p.line{
	padding-bottom:7px;
}
#main .section .lead ul{
	/zoom:1;
	padding-bottom:26px;
}
#main .section .lead li{
	float:left;
	overflow:hidden;
	width:211px;
	height:23px;
	padding:3px 29px 0 0;
	background-image:url(../images/contact/bg_arrow.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	color:#413503;
}
#main .section .lead li.current{
	background-image:url(../images/contact/bg_arrow_current.jpg);
	color:#FFF;
}
#main .section table {
	width:100%;
	border-collapse:collapse;
	border:3px solid #CBCBCB;
	background-color:#F6F4E8;
}
#main .section table th {
	width:25%;
	padding:8px 12px;
	border-top:1px solid #CBCBCB;
	border-right:3px solid #CBCBCB;
	border-bottom:1px solid #CBCBCB;
	border-left:1px solid #CBCBCB;
	font-size:117%;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
}
#main .section table th.required span {
	color:#F00;
}
#main .section table td {
	width:80%;
	padding:8px 12px;
	border:1px solid #CBCBCB;
	background-color:#FFF;
	font-size:117%;
	font-weight:bold;
}
#main .section table td span{
	color:#FF0000;
}

#main .section .procedureName input,
#main .section .subjectName input,
#main .section .lawKeyword textarea,
#main .section .contactText textarea{
	width:98%;
}
#main .section .contactText textarea{
	height:210px;
}
#main .section .mail input{
	width:35%;
}

#main .section .notes,
#main .section .err,
#main .section .complete{
	width:712px;
	padding:10px 15px;
	margin:18px 0;
	border:3px solid #CBCBCB;
	background-color:#F3F3F3;
	color:#413503;
}
#main .section .notes img{
    margin-left:3px;
    margin-top:2px;
}
#main .section .err{
	margin-top:0;
}
#main .section .err p{
	font-weight:bold;
	font-size:117%;
}
#main .section .attention{
	color: #f00;
	font-weight: normal;
}
#main .section .err p.attention{
	font-weight: normal;
	line-height:1.7;
	color: #f00;
}
#main .section .notes input {
	vertical-align:-3px;
	margin-right:5px;
}
#main .section .notes .agreement {
	font-size:117%;
	font-weight:bold;
}
#main .section .btns{
	width:392px;
	margin:0 auto;

}
#main .section .btn{
    float:left;
    width:189px;
	margin-right:7px;
	padding-top:2px;
	background-image:url(../images/common/bg_btn_gray_top.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#main .section .btn .wrapper{
	width:189px;
	padding-bottom:4px;
	background-image:url(../images/common/bg_btn_gray_bottom.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}
#main .section .btn a{
	display: block;
	background-image:url(../images/common/bg_btn_gray.jpg);
	background-repeat:no-repeat;
	background-position:left center;
    font-size: 117%;
    font-weight: bold;
	padding:5px 0 4px 16px;
    text-align: center;
    width:173px;
}