@charset "utf-8";

#subnavi_bt003 a	{ background-position: left bottom; }

#contents h2	{
	padding-bottom: 22px;
}

/* ====================================================================================================
   個人情報保護方針
==================================================================================================== */
#privacy h3	{
	padding-bottom: 20px;
}

#privacy_lead	{
	padding-bottom: 20px;
	font-size: 1.1em;
	font-weight: bold;
}

#privacy dl dt	{
	color: #2c7a31;
	font-size: 1.1em;
	font-weight: bold;
}

#privacy dl dd	{
	padding-bottom: 15px;
}

#privacy_sign	{
	float: right;
	padding-top: 15px;
	padding-right: 15px;
	font-size: 1.1em;
}

#privacy_sign strong	{
	font-weight: bold;
}

/* ====================================================================================================
   クリアフィックス
==================================================================================================== */
#privacy:after	{
	content: ".";
	display: block;
	clear: both; 
	height: 0;
	visibility: hidden;
}

#privacy	{
	display: block;
	#display: inline-block;
}

