@charset "utf-8";


/*  .article
----------------------------------------*/
#contents {
	padding-bottom:25px;
}
#contents .article {
	margin: 0 10px;
	background: #ffffff;
	border-top: 2px solid #a91078;
	border-bottom: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
}
#contents .article .section p {
	padding: 11px 14px 11px 14px;
	font-size: 13px;
	font-weight: normal;
	border-bottom: 1px solid #c1c1c1;
}
#contents .article .section p.title {
	padding: 15px 14px 13px 14px;
}
#contents .article .section .terms {
	padding: 0 14px 7px;
}
#contents .article .section .terms p.title {
	background:none;
	font-weight:bold;
	font-size:14px;
	padding:8px 0 6px;
	line-height:1.5;
}
#contents .article .section .terms dl {
	background:url(/sp/common_sp/img/share/bg-line.png) no-repeat bottom;
	background-size:100%;
	padding:10px 0 9px;
}
#contents .article .section .terms dt {
	background: url(/sp/common_sp/img/share/icon-title.png) no-repeat 0 3px;
	background-size: 9px auto;
	padding-left:14px;
	font-size:13px;
	padding-bottom:5px;
}
#contents .article .section .terms dd {
	line-height:1.34;
	padding-bottom:15px;
}
#contents .article .section .terms dd.right {
	text-align:right;
}
#contents .article .section .terms dl.no_bg {
	background:none;
}
#contents .article .section .terms dd.no_padding {
	padding-bottom:2px;
}
