@charset "utf-8";

/*プロパティ順番
////////////////////////////////////////////////////*//*


	Mozillaが採用している「ボックスモデルによる記述順番」

	01 display
	02 list-style
	03 position
	04 float
	05 clear
	06 width
	07 height
	08 margin
	09 padding
	10 border
	11 background
	12 color
	13 font
	14 text-decoration
	15 text-align
	16 vertical-align
	17 white-space
	18 other text
	19 content


///////////////////////////////////////////////////////*/



/*共通設定
////////////////////////////////////////////////////*/
#contents {
	width: 690px;
}

/*innrtBoxの設定
////////////////////////////////////////////////////*/
.innerChildBox {
	overflow: hidden;
}

.innerChildBox img {
	float: left;
}

.innerChildBox dl {
	overflow: hidden;
}

.textBox {
	float: right;
	width: 420px;
}

/* 一覧表印字 */

.table-printText {
	float: right;
	width: 460px;
}

.singleBox {
	float: right;
	width: 550px;
}

.dividesBox {
	margin-top: 10px;
}

.dividesBox li {
	list-style-position: inside;
	list-style-type: disc;
}

.innerChildBox .firstCol {
	float: left;
	width: 170px;
}

.innerChildBox .secondCol {
	float: right;
	width: 245px;
}

.secondCol dt {
	margin-left: 1em;
	letter-spacing: 0;
}

.secondCol dd {
	margin-left: 2em;
	letter-spacing: 0;
}

/*tableの設定
////////////////////////////////////////////////////*/

table {
	text-align: center;
}


table th {
	height: 30px;
}

table td.subTitle {
	height: 30px;
}

table td {
	height: 30px;
	width: 129px;
}

/*データ出力*/

.indentText {
	margin-left: 2em;
}

.indentText li {
	list-style: none;
}

.outputData {
	width: 400px;
}

.outputData .firstCol {
	width: 145px;
}

.outputData .secondCol {
	width: 203px;
}

/*
*/