@charset "utf-8";

/*
 --------------------------------------------------------------------
 4Uweb／CMS 表取り込み・表編集用スタイルシート。

 更新日：2010-08-02
 --------------------------------------------------------------------
 【編集履歴】
 ・2009-05-25 新規作成
 ・2010-08-02 背景色用のスタイルを追加。
 
 -------------------------------------------------------------------- */

/**
 * 背景色を設定
 */
table th.table-color, 
td.table-color {
}

/**
 * フォントを設定
 */
table th.table-font, 
td.table-font {
}

/**
 * 上詰め
 */
table th.top, td.top {
	vertical-align: top !important;
}

/**
 * 下詰め
 */
table th.bottom, td.bottom {
	vertical-align: bottom !important;
}

/**
 * 左詰め
 */
table th.left, td.left {
	text-align: left !important;
}

/**
 * 右詰め
 */
table th.right, td.right {
	text-align: right !important;
}

/**
 * 中央揃え
 */
table th.center, td.center {
	text-align: center !important;
}

/**
 * WYSIWYG用の背景色-赤
 */
table th.tbl-bgcolor-red, td.tbl-bgcolor-red {
	background-color: #FFCCFF !important;
}

/**
 * WYSIWYG用の背景色-黄
 */
table th.tbl-bgcolor-yellow, td.tbl-bgcolor-yellow {
	background-color: #FFFFCC !important;
}

/**
 * WYSIWYG用の背景色-緑
 */
table th.tbl-bgcolor-green, td.tbl-bgcolor-green {
	background-color: #CCFFCC !important;
}

/**
 * WYSIWYG用の背景色-青
 */
table th.tbl-bgcolor-blue, td.tbl-bgcolor-blue {
	background-color: #CCFFFF !important;
}

/**
 * WYSIWYG用の背景色-灰
 */
table th.tbl-bgcolor-gray, td.tbl-bgcolor-gray {
	background-color: #CCCCCC !important;
}
/* ------------------------------テーブルのスタイル設定----------------------------- */
/* テーブルタグに設定されているクラス */
/* table_data wisiwyg */
table {
	margin: 0.2em 5px 0.2em 10px;
	padding: 0;
	border-collapse: collapse;
  border: 1px solid #c6c6c6;
	font-size: 100%;
	line-height: 1.5;
}
table caption {
  margin: 0 0 3px 5px;
  padding: 15px 0px 0 0;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}

caption {
  color: #303030;
}

table th {
  margin: 0;
  padding: 4px;
  border: 1px solid #C6C6C6;
  font-size: 95%;
  color: #303030;
  background-color: #f2f6f0;
}

table td {
  margin: 0;
  padding: 4px;
  border: 1px solid #c6c6c6;
  font-size: 95%;
  color: #303030;
  background-color: #ffffff;
}

table p {
  margin: 0;
  padding: 0;
  font-size: 95%;
  line-height: 1.5;
  background-color: transparent;
}

table td ul {
  background-color: transparent;
  padding: 0 !important;
  margin: 0 0 0 5px !important;
  color: #303030 !important;
  line-height: 1.5;
}

table td ul li {
  font-size: 95%;
  background-color: transparent;
  color: #303030;
  line-height: 1.5;
  margin: 0 !important;
  padding: 0 0 0 18px !important;
  background-image: url(../images/ul.gif) !important;
  background-repeat: no-repeat !important;
  background-size: 9px 9px !important;
  background-position: 1px 0.4rem !important;
  list-style-position: outside !important;
}

table td ol {
  background-color: transparent;
  padding: 0 !important;
  margin: 0 0 0 23px !important;
  color: #303030 !important;
  line-height: 1.5;
}

table td ol li {
  font-size: 95%;
  background-color: transparent;
  color: #303030;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  list-style-position: outside;
}

table td a.innerLink {/* 表内の内部リンク */
  margin: 0;
  padding: 0;
  font-size: 95%;
}

table td a.externalLink{/* 表内の外部リンク */
  margin: 0 !important;
  padding: 0 0 0 18px !important;
  background-image: url(../images/outlink.gif) !important;
  background-repeat: no-repeat !important;
  background-size: 11px 11px !important;
  background-position: 2px 0.3em !important;
  font-size: 95%;
}

table td ul.linkjump {/* 表内のページ内リンクのul設定 */
  list-style: none;
  margin: 0 0 0 5px !important;
  padding: 0 !important;
}

table td ul.linkjump li {/* 表内のページ内リンクのli設定 */
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 0 0 18px !important;
  background-image: url(../images/linkjump.gif) !important;
  background-repeat: no-repeat !important;
  background-size: 11px 11px !important;
  background-position: 2px 0.3rem !important;
  font-size: 95%;
}

table td dt {
  background-color: transparent;
  font-size: 95%;
  font-weight: bold;
  color: #505050;
}
table td dd {
  background-color: transparent;
  font-size: 95%;
  margin-inline-start: 10px;
}
