
/*----------------------------------------
		Import Files
----------------------------------------*/

@import url("/mar/manual/common/css/basestyle.css");
@import url("/mar/manual/common/css/mod_layout.css");
@import url("/mar/manual/common/css/mod_elements.css");

@import url("common.css");

@import url("/mar/manual/common/css/mod_multipurpose.css"); /* 使用しない場合はこの行を削除可 */


/*----------------------------------------
		.headerArea
----------------------------------------*/

/*	タブメニュー
----------------------------------------*/

div.frameFeatureArticles div.headerArea ul.navigation {
  border-bottom-color: #3E6B2E; /* タブメニュー下の罫線の色をここで変更 */
}

/*	ページタイトル<h2>
----------------------------------------*/

div.frameFeatureArticles div.primaryContentsArea div.title h2 {
  height: 135px; /* リードの上開始位置をここで調整 */
}

/*	リード（p）
----------------------------------------*/

div.frameFeatureArticles div.primaryContentsArea div.title p {
  margin-right: 365px;
  margin-left: 90px; /* リードの左開始位置をここで調整 */
  color: #333;
}


/* ↓ 新規にスタイルを作成する際は、これより下に記述します。 ↓ */

/*----------------------------------------
		Chapter1
----------------------------------------*/

div#chapter01 div#sec02 div.column table thead th {
  background-color: #65c379;
  color:#fff;
  font-weight: bold;
  text-align: left;
}

div#chapter01 div#sec02 div.column table thead th.th2 {
  background-color: 74c3e8;
  color:#fff;
  font-weight: bold;
  text-align: left;
}

div#chapter01 div#sec02 div.column table tbody th {
  background-color: #caeeb7;
}

div#chapter01 div#sec02 div.column table tbody th.th2 {
  background-color: #b5ea99;
}

div#chapter01 div#sec02 div.column table tbody th.th3 {
  background-color: #c5ebfc;
}

div#chapter01 div#sec02 div.column table tbody th.th4 {
  background-color: #98daf9;
}


div#chapter01 div#sec02 div.column table tbody td {
  width: 50%;
  background-color: #eff7e9;
  text-align: left;
  vertical-align:top;
}

div#chapter01 div#sec02 div.column table tbody td.td2 {
  width: 50%;
  background-color: #e2f6d2;
  text-align: left;
}


div#chapter01 div#sec02 div.column table tbody td.td3 {
  width: 50%;
  background-color: #ecf6fb;
  text-align: left;
}

div#chapter01 div#sec02 div.column table tbody td.td4 {
  width: 50%;
  background-color: #d8f1fd;
  text-align: left;
}


div#chapter01 div#sec02 div.column .cell_font_a {
  color:#097c25;
  font-weight: bold;
}

div#chapter01 div#sec02 div.column .cell_font_b {
  color:#0075a9;
  font-weight: bold;
}