@charset "UTF-8";

/*
==========================================================
2階層目タイトル
==========================================================
*/
.privacy {
    margin: 0 auto;
    max-width: 1000px;
}
.privacy .bg {
	width: 100%;
}
.privacy p{
    font-size: 16px;
    letter-spacing: 1.2px;
    line-height: 2em;
    text-align: center;
    color: #ffe9e0;
}
.privacy .tit{
    color: #ffffff;
    font-size: 24px;
    width: 1000px;
    margin: 0 auto;
    line-height: 1.5em
}
#contents{
    padding-top: 25px;
}
#contents p {
	font-weight: normal;
	color: #232323;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#contents p.att {
font-weight: normal;
color: #ffe9e0;
text-align: left;
padding: 0px;
margin-top: 10px;
margin-right: 0px;
margin-bottom: 15px;
margin-left: 0px;
}

#contents p.note {
	font-weight: normal;
	color: #ffe9e0;
	text-align: left;
}

#contents h4 {
    font-size: 18px;
	padding: 0px;
	height: 30px;
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #828379;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	text-indent: 20px;
	background-image: url(../recommend/image/point.gif);
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

#contents ul {
text-align: left;
margin: 0px;
padding-top: 10px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 30px;
}

#contents li {
	list-style-position: outside;
	list-style-type: decimal;
	font-weight: normal;
	color: #232323;
	margin: 0px;
	padding: 0px;
    font-size: 16px;
}
