@charset "UTF-8";

/***************************************
*
*	1. terms style
*
***************************************/

/* 1. terms style */
/* ------------------------------------------------------------------------------------ */

#terms #main-contents {
	margin-top: 20px;
	margin-bottom: 36px;
	text-align: left;
	font-size: 13px;
}
#terms #main-contents .ui-link {
	color: #271c18;
	text-decoration: none;
}
#terms .intro {
	background: url(../image/common/dotLine.gif) repeat-x 0 bottom;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
#terms .intro h3 {
	font-weight: bold;
	color: #e50012;
	font-size: 14px;
	margin: 0 10px 15px;
}
#terms #main-contents p {
	font-size: 12px;
	margin: 0 10px;
}
#terms #main-contents p.btn-notAgree {
	margin: 25px 0 0 0;
	text-align: center;
}
#terms #main-contents p.btn-notAgree a.ui-link {
	font-weight: normal;
	text-decoration: underline;
}
#terms .btnWrap {
	background: url(../image/common/dotLine.gif) repeat-x 0 bottom;
	padding-bottom: 25px;
}
#terms .termWrap {
	background: url(../image/common/dotLine.gif) repeat-x 0 bottom;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
#terms dl.termDl {
	margin: 0 10px;
	font-size: 11px;
}
#terms dl.termDl dt {
	background: #968987;
	color: #fff;
	padding: 3px;
	display: inline-block;
	margin: 15px 0 3px;
}
#terms dl.termDl dd {
	padding-left: 10px;
}
#terms dl.termInnerDl dt {
	background: none;
	color: #000;
	padding: 0;
	display: inline-block;
	margin: 0;
}
#terms dl.termInnerDl dd {
	text-indent: 10px;
	padding-left: -10px;
}
#terms dl.termInnerUl li {
	text-indent: 10px;
	padding-left: -10px;
}
















