@charset "utf-8";
/******************************************************************************

 ■プライバシーポリシーのページのCSS

******************************************************************************/


/*メインビジュアル　背景画像お知らせ用*/
.main_visual {
	background-image: url(../img/back06.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	margin-top: -70px;
}

/*プライバシーポリシー

.content_area1 {
    background-image: url("../img/affiliated_back.jpg");
    background-repeat: repeat;
    margin-right: auto;
    margin-left: auto;
    padding: 1em 0px;
    border-bottom: solid 2px #fff;
}
*/

.content_area1_inner{
	width: 1240px;
	height:300px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}


.privacy{
	width:1024px;
	margin-right:auto;
	margin-left:auto;
}

.privacy_title {
	background-image: url(../img/disclosed_title2.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 60px;
	width: 1024px;
	text-indent: -9999px;
	margin: 1.5em auto;
	border-bottom: solid 1px #EEE;
	box-shadow: 0 1px 0 rgba(255,255,255,1);
}

.privacy ul{
	margin-top: 2em;
}

.privacy ul li{
	margin-top: 0.5em;
	list-style-type: square;
	padding-left: 1em;
}

