@charset "utf-8";

/*
	* Name: corporate.css
	* License: MIT License
	  - http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license
*/


/* Stylesheet Document */

@media all {

	/* ========================================
	   * 領域設定 - レイアウト -
	======================================== */

	body.corporate {
	}


	/* ========================================
	   * 領域設定 - Main -
	======================================== */

	body.corporate #main table tr > td > ol.officerlist {
		list-style-type: none;
		margin-bottom: 0;
		margin-left: 0;
	}

	body.corporate #main table tr > td > ol.officerlist > li {
		border-bottom: 1px dotted #cecece;
		margin-bottom: 8px;
	}

	body.corporate #main table tr > td > ol.officerlist > li:last-child {
		border-bottom: none;
		margin-bottom: 0;
	}

	body.corporate #main table tr > td > ol.officerlist > li:last-child > table {
		margin-bottom: 0;
	}

	body.corporate #main table tr > td > ol.officerlist > li > table {
		border-top: none;
		margin-bottom: 8px;
	}

	body.corporate #main table tr > td > ol.officerlist > li > table tr > th,
		body.corporate #main table tr > td > ol.officerlist > li > table tr > td {
			border-bottom: none;
			padding: 4px;
	}

	body.corporate #main table tr > td > ol.officerlist > li:first-child > table tr:first-child > th,
		body.corporate #main table tr > td > ol.officerlist > li:first-child > table tr:first-child > td {
			padding-top: 0;
	}

	body.corporate #main table tr > td > ol.officerlist > li:last-child > table tr:last-child > th,
		body.corporate #main table tr > td > ol.officerlist > li:last-child > table tr:last-child > td {
			padding-bottom: 0;
	}

	body.corporate #main table tr > td > ol.officerlist > li > table tr > th {
		background-color: inherit;
		border-right: none;
		padding-left: 0;
		width: 22%;
	}

	body.corporate #main table tr > td > ol.officerlist > li > table tr th:first-child {
		border-top: none;
	}

	body.corporate #main table tr > td > ol.officerlist > li > table tr > td {
		border-left: none;
	}


	/* ========================================
	   * 領域設定 - Side Bar -
	======================================== */

	body.corporate #sidebar nav.sidebar {
		display: block;
	}

}