@charset "utf-8";
@import "all.css";
@import "http://hughug-web.com/css/column2.css";

/*--------------左コンテンツ--------------*/

/* 一覧 */
#enquate-note{
	height: 52px;
	margin-bottom: 20px;
	padding: 28px 0 0 30px;
	background: url(../img/box/enquate_point.jpg) no-repeat;
	font-size: 11px;
}
#enquate-note p{

}

#enquate-list{
	
}
#enquate-list h2{
	height: 23px;
	margin-bottom: 20px;
	padding: 12px 0 0 48px;
	background: url(http://hughug-web.com/img/box/gtext_box_m.jpg) no-repeat;
	font-size: 12px;
	color: white;
}
#enquate-list table{
	width: 100%;
}
#enquate-list th, #enquate-list td{
	line-height: 25px;
	padding: 5px 10px;
	border-bottom: 1px dashed #CC9966;
}
#enquate-list th{
	width: 310px;
	padding-left: 25px;
	background: url(../img/icon/tl_leaf.jpg) no-repeat;
	text-align: left;
}
#enquate-list td{
	
}

/* 詳細 */
#enquate-detail{
	
}

#enquate-detail h2{
	margin-bottom: 10px;
	padding: 0 0 0 30px;
	background: url(../img/icon/tl_leaf.jpg) 5px center no-repeat;
	font-size: 16px;
}

#question-list{
	
}
#question-list .question-box{
	margin-bottom: 10px;
	border: 1px solid #CC9966;
}
	.question-box h3{
		padding: 3px 10px;
		font-size: 13px;
		background: #fcf4c6;
	}
	.question-box div{
		padding: 10px 15px;
		border-top: 1px solid #CC9966;
	}
	.question-box div.description{
		padding: 3px 10px;
		/*text-align: right;*/
	}
	.question-box div textarea{
		width: 98%;
		height: 6em;
	}
	
	.question-box div li{
		line-height: 25px;
	}

#enquate-profile{
	margin-bottom: 20px;
}
	dl#enquate-profile {
		border: 1px solid #CC9966;
		border-top: none;
		background: #fcf4c6;
	}
	#enquate-profile dt, #enquate-profile dd{
		padding: 0 15px;
		line-height: 25px;
		border-top: 1px solid #CC9966;
	}
	#enquate-profile dt{
		float: left;
		width: 90px;
	}
	#enquate-profile dd{
		margin-left: 120px;
		border-left: 1px solid #CC9966;
		background: white;
	}
#question-list p{
	text-align: center;
}
a:link{
	color:#3366ff;
}
a:visited{
	color:#996633;
}