﻿@charset "UTF-8";

/* 銀行様オリジナルのナビゲーション */

/* メニューボタン用の赤枠 */
.redmarkformenu {
    border: solid 4px red;
    padding-left: 0px;
    width: 112px;
    height: 60px;
}

/* 遷移ボタン用の赤枠 */
.redmarkforbutton {
text-align: center;
  border:solid 4px red;
  width: 204px;
  padding: 4px 6px 4px 4px;
}

/* 遷移ボタン用の赤枠 */
.redmarkforbuttonprm {
  text-align: center;
  border:solid 4px red;
  width: 238px;
  padding: 4px 6px 2px 0px;
  height: 40px;
}

/* 遷移ボタン用の赤枠 */
.redmarkforbuttonlnk {
  text-align: center;
  border:solid 4px red;
  width: 360px;
  padding: 4px 6px 4px 4px;
}

/* 遷移ボタン用の赤枠 */
.redmarkforbuttoncls {
text-align: center;
  border:solid 4px red;
  width: 160px;
  height: 38px;
}

/* 説明文言の赤枠 */
div.informationbox {
  border:solid 4px red;
  padding:6px;
  margin-top:0px;
  width:950px;
  height:48px;
  background-color:#fff9f9;
  font-weight:bold;
  color:#006;
}

/* 説明文言 */
div.informationbox p {
  line-height: 1.3;
}

