@charset "euc-jp";

/* ================================
// リスト
================================ */
.block.block_primary.block_static {
  padding: 30px;
}

.block.block_secondary {
  padding: 0;
  margin: 0 0 30px;
}

.block.block_secondary .block.block_inside:last-child {
  padding: 0;
  margin: 0 0 17px;
}

.block.block_callout {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}

.block.block_callout .title {
  font-weight: bold;
  font-size: 16px;
}

/* 成功・ポジティブブロック */
.block_info,
.block_success {
  background: #dcf0f8;
  border: 1px solid #10a2dd;
  border-radius: 5px;
  color: #444;
  padding: 10px;
  margin-bottom: 10px;
}

/* 注意ブロック */
.block_warning {
  background: #f8f7dc;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #444;
  padding: 10px;
  margin-bottom: 10px;
}

/* 警告・ネガティブブロック */
.block_danger,
.block_error {
  background: #f4e6dd;
  border: 1px solid #d54346;
  border-radius: 5px;
  color: #444;
  padding: 10px;
  margin-bottom: 10px;
}


/* 成功・ポジティブテキスト */
.text_info,
.text_success {
  color: #10a2dd;
}

/* 注意テキスト */
.text_warning {
  color: #ff9813;
}

/* 警告・ネガティブテキスト */
.text_danger,
.text_error {
  color: #d54346;
}

/* 単一ボタンサイズ */
input.btn{
  width: 100%;
}


/* 成功・ポジティブボタン */
.btn.btn_info,
.btn.btn_success {
  background: #10a2dd;
}

.btn.btn_info:hover,
.btn.btn_success:hover {
  background: #108dbf;
}

/* 注意ボタン */
.btn.btn_warning {
  background: #ff9813;
}

.btn.btn_warning:hover {
  background: #ff6113;
}

/* 重要ボタン */
.btn.btn_important {
  background: #ff9813;
}

.btn.btn_important:hover {
  background: #ff6113;
}

/* 警告・ネガティブボタン */
.btn.btn_danger,
.btn.btn_error {
  background: #d54346;
}

.btn.btn_danger:hover,
.btn.btn_error:hover {
  background: #bd181a;
}

/* 次のアクションエリア */
.next_action_area .single_btn {
  text-align: center;
  margin: 0 auto;
  padding: 15px 0 0;
  width: 500px;
}

.next_action_area .single_btn .btn {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.next_action_area .multiple_btn .btn {
  display: inline-block;
  margin-right: 15px;
  width: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* ================================
// リスト
================================ */
.list li {
  margin-bottom: 7px;
}

/* 注釈リスト */
.list.list_note {
  padding-left: 40px;
  list-style: none;
  text-indent: -22px;
}

.list.list_note > li:before,
.list.list_note > .item:before {
  content: "※";
  padding-right: 8px;
  font-weight: bold;
}

/* マーカーなしリスト */
.list.list_nomark {
  padding-left: 18px;
  list-style: none;
  margin: 0 0 17px;
}

/* 英字リスト */
.list.list_alpha {
  padding-left: 40px;
  list-style: lower-alpha;
  margin: 0 0 17px;
  text-indent: 0;
}

/* 数字リスト */
ol.list {
  padding-left: 40px;
  margin: 0 0 17px;
  text-indent: 0;
}

/* 黒丸リスト */
ul.list {
  padding-left: 40px;
  margin: 0 0 17px;
  text-indent: 0;
}


/* ================================
// テーブル
================================ */
.table.table_underline {
  border: 0 none #fff;
  width: 100%;
  margin: 0 0 17px;
}

.table.table_underline th,
.table.table_underline td {
  border: 0 none #fff;
  border-bottom: 1px dotted #ddd;
  padding: 10px 10px 5px;
  text-align: left;
  vertical-align: top;
  background: #fff;

}


/*線で囲まれたブロック*/
div.colored_area {
  background: #fffcd9;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  margin-bottom:10px;
}

/* 背景色付テーブル */
table.colored_area td {
  background: #fffcd9;
  padding :10px;
  vertical-align:middle;
}


/* 内部テーブル */
.table.table_inside {
  border-left: 0 none #fff;
  border-top: 0 none #fff;
  width: 100%;
  padding: 0 0 10px;
}

.table.table_inside th,
.table.table_inside td {
  border-bottom: 0 none #fff;
  border-right: 0 none #fff;
  padding: 10px 10px 0;
  vertical-align: middle;
}

.table.table_inside tr:last-child th,
.table.table_inside tr:last-child td {
  padding: 10px 10px 10px;
}

.table.table_inside th {
  background: #fff;
  font-weight: normal;
  text-align: right;
  white-space:nowrap;
}

.table.table_inside td {
  text-align: left;  
}

.table.table_inside th {
    width: 130px;
}

/* ================================
// フッター
================================ */
.primary_footer .copyright {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

/* .clearfix */
hr.clearfix {
  clear: both;
  visibility: hidden;
  border: 0 none #fff;
  margin: 0;
  padding: 0;
}

br.clearfix {
  clear: both;
  visibility: hidden;
  border: 0 none #fff;
  margin: 0;
  padding: 0;
}

/*テキストリンク*/
.text_link_external a[target="_blank"] {
  background: url(/common/img/icon/icon_external_14px.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px;
}
