@charset "utf-8";

/*
	* Name: common.css
	* License: MIT License
	  - http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license
	* Author: Hiroaki Nakagawa
	* Author URI: http://www.3050grafix.com/
	* Author E-mail: hiro@3050grafix.com

	* Contents:
	  - 01. 初期設定 - 基本設定 -
	    - 01-05. 初期設定 - テーブル -
*/


/* Load External Files */

@import url('../../../common/css/import.css');


/* Stylesheet Document */

@media screen {

	/* ========================================
	   * 01-08. 初期設定 - テーブル -
	======================================== */

	table tr th {
		width: 6%;
	}

	table tbody tr td p.attention {
		margin-left: 12px !important;
	}

}