@charset "utf-8";

/*----------------------------------------------------
　プライバシーポリシー
----------------------------------------------------*/

#contents h2 {
	margin: 0px 0px 10px;
	text-align: left;
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius:3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	background: #5EA9DD;
	display: inline-block;
	vertical-align:top;
	color: #FFF;
	padding: 5px 10px;
	font-size: 15px;
	line-height: normal;
	width: 100%;
	box-sizing: border-box;
 -webkit-box-sizing: border-box;
}

#contents #textArea1 {
	border: 3px solid #C5DEE8;
	background: #FFF;
	padding: 10px 15px;
	margin: 0px 0px 10px;
}

#contents h3 {
	margin: 0px 0px 10px;
	padding: 8px 10px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
}

#contents .text {
	padding: 0px;
	margin: 0px 10px 10px;
}

#contents p.no {
	margin: 0px 20px;
}

#contents p.sp {
	margin: 0px 20px 20px;
}


#contents ul {
	list-style: disc;
	margin: 0px 0px 20px;
	padding: 0px 20px 0px 40px;
}

#contents #textArea2 {
	padding: 15px 12px;
	margin: 0px;
	border-top: 1px solid #CCC;
}

#contents #textArea2 p.sp {
	margin-bottom: 4em;
}

#contents #textArea2 p.ri {
	text-align: right;
	float: none;
}
