@charset "utf-8";

/* Table Of Contents
----------------------------------------

# content
# leftSidebar

----------------------------------------*/


/* # content
---------------------------------------------------------------------------- */

div#content {
	float: right;
	padding-right: 15px;
	width: 610px;
}

div#content p.sNav {
	background: #e8ecf1;
	font-size: 90%;
	padding: 3px 0px 0px 10px;
}

div#contentInner {
	padding: 0 10px;
	width: 590px;
}

div#contentInner h2 {
	padding: 10px 0;
}

div#content h3 {
	margin-bottom: 15px;
}
div#content h3 img {
	vertical-align: -0.2em;
}
div#content h3 span {
	color: #4f4f4f;
	padding-left: 10px;
}

div#contentInner p {
	color: #4f4f4f;
	margin-bottom: 1em;
}

div#content label {
	cursor: pointer;
}

div#content div.privacy {
	background-color: #fafafa;
	border: 1px solid #f0f0f0;
	color: #4f4f4f;
	padding: 10px 15px;
	margin-bottom: 20px;
}
div#content div.privacy img {
	margin-right: 10px;
	vertical-align: -0.3em;
}
div#content div.privacy input {
	vertical-align: -0.2em;
}
* html div#content div.privacy input {
	vertical-align: -0.25em;
}
*:first-child+html div#content div.privacy input {
	vertical-align: -0.25em;
}

div#content div.type {
	background-color: #fafafa;
	border: 1px solid #f0f0f0;
	color: #4f4f4f;
	padding: 10px 15px;
	margin-bottom: 20px;
}
div#content div.type select {
	border: 1px solid #d0d0d0;
	font-size: 100%;
	margin-right: 10px;
	padding: 2px;
}

div#content table.form {
	border-left: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	margin-bottom: 20px;
}
div#content table.form th,
div#content table.form td {
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	color: #4f4f4f;
	line-height: 1.5;
}
div#content table.form th {
	background-color: #fafafa;
	font-weight: bold;
	padding: 1.2em 40px 0 20px;
	vertical-align: top;
	width: 110px;
}
div#content table.form th img.icnRequired {
	display: block;
	margin-left: 110px;
	position: absolute;
}
div#content table.form td {
	width: 387px;
	padding: 0.5em 15px;
}
div#content table.form td input {
	border: 1px solid #d0d0d0;
	font-size: 100%;
	margin: 5px 0;
	padding: 4px;
}

div#content table.table_01 {
	border-left: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	margin-bottom: 20px;
}
div#content table.table_01 th,
div#content table.table_01 td {
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	color: #4f4f4f;
	line-height: 1.5;
}
div#content table.table_01 th {
	background-color: #fafafa;
	font-weight: bold;
	padding: 0.5em 20px;
	vertical-align: top;
	width: 130px;
}
div#content table.table_01 td {
	width: 387px;
	padding: 0.5em 15px;
}

div#content textarea {
	border: 1px solid #d0d0d0;
	height: 300px;
	font-size: 100%;
	padding: 4px;
	resize: none;
	width: 580px;
}

div#content input#fld-g1_type1 {
	width: 120px;
}
div#content input#fld-g1_type2 {
	width: 250px;
}

div#content input#fld-name {
	width: 200px;
}
div#content input#fld-company {
	width: 300px;
}
div#content input#fld-tel {
	width: 100px;
}
div#content input#fld-mail {
	width: 380px;
}

div#content .inputError {
	color: #ff3126;
}

div#content div#submit {
	padding: 20px 0;
	text-align: center;
}
div#content div#submit .left {
	float: left;
	text-align: right;
	width: 40%;
}
div#content div#submit .right {
	float: right;
	text-align: left;
	width: 40%;
}


div#content .mb30 {
	margin-bottom: 30px !important;
}



/* # leftSidebar
---------------------------------------------------------------------------- */

div#leftSidebar {
	float: left;
	padding-left:15px;
	width: 250px;
}

div#leftSidebar p {
	padding-bottom: 20px;
}

div#leftSidebar div.bnrArea {
	position: relative;
	margin-bottom: 10px;
}

div#leftSidebar div.bnrArea img.bnrComment {
	left: -48px;
	position: absolute;
	top: 29px;
}

div#leftSidebar div.bnrArea img.bnrContact {
	left: 17px;
	position: absolute;
	top: 91px;
}

div#leftSidebar ul.subNav {
	background: #e8ecf1;
	padding: 8px;
}



/* # clearfix
---------------------------------------------------------------------------- */

div#content div#submit {
	zoom: 1;
}

div#content div#submit:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
