@charset "utf-8";

/*
	* 名前: business.css
	* 説明: businessページ用CSS
	* バージョン: 1.0
	* 最終更新日: 2009.08.25
	* 制作者: Hiroaki Nakagawa

	* 目次:
	  - 02. 領域設定 - ブロック -
	    - 02-07. 領域設定 - メイン -
*/

/* 外部CSSファイルの読み込み */

/* Import用CSS */
@import url("../../common/css/import.css");


/* Stylesheet Document */

@media screen {

	/* ========================================
	   * 02-07. 領域設定 - メイン -
	======================================== */

	#main table tbody tr th {
		width: 26%;
	}

	#main table tbody tr td span {
		font-size: 80%;
	}

	#main table td p.bnr {
	margin:4px 0;
	padding:0;
	}

	#main table td p.bnr img {
	margin:0 4px;
	padding:0;
	}

}
