﻿@charset "utf-8";
/*
div#contents:before {
  content: "################### 外部連携あり ###################";
  color: red;
  width: 100%;
  line-height: 2em;
  text-align: right;
  font-weight: bold;
}*/

/* 全ページ共通(tag)
------------------------------------------------------------ */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body#index {
    background-color: #fff;
    margin: 0;
    background-image: url(../image/background_01.gif);
    background-repeat: repeat-x;
}

body, th, td, textarea {
    color: #555;
    font-family: Meiryo, "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , Osaka, Arial, "ＭＳ Ｐゴシック" , sans-serif;
    font-size: 12px;
    line-height: 1.8em;
    text-align: left;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    padding: 3px;
}

table th, table td {
    padding: 0px 5px;
}

p {
    margin-top: 0.5em;
    margin-bottom: 0.7em;
}

a {
    color: #000;
    text-decoration: none;
}

a:link, a:visited {
    color: #0f7dae;
    text-decoration: none;
}

a:hover, a:active {
    color: #0f7dae;
    text-decoration: underline;
}

div {
    margin-bottom: 0px;
}

h1 {
    font-size: 100%;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 0;
}

h2 {
    background-color: #12467c;
    color: #FFFFFF;
    padding: 3px;
    font-size: 12pt;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
}

h3 {
    font-size: 100%;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
    border-left: solid 5px #6699cc;
    text-indent: 0.5em;
}

h4 {
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 2em;
    text-indent: 0em;
}

h4.marker {
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 2em;
    background-image: URL("../image/list_marker_03.gif");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left;
    padding-left: 20px;
}

img {
    border: 0;
    vertical-align: bottom;
}

ol, ul {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
}

em {
    font-weight: bold;
    font-style: normal;
}

textarea {
    width: 100%;
}

object, iframe {
    border: 1px solid #C0C0C0;
    width: 640px;
    height: 200px;
}


/* ブロック
+--------------------------------------------+
| container                                  |
| +----------------------------------------+ |
| | header                                 | |
| +----------------------------------------+ |
| +----------------------------------------+ |
| | headerMargin                           | |
| +----------------------------------------+ |
| +-----+  +-------------------------------+ |
| | sub |  | main                          | |
| |     |  | +---------------------------+ | |
| |     |  | | contents                  | | |
| |     |  | |                           | | |
| |     |  | |                           | | |
| |     |  | +---------------------------+ | |
| |     |  | +---------------------------+ | |
| |     |  | | goTop                     | | |
| |     |  | +---------------------------+ | |
| +-----+  +-------------------------------+ |
| +----------------------------------------+ |
| | footer                                 | |
| +----------------------------------------+ |
+--------------------------------------------+
------------------------------------------------------------ */
div#container {
    margin: 0 auto;
    overflow: hidden;
    _text-align: left;
    width: 940px;
    padding: 0;
    _zoom: 1;
}

div#header {
    width: 940px;
    margin-top: 12px;
    overflow: hidden;
    _zoom: 1;
}

span#logoPlace {
    display: block;
    height: 75px;
    margin-top: auto;
    margin-bottom: auto;
    float: left;
}

span#titlePlace {
    display: block;
    width: 250px;
    height: 75px;
    margin-top: auto;
    margin-bottom: auto;
    float: right;
}

div#headerMargin {
    height: 30px;
    clear: both;
}

div#sub {
    float: left;
    width: 270px;
    margin-left: 0px;
}

div#main {
    float: right;
    width: 650px;
}

div#contents {
    margin-bottom: 20px;
}

div#goTop {
    width: 100%;
    text-align: right;
    margin-bottom: 0px;
}

div#footer {
    clear: both;
    width: 100%;
    background-color: #cccccc;
    margin: 10px auto;
}

div#wrapper {
    clear: both;
    width: 80%;
    margin: 10px auto;
}


div#wrapperMiddle {
    clear: both;
    width: 580px;
    margin: 10px auto;
}

div#wrapperNarrow {
    clear: both;
    width: 500px;
    margin: 10px auto;
}


/* メニュー共通
------------------------------------------------------------ */
div#sub div.loginUser {
    margin-bottom: 10px;
}

div#sub table.loginUser th {
    padding-left: 0px;
    font-weight: bold;
    white-space: nowrap;
}

div#sub table.loginUser td {
    padding: 3px 0px;
}

div#sub div.menuGroup {
    margin: 0px 0px 5px 0px;
    padding: 5px 0px 5px 0px;
}

div#sub div.menuGroupLine {
    border: 1px #4682B4 solid;
}

div#sub div.menuCategory {
    padding-left: 10px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #12467c;
    margin: 0px 0px 5px 0px;
}

div#sub ul li {
    background: url(../image/list_marker_02.gif) no-repeat 5px 7px;
    list-style-type: none;
    padding-left: 17px;
    margin-left: 5px;
}

div#sub div.contact {
    margin-top: 5px;
    padding-left: 7px;
    width: 95%;
    line-height: 1.5em;
}

div#sub div.contact em {
    font-weight: bold;
    font-size: 110%;
    color: #12467c;
}

div#sub div.contact div {
    margin: 0.7em 0 1em 0;
}

div#sub div.contact p {
    margin: 0.5em 0em 0.5em 0.5em;
}

div#sub div.privacy {
    margin: 50px 0;
}

div#sub div.privacy a.pmark {
}

div#sub div.privacy ul {
    list-style-type: none;
    margin-top: 15px;
}

div#sub div.privacy ul li {
    line-height: 2em;
}

div#sub div.privacy ul li a {
    color: #787878;
}



/* コンテンツ共通
------------------------------------------------------------ */
div#contents a {
    color: #0f7dae;
    text-decoration: underline;
}


/* フッター共通
------------------------------------------------------------ */
div#footer address {
    text-align: center;
    font-size: x-small;
    font-style: normal;
}


/* 全ページ共通(class)
------------------------------------------------------------ */
.red {
    color: #FF0000;
}

.blue {
    color: blue;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.medium {
    font-size: medium;
}

.high {
    line-height: 3em;
}

.indent {
    margin-left: 0.7em;
}

.seeExternal {
    background-image: URL("../image/list_marker_01.gif");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left;
    padding-left: 15px;
    margin: 0px 0px;
    display: block;
}

.see {
    background-image: URL("../image/list_marker_02.gif");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left;
    padding-left: 10px;
    margin: 0px 0px;
}


div.clearBox {
    clear: both;
    visibility: collapse;
    margin: 0px;
    line-height: 0px;
}

div.messageArea {
    margin: 0 auto 20px auto;
    text-align: left;
    border: #E60000 1px solid;
    padding: 10px;
    
}

div.messageArea ul {
    color: #FF0000;
    list-style-type: none;
    list-style-position: inside;
}

div.buttonArea {
    text-align: center;
    margin: 10px 0px 10px 0px;
}

div.buttonArea input {
    width: 120px;
    margin: 0px 20px 0px 20px;
}

div.buttonArea input.wide {
    width: 150px;
    margin: 0px 20px 0px 20px;
}

div.buttonArea input.superwide {
    width: 220px;
    margin: 0px 20px 0px 20px;
}

div.buttonArea input.large {
    width: 220px;
    height: 40px;
    margin: 0px 20px 0px 20px;
    white-space: pre;
}

div.buttonArea input.huge {
    width: 300px;
    height: 40px;
    margin: 0px 20px 0px 20px;
    white-space: pre;
}

.attention {
    line-height: 1.5em;
}

p.paraTitle {
    font-weight: bold;
    margin-bottom: 0.5em;
    color: #12467c;
}

p.para {
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 1em;
}

p.inputAttention {
    margin: 3px 0;
    padding: 0px 0px 0px 0px;
    font-size: smaller;
    line-height: 1.5em;
}

p.highMargin {
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.attentionFrame {
    border: 1px solid #FF0000;
}

span.blockSpan {
    display: block;
    margin-bottom: 0.5em;
}

select.selectAccount {
    width: 150px;
}

ul.indent li {
    text-indent: -1em;
    list-style-position: outside;
    list-style-type: none;
    list-style-image: none;
}

ul.noBullet li {
    list-style-type: none;
}

.largeBold {
    font-size: 1.3em;
    font-weight:bold;
}

.hidden {
    display: none;
}

hr.dashed {
    border-width: 1px 0px 0px 0px;
    border-style: dashed;
    border-color: #C9C9C9;
    height: 1px;
    width: 95%;
}



/* ログインページ
------------------------------------------------------------ */
div#main div.loginDesc {
    width: 96%;
    margin: 10px auto;
}

div#main div.loginBox {
    float: left;
    width: 47%;
    margin-left: 10px;
    margin-bottom: auto;
    min-height: 620px;
}

div#main div.loginBox em {
    margin-left: 10px;
}

div#main div.loginBox ul.loginNotice {
    list-style-type: none;
    margin: 0.5em 0.5em 0.5em 0.5em;
    font-weight: bold;
    color: #12467c;
}

div#main div.loginBox ul.loginNotice li {
    margin-top: 1.5em;
}

div#main div.loginBox ul.loginNotice li p {
    margin-left: 1em;
    font-weight: normal;
    color: black;
}

div#main div.loginBox ul.loginNotice ul {
    margin-left: 1.5em;
    font-weight: normal;
    color: black;
    list-style-type: disc;
}

div#main div.loginBox ul.loginNotice ul li {
    margin-top: 0em;
}

div#main div.loginBox ul.funcNotice {
    list-style-type: circle;
    margin: 0.5em 0.5em 0.5em 2em;
    font-weight: bold;
    color: #12467c;
}

div#main div.loginBox ul.funcNotice li {
    margin-bottom: 1em;
}

div#main div.loginBox ul.funcNotice ul {
    list-style-type: disc;
    margin-left: 1em;
    font-weight: normal;
    color: black;
}

div#main div.loginBox ul.funcNotice ul li {
    margin-bottom: 0em;
}

div#main table.login {
    clear: both;
    border: 1px solid #D9D9D9;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 5px;
}

div#main table.loginInput {
    font-size: small;
    padding: 0px;
    margin: 5px auto 0px auto;
    color: #333333;
    font-family: Verdana;
    width: 95%;
}

div#main table.loginInput td {
    padding: 5px 0px;
}

div#main table.login input.loginButton {
    width: 70px;
    margin: 3px;
}

div#main table.login input.loginText {
    font-size: Medium;
    width: 170px;
    ime-mode: inactive;
}

div.paleBorder {
    border: 1px solid #D9D9D9;
}

div.boxTitle {
    padding-left: 5px;
    background: #D9D9D9;
    font-weight: bold;
}

div.loginMessageArea {
    margin: 5px auto 5px auto;
    margin-left: 1em;
}

div.loginMessageArea ul {
    color: #FF0000;
    list-style-type: none;
    list-style-position: inside;
}


/* 全戸一括タイプ ISP会員登録
------------------------------------------------------------ */
div#main div.addressInfo th {
    border: 1px #808080 solid;
    border-width: 1px 0;
    color: #000;
    padding: 3px;
    background-color: #FFEBCD;
    width: 90px;
}

div#main div.addressInfo td {
    border: 1px #808080 solid;
    border-width: 1px 0;
    color: #000;
    padding: 3px;
    width: 550px;
}

div#main div.addressInfo td.short {
    border: 1px #808080 solid;
    border-width: 1px 0;
    color: #000;
    padding: 3px;
    width: 200px;
}


/* 各ページ汎用
------------------------------------------------------------ */
div#main div.infoArea {
    /*border-bottom: 1px solid #808080;*/ /*padding-bottom: 10px*/
    margin-bottom: 20px;
}

div#main div.infoArea table {
    width: 100%;
}

div#main div.infoArea th {
    border: 1px #808080 solid;
    border-width: 1px 0;
    color: #000;
    padding: 3px;
    background-color: #FFEBCD;
    width: 175px;
}

div#main div.infoArea td {
    border: 1px #808080 solid;
    border-width: 1px 0;
    color: #000;
    padding: 3px; /*width:470px;*/
}

div#main div.infoArea td.short {
    border: 1px #808080 solid;
    border-width: 1px 0;
    color: #000;
    padding: 3px;
    width: 400px;
}

div#main div.infoArea td.link {
    border: 1px #808080 solid;
    border-width: 1px 0;
    color: #000;
    padding: 3px 15px 3px 3px;
    text-align: right;
}

div#main div.infoArea ul {
    list-style-type: disc;
    list-style-position: outside;
}

div#main table td.description div {
    margin: 0.5em 0em 0.5em 0.5em;
}

div#main table td.description span.cap {
    font-weight: bold;
    line-height: 2em;
    display: block;
}

div#main table td.description ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 1.5em;
}

div#main table td.description ol {
    list-style-type: decimal;
    margin-left: 2em;
}

div#main table td.description ol li {
    margin-bottom: 1em;
}

div#main table td.description div.contact {
    margin: 10px 15px;
    padding: 10px 0px;
    background-color: #f0f0f0;
}


/* ご契約情報一覧
------------------------------------------------------------ */
div#main div.incomplete {
    padding: 10px 10px;
    margin: 0px 0px 10px 0px;
    padding-left: 1em;
}

div#main div.incomplete:first-line {
    font-size: larger;
    font-weight: bold;
    margin-bottom: 1em;
    color: #FF0000;
}

div#main div.incomplete ul {
    margin-left: 1em;
    list-style-type: disc;
    list-style-position: inside;
}

div#main div.recommend {
    padding: 10px;
    margin: 0px 0px 10px 0px;
    font-size: large;
    font-weight: bold;
    color: #FF6666;
}

div#main div.contractArea, div#main div.accountArea {
    margin: 5px 0px 30px 0px;
}

div#main div.infoGroup {
    margin-bottom: 10px;
}

div#main div.infoGroup table {
    clear: both;
    width: 100%;
}

div#main div.infoGroup th {
    border: 1px #808080 solid;
    border-width: 1px 0;
    color: #000;
    padding: 3px;
    background-color: #FFEBCD;
    width: 200px;
}

div#main div.infoGroup td {
    border: 1px #808080 solid;
    border-width: 1px 0;
    color: #000;
    padding: 3px;
    background-color: #FFFFFF;
}

div#main div.infoGroup td.link {
    border: 1px #808080 solid;
    border-width: 1px 0px;
    color: #000;
    padding: 3px 15px 3px 3px;
    text-align: right;
}

div#main div.infoGroup td.clientSetting {
    border-width: 0;
    padding: 3px;
    text-align: right;
}

div#main div.infoGroup td.short {
    border: 1px #808080 solid;
    border-width: 1px 0;
    color: #000;
    padding: 3px;
    width: 160px;
}

div#main div.infoGroup div.modifyButtonArea {
    margin: 7px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
}

div#main div.contractArea h3, div#main div.accountArea h4 {
    margin: 10px 0px 5px 0px;
    float: left;
    width: 50%;
}

div#main div.infoGroup div.linkBox {
    float: right;
    margin: 10px 5px 5px 10px;
    width: 40%;
    text-align: right;
}

div#main div.accountArea div.accountName {
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
    background-color: #6699cc;
    color: #FFFFFF;
    text-indent: 0.5em;
    clear: both;
}

div#main div.accountArea div.accordionHead {
    cursor: pointer;
}


/* アカウント管理
------------------------------------------------------------ */

div#main div.accountList table {
    width: 100%;
    margin-top: 5px;
}

div#main div.accountList table th {
    border: 1px #808080 solid;
    border-width: 1px 0;
    padding: 3px;
    background-color: #FFEBCD;
}

div#main div.accountList table td {
    border: 1px #808080 solid;
    border-width: 1px 0;
    padding: 3px;
}

div#main div.accountList table td.delete {
    text-align: right;
    width: 30px;
}


/* 重要事項説明
------------------------------------------------------------ */

table.kiyakuContact {
    margin: 10px 0px 10px 10px;
}
table.kiyakuContact th, table.kiyakuContact td {
    border: 1px #D9D9D9 solid;
}
table.kiyakuContact p {
    margin: 0px 0px 0px 10px;
}


/* 月額請求明細
------------------------------------------------------------ */
div#main div.billing {
    margin: 20px auto 0px auto;
    width: 500px;
}

div#main div.billingTitle {
    margin: 20px auto 0px auto;
    width: 500px;
    font-weight: bold;
}

div#main div.billing table {
    width: 100%;
}

div#main div.billing table th {
    border: 1px #808080 solid;
    border-width: 1px 0;
    background-color: #FFEBCD;
    color: #000;
    padding: 3px;
    font-weight: normal;
    text-align: left;
}

div#main div.billing table td {
    border: 1px #808080 solid;
    border-width: 1px 0;
    color: #000;
    padding: 3px;
}

div#main div.billing table.summary th {
    width: 180px;
}

div#main div.billing table.details td.detailLeft {
    width: 250px;
}

div#main div.billing table.details td.detailRight {
    text-align: right;
}

div#main div.billing table.details tr.total td {
    text-align: right;
}

/* Connectix解約理由
------------------------------------------------------------ */
p.survey-panel{
    font-weight: bold !important;
    margin-left:10px;
    width:inherit;
    color: #000;
}

table.survey-table {
    width:95%;
    padding:10px;
    margin:10px;
}

table.survey-table td{
    font-weight: bold !important;
    color: #000;
    padding:5px;
}

.survey-table ::-webkit-input-placeholder{
    white-space:pre-wrap;
    color: red;
    text-align:start;
}

div.surveyArea p{
    font-weight: bold !important;
    color: #000;
}

/* その他ページ
------------------------------------------------------------ */
div#wrapper ul, div#wrapperMiddle ul, div#wrapperNarrow ul {
    list-style-position: outside;
    margin-left: 1.5em;
}

div#wrapper ol, div#wrapperMiddle ol, div#wrapperNarrow ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 2.0em;
}

/* Portas誘導画面
------------------------------------------------------------ */
ul.linkToPortas li {
    margin-left: 10px;
    text-indent: 1em;
    list-style-position: inside;
    list-style-type: none;
    list-style-image: none;
}

h3.linkToPortas {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
    border-left: none;
    border-bottom: solid 2px #12467c;
    text-indent: 0.5em;
}

span.msg-attention {
    color: red;
}

.btn-area {
  margin: 25px auto 25px;
  text-align: center;
}

.btn-area input,
.btn-area a{
  border: 0;
  border-radius: 2px;
  color: #ffffff;
  padding: 12px 25px;
  line-height: 15px;
  font-size: 15px;
  font-weight: bold;
  min-width: 160px;
  margin: 0 10px;
  top: 2px;
  background-color: #cf1225;
  box-sizing: border-box;
  position: relative;
}

.btn-area input:hover,
.btn-area a:hover{
  opacity: 0.7;
}

/* 各ページ汎用(マスター適用なし)
------------------------------------------------------------ */
div#extra {
    clear: both;
    width: 80%;
    margin: 10px auto;
}

div#extra div.infoArea {
    /*border-bottom: 1px solid #808080;*/ /*padding-bottom: 10px*/
    margin-bottom: 20px;
}

div#extra div.infoArea table {
    width: 100%;
}

div#extra div.infoArea th {
    border: 1px #808080 solid;
    border-width: 1px 0;
    color: #000;
    padding: 3px;
    background-color: #FFEBCD;
    width: 175px;
}

div#extra div.infoArea td {
    border: 1px #808080 solid;
    border-width: 1px 0;
    color: #000;
    padding: 3px; /*width:470px;*/
}

div#extra div.infoArea td.short {
    border: 1px #808080 solid;
    border-width: 1px 0;
    color: #000;
    padding: 3px;
    width: 400px;
}

div#extra div.infoArea td.link {
    border: 1px #808080 solid;
    border-width: 1px 0;
    color: #000;
    padding: 3px 15px 3px 3px;
    text-align: right;
}

div#extra div.infoArea ul {
    list-style-type: disc;
    list-style-position: outside;
}

div#extra table td.description div {
    margin: 0.5em 0em 0.5em 0.5em;
}

div#extra table td.description span.cap {
    font-weight: bold;
    line-height: 2em;
    display: block;
}

div#extra table td.description ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 1.5em;
}

div#extra table td.description ol {
    list-style-type: decimal;
    margin-left: 2em;
}

div#extra table td.description ol li {
    margin-bottom: 1em;
}

div#extra table td.description div.contact {
    margin: 10px 15px;
    padding: 10px 0px;
    background-color: #f0f0f0;
}
