@charset "utf-8";

/*
======== table of content. =================================

summary:プライバシーポリシーページ用CSS

- PROMOTIONAREA
- CONTENT
- FOOTER

============================================================
*/


/*-----------------------------------------------------
MAIN(base.cssをオーバーライド)
-------------------------------------------------------*/
div#promotionArea {
	padding-left:20px;
	width:756px;
	height:58px;	
}


/*-----------------------------------------------------
CONTENT
-------------------------------------------------------*/
div#content-container {
	margin:10px 0 0 20px;
	width:696px;
}

div#privacy {
	margin:15px 0 0 30px;
	width:696px;
	background:
			transparent
			url(../images/privacy/img_waku_middle.gif) 
			repeat-y left top;
	font-size:0.9em;
	color:#444;
	
}
dl.privacy-list {
	padding:30px 35px 0 35px;
	width:629px;	
	background:
			transparent
			url(../images/privacy/img_waku_head.gif)  
			no-repeat left top;
}

dl.privacy-list dt {
	margin:30px 0 0 0;
	padding:6px 10px 8px 10px;
	width:609px;
	height:19px;
	background:
			transparent
			url(../images/privacy/bg_title01.gif)  
			repeat left top;
	font-size:1.1em;
	font-weight:bold;
}
dl.privacy-list dt.first {
	margin:0;
}

dl.privacy-list dd {
	padding:5px 10px;
}

dl.privacy-list dd dl.detail,
dl.privacy-list dd ol.detail {
	margin:10px;
	padding:0;
	width:589px;
	background:none;
}
dl.privacy-list dd dl.detail {
	margin:0 10px 10px 10px;
}
dl.privacy-list dd dl.detail dt {
	margin:10px 0 0 0;
	padding:0;
	width:589px;
	font-weight:bold;
	background:none;
}
dl.privacy-list dd dl.detail dd,
dl.privacy-list dd ol.detail li {
	margin:2px 0 0 0;
	padding:0 0 0 2em;
	text-indent:-1em;
}

ul.history {
	margin:5px 25px 0 25px;
	width:559px;
}
ul.history li {
	margin:5px 0 0 0;
}

div.company-info-area {
	margin:30px auto 0 auto;
	padding:5px;
	width:380px;
	background:
			transparent
			url(../images/privacy/bg_main.gif)  
			repeat left top;
}

p.company-info {
	padding:10px 15px;
	width:350px;
	background:#FFF;
}