@charset "utf-8";

/* contact_us 
--------------------------------- */
.contact_us .table03 th {
	font-weight: bold;
}
.contact_us .notice-02 {
	font-weight: normal;
}

.contact_us legend {
	font-size: 0;
}
.contact_us fieldset {
	clear: both;
}

#verisign {
	float: right;
}

/* index
--------------------------------- */
.contact_us dl.list04 {
	margin: 10px 0 0 15px;
}
.contact_us dl.list04 dt {
	font-weight: bold;
}
.contact_us dl.list04 dd {
	margin-left: 15px;
}

.btn-link {
	margin: 10px 0 0 15px;
}

.contact_us #tel {
	width: 320px;
}
.contact_us #web {
	width: 250px;
	margin-right: 0;
}

.contact_us div.column-block-03 .half-block dl dt span {
	font-weight: normal;
	font-size: 86%;
}

.contact_us div.column-block-03 .half-block dl dd dl dt {
	background: none;
	padding: 0;
}

/* input
--------------------------------- */
.contact_us .process {
	width: 590px;
	overflow: hidden;
}
.contact_us .process ul {
	width: 637px;
	margin-left: -46px;
}
.contact_us .process ul li {
	float: left;
	padding-left: 46px;
	background: url(../../contact_us/images/input_bg01.gif) no-repeat 9px 12px;
}
.contact_us ul.process li.first {
	padding-left: 0;
	background: none;
}

.contact_us table.contact-item {
	border: none;
	width: 360px;
	margin: 0;
}
.contact_us .contact-item td {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.contact_us textarea#question {
	width: 370px;
}

/* confirm
--------------------------------- */
.contact_us .check {
	margin-top: 20px;
	text-align: center;
}
.contact_us .check ul {
	width: 264px;
	margin: 0 auto;
}
.contact_us .check ul li {
	float: left;
	width: 108px;
	padding: 0 12px;
}

.contact_us .link-c01 {
	width: 20em;
	margin: 0 auto;
}

/*	clearfix 
------------------------------------------	*/
.contact_us .process ul:after,
.contact_us .check ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.contact_us .process ul.process,
.contact_us .check ul {
 zoom: 1;
}

 