/* CSS Document */

/*-------------------------------------------------------

privacy.css
個人情報保護ページのみに使用されるスタイルを記述

-------------------------------------------------------*/
#privacy ul { list-style-type: none; line-height: 160%; }
#privacy ul li { margin-bottom: 5px; }

/**** 第一階層 ****/
#privacy ul li.indentFirst {
    text-indent: -2.5em;
	margin-left: 2.5em;
}

* html #privacy ul li.indentFirst {
	text-indent: -1.5em;
	margin-left: 1.5em;
}

*:first-child+html #privacy ul li.indentFirst {
	text-indent: -2em;
	margin-left: 2em;
}

/**** 第二階層 ****/
#privacy ul.secondBox li.indentSecond {
    text-indent: -1.6em;
	margin-left: 2em;
}

* html #privacy ul.secondBox li.indentSecond {
    text-indent: -1em;
	margin-left: 1.2em;
}

*:first-child+html #privacy ul.secondBox li.indentSecond {
    text-indent: -1em;
	margin-left: 1.2em;
}

/**** 第三階層 ****/
#privacy ul.thirdBox li.indentThird {
    text-indent: -0.8em;
	margin-left: 1.2em;
}

* html #privacy ul.thirdBox li.indentThird {
    text-indent: -0.8em;
	margin-left: 1.2em;
}

*:first-child+html #privacy ul.thirdBox li.indentThird {
    text-indent: -0.8em;
	margin-left: 1.2em;
}

/**** 第四階層 ****/
#privacy ul.fourthBox li.indentFourth {
    text-indent: -1.3em;
	margin-left: 1.2em;
}

* html #privacy ul.fourthBox li.indentFourth {
    text-indent: -1.1em;
	margin-left: 1.2em;
}

*:first-child+html #privacy ul.fourthBox li.indentFourth {
    text-indent: -1.1em;
	margin-left: 1.2em;
}



/* 表*/
/* テーブル
-------------------------------------------------------*/
table.disclosureTab {
    border: solid 1px #82bacc;
	border-collapse: collapse;
	margin: 5px 0 20px;
}

table.disclosureTab th {
    border: solid 1px #82bacc;
	background-color: #eaf0f2;
	color: #154251;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: 5px 10px;
}

table.disclosureTab td {
    border: solid 1px #82bacc;
	vertical-align: top;
	padding: 5px 10px;
}
/*--------------------------------------------------------------------------------- safari用 */
html[xmlns*=""] body:last-child table.disclosureTab { text-indent: 0em; font-size: 92%; }
body:first-of-type table.disclosureTab { text-indent: 0em; font-size: 92%; }