/*
 * システム名      : 業務支援プラットフォームシステム
 * 機能名          : Webエントリー
 * 作成者          : NTTテクノクロス株式会社
 * バージョン      : 2019/03/19 第10.0版
 * 変更履歴        : 2019/03/19 業務支援PF10.0開発
 *
 *
 * Copyright(c) 2019 NTT PC Communications Incorporated, All Rights Reserved.
 *
 *
 */
 /* 共通 */
body{
/*  font-family: メイリオ; */
  font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  background: #FFFFFF;
}

div.header {
}

/* 赤色 */
.red {
  color: #FF0000 ;
}
.gray {
  color: #A6A6A6;
}

div#wrapper, div#header, div#footer{  
  //width: 800px;
  margin: 0 auto;  
  padding: 0;  
  text-align: left;  
}

/* タイトル */
#title, .title {
  border: 0px #FF0000 solid;
  border-spacing: 0px;
  white-space: nowrap;
  table-layout: fixed;
  background: #FFFFFF;
  font-weight: bold;
  color: #000000;
  margin-top: 0px;
  margin-left: 0px;
  width : 650px;
  font-size: 11pt;
}

#title, .title > td {
  margin-bottom: 10px;
}

/* 下部のコピーライトの表示エリア */
#copyright {
    margin:1em 0;
    width:650px;
    text-align:center;
/*    background-color:skyblue; */
}

/* ロゴ */
.logo {
  margin-top: 5px;
}
/* アイコン */
.icon {
    display:inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
/* 共通ここまで */

/* ログインメッセージ部分 */
#message, .message {
  border: 3px #FF0000 solid;
  border-spacing: 0px;
  /*white-space: nowrap;*/
  table-layout: fixed;
  background: #FFFFFF;
  color: #0000FF;
  margin-top: 0px;
  margin-left: 0px;
  width : 600px;
  font-size: 9pt;
}

/* ログインタイトル */
#logintitle, .logintitle{
  font-size: 26px;
  padding-left: 25%;
}

/* ログインテーブル */
#logintable, .logintable{
  /*border: 1px #808080 solid;*/
  border-spacing: 0px;
  white-space: nowrap;
  width : 600px;
  table-layout: fixed;
  padding-top: 20px;
  padding-left: 30%;
}

/* ログイン項目タイトル */
.loginitemhead {
  /*border: 1px #ffffff solid;*/
  /*background: #696969;*/
  padding: 15px; 
  width: 150px;
  white-space: nowrap;
  font-size: 9pt;
  text-align: right;
  /*color: #ffffff;*/
}

/* ログイン項目値 */
.loginitemdata {
  /*border: 1px #ffffff solid;*/
  font-weight: normal;
  /*background: #dcdcdc;*/
  color: #000000;
  font-size: 10pt;
  padding: 5px; 
  word-wrap: break-word;
  width : 70%
}

/* メニュー */
.menu {
  background-color: #ffffff;
  border-top-width: 1px; 
  border-bottom-width: 1px; 
  border-right-width: 0px; 
  border-left-width: 0px; 
  border-color: black; 
  border-style: solid; 
  width : 230px ;
  text-align :left ;
}


/* メニュータイトル 
#menutitle, .menutitle {
  border: 0px #FF0000 solid;
  border-spacing: 0px;
  white-space: nowrap;
  table-layout: fixed;
  background: #0000FF;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 0px;
  margin-left: 30px;
  width : 200px;
  font-size: 9pt;
}
*/

/* メニュー項目テーブル 
#menuitemtable, .menuitemtable{
  border: 0px #808080 solid;
  border-spacing: 0px;
  white-space: nowrap;
  table-layout: fixed;
  font-size: 9pt;
  margin-left: 30px;
  }
*/

/* お客様情報サブタイトル */
DIV.userinfosubtitle {
  margin-top: 10px;
  margin-left: 10px;
  font-size: 10pt;
  white-space: nowrap;
  padding: 1px 3px 1px 3px;
  font-weight: bold;
  color: #000080
}

/* お客様情報テーブル */
#usertable, .usertable {
  /*border: 1px #808080 solid;*/ /* Day8.0 */
  border-spacing: 0px;
  /*white-space: nowrap;*/
  width : 830px;
  margin-left: 30px;
  /*font-size: 9pt;*/ /* Day8.0 */
}

.mobilecontract,
.mobilelitecontract {
  border: 1px #ccc solid;
  border-collapse: collapse;
}
.mobilecontract td.useritemhead,
.mobilelitecontract td.useritemhead {
  border: 1px #ccc solid;
  background-color: #dcdcdc;
}
.mobilecontract td.useritemdata,
.mobilelitecontract td.useritemdata {
  border: 1px #ccc solid;
}

/* お客様情報項目タイトル */
.useritemhead {
  /*border: 1px #ffffff solid;*/ /* Day8.0 */
  /*background: #696969;*/ /* Day8.0 */
  /*text-align: right;*/ /* Day8.0 */
  vertical-align: top;
  padding: 8px 4px 4px 4px; 
  width : 100px; /* Day8.0 mod 150px -> 100px */
  white-space: nowrap;
  /*color: #ffffff;*/ /* Day8.0 */
}

.useritemhead #CustomerInfoLoginIdChange + label {
  padding-left: 30px;
}

/* お客様情報項目値 */
.useritemdata {
  /*border: 1px #ffffff solid;*/ /* Day8.0 */
  font-weight: normal;
  /*background: #dcdcdc;*/ /* Day8.0 */
  color: #000000;
  padding: 3px;
  word-wrap: break-word;
  /*min-width: 100px;*/ /* Day8.0 */
  /*max-width: 350px;*/ /* Day8.0 */
}

.useritemdata > div > select,
.useritemdata > select,
.servicebox > div > select {
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  /*padding: 0.5em 1em;*/
  border: 1px solid #999;
  border-radius: 5px;
  background: transparent;
  background: url(../img/arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#d9d9d9 100%);
  background: url(../img/arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#d9d9d9 100%);
  background-size: 20px, 100%;
  min-width: 70px;
}
::-ms-expand {
  display: none;
}
.useritemdata > select:disabled::-ms-value,
.useritemdata > div > select:disabled::-ms-value {
  color: #bbb;
}

.useritemdata > label {
  display: block;
  font-size: 110%;
  margin: 5px 5px 0px 0px;
}

#mkPersonBirthday1 {
  min-width: unset;
  width: 50px;
}
#mkPersonBirthday2,
#mkPersonBirthday3 {
  min-width: unset;
  width: 30px;
}

/* 料金情報テーブル */
#tarifftable, .tarifftable {
  border: 1px #808080 solid;
  border-spacing: 0px;
/*  width : 650px;*/
  font-size: 9pt;
}

/* 請求情報参照内訳テーブル */
#demandtable, .demandtable {
  border-spacing: 0px;
  border: 1px #ccc solid;
  border-collapse: collapse;
  width: 750px;
  margin-left: 30px;
  margin-bottom: 50px;
}

/* 明細 結果 偶数 */
#demandtable tbody tr:nth-child(2n) td.demanditemdata, .demandtable tbody tr:nth-child(2n) td.demanditemdata {
  background-color: #f2f2f2;
}

/* 明細 結果 奇数 */
#demandtable tbody tr td.demanditemdata, .demandtable tbody tr td.demanditemdata {
  background-color: #ffffff;
}

/* 請求情報参照内訳項目タイトル */
.demanditemhead {
  border: 1px #ccc solid;
  background: #ffffff;
  padding: 1px 3px 1px 3px; 
}

/* 請求情報参照内訳項目値 */
.demanditemdata {
  border: 1px #ccc solid;
  font-weight: normal;
  padding: 1px 3px 1px 3px;
  word-wrap: break-word;
}

/* 各種開通案内テーブル */
#openguidetable, .openguidetable {
  border-spacing: 0px;
  border: 1px #ccc solid;
  border-collapse: collapse;
  width: 200px;
  margin-left: 30px;
  margin-bottom: 50px;
}

/* 各種開通案内項目タイトル */
.openguideitemhead {
  border: 1px #ccc solid;
  background: #eef;
  padding: 1px 3px 1px 3px; 
}

/* 各種開通案内項目値 */
.openguideitemdata {
  border: 1px #ccc solid;
  font-weight: normal;
  padding: 1px 3px 1px 3px;
  word-wrap: break-word;
}

#right {text-align: right}
#red {color: red}
#blue {color: blue}
.nullrecode {background-color: #ffffff; border-top-width: 0px;  border-bottom-width: 0px}

#sidemenu {
	float: left;
	width: 250px;
	
}
body {
	width: 100%;
}

#body {
	width: 100%;
        height: 100%;
        overflow: auto;
}
#content {
	clear: none;
	padding: 0px 10px;
        margin-top: 150px;
        overflow: auto;
        height: calc(100% - 150px);
}
.hrsep {
        position: fixed;
        top: 60px;
        width: 100%;
}
.no-menu-body #content {
}

.inputauxiliary {
	font-size: 0.8em;
	color: #4169e1;
}
/* toggle設定 start */
.toggle {
  position: relative;
  width: 100px;
  height: 36px;
  border-radius: 5px;
  overflow: hidden;
  user-select: none;
  cursor: pointer;
  border: 1px #777 solid;
}
.toggle input[type=checkbox] {
  display: none;
}
.toggle span {
  position: absolute;
  top: 10px;
  font-weight: bold;
  line-height: 1;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.toggle span:nth-of-type(1) {
  right: 5px;
  color: #626161;
}
.toggle span:nth-of-type(2) {
  left: 7px;
  color: #fff;
  letter-spacing: 2px;
}
.toggle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #e9e9eb;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.toggle:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 45px;
  height: 28px;
  display: block;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.toggle.checked:before {
  background: #35c759;
}
.toggle.checked:after {
  left: 50px;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.5);
}
/* toggle設定 end */
/************************************************************/
/* 表示内容のメインとメニューにスクロールを付与する設定     */
/************************************************************/
html {
	height: 100%;
	margin: 0;
}

body {
	margin: 0;
}

body, .item {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 100%;
	overflow: auto;
}

#container{
	height: 100%;
	width: 100%;
}

#sidemenu {
	float: left;
	width: 250px;
	padding: 0px 10px 0px 0px;
	overflow-x: hidden;
}
#indexForm {
	width: 90%;
}
/************************************************************/

div {
	/*border: 1px solid gray;*/
}


td.currency, input.currency {
	text-align:right;
}

td.center, input.center {
	text-align:center;
}

.button-box {
  margin-top: 1em;
  text-align: center;
  width:650px;
}

.button-box input[type="button"], .button-box input[type="submit"] {
  min-width: 10em;
}

.top-button-box {
  text-align: right;
}

.csv-download-box {
  text-align: left;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.text-copy-box {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.tree-box {
  border: 0px solid gray;
  padding: 0.5em 0.75em 0.75em 0.75em;
}
.tree-table {
  table-layout: fixed;
  font-size: 9pt;
  border-spacing: 0;
}
.tree-table td.pack-parent {
  border-top: 1px solid gray;
  padding-top: 3px;
  padding-bottom: 3px;
}

.memo-input {
  width: 90%;
  height: 10em;
}

div.scroll-table {
	width: 900px;
	/*width: 100%;*/
	/*overflow-x: scroll;*/
}

/*
div.scroll-table2 {
    width: 700px;
    overflow-x: scroll;
    height: 400px;
    overflow-y: scroll;
}
*/

.radio-horizontal label{
    display: inline-block;
    margin-left: 10px;
    margin-right: 40px;
}

.radio-horizontal input[type=radio] {
    margin:10px 0px 0px -4px;
    width:20px;
    color: #000000;
}

.clear-none {
    clear:none;
}

.button-common {
	width: 150px !important;
	font-size: 110%;
}
.button-credit {
	background: #ffc579 !important;
}
.button-zipcode, .button {
	width: 130px;
	height: 22px;
	line-height: 0px;
}

.creditinfo {
    background: #d3d3d3 none repeat scroll 0 0;
    border: 1px solid #808080;
    height: 20px;
    padding: 4px 7px;
    white-space: normal;
    width: 200px;
}

.actions ul li a, .actions a {
    background: #dcdcdc -moz-linear-gradient(center top , #fefefe, #dcdcdc) repeat scroll 0 0;
    border: 1px solid #bbb;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #333;
    font-weight: normal;
    min-width: 0;
    padding: 4px 8px;
    text-decoration: none;
    text-shadow: 0 0px 0 #aaa;
}
.actions ul li a:active, .actions a:active {
    background: #eee -moz-linear-gradient(center top , #dfdfdf, #eee) repeat scroll 0 0;
    border-color: #aaa;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
    text-decoration: none;
    text-shadow: 0 0px 0 #eee;
}
input[type="button"], .button {
    display: inline;
    font-size: 110%;
    /*width: auto;*/ /* Day8.0 */
    /*padding:12.1px 8px;*/ /* Day8.0 */
}
/*
input[type="button"]:disabled, input[type="submit"]:disabled, button:disabled, .button:disabled {
    color: #808080;
}
input[type="submit"], input[type="button"], .button {
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    background: #4d4d4d;
    color: #FFF;
    border: solid 3px #000000;
    border-radius: 0px;
    box-shadow: none;
    margin: 3px;
    text-shadow: 0 0px 0 #eee;
}*/
.button {
	margin-left: 0px;
}
input[type="submit"]:active, input[type="button"]:active, .button:active  {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
input[type="submit"]::-moz-focus-inner 
 , input[type="button"]::-moz-focus-inner 
   , .button::-moz-focus-inner {
    border :0px;
}

#updateType, .updateType{
    width: 270px;
    font-size: 100%;
}
.top-menu {
	background: #696969;
	width : 350px;
	white-space: nowrap;
	text-align:center;
	margin:auto;
	text-decoration: none;
	display:inline-block;
	vertical-align: middle;
	height: 40px;
	color: white;
	margin-top: -6px;
	font-size: 14pt;
	font-weight: bold;
	border: 0px;
}

.top-policy {
	 /*padding-left: 500px;*/
    float: right;
}
.top-policy a{
	color: rgba(170, 170, 170, 1);
	
}

.btn-back {
  width: 80px;
}
.btn-next {
  width: 180px;
  float: right;
}

.billitemhead {
  width: 130px;
  border-right: solid #ccc 1px;
  border-bottom: solid #ccc 1px;
  margin-left: 100px;
}

.billitemdata {
  border-right: solid #ccc 1px;
  border-bottom: solid #ccc 1px;
  text-align: right;
  padding-right: 10px;
}

/* cake.generic.css より移植 */
/** Paging **/
.paging {
        background:#fff;
        color: #ccc;
        margin-top: 1em;
        clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
        text-decoration: none;
        padding: 5px 8px;
        display: inline-block
}
.paging > span {
        display: inline-block;
        border: 1px solid #ccc;
        border-left: 0;
}
.paging > span:hover {
        background: #efefef;
}
.paging .prev {
        border-left: 1px solid #ccc;
        -moz-border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
}
.paging .next {
        -moz-border-radius: 0 4px 4px 0;
        -webkit-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
}
.paging .disabled {
        color: #ddd;
}
.paging .disabled:hover {
        background: transparent;
}
.paging .current {
        background: #efefef;
        color: #c73e14;
}
/* cake.generic.css より移植 ここまで */

/* bootstrap3 css 初期化 */
table {
  border-collapse: separate;
}
* {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
hr {
  /*margin-top: 0px;
  margin-bottom: 0px;*/
  border-top: 1px solid #bbb;
}
p {
  margin: 0 0 0px;
}
label {
  display: inline;
}
input[type="radio"] {
  margin: 0px;
  margin-top: 0px;
}
.form-control {
  width: auto;
  height: 33px;
  padding: 0px 12px;
  margin: 0px 2px;
}
.radio,
.checkbox {
  margin: 0px;
}
.radio label,
.checkbox label {
  margin: auto;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: static;
  margin-left: auto;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: auto;
}

.dropdown-menu {
  padding: 0px 0;
}
.dropdown-menu > li + li {
  border-top: 1px solid #bfbfbf;
}
.dropdown-menu > li > a {
  padding: 5px 20px; /* Day8.0 mod 3px->5px */
}
.navbar {
  min-height: 0;
  margin-bottom: auto;
}
.navbar-collapse {
  padding-right: initial;
  padding-left: initial;
}
.navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  min-width: 100px;
  text-align: center;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #4bacc6;
}
.navbar-default {
  background-color: #dbeef4;
  border-color: #bfbfbf;
}
.navbar-default .navbar-brand {
  color: #7f7f7f;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
}
.navbar-default .navbar-text {
  color: #7f7f7f;
}
.navbar-default .navbar-nav > li > a {
  color: #7f7f7f;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #dbeef4;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #7f7f7f;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #ffffff;
  background-color: #4bacc6;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li.divider {
  background-color: #4bacc6;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #ffffff;
  background-color: #4bacc6;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #4bacc6;
}
.navbar-default .navbar-toggle {
  border-color: #4bacc6;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #4bacc6;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #7f7f7f;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #7f7f7f;
}
.navbar-default .navbar-link {
  color: #7f7f7f;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #4bacc6;
}
.navbar-default .navbar-link {
  color: #7f7f7f;
}
.navbar-default .btn-link {
  color: #7f7f7f;
}
/* bootstrap3 css 初期化 ここまで */

/* ラジオボタン・チェックボックス青化 */
input[type="checkbox"] {
  clear: left;
  float: left;
  margin: 8px 12px 0px 0px;
  width: auto;
  display: none;
}
input[type="checkbox"] + label {
  position: relative;
  padding: 0 0 0 30px;
}
input[type="checkbox"] + label:hover::after {
  border-color: #0171bd;
}
input[type="checkbox"] + label::after, input[type="checkbox"] + label::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
}
input[type="checkbox"] + label::after {
  left: 5px;
  margin-top: -8px;
  width: 15px;
  height: 15px;
  border: 2px solid #aaaaaa;
  background-color: #aaaaaa;
  border-radius: 4px;
}
input[type="checkbox"] + label::before {
  left: 10px;
  margin-top: -6px;
  width: 6px;
  height: 10px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  z-index: 1;
  transform: rotate(45deg);
  opacity: 0;
}
input[type="checkbox"]:checked + label::after {
  background-color: #0171bd;
  border-color: #0171bd;
}
input[type="checkbox"]:checked + label::before {
  opacity: 1;
}

input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  position: relative;
  padding: 0 0 0 20px;
}
input[type="radio"] + label:hover::after {
  border-color: #0171bd;
}
input[type="radio"] + label::after, input[type="radio"] + label::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
}
input[type="radio"] + label::after {
  left: -5px;
  margin-top: -8px;
  width: 15px;
  height: 15px;
  border: 2px solid #aaaaaa;
  background-color: #aaaaaa;
  border-radius: 50%;
}
input[type="radio"] + label::before {
  left: -1px;
  margin-top: -4px;
  width: 7px;
  height: 7px;
  z-index: 1;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0;
}
input[type="radio"]:checked + label::after {
  background-color: #0171bd;
  border-color: #0171bd;
}
input[type="radio"]:checked + label::before {
  opacity: 1;
}
/* ラジオボタン・チェックボックス青化 ここまで */


input#UserLoginId, input#UserPassword, input#loginButton {
  width: 365px;
}
input#ikIspMailAccount1 {
  width: 240px;
}
input#ikIspMailPwd1 {
  width: 350px;
}

#logobar {
  top: 0;
  position: fixed;
  width: 660px;
}

#userinfobar {
  top:25px;
  left:450px;
  position: fixed;
  padding-top:25px;
  color:#000000;
  display:inline-block;
  width:220px;
}

#logoutbutton {
  top: 23px;
  right: 100px;
  position: fixed;
  display:inline-block;
}
#logoutbutton > form {
  width:90%;
}
.site-policy {
  width: 500px;
}

.footer_button {
  padding:25px 40px 0;
  height:40px;
  width: 650px;
}

.credit_info {
  border:#ddd 1px solid;
  width: calc(650px - 30px);
  margin: 30px;
  padding: 10px;
}

.credit_regist_button {
  width: 200px;
  margin-right: 60px;
}

.password_info {
  padding-bottom: 60px;
  padding-left: 100px;
}

.credit_bk {
  margin-right: 300px;
}

#CustomerInfoUpdatePaymentInitForm .button-box,
#CustomerInfoUpdatePaymentInitForm form {
  width: unset;
}

.contractdetail {
  margin-left: 150px;
}
.contractdetail td {
  width: 330px;
}

#usertable.charges {
  width: auto;
}
.charges {
  margin-left: 140px;
  margin-bottom: 50px;
}
.chargedatas {
  margin-left: 30px;
}

.navbar-custom,
.navbar-default .navbar-custom:focus,
.navbar-default .navbar-custom:hover {
  color: #ffffff;
  background-color: #000000;
}
#smallmenu-li {
  text-align: left; 
  margin: 0 auto;  
  margin-left: 10px;  
  text-align: left;
  color: #337ab7;
}

/* Media Queries */
/* Smart phone */
@media screen and (max-width:767px) {
  #message, .message {
    width: unset;
  }
  #logintitle, .logintitle{
    padding-left: 15px;
  }
  #logintable, .logintable {
    padding-left: 10%;
    width: 300px;
  }
  #title, .title, input#UserLoginId, input#UserPassword, input#loginButton, #copyright {
    width: 250px;
  }

  div#detail {
    padding-left: 0;
    padding-right: 0;
  }
  .radio-horizontal label {
    margin-right: 35px;
  }

  .top-menu {
    width: 250px;
  }

  #logobar {
    width: 340px;
  }
  #userinfobar {
    display: none;
  }
  #logoutbutton {
    width: 80px;
    right: 20px;
  }
  #indexForm {
    width: unset;
  }
  .site-policy {
    width: auto;
  }
  #usertable, .usertable {
    margin: 0;
  }
  .footer_button {
    width: unset;
  }
  .form-control {
    display: inline-block;
    width: 250px;
  }
  input#CustomerInfoContractStaffNameLast,
  input#CustomerInfoContractStaffNameFirst,
  input#CustomerInfoContractStaffNameKanaLast,
  input#CustomerInfoContractStaffNameKanaFirst {
    width: 105px;
  }
  input#input_contract_tel1,
  input#input_contract_tel2,
  input#input_contract_tel3 {
    width: 40px;
  }
  input#ikIspMailAccount1 {
    width: 180px;
  }
  input#ikIspMailPwd1 {
    width: 280px;
  }
  input#mkDelvAddrZipCode1,
  input#mkDelvAddrZipCode2 {
    width: 100px;
  }
  input#mkPersonAddrZipCode1,
  input#mkPersonAddrZipCode2 {
    width: 50px;
  }

  .button-box {
    width: unset;
    text-align: unset;
  }
  .button-box input[type="button"],
  .button-box input[type="submit"] {
    min-width: unset;
  }
  .btn-next {
    width: 70px;
  }
  .btn-back {
    width: 70px;
  }
  .credit_info {
    width: unset;
  }
  .credit_regist_button {
    width: 200px;
    margin-right: 0;
  }
  .password_info {
    padding: 0;
  }
  .useritemhead {
    display: block;
    width: 100%;
  }
  .useritemdata {
    display: block;
  }
  .credit_bk {
    margin-right: 20px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #7f7f7f;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #4bacc6;
  }

  DIV.userinfosubtitle {
    white-space: normal;
  }
  .mobilecontract,
  .mobilelitecontract {
    border: none;
  }
  .mobilecontract .thead,
  .mobilelitecontract .thead {
    display: none;
  }
  .mobilecontract td.useritemdata,
  .mobilelitecontract td.useritemdata {
    text-align: center;
    display: block;
    border-bottom: none;
  }
  .mobilecontract td:before,
  .mobilelitecontract td:before {
    content:attr(data-label);
  }
  .mobilecontract td:last-child,
  .mobilelitecontract td:last-child {
    border-bottom: 1px solid #ccc;
  }
  .showusages .useritemdata {
    margin-left: 10px;
  }
  .contractdetail {
    margin-left: 30px;
  }

  #usertable.charges {
    width: 100%;
  }
  .charges {
    margin: 0;
    width: unset;
  }
  .billitemhead {
    margin-left: 0;
    width: unset;
  }
  #ChargeBillYear,
  #ChargeBillMonth {
    width: unset;
    width: unset;
  }
  #demandtable, .demandtable {
    margin-bottom: 0;
  }
  .inputauxiliary {
    font-size: 1em;
    margin-left: 30px;
  }

  div.scroll-table {
    width: 100%;
    overflow-x: scroll;
  }
  div.scroll-table .useritemhead,
  div.scroll-table .useritemdata {
    display: table-cell;
  }
  #content {
    margin-top: 110px;
    height:calc(100% - 110px);
  }
}

/* tablet */
@media screen and (min-width:768px) and (max-width:1039px) {
  #logintitle, .logintitle {
    padding-left: 20%;
  }
  #logintable, .logintable {
    padding-left: 25%;
  }
  .navbar-nav > li > a {
    padding-top: initial;
    padding-bottom: initial;
  }
  input#mkDelvLName,
  input#mkDelvFName,
  input#mkDelvLNameKana,
  input#mkDelvFNameKana {
    width: 170px;
  }
  .nsp-dn {
    display: none;
  }
  div.scroll-table {
    width: 100%;
  }
  #demandtable, .demandtable {
    width: calc(100% - 30px);
  }
}

/* not pc */
@media screen and (max-width:1039px) {
  #copyright {
    width: unset;
  }
  #usertable, .usertable {
    width: unset;
  }
  #navmenu {
    display: none;
  }
  .navbar-toggle {
    margin-right: 5px;
  }
  .navbar-toggle.navbar-left {
    float: left;
    margin-left: 10px;
  }
  #content {
    margin-top: 150px;
  }
  #logobar {
    top: 60px;
  }
  #active>a{
    color: white;
    background-color: blue;
  }
  .navbar-default .navbar-nav>.active>a,
  .navbar-default .navbar-nav>.active>a:focus
  .navbar-default .navbar-nav>.active>a:hover {
    color: white;
    background-color: blue;
  }
  .navbar-header {
    float: none;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    width: 100%;
    float: none!important;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-toggle.navbar-left {
    float: left;
    margin-left: 10px;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: auto !important;
  }
  .nav * ul {
    padding-left: 20px;
    list-style: none;
  }
  .nav * a {
    position: relative;
    padding: 5px 10px;
    display: block;
  }
  .hrsep {
    border-top: none;
  }
}

/* pc */
@media screen and (min-width:1040px) {
  .nsp-dn {
    display: none;
  }
  #mobilenavmenu {
    display: none;
  }
}
