﻿@charset "UTF-8";

#popup h2.accordion_trigger_ {
	background: url(../img/contents/bg_arrow_red.png) no-repeat 20px 50%;
	border-top: 1px solid #787878;
	border-bottom: none;
	padding: 12px 0 10px 35px;
	font-size: 14px;
	cursor: pointer;
	line-height: 1;
}
#popup h2.accordion_trigger_.opened_ {
	background-image: url(../img/contents/bg_arrow_down_red.png);
	
}

#popup #content .section_rounded_ {
	padding: 19px;
}

#popup #content .section_dt_table_cell_ h1 {
	margin-bottom: 20px;
}

#popup #content.popup_mini_ #popup .section_rounded_ {
	margin-bottom: 10px;
}

#popup #content.popup_mini_ #popup dl {
	margin-bottom: 20px;
	padding-bottom: 0;
	border-bottom: 1px solid #dcdcdc;
	line-height: normal;
}

#popup #content.popup_mini_ dl dt {
	position: relative;
}

#popup #content.popup_mini_ dl input[type=text] {
	width: 378px;
}
