@charset "utf-8";
/* ===================================================================
CSS information

 file name  :privacy.css
 author     :Naoki Takahashi
 style info :プライバシーポリシー関連
=================================================================== */

/* -----------------------------------------------------------
	#titleArea
----------------------------------------------------------- */

#titleArea {
	width: 950px;
}

#titleArea:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/* -----------------------------------------------------------
	#contentArea
----------------------------------------------------------- */

#contentArea {
	width: 950px;
}

#contentArea:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


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

#privacyContainer {
	margin-top: 30px;
}

#privacyMain {
	width: 732px;
	float: left;
}

#privacySub {
	width: 191px;
	float: right;
}

#privacyTitle {
	width: auto;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 20px;
	margin-bottom: 10px;
}


/* -----------------------------------------------------------
	左カラム
----------------------------------------------------------- */

#privacyContent {
	padding: 20px 15px;
	border: 1px solid #EBE9E9;
	font-size: 85%;
}

#privacyContent p {
	display: block;
	padding: 2px 2px 2px 4px;
	border-bottom: 2px solid #48322A;
	background: #EBE9E9;
	color: #48322A;
	margin-bottom: 10px;
}

#privacyContact {
	padding: 10px;
	background: #EBE9E9;
}


/* -----------------------------------------------------------
	右カラム
----------------------------------------------------------- */

#privacyBanner img {
	margin-bottom: 10px;
}

#privacyAdvice {
	background: #EBE9E9 url(../img/share/cp_advice.gif) no-repeat top;
	padding: 25px 10px 10px;
	border: 1px solid #CCCCCC;
	text-align: center;
}

#privacyAdvice li {
	background: url(../img/share/cp_advice_line.gif) repeat-x bottom;
	padding-bottom: 6px;
	margin-bottom: 2px;
}

#privacyCall {
	padding: 10px 0 10px 0;
}

#privacyArticle {
	padding-top: 10px;
}
