

/*-----------------------------------------------------
来場登録について
よくあるご質問（FAQ）
-----------------------------------------------------*/
dl.faq_visitors_pre_reg {
	margin: 20px 0.5em 100px;
	}
dl.faq_visitors_pre_reg dt,
dl.faq_visitors_pre_reg dd {
	font-size: 1em;
	line-height: 1.6;
	position: relative;
	padding-left: 80px;
	}
dl.faq_visitors_pre_reg dt {
	margin-bottom: 0.8em;
	color: #00a99d;
	}
dl.faq_visitors_pre_reg dd {
	margin: 0;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px dotted #999;
	}
dl.faq_visitors_pre_reg dd:last-child {
	border-bottom: 0px dotted #999;
	}

dl.faq_visitors_pre_reg dd p {
	font-size: 1em;
	line-height: 1.6;
	margin-bottom: 0.75em;
	}
dl.faq_visitors_pre_reg dd p:last-child {
	margin-bottom: 0;
	}

dl.faq_visitors_pre_reg span.mmq,
dl.faq_visitors_pre_reg span.mma {
	position: absolute;
	top: 0; left: 0;
	display: block;
	width: 60px;
	text-align: center;
	color: #fff;
	padding: 0;
	border-radius: 4px;
	font-size: 1em;
	line-height: 1.6;
	font-weight: bold;
	}
dl.faq_visitors_pre_reg span.mmq {
	background: #00a99d;
	}
dl.faq_visitors_pre_reg span.mma {
	background: #999;
	}
dl.faq_visitors_pre_reg dd a {
	color: #00a99d;
	font-weight: bold;
	}
dl.faq_visitors_pre_reg dd a:hover {
	color: #666;
	}

dl.faq_visitors_pre_reg dd p.link_ics {
	margin: 1.5em 50px;
	background: #fff;
	box-shadow: 0 0 2px  rgba(0,0,0,0.5);
	padding: 2px;
	border-radius: 5px;
	}
dl.faq_visitors_pre_reg dd p.link_ics a {
	font-size: 20px;
	display: block;
	text-align: center;
	padding: 0.6em;
	border-radius: 5px;
	text-decoration: none;
	outline: none;
	color: #333;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	background: #f3f3f3;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#cccccc));
	background: linear-gradient(to bottom, #f3f3f3 0%, #cccccc 100%);
	}
dl.faq_visitors_pre_reg dd p.link_ics a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}

dl.faq_visitors_pre_reg dd .stepArea {
	margin: 1.2em 0;
	padding: 1em;
	background: #fff;
	box-shadow: 0 0 2px  rgba(0,0,0,0.35);
	border-radius: 3px;
	}
dl.faq_visitors_pre_reg dd .stepArea p {
	padding-left: 5em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	line-height: 1.6;
	}
dl.faq_visitors_pre_reg dd .stepArea p:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	}
dl.faq_visitors_pre_reg dd .stepArea span.num {
	display: block;
	margin-left: -5em;
	float: left;
	width: 5em;
	color: #00a99d;
	font-weight: bold;
	}

h3.notice {
	margin: 0 0 1em;
	background: #fff;
	border: 2px solid #e33;
	color: #e33;
	font-weight: bold;
	font-size: 1.125em;
	padding: 0.5em 1em;
	border-radius: 6px;
}





