@charset "UTF-8";

/***************************************
*
*	1. privacy style
*
***************************************/

/* 1. privacy style */
/* ------------------------------------------------------------------------------------ */

#privacy #main-contents {
	margin-top: 20px;
	margin-bottom: 36px;
	text-align: left;
	font-size: 13px;
}
#privacy #main-contents .ui-link {
	color: #271c18;
	text-decoration: none;
}
#privacy #main-contents h3 {
	font-size: 14px;
	color: #e50012;
	margin: 0 10px 13px;
}
#privacy #main-contents p {
	margin: 0 10px;
	background: url(../image/common/dotLine.gif) repeat-x 0 bottom;
	padding-bottom: 20px;
}
#privacy #main-contents dl {
	margin: 0 10px;
	padding: 8px 0;
}
#privacy #main-contents dl.last {
	background:  url(../image/common/dotLine.gif) repeat-x 0 bottom;
	padding-bottom: 40px;
	margin-bottom: 20px;
}
#privacy #main-contents dl dt {
	background: #867775;
	padding: 3px;
	color:#fff;
	display: inline-block;
	margin-bottom: 4px;
}
#privacy #main-contents p.btn-return {
	background: none;
}
