@charset "UTF-8";

/*----- [お問い合わせ] -----*/

#privacy #contentsBody {
	width: 948px;
}

/*----- [パンくず] -----*/
#breadCrumb {
	color: #666;
	background: url(/img/common/bg_breadcrumb.gif) repeat-x;
	/*width: 724px;*/
	width: 944px;
	height: 24px;
	padding-left: 4px;
}




/*----- [2ndコンテンツブロック] -----*/
div.contentsBlock {
	width: 948px;
	background: url(/img/others/bg_contents-block.gif) no-repeat center bottom;
	
	margin: 0;
	padding: 0;
	
	margin-top: 20px;
	padding-bottom: 30px;
}

div.contentsBlock h3 {
	margin: 0;
	padding: 0;
	margin-top: 0;
}

div.contentsBlock div.blockBody {
	margin: 0 20px;
	/*margin-top: 20px;*/
}




#privacy div.blockBody h4 {
	margin-top: 20px;
	font-size: 108%;
	font-weight: bold;
	
	padding-bottom: 4px;
	border-left: 5px solid #f1bea9;
	border-bottom: 1px solid #bbb;
	
	padding-left: 5px;
	padding-top: 2px;
}

#privacy div.blockBody p {
	font-size: 100%;
	margin-top: 1em;
	/*padding-left: 1em;*/
	line-height: 1.4;
}


#privacy #inquiryBlock {
	background: url(/img/others/bg_privacy_block-foot.gif) no-repeat left bottom;
}


#privacy #inquiryBlock p {
	background: url(/img/others/bg_privacy_block-head.gif) no-repeat left top;
	padding: 10px 16px;
	line-height: 1.5;
}

#privacy #inquiryBlock p span {
	font-weight: bold;
}

#privacy div.blockBody ul {
	margin-top: 1em;
}

#privacy div.blockBody ul li {
	line-height: 1.5;
	text-indent: -2em;
	margin-left: 2em;
	margin-bottom: 0.5em;
}








