@charset "utf-8";

h2 {
	height: 105px;
	width: 650px;
	margin-bottom: 20px;
}

/*************
     Text
*************/

.privacy_text {
	line-height: 20px;
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.5em;
}

.privacy_midashi {
    color: #333333; /* 文字の色 */
    padding-left: 10px; /* 左の余白 */
    border-width: 0px 0px 0px 15px; /* 枠の幅 */
    border-style: solid; /* 枠の種類 */
    border-color: #551205; /* 枠の色 */
    line-height: 100%; /* 行の高さ */
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 20px;
}

.privacy_midashi2 {
    color: #333333; /* 文字の色 */
    padding-left: 0px; /* 左の余白 */
    border-width: 0px 0px 1px 0px; /* 枠の幅 */
    border-style: solid; /* 枠の種類 */
    border-color: #551205; /* 枠の色 */
    line-height: 100%; /* 行の高さ */
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8em;
	margin-top: 15px;
	margin-bottom: 15px;
}

.privacy_midashi3 {
    color: #333333;
}

.privacy_midashi3 ul {
    padding-left: 20px;


}

.privacy_midashi3 li {
	font-weight: normal;
	line-height: 1.8em;
	list-style: none;
}

