@charset "utf-8";
/* ---------------------------------------------------- */
/* L-Camスマートフォンアプリ ヘルプ共通スタイルシート  */
/* ---------------------------------------------------- */

/* 初期化 */
* {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/* 文書本体 */
body {
  margin: 0;
  padding: 0;
  background: #edf4fc;
  color: #333;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  line-height: 2.0em;
}

/* 画像 */
img {
  border: 0;
  vertical-align: top;
}

/* テーブル */
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

/* リンクテキスト */
a:link,
a:visited {
  color: #09c;
  text-decoration: none;
}

a:hover,
a:active {
  color: #09c;
  text-decoration: underline;
}

/* 見出し、その他のフォント */
h1 {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
}

h2 {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}

h3 {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}

p, li, dt, dd, th, td {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
}

address {
  font-size: 8px;
  font-weight: normal;
  font-style: normal;
}

/* 全体のコンテナ (div#container) */
#container {
  margin: 0;
  padding: 0;
  width: 100%;
}

/* ヘッダー (header) */
header {
  margin-bottom: 20px;
  background: #125bbb;
  width: 100%;
  height: 100px;
  overflow: hidden;
  text-align: left;
}

/* メインコンテンツ (div#main) */
#main {
  margin-bottom: 40px;
  width: 100%;
  text-align: left;
}

/* ページタイトル (div#main h2) */
#main h2 {
  margin: 0 4px 20px;
  padding: 4px 0 2px 8px;
  border-left: #09c 10px solid;
  border-bottom: #09c 1px solid;
  color: #125bbb;
}

/* コンテンツタイトル (div#main h3) */
#main h3 {
  margin: 0 4px 10px;
  padding: 4px 8px;
  background: #09c;
  color: #fff;
}

/* コンテンツ (.contents) */
.contents {
  margin-bottom: 20px;
  padding: 0 8px;
}

/* コンテンツ内画像 (.screen-image) */
.screen-image {
  margin-bottom: 10px;
  text-align: center;
}

/* コンテンツ内リスト (.contents ol) */
.contents ol {
  margin-bottom: 10px;
  padding-left: 20px;
  list-style-type: decimal;
  list-style-position: outside;
}

/* コンテンツ内リスト (.contents ul) */
.contents ul {
  list-style-type: none;
  list-style-position: outside;
}

/* コンテンツ内本文 (.contents p) */
.contents p {
  margin-bottom: 10px;
}

/* コンテンツ内注釈 (.column) */
.column {
  margin: 0 4px 10px;
  padding: 8px 4px;
  background: #f0f0f0;
  border: #999 1px solid;
  border-radius: 4px;
  color: #666;
  text-align: left;
}

/* コンテンツ内注意事項 (.warning) */
.warning {
  margin: 0 4px 10px;
  padding: 8px;
  background: #ffffe0;
  border: #ffa500 1px solid;
  border-radius: 4px;
  text-align: left;
}

/* コンテンツ内要注意事項 (.critical) */
.critical {
  margin: 0 4px 10px;
  padding: 8px;
  background: #ffdab9;
  border: #f00 1px solid;
  border-radius: 4px;
  text-align: left;
}

/* コンテンツ内共通リンク (.common-link) */
.common-link {
  margin: 0 4px 8px 0;
  text-align: right;
}

/* テキスト色(赤) (.text-rd) */
.text-rd {
  color: #f00;
}

/* テキスト色(青) (.text-bu) */
.text-bu {
  color: #00f;
}

/* マーカー文字(黒丸) (.type-disc) */
ul.type-disc {
  padding-left: 16px;
  list-style-type: disc;
}

/* マーカー文字(黒四角) (.type-square) */
ul.type-square {
  padding-left: 16px;
  list-style-type: square;
}

/* マーカー画像(黒三角) (.type-mark) */
ul.type-mark {
  padding-left: 20px;
  list-style-image: url(../images/mark.png);
}

/* マーカー画像(警告) (.type-warning) */
ul.type-warning {
  padding-left: 20px;
  list-style-image: url(../images/warning.png);
}

/* ヘルプメニュー (.menu-link) */
.menu-link {
  margin: 0 auto 40px;
  padding: 4px 4px 0;
  background: #bde;
  border: #ccc 1px solid;
  border-radius: 4px;
  width: 280px;
}

.menu-link li {
  margin-bottom: 4px;
  background: #fff;
  border: #bde 3px double;
  border-radius: 4px;
}

.menu-link li a {
  margin: 8px 0 8px 8px;
  padding: 4px 8px;
  display: block;
  text-decoration: none;
}

/* メニュー色指定 (.color-xx) */
.color-mz {
  border-left: #9cf 4px solid;
}

.color-vi {
  border-left: #ee82ee 4px solid;
}

.color-gr {
  border-left: #a3ca49 4px solid;
}

.color-bn {
  border-left: #baa89a 4px solid;
}

.color-or {
  border-left: #f69f12 4px solid;
}

.color-bu {
  border-left: #5074b2 4px solid;
}

.color-dp {
  border-left: #ff1493 4px solid;
}

.color-yg {
  border-left: #cf6 4px solid;
}

.color-ye {
  border-left: #ff6 4px solid;
}

.color-rd {
  border-left: #f00 4px solid;
}

/* 項目説明(リスト形式) (.item-list) */
.item-list {
  margin-bottom: 20px;
  padding: 0 10px;
}

.item-list dt {
  margin: 0;
  padding: 0 8px;
  background: #bde;
  border: #999 1px solid;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  text-align: center;
}

.item-list dd {
  margin-bottom: 8px;
  padding: 8px;
  background: #f5f5f5;
  border-right: #999 1px solid;
  border-left: #999 1px solid;
  border-bottom: #999 1px solid;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: left;
}

.item-image {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: #ccc solid 2px;
  text-align: center;
}

/* フッター (footer) */
footer {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
}

/* 著作権表示 (div#copyright) */
#copyright {
  margin: 0;
  padding: 4px 2px;
  background: #125bbb;
  color: #fff;
  text-align: right;
}

/* ---------------------------------------------------- */
/* 「注意事項」個別                                     */
/* ---------------------------------------------------- */

/* 注意事項行間 (.attention li) */
.attention li {
  margin-bottom: 10px;
}

/* Apacheライセンス解説 (.apache-license) */
.apache-license {
  margin: 0 4px 10px;
  padding: 8px 4px;
  background: #f5f5f5;
  border: #999 1px solid;
  border-radius: 4px;
  text-align: left;
}

/* ---------------------------------------------------- */
/* 「メニュー画面を操作する」個別                       */
/* ---------------------------------------------------- */

/* 項目説明(テーブル形式) (.item-table) */
.item-table table {
  width: 100%;
  margin-bottom: 20px;
  border: #09c 1px solid;
}

.item-table thead th {
  width: 30%;
  padding: 2px;
  background: #09c;
  color: #fff;
  text-align: center;
}

.item-table thead td {
  width: 70%;
  padding: 2px;
  background: #09c;
  border-left: #fff 1px solid;
  color: #fff;
  text-align: center;
}

.item-table tbody th {
  width: 30%;
  padding: 2px;
  background: #f5f5f5;
  border-bottom: #09c 1px solid;
  text-align: left;
}

.item-table tbody td {
  width: 70%;
  padding: 2px;
  background: #f5f5f5;
  border-left: #09c 1px solid;
  border-bottom: #09c 1px solid;
  text-align: left;
}

/* ---------------------------------------------------- */
/* 「エラーが出たときは」個別                           */
/* ---------------------------------------------------- */

/* 機能タイトル (.function) */
p.function {
  margin-bottom: 8px;
  padding-left: 8px;
  border-left: #666 4px solid;
  border-bottom: #666 1px solid;
}

/* 項目説明(テーブル形式) (.error-table) */
.error-table table {
  width: 100%;
  margin-bottom: 20px;
  border: #999 1px solid;
}

.error-table thead th {
  width: 40%;
  padding: 2px;
  background: #999;
  color: #fff;
  text-align: center;
}

.error-table thead td {
  width: 60%;
  padding: 2px;
  background: #999;
  border-left: #fff 1px solid;
  color: #fff;
  text-align: center;
}

.error-table tbody th {
  width: 40%;
  padding: 2px;
  background: #f5f5f5;
  border-bottom: #999 1px solid;
  text-align: left;
}

.error-table tbody td {
  width: 60%;
  padding: 2px;
  background: #f5f5f5;
  border-left: #999 1px solid;
  border-bottom: #999 1px solid;
  text-align: left;
}