@charset "utf-8";/* ======    Contents.css上書き    ====== */#LayoutArea p a {	color:#33A02C;	line-height:21px;	text-decoration: underline;}#LayoutArea p a:hover {	color:#FF9900;}/* === FAQ QList === */ul#QList {	width:530px;	height:auto;	clear:both;	margin:20px 0px 0px 50px;}ul#QList li {	width:auto;	height:auto; 	border-bottom:dotted #CCCCCC 1px;	background:#FFF url("../../image/Contents/Recruit/Recruiting/FAQ/Icon_Q.gif") 0% 50% no-repeat;	margin:5px 0px 5px 0px;	padding:10px 0px 10px 40px;}ul#QList li a {	font-size:14px;	color:#33A02C;/* #7FC86B */	text-decoration:underline;}ul#QList li a:hover {	color:#7FC86B;/* #BFE47F */}/* === FAQ === */ul#FAQ_BG li {	background:url("../../image/Contents/Recruit/Recruiting/FAQ/BG_Center.gif") 0% 0% repeat-y;	margin:30px 0px 0px 45px;}ul#FAQ_BG li.PageTop {	background:none;	margin-top:0px;}ul#FAQ_BG li.PageTop p {	margin-top:0px;}dl.FAQ {	width:520px;	height:auto;	background:url("../../image/Contents/Recruit/Recruiting/FAQ/BG_Bottom.gif") 0% 100% no-repeat;}dl.FAQ dt {	font-size:15px;	line-height:21px;	color:#33A02C;	background:url("../../image/Contents/Recruit/Recruiting/FAQ/BG_Top.gif") 0% 0% no-repeat;	padding:32px 40px 10px 70px;}dl.FAQ dd {	line-height:21px; 	border-top:dotted #CCCCCC 1px;	background:url("../../image/Contents/Recruit/Recruiting/FAQ/Icon_A.gif") 0px 8px no-repeat;	margin:0px 30px 0px 27px;	padding:13px 10px 80px 45px;}dl.FAQ dd a {	color:#FF7F0D;	line-height:21px;	text-decoration:underline;}dl.FAQ dd a:hover {	color:#FFCE00;}