@charset "utf-8";
/* CSS Document */

/* class
------------------------------------------------*/
.note {
	color: #a32d2d;
}

.indent {
	margin-left: 10px;
}

.opacityBtn a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* #contact
------------------------------------------------*/
#contact {
	margin-bottom: 80px;
}


/* #contactHead
------------------------------------------------*/
#contactHead {
	position: relative;
	height: 300px;
	background: url(../img/portal/sub/contact/bg_reference01.jpg) 20px 70px no-repeat;
}

#contactHead h2 {
	margin-bottom: 40px;
}

#contactLeed, #contactInfo {
	position: absolute;
}

#contactLeed {
	top: 125px;
	left: 284px;
}

#contactInfo {
	top: 187px;
	left: 284px;
}


/* #contactBody
------------------------------------------------*/
#contactBody h2 {
	margin-bottom: 30px;
}

#contactNote {
	width: 605px;
	margin: 0 auto 50px;
}

#contactNote li {
	line-height: 1.5;
	font-size: 10px;
}

#contactNote .last-child {
	margin-top: 15px;
	color: #a32d2d;
}

/* table部分
-------------------------------*/
#contactList {
	width: 643px;
}

#contactList th {
	width: 160px;
	padding: 20px 15px 15px 20px;
	background: #EDF3F9;
	line-height: 1.5;
	border-top: 1px solid #518BC1;
}

#contactList td {
	width: 438px;
	padding: 22px 15px 25px 15px;
	border-top: 1px solid #F2F2F2;
}


/* form部分
-------------------------------*/
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

#contactList .typeText {
	height: 19px;
	padding-top: 3px;
	border: 1px solid #D1D1D1;
}

#contactList .typeTextArea {
	width: 438px;
	font-size: 12px;
}


.short01 {width: 110px;}
.middle01 {width: 140px;}
.long01 {width: 205px;}
.long02 {width: 280px;}

/* 氏名
-------------------------------*/
#nameArea td {
	padding-left: 22px;
}

#nameArea dl {
	float: left;
}

#nameArea .first-child {
	margin-right: 20px;
}

#nameArea dt, #nameArea dd {
	float: left;
	line-height: 2.0;
}

#nameArea dt {
	width: 20px;
}


/* ＰＣメールアドレス
-------------------------------*/
#atMark {
	margin: 0 10px 0 10px;
}


/* 問い合わせ内容
-------------------------------*/
#contentArea dt, #contentArea dd {
	margin-bottom: 10px;
}

#contentArea dt {
	clear: both;
	width: 25px;
	float: left;
}

#contentArea dd {
	width: 400px;
	line-height: 1.4;
}

#contentMatter {
	margin: 35px 0 15px 0;
}

#contentMatter dt {
	margin-bottom: 10px;
}

#contentMatter dd {
	line-height: 1.5;
}

.noteList li {
	margin-bottom: 5px;
}


/* ボタンエリア（入力）
-------------------------------*/
#submitArea dt {
	width: 200px;
	float: left;
	margin-right: 10px;
}

#submitArea dd {
	width: 215px;
	float: left;
	margin-top: 14px;
	line-height: 1.5;
	font-size: 10px;
}


/* ボタンエリア（確認）
-------------------------------*/
#confirmArea dt {
	width: 150px;
	float: left;
	margin-right: 25px;
}

#confirmArea dd {
	width: 130px;
	float: left;
	margin-top: -6px;
}


/* 完了ページ
------------------------------------------------*/
#resultLeed {
	width: 300px;
	margin: 0 0 0 200px;
}

#resultLeed p {
	margin-bottom: 20px;
	line-height: 1.5;
}

#resultLeed a {
	color: #646464;
}






















