@CHARSET "UTF-8";

html {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  overflow-y: scroll;
}

/* モーダル表示時のスクロールバー非表示 */
html.modal {
/*  overflow-y: hidden;*/
}

body {
  padding-top: 90px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 11pt;
  background-image: url(../image/bg_personal.gif);
  background-position: center 0px;
  background-repeat: repeat-x;
  /* IOS用の文字サイズテスト展開 */
  -webkit-text-size-adjust: 100%;
}

input,
select,
textarea,
button {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 11pt;
}

#base {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  padding-right: 0;
  padding-left: 0;
  width: 970px;
  min-width: 970px;
  margin: 0px auto;
  border-style: solid;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-color: #eee;
}

/* 入力フォーム関連 ----- ここから ----- */
input:focus {
  background-color: #fef;
}

input[type="text"].tel {
  width: 190px;
}

input[type="tel"].kingaku {
  width: 120px;
}

input[type="tel"].short {
  width: 100px;
}
/* 入力フォーム関連 ----- ここまで ----- */


/* 表関連 ----- ここから ----- */
table {
  border-collapse: collapse;
  word-wrap: break-word;
  word-break: break-all;
}

th {
  padding: 5px 0px 5px 0px;
  text-align: left;
}

td {
  padding: 5px 7px 5px 7px;
  text-align: left;
}

table.input {
  border: #fad567 solid 1px;
  margin: 10px 0 10px 10px;
  width: 920px;
}

.input th {
  border: #fad567 solid 1px;
  background-color: #fff5d6;
  color: #2e5ba5;
  font-size: 10pt;
  width: 250px;
  padding-left: 10px;
}

.input td {
  border: #fad567 solid 1px;
}

table.reference {
  border: #fad567 solid 1px;
  margin: 10px 0 10px 10px;
  width: 920px;
}

th.reference {
  border: #fad567 solid 1px;
  background-color: #fff5d6;
  color: #2e5ba5;
  font-size: 10pt;
  width: 200px;
  padding-left: 10px;
}

td.reference {
  border: #fad567 solid 1px;
}

table.mailaddress {
  border-collapse: separate;
  border-spacing: 0;
  border-top-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 1px;
  border-right-width: 1px;
}

th.mailaddress {
  border-left-width: 1px;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-top-width: 1px;
}

td.mailaddress {
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 0px;
  border-right-width: 0px;
}

/* 非表示線設定 */
th.border-none-top {
  border-top-style: none;
}

th.border-none-bottom {
  border-bottom-style: none;
}

th.border-none-left {
  border-left-style: none;
}

th.border-none-right {
  border-right-style: none;
}

td.border-none-top {
  border-top-style: none;
}

td.border-none-bottom {
  border-bottom-style: none;
}

td.border-none-left {
  border-left-style: none;
}

td.border-none-right {
  border-right-style: none;
}

/* サンプルメールのボーダー線 */
th.border-none-topbottom {
  border-top-style: none;
  border-bottom-style: none;
}

table.listTable {
  margin: 10px auto;
  width: 100%;
}

table.listTable th {
  text-align: center;
  border: #fad567 solid 1px;
  background-color: #fff5d6;
  color: #2e5ba5;
  font-size: 10pt;
}

table.listTable td {
  text-align: left;
  border: #fad567 solid 1px;
  padding-left: 5px;
  padding-right: 5px;
}

table.listTable td.center{
  text-align: center;
}

table.listTable td.border-none-top {
  border-top-style: none;
}

table.listTable td.border-none-bottom {
  border-bottom-style: none;
}

table.listTable td.border-none-left {
  border-left-style: none;
}

table.listTable td.border-none-right {
  border-right-style: none;
}

/* 行の背景色(白) */
table.listTable tr.odd {
  background-color: #ffffff;
}

/* 行の背景色(ライトパープル) */
table.listTable tr.even {
  background-color: #f0f1fd;
}

td.center {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

table.listTable td.tdtext-right {
  text-align: right;
}
td.left {
  text-align: left;
  padding-left: 10px;
  padding-right: 0;
}
/* 表関連 ----- ここまで ----- */


/* コンテンツ関連 ----- ここから ----- */
div.contents {
  width: 970px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  min-height: 250px;
}

div.subContents {
  margin: 10px 20px;
}

div.subContents div.subTitle {
  margin: 10px 0px;
  padding-left: 10px;
  border: #2e5ba5 solid 0px;
  border-left-width: 5px;
  font-size: 13pt;
  font-weight: 600;
}

div.subContents div.info {
  margin-left: 10px;
}
/* コンテンツ関連 ----- ここまで ----- */


/* ヘッダー関連 ----- ここから ----- */
#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  padding-right: 0;
  padding-left: 0;
  width: 970px;
  min-width: 970px;
  height: 108px;
  margin: 0px auto;
  font-size: 10pt;
}

/* セコムロゴ */
#secomLogo {
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  height: 30px;
  width: auto;
  float: left;
  cursor: pointer;
}

/* セコムタイトルロゴ */
#ocLogo {
  margin-top: 16px;
  margin-left: 15px;
  margin-bottom: 10px;
  height: 24px;
  width: auto;
  float: left;
  cursor: pointer;
}

#secomLogo-L {
  margin: 0px;
  height: auto;
}

#ocLogo-L {
  margin: 10px;
  height: auto;
}

div.header-link {
  border: solid 0px #f00;
  border-bottom-width: 1px;
  height: 50px;
}

/* よくある質問ヘッダーリンク(通常) */
.headerFaqLink {
  margin-top: 15px;
  margin-right: 10px;
  float: right;
}
/* よくある質問ヘッダーリンク(新規ご登録機能) */
.registHeaderFaqLink {
  margin-top: 0;
  margin-right: 10px;
  float: right;
}

#header-info {
  float: right;
  margin: 5px 10px;
  border: 0px solid #999;
  border-radius: 5px;
}

#header-info table {
  table-layout: fixed;
  width: 470px;
  text-align: left;
}

#header-info table th {
  padding: 0px;
  white-space: nowrap;
}

#header-info table td {
  padding: 0px;
}

div.customer-name-div {
  /* display: inline; */
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden;
  width: 360px;
  height: 20px;
  padding: 0px;
}

div.customer-name-div-reg {
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden;
  width: 200px;
  height: 20px;
  padding: 0px;
}

#header-info tr.baseTr {
  visibility: collapse;
}

#header-info td.baseCell1 { width:30px; }
#header-info td.baseCell2 { width:70px; }
#header-info td.baseCell3 { width:90px; }
#header-info td.baseCell4 { width:105px; }
#header-info td.baseCell5 { width:150px; }

#infoImg {
  padding: 0px 5px;
  border: 0px solid #999;
}

#navi {
  margin: 0px auto;
  height: 27px;
  /* background-image: url(../image/gm.png); */
  border-top:solid 1px #bac2ea;
  border-bottom:solid 1px #bac2ea;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2eee5+0,ffffff+28,ffffff+54,e2dfd5+100 */
	background: #e8f7ff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eef9ff 50%, #dbf2ff 65%, #dbf2ff 70%, #e8f7ff 85%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #eef9ff 50%, #dbf2ff 65%, #dbf2ff 70%, #e8f7ff 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

#naviInner {
  text-align: center;
  margin:0 auto;
  padding: 0;
  width: 915px;
  border-right: solid 1px #bac2ea;
}

#naviInner div {
  display: inline-block;
  height: 32px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 30px;
}

#naviInner div.active {
  background-image: url(../image/button/btn_gm_c.png);
}

#naviInner li {
  display: block;
  width: 150px;
  height: 27px;
  float: left;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 30px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-left: solid 1px #bac2ea;
  border-right: solid 1px #fff;
}
#naviInner li.sp {display:none;}

#naviInner li.active {
  /* background-image: url(../image/button/btn_gm_c.png); */
  background:#89f0ff;
}

/* ログアウト右の線 */
#naviInner li:last-child {
  border-right:solid 1px #bac2ea;
}

#naviMenu_home,
#naviMenu_customer,
#naviMenu_refpdf,
#naviMenu_faq {
  /* background-image: url(../image/button/btn_gm.png); */
}

#naviMenu_home:hover, #naviMenu_home:active, #naviMenu_home:focus,
#naviMenu_customer:hover, #naviMenu_customer:active, #naviMenu_customer:focus,
#naviMenu_refpdf:hover, #naviMenu_refpdf:active, #naviMenu_refpdf:focus,
#naviMenu_faq:hover, #naviMenu_faq:active #naviMenu_faq:focus,
#naviMenu_manual:hover, #naviMenu_manual:active #naviMenu_manual:focus {
  background: #c8f8ff;
}

#naviMenu_logout {
  width: 182px;
  /* background-image: url(../image/button/btn_gm_end.png); */
  border-left:solid 1px #bac2ea;
  border-right:solid 1px #bac2ea;
}

#naviMenu_logout:active, #naviMenu_logout:hover {
  background: #c8f8ff;
}

#navi-fake {
  height: 15px;
}

.secom-logo {
  margin-top: 10px;
  margin-left: 10px;
  float: left;
  cursor: pointer;
}

div#common_error {
  margin: 10px 20px;
  padding: 10px 10px;
  background-color: #fef;
  color: #f00;
  display: none;
}

#page-title,
.page-title {
  padding-left: 10px;
  margin-left: 10px;
  margin-right: 10px;
  /* height: 30px; */
  line-height: 30px;
  font-size: 16pt;
  font-weight: 800;
  letter-spacing: 0.1em;
  border-color: #ff0000;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 5px;
}
/* ヘッダー関連 ----- ここまで ----- */


/* 共通ボタン関連 ----- ここから ----- */
#commonButtonWrapper {
  width: 970px;
  margin: 5px auto 0;
}
#commonButtonWrapper:AFTER {
  content: '';
  display: block;
  clear: both;
}
#common-button {
  margin: 10px auto;
  text-align: center;
}

/* パスワード表示浮動要素 */
#passwordDisplayWrapper:AFTER {
  content: '';
  display: block;
  clear: both;
}

/* .common-button-left {
  margin-left: 10px;
  float: left;
}

.common-button-right {
  margin-right: 10px;
  float: right;
} */

.common-button-center {
  display: inline-block;
  margin: 0px 5px;
}
/* 共通ボタン関連 ----- ここまで ----- */


/* セコム商品関連 ----- ここから ----- */
#secom-item {
  width: 970px;
  min-width: 970px;
  height: 3px;
  border-color: #55ffff;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 3px;
  border-left-width: 0px;
  margin: 0px auto;
}

div.secomItemInner1{
  width: 430px;
  margin-top: 15px;
  margin-left: 10px;
  float: left;
}

div.secomItemInner1 div {
  width: 200px;
  margin-left: 10px;
  margin-top: 5px;
  float: left;
  font-size: 8pt;
  line-height: 2.0em;
}

div.secomItemInner2{
  width: 510px;
  margin-left: 10px;
  margin-top: 15px;
  float: left;
}

div.secomItemInner2 div {
  width: 245px;
  margin-left: 10px;
  margin-top: 5px;
  float: left;
  font-size: 8pt;
  line-height: 2.0em;
}

div.secomItemInner1 div a:link,
div.secomItemInner1 div a:visited,
div.secomItemInner2 div a:link,
div.secomItemInner2 div a:visited {
  color: #666;
  text-decoration: none;
}
/* セコム商品関連 ----- ここまで ----- */


/* フッター関連 ----- ここから ----- */
#footer {
  border-color: #2244ff;
  border-style: solid;
  border-top-width: 3px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  width: 970px;
  min-width: 970px;
  height: 30px;
  right: 0;
  left: 0;
  bottom: 0;
  padding-right: 0;
  padding-left: 0;
  margin: 1px auto;
  font-size: 8pt;
}

.footer-link {
  margin-top: 10px;
  margin-left: 24px;
  width: 400px;
  float: left;
}

.footer-company {
  margin-top:15px;
  margin-left: 10px;
  width: 500px;
  float: left;
}

.footer-img {
  margin-top: 10px;
  margin-left: 20px;
  float: left;
}
/* フッター関連 ----- ここまで ----- */


/* ボタン関連 ----- ここから ----- */
div.btnS {
  height: 30px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  line-height: 30px;
  color: #fff;
  /* background-image: url(../image/common/btn_4.png); */
  border:solid 1px #295c8d;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2eee5+0,ffffff+28,ffffff+54,e2dfd5+100 */
	background: #22a0db; /* Old browsers */
	background: -moz-linear-gradient(top, #22a0db 0%, #05639c 90%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #22a0db 0%, #05639c 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius:7px;
  width: 74px;
}

div.btnS:hover,
div.btnS:focus {
  /* background-image: url(../image/common/btn_4_o.png); */
  background: -moz-linear-gradient(top, #56c9ff 0%, #057bff 90%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #56c9ff 0%, #057bff 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  font-weight: 600;
  color: #fff;
}

div.btnS[disabled] {
  /* background-image: url(../image/common/btn_4_d.png); */
  background:#9bc5ff;
  cursor: default;
}

div.btnS[disabled]:hover {
 font-weight: normal;
}

div.btnM {
  height: 30px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  line-height: 30px;
  color: #fff;
  /* background-image: url(../image/common/btn_8.png); */
  border:solid 1px #295c8d;
  background: #22a0db; /* Old browsers */
  background: -moz-linear-gradient(top, #22a0db 0%, #05639c 90%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #22a0db 0%, #05639c 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 7px;
  width: 156px;
}

div.btnM:hover,
div.btnM:focus {
  /* background-image: url(../image/common/btn_8_o.png); */
  background: -moz-linear-gradient(top, #56c9ff 0%, #057bff 90%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #56c9ff 0%, #057bff 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  font-weight: 600;
  color: #fff;
}

div.btnM[disabled] {
  /* background-image: url(../image/common/btn_8_d.png); */
  background:#9bc5ff;
  cursor: default;
}

div.btnM[disabled]:hover {
  font-weight: normal;
}

div.btnL {
  height: 30px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  line-height: 30px;
  color: #fff;
  /* background-image: url(../image/common/btn_12.png); */
  border:solid 1px #295c8d;
  background: #22a0db; /* Old browsers */
  background: -moz-linear-gradient(top, #22a0db 0%, #05639c 90%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #22a0db 0%, #05639c 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 7px;
  width: 216px;
}

div.btnL:hover,
div.btnL:focus {
  /* background-image: url(../image/common/btn_12_o.png); */
  background: -moz-linear-gradient(top, #56c9ff 0%, #057bff 90%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #56c9ff 0%, #057bff 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  font-weight: 600;
  color: #fff;
}

div.btnL[disabled] {
  /* background-image: url(../image/common/btn_12_d.png); */
  background:#9bc5ff;
  cursor: default;
}

div.btnL[disabled]:hover {
  font-weight: normal;
}

div.btnLL {
  height: 30px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-image: url(../image/common/btn_16.png);
  width: 311px;
}

div.btnLL:hover,
div.btnLL:focus {
  background-image: url(../image/common/btn_16_o.png);
  font-weight: 600;
  color: #fff;
}

div.btnLL[disabled] {
  background-image: url(../image/common/btn_16_d.png);
  cursor: default;
}

div.btnLL[disabled]:hover {
  font-weight: normal;
}

/* 追加取消ボタン */
div.cautionS2 {
  /* background-image: url(../image/common/caution_btn_S2.png); */
  background: #cf2470; /* Old browsers */
  background: -moz-linear-gradient(top, #e47fab 0%, #cd246c 40%, #cf2470 90%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e47fab 0%, #cd246c 40%, #cf2470 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius:7px;
  border:solid 1px #8d3829;
  height: 27px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  line-height: 26px;
  color: #fff;
  width: 74px;
}

div.cautionS2:hover {
  /* background-image: url(../image/common/caution_btn_S2_o.png); */
  background: #ff5a8b; /* Old browsers */
  background: -moz-linear-gradient(top, #ff726b 10%, #ff5a8b 40% #ff5a8b 70%, #ff726b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff726b 10%, #ff5a8b 40% #ff5a8b 70%, #ff726b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  font-weight: 600;
}

div.cautionS2:focus {
  /* background-image: url(../image/common/caution_btn_S2_o.png); */
  background: #ff5a8b; /* Old browsers */
  background: -moz-linear-gradient(top, #ff726b 10%, #ff5a8b 40% #ff5a8b 70%, #ff726b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff726b 10%, #ff5a8b 40% #ff5a8b 70%, #ff726b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  font-weight: 600;
}

div.cautionS2[disabled] {
  /* background-image: url(../image/common/caution_btn_S2_d.png); */
  background: #e698c6; /* Old browsers */
  cursor: default;
  font-weight: 400;
}

div.btnPdf {
  height: 23px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  color: #fff;
  background-image: url(../image/common/common_btn_pdf.png);
  width: 62px;
}

div.btnPdf:hover,
div.btnPdf:focus {
  background-image: url(../image/common/common_btn_pdf_o.png);
}

div.btnPdf[disabled] {
  background-image: url(../image/common/common_btn_pdf_d.png);
  cursor: default;
}

div.btnPdf[disabled]:hover {
 font-weight: normal;
}

div.btnCsv {
  height: 23px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  color: #fff;
  background-image: url(../image/common/common_btn_csv.png);
  width: 62px;
}

div.btnCsv:hover,
div.btnCsv:focus {
  background-image: url(../image/common/common_btn_csv_o.png);
}

div.btnCsv[disabled] {
  background-image: url(../image/common/common_btn_csv_d.png);
  cursor: default;
}

div.btnCsv[disabled]:hover {
 font-weight: normal;
}
/* ボタン関連 ----- ここまで ----- */


/* その他共通 ----- ここから ----- */
/* 注意メッセージ */
.attention {
  color: #ff0000;
}

/* 注意メッセージ(体験版) */
.trialAttention {
  margin-left: 30px;
  color: #ff0000;
}

div.line {
  width: 970px;
  margin-left: -10px;
  border: #bbb solid 0px;
  border-bottom-width: 1px;
}

span.req {
  float: right;
  color: #f00;
}

span.red {
  color: #f00;
}

/* 赤色 */
.red {
  color: #ff0000;
}

/* 灰色 */
.gray {
  color: #ababab;
}

/* 体験版お客様ID/PW自動メッセージ */
.trialAutoSaveMessage {
  color: #ff0000;
  font-size: 13px;
}

div.clear {
  clear: both;
}

.flow-image {
  display: block;
  margin-left: 20px;
}

/* 画面非表示 */
.display-none-class {
  display: none;
}

label.error {
  font-size: 9pt;
  font-weight: bold;
  color: #d9534f;
}

.chip {
  position: absolute;
  z-index: 10;
  border: 1px solid #aaa;
  border-radius: 5px;
  display: none;
  /* margin-right: 20px; */
  /* margin-top: -1px; */
  /* margin-left: -1px; */
  background-color: #eff;
  white-space: normal;
  word-break: break-all;
  width: auto;
  word-wrap: break-word;
  top: 25px;
}

.chipLogout {
  width: 245px;
}

div.adjust {
  white-space: nowrap;
  word-wrap: normal;
  word-break: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
}

/* 全表示テキスト */
.more-ellipsis {
  float: right;
}

/* お知らせメッセージ設定 */
.oshiraseMessageWrapper {
  margin-bottom: 1em;
}
.oshiraseMessageWrapper > div:nth-of-type(even) {
  word-break: normal;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
/* その他共通 ----- ここまで ----- */


/* モーダル関連 ----- ここから ----- */
div#modal-content {
/*  position: fixed;*/
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  width: 800px;
  text-align: center;
  background-color: #fff;
  margin: 50px auto;
  border: 3px solid #20669d;
}

div#modal-title {
  height: auto;
  font-size: 16pt;
  font-weight: 700;
  text-align: left;
  padding: 10px 20px;
  background-color: #ccdff0;
}

div.modal-info {
  margin: 10px 20px;
  text-align: left;
}

div#modal-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  background-color: #606060;
  opacity: 0.6;
  filter: alpha(opacity=60);
  margin: 0px;
}

div#modal-detail {
  margin: 20px;
  text-align: left;
}

.modal-datatitle {
  color: #2e5ba5;
  font-weight: 700;
  font-size: 10pt;
}
/* モーダル関連 ----- ここまで ----- */


/* プライバシーポリシーのスタイル ----- ここから ----- */
#common-privacy {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 730px;
  border: #fad567 solid 1px;
  padding: 10px;
}

.privacyHrefMessage {
  display: inline;
}

#common-privacy .req {
  float: left;
}

.privacyTitle {
  font-weight: bold;
}

.resetPad {
  padding: 0px;
}
/* プライバシーポリシーのスタイル ----- ここまで ----- */


/* フロー図 */
div#flow-image {
  margin-top: 15px;
  margin-bottom: 2px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: left;
}

span.row1-flow {
  font-size: 11pt;
  margin-right: 20px;
  padding: 0px;
}

span.row2-flow {
  font-size: 12pt;
  font-weight: 700;
  margin-right: 20px;
  padding: 0px;
}

div#flow-image div {
  display: table-cell;
  background-repeat: no-repeat;
  vertical-align: middle;
  text-align: center;
}

div.flow3_c {
  background-image: url(../image/flow/block2-3_c.png);
  width: 224px;
  height: 60px;
  color: #ffffff;
  line-height: 20px;
  padding-right: 20px;
}

div.flow3_p {
  background-image: url(../image/flow/block2-3_p.png);
  width: 224px;
  height: 60px;
  color: #7b808f;
  line-height: 20px;
  padding-right: 20px;
}

div.flow3_y {
  background-image: url(../image/flow/block2-3_y.png);
  width: 224px;
  height: 60px;
  color: #617da7;
  line-height: 20px;
  padding-right: 20px;
}

div.flow3e_c {
  background-image: url(../image/flow/block2-3e_c.png);
  width: 217px;
  height: 60px;
  color: #ffffff;
  line-height: 20px;
  padding-left: 10px;
}

div.flow3e_p {
  background-image: url(../image/flow/block2-3e_p.png);
  width: 217px;
  height: 60px;
  color: #7b808f;
  line-height: 20px;
  padding-left: 10px;
}

div.flow3e_y {
  background-image: url(../image/flow/block2-3e_y.png);
  width: 224px;
  height: 60px;
  color: #617da7;
  line-height: 20px;
  padding-left: 6px;
}

div.flow5_c {
  background-image: url(../image/flow/block5_c.png);
  width: 164px;
  height: 60px;
  color: #ffffff;
  line-height: 20px;
  padding-right: 20px;
}

div.flow5_p {
  background-image: url(../image/flow/block5_p.png);
  width: 164px;
  height: 60px;
  color: #7b808f;
  line-height: 20px;
  padding-right: 20px;
}

div.flow5_y {
  background-image: url(../image/flow/block5_y.png);
  width: 164px;
  height: 60px;
  color: #617da7;
  line-height: 20px;
  padding-right: 20px;
}

div.flow5e_c {
  background-image: url(../image/flow/block5e_c.png);
  width: 157px;
  height: 60px;
  color: #ffffff;
  line-height: 20px;
  padding-left: 10px;
}

div.flow5e_p {
  background-image: url(../image/flow/block5e_p.png);
  width: 157px;
  height: 60px;
  color: #7b808f;
  line-height: 20px;
  padding-left: 10px;
}

div.flow5e_y {
  background-image: url(../image/flow/block5e_y.png);
  width: 157px;
  height: 60px;
  color: #617da7;
  line-height: 20px;
  padding-left: 10px;
}

div.flow7_c {
  background-image: url(../image/flow/block7_c.png);
  width: 124px;
  height: 60px;
  color: #ffffff;
  line-height: 20px;
  padding-right: 10px;
}

div.flow7_p {
  background-image: url(../image/flow/block7_p.png);
  width: 124px;
  height: 60px;
  color: #7b808f;
  line-height: 20px;
  padding-right: 10px;
}

div.flow7_y {
  background-image: url(../image/flow/block7_y.png);
  width: 124px;
  height: 60px;
  color: #617da7;
  line-height: 20px;
  padding-right: 10px;
}

div.flow7e_c {
  background-image: url(../image/flow/block7e_c.png);
  width: 108px;
  height: 60px;
  color: #ffffff;
  line-height: 20px;
  padding: 0px;
}

div.flow7e_p {
  background-image: url(../image/flow/block7e_p.png);
  width: 108px;
  height: 60px;
  color: #7b808f;
  line-height: 20px;
  padding: 0px;
}

div.flow7e_y {
  background-image: url(../image/flow/block7e_y.png);
  width: 108px;
  height: 60px;
  color: #617da7;
  line-height: 20px;
  padding: 0px;
}

div.flow3L_c {
  background-image: url(../image/flow/block3L_c.png);
  width: 290px;
  height: 72px;
  color: #ffffff;
  padding-right: 20px;
}

div.flow3L_p {
  background-image: url(../image/flow/block3L_p.png);
  width: 280px;
  height: 72px;
  color: #7b808f;
  padding-right: 20px;
}

div.flow3L_y {
  background-image: url(../image/flow/block3L_y.png);
  width: 280px;
  height: 72px;
  color: #617da7;
  padding-right: 20px;
}

div.flow3Le_c {
  background-image: url(../image/flow/block3Le_c.png);
  width: 290px;
  height: 72px;
  color: #ffffff;
}

div.flow3Le_p {
  background-image: url(../image/flow/block3Le_p.png);
  width: 273px;
  height: 72px;
  color: #7b808f;
}

div.flow3Le_y {
  background-image: url(../image/flow/block3Le_y.png);
  width: 273px;
  height: 72px;
  color: #617da7;
}

div.flow7_c span.row1-flow {
  font-size: 8pt;
}

div.flow7_p span.row1-flow {
  font-size: 8pt;
}

div.flow7_y span.row1-flow {
  font-size: 8pt;
}

div.flow7e_c span.row1-flow {
  font-size: 8pt;
  margin: 0px;
}

div.flow7e_p span.row1-flow {
  font-size: 8pt;
  margin: 0px;
}

div.flow7e_y span.row1-flow {
  font-size: 8pt;
  margin: 0px;
}

div.flow7e_c span.row2-flow {
  margin: 0px;
}

div.flow7e_p span.row2-flow {
  margin: 0px;
}

div.flow7e_y span.row2-flow {
  margin: 0px;
}

/* ローディング */
#loading {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  width: 243px;
  height: 243px;
  text-align: center;
  margin: 200px auto;
}

div#loading-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  background-color: #FFFFE0;
  opacity: 0.6;
  filter: alpha(opacity=60);
  margin: 0px;
}

.loading-img-size {
  width: 100px;
  height: 100px;
}

/* 環境名設定 */
.env_name {
  /* position: absolute; */
  font-size: 11pt;
  font-weight: 800;
  color: #f00;
  text-decoration: underline overline;
  /* top: 18px; */
  /* left: 415px; */
}
.envNameSPArea {
  position: absolute;
  left: 240px;
  top: 10px;
  font-size: 11pt;
  font-weight: 800;
  color: #f00;
  text-decoration: underline overline;
}

.point-event {
  pointer-events: none;
}

input[type="text"].longshort {
  width: 550px;
}

/* 黒色 */
.black {
  color: #000000;
}

/* パスワード変更推奨メッセージ */
#pwd-message,
#pwd-message2 {
  font-weight: normal;
  font-size: 14px;
  color: #ff0000;
  line-height: 16px;
  margin: 0px 0px 16px 20px;
}
#pwd-message2 {
  margin: 0;
}

/* みまもりホンタイトル */
#mimamoriPhoneTitle,
#mimamoriPhoneTitle2 {
  font-weight: bold;
  font-size: 24px;
  color: #ff0000;
  line-height: 16px;
  margin: 0px 0px 16px 20px;
}
#mimamoriPhoneTitle2 {
  margin: 0;
}

/* 「様」文言 */
td.sama {
  text-align: right;
}

/* ?ボタン */
.description {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 3px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  cursor: pointer;
}

/* ソートボタン */
.sort_up {
  background-image: url(../image/common/sort_up.png);
  width: 16px;
  height: 17px;
}
.sort_down {
  background-image: url(../image/common/sort_down.png);
  width: 16px;
  height: 17px;
}
.sort_hyphen {
  background-image: url(../image/common/sort_hyphen.png);
  width: 16px;
  height: 17px;
}

/* ご案内文書未検出メッセージ */
div.nothingDataInfo {
  font-size: 15pt;
  color: #ff0000;
}

/* ----- ダイアログモーダルデザイン ----- */
/* メッセージエリア */
#dialogModalMessageWrapper {
  margin: 20px auto;
  padding: 0 5px;
  text-align: center;
}

/* アクションエリア */
#dialogModalActionWrapper {
  margin-bottom: 20px;
}

/* アクションエリア浮動要素 */
#dialogModalActionWrapper:AFTER {
  content: '';
  display: block;
  clear: both;
}

/* OKボタンエリア(確認モーダル) */
#dialogModalConfirmActionOkWrapper {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

/* キャンセルボタンエリア */
#dialogModalConfirmActionCancelWrapper {
  float: right;
  width: 50%;
  box-sizing: border-box;
}

/* OKボタン(確認モーダル) */
#dialogModalConfirmActionOk {
  float: right;
  margin-right: 10px;
}

/* キャンセルボタン */
#dialogModalConfirmActionCancel {
  float: left;
  margin-left: 10px;
}

/* OKボタンエリア(アラートモーダル) */
#dialogModalAlertActionOkWrapper {
  width: 100%;
  box-sizing: border-box;
}

/* OKボタン(アラートモーダル) */
#dialogModalAlertActionOk {
  margin: 0 auto;
}
/* ----- ダイアログモーダルデザイン ----- */
/* For modern browsers */
.cf:before,
.cf:after {
  content:"";
  display:table;
}

.cf:after {
  clear:both;
}

/* ヘッダー部分 */
/* セコムヘッダーラッパー */
#secomHeaderWrapper {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* セコムヘッダーラッパー浮動要素 */
#secomHeaderWrapper:AFTER {
  content: "";
  display: block;
  clear: both;
}

/* セコム情報ラッパー */
#secomInfoWrapper {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* お客様情報ラッパー */
#customerInfoWrapper {
  float: right;
  width: 50%;
  margin-top: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* お客様情報ラッパー浮動要素 */
#customerInfoWrapper:AFTER {
  content: "";
  display: block;
  clear: both;
}

/* メニューヘッダーラッパー */
#menuHeaderWrapper {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* セコムロゴエリア */
#logoArea {
  width: 87%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* 環境名エリア */
#envNameArea {
  float: right;
  width: 13%;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* お客様アイコンエリア */
#customerIconArea {
  float: left;
  width: 7%;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* お客様情報エリア */
#customerInfoArea {
  float: right;
  width: 93%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* お客様アイコンエリア(RegistHeader) */
#registHeaderCustomerIconArea {
  float: left;
  width: 7%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* お客様情報UL */
#customerInfoUl,
#registHeaderCustomerInfoUl {
  margin: 0;
  padding: 0;
  width: 100%;
}

/* お客様情報UL浮動要素 */
#customerInfoUl:AFTER,
#registHeaderCustomerInfoUl:AFTER {
  content: "";
  display: block;
  clear: both;
}

/* お客様情報LI */
#customerInfoUl > li,
#registHeaderCustomerInfoUl > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#customerInfoUl > li:nth-of-type(1) {
  float: left;
  width: 38%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#customerInfoUl > li:nth-of-type(2) {
  float: right;
  width: 62%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#customerInfoUl > li:nth-of-type(3) {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#registHeaderCustomerInfoUl > li:nth-of-type(1) {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* レスポンシブデザイン対応(SlickNav) */
.sp {
  display: none;
}

/* [※確認のためもう一度入力してください。]メッセージ */
.againConfirmMessage {
  padding: 3px 0;
}

/* 個人情報の取り扱いボタン位置 */
.privacyCheckboxPosition {
  float: left;
}

/* タイトル右側の文言「※手続きはまだ完了しておりません」 */
#incompleteTitle,
#incompleteTitle2 {
  font-size: 12px;
  line-height: 16px;
  margin: 0px 0px 16px 20px;
  /* colorはjsで指定 */
}
#incompleteTitle2 {
  margin: 0;
}
