@charset "UTF-8";
@import url("../_css.css");

/* +++++++++++++++++++++++++++++++++
■このディレクトリ内 CSS
+++++++++++++++++++++++++++++++++ */
/*
詳細テーブルmargin書き換え
*/
.Shosai {
	margin-top:15px;
}
/*
サブボックスwidthとbackground上書き（デフォルトに戻す）
*/
div.subBox table th {
	width:220px;
	background:#eeeeee;
}
div.subBox table td {
	width:379px;
}