
/* common */

body {
//  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-family: "Yu Gothic", "メイリオ", "ヒラギノ角ゴシック", san-serif;
  font-size: 14px;
  background-color: rgb(228,229,230);
//  overflow-x: auto;
}

img.logo {
  height: 40px;
}

label {
  font-weight: normal;
}

h1 {
  font-size: 24px;
  font-weight: normal;
  margin:0px;
}
h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}
h2 {
//  padding-left: 5px;
//  border-left: 8px solid #337ab7;
//  border-left: 8px solid #000;
}
h3 {
  font-size: 18px;
  font-weight: normal;
}
h4 {
  font-size: 14px;
  font-weight: normal;
}

h1,h2,h3,h4 {
    clear: both;
}

p {
  padding: 0px;
  margin: 0px;
}

select {
  padding: 9px 6px 7px 8px;
}

.width-100 {
    width: 100px !important;
}
.width-200 {
    width: 200px !important;
}
.width-300 {
    width: 300px !important;
}
.width-400 {
    width: 400px !important;
}
.width-500 {
    width: 500px !important;
}
.width-600 {
    width: 600px !important;
}

.input-sm {
     border-radius: 0px;
     height: 40px;
}

/***** bootstrap css customize *****/
.panel-title {
    font-size: 18px;
}

.stepbar-area {
    padding-bottom: 60px;
    margin-bottom: 40px;
}

.required-icon {
    background-color: #c9302c;
    color:#fff;
    display: none;
    padding: 2px 5px;
    margin-left: 3px;
    border-radius: 4px;
    font-size: small;
//    display: none;
}

.btn-primary {
    color: #fff !important;
    background-color: #0075C1 !important;
    border-color: #0075C1 !important;
}

.btn-back {
    color: #fff !important;
    background-color: #F86D6C !important;
    border-color: #F86D6C !important;
}

.btn-icon {
    color: #fff !important;
    background-color: #0075C1 !important;
    padding: 6px 6px 0px 6px;
    width: 70px;
    height: 30px;
}

.btn-icon-fa {
    color: #fff !important;
    background-color: #0075C1 !important;
    padding: 5px 6px;
    width: 70px;
    height: 40px;
}

.tree-btn-menu .remove-btn > button {
    background: #F86D6C !important;
}

.btn-menu {
    color: #666 !important;
    background: #fff;
    padding: 5px 8px 0px;
}

.btn-menu:hover {
    color: #666 !important;
    background: rgb(228,229,230);
}

.material-icons {
    font-size: 16px;
}

.form-horizontal {
//  padding: 10px;
  border-radius: 5px;
  background-color: rgb(238, 238, 238);
  background-color: #fff;
}

.form-horizontal .control-label {
    text-align: left;
}

.form-group {
  margin-bottom: 20px;
}

.form-horizontal .form-group:last-child {
  margin-bottom: 0px;
}


.form-group.has-feedback {
//  margin: 0px;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: unset;
}

.has-feedback .form-control {
    padding-right: 10px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #fff;
}

.panel-control > .panel-heading {
  background-color: #EAF7FB;
  padding: 10px;
  border-radius: 0px;
}
.panel-heading {
  background-color: #EAF7FB !important;
  border: 1px solid #ccc;
  padding: 2px;
  height: 45px;
}
.panel-heading > .panel-title > label {
  margin: 0px;
  padding: 10px 20px;
}
.panel-heading > .panel-title > div.text-right {
  padding: 5px 20px;
}
.panel-body {
    padding: 20px;
    background: #fff;
    border-top: 0px solid #ccc;
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #333;
}

.has-success .form-control {
//    border-color: #3c763d;
    border-color: #ccc;
}
.admin-ctrl, .user-ctrl {
    display: none;
}
.required {
    color:red;
}
.has-feedback .smk-error-msg {
    position: initial;
    margin: 0px;
    padding: 0px;
}

.welcome {
  color: #0075C1;
  font-weight: bold;
}
.alert-success {
  color: #000;
  word-wrap: break-word;
  word-break: break-all;
}
.alert-danger {
  color: #000;
  word-wrap: break-word;
  word-break: break-all;
}

/***** ダッシュボード ******/
h3.information {
  margin: 0px 0px 20px 0px;
}
h3.information i {
  color: rgb(255, 92, 38);
}
h3.information span {
  margin-left: 10px;
}
h3.mysite {
  margin: 30px 0px 20px 0px;
}
h3.mysite i {
  color: rgb(0, 117, 193);
}
h3.mysite span {
  margin-left: 10px;
}
.site-add {
  margin-top: 30px;
  padding-right: 23px;
}
.site-list {
//  margin-bottom: 30px !important;
}

/***** ユーザー情報 *****/
.user-info-btn {
  margin: 0px;
  padding: 10px 20px;
}
.user-info-wrapper {
  display: none;
  padding: 20px 20px;
  width: 100%;
}
.user-info-btn a {
  color: #000 !important;
  text-decoration: none;
}
.user-info-btn a span {
  color: #000;
  text-decoration: underline;
}
.user-info-btn a {
  color: #333 !important;
  text-decoration: none;
}
.user-info-btn a span {
  color: #333;
  text-decoration: underline;
}
.user-info {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
}
.user-info th{
  height: 40px;
  width: 160px;
  padding: 0px 20px;
  background: #FFFDF0;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
.user-info td {
  height: 40px;
  padding: 0px 20px;
}

.user-info td.col1 {
  width: 368px;
  border-bottom: 1px solid #ccc;
}

.user-info td.col2 {
  word-break: break-all;
  word-wrap: break-word;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.user-info td.col3 {
  word-break: break-all;
  word-wrap: break-word;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}


/***** サイト情報 *****/
.site-info-wrapper {
  padding: 0px;
  margin: 10px 0px 0px;
}
.site-info-btn a {
  color: #333 !important;
  text-decoration: none;
}
.site-info-btn a span {
  color: #333;
  text-decoration: underline;
}
.site-info {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
}
.site-info th{
  height: 40px;
  width: 160px;
  padding: 0px 20px;
  background: #FFFDF0;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.site-info td {
  height: 40px;
  padding: 0px 20px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.site-info td.col1 {
  width: 240px;
}

.site-info td.col2 {
  word-break: break-all;
  word-wrap: break-word;
}

.access-num-area {
  margin: 20px 0px 0px;
  padding: 20px;
  border: 1px solid #ccc;
}
.access-num-list {
  padding: 5px 10px;
}
.access-num-list .row {
  border-bottom: 1px solid #ccc;
}
.access-num-list .row.odd {
  background-color: #FAFAFA;
}
.access-num-list .row div {
  margin 0px;
  padding: 10px;
}
.access-num-list .row .title-col {
  padding: 14px 20px 0px;
}
.access-num-list .row .user-num, .access-num-list .row .page-num {
  font-size: 18px;
}
.access-graph {
  height: 192px;
}

/***** コンテンツツリー *****/
.tree-btn-area {
  width: 100%;
  height: 70px;
  z-index: 10;
  top:60px;
  padding: 18px 30px 50px;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.tree-btn-left {
  float: left;
}
.tree-btn-right {
  float: right;
}
.btn.tree-all-check {
  color: #0075C1;
  border: 1px solid #0075C1;
  padding: 5px 20px;
  background: #fff;
  width: 124px;
  border-radius: unset;
}
.btn.tree-all-unchecked {
  color: #F86D6C;
  border: 1px solid #F86D6C;
  padding: 5px 20px;
  background: #fff;
  width: 124px;
  border-radius: unset;
}
.btn.tree-back {
  padding: 6px 20px;
  background: #F86D6C;
  color: #fff;
}
.btn.tree-cancel {
  padding: 6px 20px;
  background: #F86D6C;
  color: #fff;
}
.btn.tree-submit {
  padding: 6px 20px;
  background: #0075C1;
  color: #fff;
}
.btn.tree-reserve-cancel {
  background-color: #339933;
  color: #fff;
  padding: 10px 30px;
}
.content-row {
/*  background: #fff; */
}
.content-row .content-child {
  background: rgb(228, 229, 230);
  clear: both;
}
.content-row .content-child .tree-list {
  min-height: 3px;
}
.tree-btn-menu {
  width: 200px;
  position: absolute;
  z-index: -1;
  opacity: 0;
  padding: 5px;
  background: #fff;
  border: 1px solid rgb(228,229,230);
  box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
.tree-btn-menu > div {
  padding: 5px;
}

.tree-btn-menu .tree-menu-b {
  border-top: 1px dotted rgb(228,229,230);
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  border: 1px solid #aaa;
  background: #fff;
  color: #aaa;
  font-size: 5px;
  padding: 6px;
}
.close-btn:hover {
//  color: rgb(228,229,230);
  color: #aaa;
}

/***** 水平スイッチ用 *****/
.switch {
  padding:0px;
  margin:0px;
}
.switch input {
  display: none !important;
}
.switch label {
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin: 0px 5px;
}
.switch label:before {
  padding: 9px 6px;
  content: ' ';
  border-radius: 6px 6px 0 0;
  background: linear-gradient(to bottom, #F0F0F0 0%, #DDD 100%);
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset;
  color: #333;
  display: block;
  border: 1px solid #ac2925;
}
.switch label:after {
  padding: 9px 6px;
  content: ' ';
  border-radius: 0 0 6px 6px;
  background: #c9302c;
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset;
  color: #FFF;
  display: block;
  border: 1px solid #ac2925;
}
.switch input + label:hover:before {
  opacity: 0.5;
}
.switch input:checked + label:before {
  background: #449d44;
  color: #FFF;
  opacity: 1;
  border: 1px solid #398439;
}
.switch input:checked + label:after {
  background: linear-gradient(to bottom, #F0F0F0 0%, #DDD 100%);
  color: #333;
  border: 1px solid #398439;
}
.switch input:checked + label:hover:after {
  opacity: 0.5;
}

/***** ステップバー(パターン1) *****/
.makeagency-stepbar {
  margin: 0 0 20px 0;
  padding: 0;
  counter-reset: step;
  z-index: 0;
  position: relative;
}
.makeagency-stepbar li {
  list-style-type: none;
  width: 16%;
  float: left;
  font-size: 11px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #aaa;
}
.makeagency-stepbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #eee;
  font-size: 12px;
}
.makeagency-stepbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #eee;
  top: 15px;
  left: -50%;
  z-index: -1;
}
.makeagency-stepbar li:first-child:after {
  content: none;
}
.makeagency-stepbar li.active {
  color: green;
}
.makeagency-stepbar li.active:before {
  background-color: #55b776;
  color:#fff;
  border: 2px green solid;
}
.makeagency-stepbar li.active + li:after {
//  background-color: #55b776;
  background-color: green;
}

.ui-widget-header .ui-icon {
    background-image: url(/images/ui-icons_444444_256x240.png);
}

/***** ラジオボタン *****/
/*　デフォルト表示を消す　*/
.radio-list input[type="radio"] {
    display:none;
}

/*　ラジオボタン 未選択時の背景指定　*/
.radio-list input[type="radio"] + label {
    padding:3px 0 3px 30px;
    background:url(/image/ico_check.png) no-repeat left center;
    cursor:pointer;
}
 
/*　ラジオボタン 選択時の背景指定　*/
.radio-list input[type="radio"]:checked + label {
    background:url(/image/ico_checked.png) no-repeat left center;
    cursor:pointer;
}

/***** チェックボックス *****/
/*　デフォルト表示を消す　*/
.check-list input[type="checkbox"] {
    display:none;
}

/*　チェックボックス 選択時の背景指定　*/
.check-list input[type="checkbox"]:checked + label {
    background: rgba(0, 0, 0, 0) url("/image/check-on.png") no-repeat scroll left center;
    cursor: pointer;
}
 
/*　チェックボックス 未選択時の背景指定　*/
.check-list input[type="checkbox"] + label {
    background: rgba(0, 0, 0, 0) url("/image/check-off.png") no-repeat scroll left center;
    cursor: pointer;
    padding: 3px 0 3px 30px;
}


/***** ページネーション *****/
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
//    color: #fff;
//    background-color: #337ab7;
//    border-color: #337ab7;
//    background-color: #20a8d8;
    border-color: #fff;
    background-color: #fff;
    color: rgb(51, 51, 51);
    text-decoration: none;
}

.pagination > li > a, .pagination > li > span {
//    color: #337ab7;
//    background-color: #fff;
//    color: #fff;
//    background-color: #333;
    border: medium none;
    padding: 5px 6px;
    text-decoration: underline;
}
.pagination > li.prev > a {
    padding: 5px 11px 5px 6px;
}
.pagination > li.next > a {
    padding: 5px 6px 5px 11px;
}



/* エラー表示 */
.vdt-error .vdt-error-msg {
  color: #a94442;
  font-size: 14px;
}
.vdt-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.vdt-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}


/* WEBエディタのボタン */
img.webeditor_icon {
  width:16px !important;
  height:16px !important;
  box-sizing:content-box;
  -webkit-box-sizing:content-box;
  -moz-box-sizing:content-box;
}

.webeditor_toolbar TD {
  padding:0 !important;
  width:27px !important;
  height:24px !important;
  box-sizing:content-box;
  -webkit-box-sizing:content-box;
  -moz-box-sizing:content-box;
  position:static; 
}

.webeditor_toolbar td span {
  padding:2px !important;
  width16px !important;
  height:16px !important;
  box-sizing:content-box;
  -webkit-box-sizing:content-box;
  -moz-box-sizing:content-box;
}

img.webeditor_icon,
img.webeditor_icon_selected,
img.webeditor_icon_disabled,
img.webeditor_icon_mouseover,
img.webeditor_icon_mousedown,
img.webeditor_icon_mouseup,
img.webeditor_icon_mouseout {
  vertical-align: top;
}

.word_break {
   word-break: break-all;
}

/* 2017-08-28追加 */

.navbar-brand {
    padding: 10px;
    height: 60px;
}
.fa {
    color: #fff;
    font-size: 16px;
}
.navbar-btn .fa {
    color: #0075C1;
}
.navbar-collapse span {
    margin-left: 10px;
}
.container-fluid {
  padding-left: 0px;
}

.navbar-header {
  width: 240px;
  text-align: center;
}
.navbar-header h1 {
  margin: 0px auto;
  width: 156px;
}
.login-name {
  background: #fff;
  padding: 14px 0px;
  text-align: center;
  min-height: 69px;
  border-right: 1px solid #ccc;
//  border-bottom: 1px solid #ccc;
}
.login-name > div {
  word-break: break-all;
  word-wrap: break-word;
}
.other-name {
  background: #fff;
  padding: 14px 0px;
  text-align: center;
  min-height: 70px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.other-name > div {
  color: #FF5C26;
  word-break: break-all;
  word-wrap: break-word;
}
.sidebar-nav {
  top: 70px;
  width: 240px;
}
.nav > li > a {
  display: inline-block;
  color: inherit !important;
}
.nav > li > a:hover {
//  background: rgba(0,0,255,0);
  background-color: #fff;
  cursor: pointer;
}
.nav > li > a:visited {
  background-color: #fff;
  cursor: pointer;
}
.nav > li > a > span {
  color: #000;
}

.site-common .nav > li > a {
   border-top: 1px solid #ccc
   border-left: 1px solid #ccc
   border-right: 1px solid #ccc
}

.site-common .nav > li > a:hover {
  background: rgba(0,0,255,0);
  cursor: pointer;
  color: #337ab7;
  border-bottom: 1px solid #0075C1;
}
.site-common .nav > li.active > a:hover {
  background: #0075C1;
  color: #fff;
}
.site-common  .nav > li.active > a {
  background: #0075C1 !important;
  color: #fff !important;
}

.nav-tabs {
  border-bottom: 1px solid #0075C1;
}
.nav-tabs > li {
  margin-right: 8px;

}
.nav-tabs > li.active > a {
  background: #0075C1 !important;
  color: #fff !important;
}
.nav-tabs > li > a {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-radius: 4px 4px 0 0;
  width: 160px;
  text-align: center;
}

.link-select .nav > li > a {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.link-select .nav > li > a:hover {
  background: rgba(0,0,255,0);
  cursor: pointer;
  color: #337ab7;
  border-bottom: 1px solid #0075C1;
}
.link-select .nav > li.active > a:hover {
  background: #0075C1;
  color: #fff;
}
.link-select  .nav > li.active > a {
  background: #0075C1 !important;
  color: #fff !important;
}
.link-select .nav-tabs {
    border-bottom: 1px solid #0075C1;
}



.panel {
  background-color: inherit;
  margin: inherit;
  border: inherit;
  border-radius: inherit;
  box-shadow: inherit;
}
.list-group-item {
  border-width:  inherit;
  border-radius: inherit;
  z-index: 0;
  color: inherit;
  background-color: inherit;
  border-color: inherit;
  padding: 0px 15px;
  border: inherit;
}
#wrapper.toggled {
    padding-left: 240px;
}
#header-target-view {
  margin: 0px;
  padding: 0px;
  color: #333;
  font-size: 14px;
  display: block;
  text-align: right;
}
#header-target-select {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  display: none;
}

.header-nav {
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.navbar-inverse .navbar-brand {
//  color: rgba(0,0,0,.6);
  color: #333;
}
#sidebar-wrapper {
  background: #00446C;
  width: 240px !important;
  left: 240px;
  margin-left: -240px;
  position: fixed;
  overflow-x: hidden;
}
.sidebar-nav li a:hover {
  text-decoration: none;
//  color: #fff;
//  color: #333;
  color: #fff;
  background: #20a8d8;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  background-color: transparent;
//  color: rgba(0,0,0,.6);
  color: #333;
}

.sidebar-nav li {
    text-indent: 0px;
    line-height: 0px;
}
.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.sidebar-nav li a {
//  color: #747474;
//  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: 100%;
  padding: 10px;
}
.sidebar-nav li a span{
  padding: 12px 0px 0px 5px;
}

/** 画像選択ボタン配置col設定 **/
.imgselect-col {
  padding-left: 0px;
}


/** ページ全体修正 **/
#page-content-wrapper {
//  width: 1100px;
  padding: 0px;
//  margin-left: 30px;
//  margin-right: 30px;
//  padding-top: 20px;
}

.page-main-header {
  background: #fff;
  padding: 15px 30px;
  height: 70px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  min-width: 1200px;
}
.page-main-header span {
  font-size: 12px;
}
.top-main-wrapper {
  padding: 20px 30px 0px;
  width: 1160px;
}
.tree-main-wrapper {
  padding: 20px 0px;
  width: 1100px;
  margin: 0px 30px;
}
.edit-main-wrapper {
  padding: 20px 0px;
  width: 1100px;
  margin: 0px 30px;
}
.edit-main-wrapper .form-horizontal {
  padding: 20px;
}
.page-main-wrapper {
  background: #fff;
//  padding: 20px;
//  margin-left: 30px;
  margin-top: 20px;
//  margin-right: 30px;
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #ccc;
  margin: 20px 30px;
  width: 1100px;
}
.page-btn-wrapper {
  margin: 40px 30px;
  width: 1100px;
}
.page-btn-wrapper .btn {
  margin: 0px 10px;
  padding: 8px 0px;
  width: 200px;
}
.file-btn-wrapper {
  margin: 40px 30px;
}
.file-btn-wrapper .btn {
  margin: 0px 10px;
  padding: 8px 0px;
  width: 200px;
}
.file-main-wrapper {
  background: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #ccc;
}
.tree-lv0 {
  background-color: rgb(228, 229, 230);
}

/* アイコン指定用 */
.fa-main {
  line-height: 1;
  margin: -2px 0 0 -5px;
}

.fa-sub {
  background-color: rgb(0, 117, 193); 
  width: auto; 
  line-height: 1; 
  margin: 6px 0 0 7px;
  font-size: 14px;
}

.btn.select-layout {
    background: green none repeat scroll 0 0;
    color: #fff;
    padding: 5px 20px;
}
/* インフォメーション NEWアイコン用 */
span.new  {
    top: -5px;
    left: 4px;
}
.new p {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    background: #FF5C26;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
}
/* ユーザー検索ページ ボタン調整 */
.userListRow button {
    width: 70px;
    height: 30px;
    position: relative;
    left: -20px;
}



