@charset "utf-8";

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

	filename:	column.css
	created:	081104
	update:		090423

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

/* ------------------------------------------------------------ カラムセット */
div.locator { clear: both; }

div.column3A,
div.column3B,
div.column4A,
div.column4B,
div.column4C,
div.column5A,
div.column5B,
div.column5C,
div.column5D,
div.columnPsssA,
div.columnPssA,
div.columnPsA,
div.columnPmA,
div.columnPlA,
div.columnPllA { float: left; }

div.column3A { width: 33.33%; }

* html div.column3A { width: 33%; }
*+html div.column3A { width: 32.9%; }

div.column3B { width: 66.66%; }

div.column4A { width: 24.99%; }

div.column4B { width: 49.99%; }

div.column4C { width: 75%; }

div.column5A { width: 20%; }

div.column5B { width: 40%; }

div.column5C { width: 60%; }

div.column5D { width: 80%; }

div.columnPsssA { width: 90px; }
div.columnPssA { width: 110px; }
div.columnPsA { width: 150px; }
div.columnPmA { width: 200px; }
div.columnPlA { width: 270px; }
div.columnPsssB { margin-left: 90px; }
div.columnPssB { margin-left: 110px; }
div.columnPsB { margin-left: 150px; }
div.columnPmB { margin-left: 200px; }
div.columnPlB { margin-left: 270px; }
div.columnPllB { margin-left: 410px; }

/* カラムの入れ子 */
div.column3A div.column3A,
div.column3B div.column3B,
div.column4A div.column4A,
div.column4B div.column4B,
div.column4C div.column4C { width: 100%; }

div.column3B div.column3A,
div.column4B div.column4A { width: 50%; }

* html div.column3B div.column3A,
* html div.column4B div.column4A { width: 49.99%; }

div.column4C div.column4A { width: 33.33%; }

div.column4C div.column4B { width: 66.66%; }

/* テーブル用 */
* html table td div.column3A { width: 33.30% }

/* ------------------------------------------------------------ 図版＋本文 */
div.itemsA,
div.itemsB {
	clear: both;
	width: 100%;
}

div.itemsA div.pic,
div.itemsB div.pic {
	width:1%;
	display:table-cell;
	vertical-align:top;
}

div.itemsA div.txt,
div.itemsB div.txt {
	display:table-cell;
	vertical-align:top;
}

* html div.itemsA div.pic,
* html div.itemsB div.pic {
	width: auto;
	float: left;
}

*:first-child+html div.itemsA div.pic,
*:first-child+html div.itemsB div.pic {
	width: auto;
	float: left;
}

* html div.itemsA div.txt,
* html div.itemsB div.txt { zoom: 1; }

*:first-child+html div.itemsA div.txt,
*:first-child+html div.itemsB div.txt { zoom: 1; }

/* 左右入れ替え */
div.itemsB { direction: rtl; }
div.itemsB div.txt { direction: ltr; }

* html div.itemsB div.pic { float: right; }

*:first-child+html div.itemsB div.pic { float: right; }

/* ------------------------------------------------------------ clearfix */
div.locator:after,
div.itemsA:after,
div.itemsB:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

div.locator,
div.itemsA,
div.itemsB { display: inline-table; }

* html div.locator,
* html div.itemsA,
* html div.itemsB { height: 1%; }

div.locator,
div.itemsA,
div.itemsB {
	display: block;
	zoom: 1;
}

/* EOF */
