@charset "utf-8";

/*  *** admin/css/common.css ***  */
/*  本アプリケーションメインCSS*/


/*【管理画面 全体】*/
/*   --サイドメニュー色 */
/*【管理画面トップ】*/
/*   --トップへ戻るボタン */
/*   --進捗履歴パネル */
/*【詳細画面】*/
/*【編集画面】*/
/*   --ユーザー新規作成画面 */
/*【カテゴリー一覧】*/
/*【ショップタグ画面】*/
/*【おすすめ登録画面】*/
/*【特集ページ登録画面】*/
/*【トップページレイアウト画面】*/
/*【機能制限 編集画面】*/
/*【ページ編集画面】*/
/*【デザイン編集画面】*/
/*【求人情報編集画面】*/
/*【固定文字列編集画面】*/
/*【HTML自由編集ブロック設定画面】*/
/*【ジャンル別ランキング設定画面】*/
/*【モーダル内】*/
/*【CSVインポート画面用】*/
/*【開発者機能用】*/
/*【ログイン画面用】*/
/*【エラー画面用】*/

h1, .h1 {
    font-size: 28px;
}
h1>.ownerSiteName{
    margin-left: 20px;
    font-weight: normal;
    font-size: 24px;
    color: #666;
}
.panel-ticyellow {
    border-color: #fcc100;
}
.panel-ticyellow .panel-heading {
    border-color: #fcc100;
    color: #333;
    background-color: #fcc100;
}
.btn-ticyellow {
  color: #333;
  background-color: #fcc100;
  border-color: #fcc100;
}
.btn-ticyellow:hover{
    color:#fff;
    background-color: #fcd100;
    border-color: #fcd100;
}
/*【管理画面 全体】*/
/*--------------------------------------------------*/
#page-wrapper{
    padding-bottom: 60px;
}
/*サイドメニュー色*/
body{
    background-color: #fcc100;
}
body#loginPage, body#siteLoginPage{
    background-color: #f8f8f8;
}
.navbar-default.sidebar {
    background-color: #fcc100;
    border-color: #fcc100;
    color: #000;
}
.sidebar ul li {
    border-bottom: 1px solid #fcc100;
}
.sidebar ul li a.active {
    background-color: #e9bc00;
}
.sidebar .nav>li>a:hover,
.sidebar .nav>li>a:focus {
    background-color: #e9bc00;
}
.navbar-default a{
    color:#000;
}

.navbar-brand{
    /*padding: 5px 15px;*/
}
a.navbar-brand {
    color: #fff !important;
    /*width:250px;*/
    width:200px;
}
.navbar-brand.navbar-btnBox{
    width:50px;
}
.btn-black01{
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    background-color: inherit;
}
.btn-black01:hover, .btn-black01:focus {
  color: #aaa;
  text-decoration: none;
}
nav.navbar.navbar-default.navbar-static-top {
    background-color: #333;
    color: #fff;
    border-color: #333;
}
.sidebar .nav-second-level >li>a{
    padding-left:45px;
}

li.adminLabel{
    display: none;
}
.userAuthType-admin .adminLabel,
.userAuthType-site .adminLabel.shopOwner{
    display: block;
    padding: 10px 5px 0;
    text-align:center;
    /*background-color:#2a71bc;
    color:#fff;*/
    font-family:'Open Sans', sans-serif;
    font-weight:bold;
}
.userAuthType-admin .adminLabel p,
.userAuthType-site .adminLabel.shopOwner p{
    display: block;
    border: 1px solid #333;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 10px;
    margin: 0;
    letter-spacing: 1px;
}
.userAuthType-admin .siteOwnerMenu > a > .fa-fw{
    /*border-left: #666 5px solid;*/
    /*color: darkgoldenrod;*/
    color: darkolivegreen;
    /*color: #3a617c;*/
}
.userAuthType-admin .shopOwnerMenu > a > .fa-fw{
    /*border-left: #666 5px solid;*/
    color: darkgoldenrod;

}
.userAuthType-admin .siteOwnerMenu .nav-second-level > li > a{
    /*border-left: #428bca 5px solid;*/
}

.untouchedMenu a,
._untouchedMenu a{
    color:#aa9900;
    cursor: not-allowed;
}
.undevelopedMenu a{
    color:#aa9900;
    cursor: not-allowed;
}

.breadcrumb{
    margin-top: 20px;
    margin-bottom: -10px;
}

.errorMessage{
    margin: 10px 5px 0px;
}

.dlBtnBox{
    margin:20px 0 60px;
}

.panel-body > h4{
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    color: #444;
    margin-bottom: 20px;
}
.spoofMessage {
    height: 50px;
    padding: 18px 0 0;
}
.spoofMessage span{
    background-color: #555;
    padding: 3px 10px;
    border-radius: 2px;
}
.alert-condensed{
    padding: 5px 15px;
    margin-bottom: 0px;
}
.operationBtnBox{
    margin: 0 0 5px;
}
.operationBtnBox-last{
    margin: 0;
}
.modifiedDate{
    margin: 0;
}
span.titleAddBlock {
    margin-left: 30px;
}
span.titleAddBlock span.message {
    font-size: 12px;
}
.narrowColumn{
    width:50px !important;
}

ul.tipsList {
    margin:0;
    list-style: square;
    padding-left: 2rem;
}
ul.tipsList li {
    line-height: 1.8;
}

/*トップへ戻るボタン*/
#goPageTop{
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: -200px;
  right: 10px;
  width: 80px;
  padding: 20px 10px;
  color: #999;
  opacity: 0.7;
  text-align: center;
  text-decoration: none;
  transition: .5s;
  font-size: 84px;
  cursor: pointer;
}
#goPageTop:hover{
  opacity: 0.8;
}

/*【管理画面トップ】*/
/*--------------------------------------------------*/
.topShortcutBtnList{
    margin-bottom:30px;
}
.topShortcutBtnList>div{
    margin-bottom: 10px;
}
.topShortcutBtnList .huge{
    text-align: right;
    font-size: 32px;
    margin: 0;
}
.topShortcutBtnList .menuName{
    font-size: 14px;
    text-align: right;
    margin: 0;
}
.table.statusListTable{
    margin-bottom: 50px;
}
.table.statusListTable > tbody > tr > th{
    width:30%;
    border-top:none;
    border-bottom: #ddd 1px dotted;
    padding-bottom: 4px;
    color: #666;
    font-weight: normal;
}
.table.statusListTable > tbody > tr > td{
    border-top:none;
    border-bottom: #ddd 1px dotted;
    padding-bottom: 4px;
}
.miniLinkBoxRight{
    text-align: right;
    margin:-40px 0 40px;
}
.label-skeleton{
    font-weight: normal;
    color: #01579B;
    border-bottom: dotted 1px #015798;
    margin-right: 10px;
}
.label-flat{
    font-weight: normal;
    color: #666;
    border-bottom: solid 1px #999;
    margin-right: 10px;;;
}

/*進捗履歴パネル*/
.developementPanel {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
    .developementPanel .panel-body{
        max-height: 400px;
        overflow: scroll;
    }
    .developementPanel dl{
        margin: 0 10px 5px;
        font-size: 85%;
    }
    .developementPanel dl dt {
        width:100px;
        float: left;
        clear:both;
    }
    .developementPanel dl dd {
        float; left;
        /*margin:0 0 5px 100px;*/
        margin:0 0 10px 20px;/* 日付削除のため変更 2019-01-31 */
        display: list-item;
        list-style: square;
        line-height: 1.5;
    }
    .developementPanel dl dd strong:first-child {
        font-size:14px;
        line-height: 1.8;
    }
.developementSiteOwnerPanel{
    color: #31708f;
    background-color: #d9edf7;
}

/*システム管理者からのお知らせパネル*/

/*【詳細画面】*/
/*--------------------------------------------------*/
.categoryListWrapper{
    font-size: 90%;
    color: #666;
}
.categoryList{
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;

}
.categoryList li{
    display:inline-block;
    margin:0 5px 0 0px;
    line-height: 2;
}
.categoryList li:not(:last-child):after{
    content: " > ";
    padding-left: 5px
}
/*【編集画面】*/
/*--------------------------------------------------*/
h2.pageSubTitle {
    background-color: #eee;
    padding: 15px 10px 15px;
    font-size: 22px;
    margin: 0 0 20px;
    color: #444;
    position: relative;
}
.pageSubTitle span {
    font-size: 85%;
    padding: 0 10px;
    font-weight: normal;
}
h3.tableTitle {
    /* background-color: #fcc100; */
    padding: 10px 5px 5px;
    font-size: 18px;
    margin: 0 0 10px;
    border-bottom: 1px dotted #ddd;
    position: relative;
}
h3.tableTitle .btn{
    position: absolute;
    right: -5px;
    top:0;
}
h3.tableTitle span{
    font-size: 12px;
    margin-left: 30px;

}
.editTable, .detailTable{
    margin-bottom: 50px;
}

.editTable .radio-inline{
    padding-left: 30px;
    padding-right: 30px;
}

.mainDataTable th,
.editTable th,
.detailTable th{
    width:20%;
}

span.inputExample,
span.inputDefault {
    display: block;
    font-size: 80%;
    margin: 5px 0 0;
}
span.inputExample:before {
    content: "(入力例) ";
    padding-right: 5px;
}
span.inputDefault:before {
    content: "(デフォルト値) ";
    padding-right: 5px;
}
th p.tips,
td p.tips {
    margin: 10px 0 0;
    font-weight: normal;
    font-size: 12px;
    color: gray;
}
.tipsQuestion{
    cursor: pointer;
    font-size: 16px !important;
    padding-left: 5px;
    color: #666;
}
.operationBtnColumn{
    width:80px;
}
.detailTable td > dl{
    margin: 0;
}
.detailTable td > dl dt{
    width:200px;
    float:left;
    margin: 0px 0 0px;
    padding:0 0 2px;
    font-weight:normal;
    color:#555;
}
.detailTable td > dl dd{
    margin: 5px 0;
    border-bottom:1px dotted #ddd;
    padding:0 0 5px;
}
.latlongBtnBox{
    margin:30px 0 0;

}
.mapBoxWrapper{
    margin: 10px 0;
}
#latlongMapBox-error{

}
/*.editTable th{
    background-color: #404040;
    color:#fff;
    font-weight: normal;
    border: 1px solid #555;
}
.editTable.table-bordered>tbody>tr>th{
    border: 1px solid #555;
}
.editTable.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #444;
    border: 1px solid #555;
}
.editTable.table-hover>tbody>tr:hover>th{
    background-color: #666;
}*/


/*ユーザー新規作成画面*/
.loginId-head-siteId{
    text-align: right;
    margin: 5px -20px 5px 0;
    font-size: 16px;
}
.categorySelecterBox{
    margin-bottom: 10px;
}
#NonLowerLayerAlertBox{
    margin-bottom: 5px;
}
/*【カテゴリー一覧】*/
/*--------------------------------------------------*/
.categoryListBlock{
    overflow: auto;
}
.categoryListBlock ul{
    list-style: none;
    clear: both;
    padding-left: 0;
}
.categoryListBlock ul li{
    float: left;
}
.categoryListBlock .listItemName{
    width:200px;
    display:block;
    padding:10px 0 0;
}
.listItemName .fa{
    cursor: pointer;
}
.listWrapper{
    /*float:left;*/
}
.layer-1{
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    width: 1000px;
    margin: 0 auto;
}
.layer-2:not(:last-child),
.layer-3:not(:last-child),
.layer-4:not(:last-child),
.layer-5:not(:last-child){
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    /*padding: 10px;*/
}
.emptyCategory{
    font-size: 20px;
    text-align:center;
}
.categoryEditBtnBox{
    padding:20px;
}
.categoryDeleteBtnBox span{
    font-size:12px;
}
#notDeleteText{
    font-size:12px;
    text-align: right;
}

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 80px; }
.dd-collapsed .dd-list { display: none; }

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0; padding: 0; min-height: 20px; font-size: 13px; line-height: 20px;
}

.dd-handle { display: block; height: 30px; margin: 5px 0; padding: 5px 10px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:         linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
            border-radius: 3px;
    box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd-handle:hover { color: #2ea8e5; background: #fff; }

.dd-item > button { display: block; position: relative; cursor: pointer; float: left; width: 25px; height: 20px; margin: 5px 0; padding: 0; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 0; background: transparent; font-size: 12px; line-height: 1; text-align: center; font-weight: bold; }
.dd-item > button:before { content: '+'; display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; }
.dd-item > button[data-action="collapse"]:before { content: '-'; }

.dd-placeholder,
.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #f2fbff; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
.dd-empty { border: 1px dashed #bbb; min-height: 100px; background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                      -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                         -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:         linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                              linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel { position: absolute; pointer-events: none; z-index: 9999; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
            box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}


.dd3-content { display: block; height: 30px; margin: 5px 0; padding: 5px 10px 5px 40px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:         linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
            border-radius: 3px;
    box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd3-content:hover { color: #2ea8e5; background: #fff; }

.dd-dragel > .dd3-item > .dd3-content { margin: 0; }

.dd3-item > button { margin-left: 30px; }

.dd3-handle { position: absolute; margin: 0; left: 0; top: 0; cursor: pointer; width: 30px; text-indent: 100%; white-space: nowrap; overflow: hidden;
    border: 1px solid #aaa;
    background: #ddd;
    background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
    background:    -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
    background:         linear-gradient(top, #ddd 0%, #bbb 100%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.dd3-handle:before { content: '≡'; display: block; position: absolute; left: 0; top: 3px; width: 100%; text-align: center; text-indent: 0; color: #fff; font-size: 20px; font-weight: normal; }
.dd3-handle:hover { background: #ddd; }


/*【ショップタグ画面】*/
/*--------------------------------------------------*/
.emptyShoptagMaster{
    text-align: center;
}
.shoptagList{
    padding: 0;
    list-style: none;
}
.shoptagList li{
    display: inline-block;
    float:left;
    padding: 3px 5px;
    border:1px #999 solid;
    margin: 0 10px 20px 0;
    border-radius: 3px;
    cursor: move;
}
.shoptagList li .fa{
    padding-left: 10px;
    cursor:pointer;
}
.shoptagListWrapper .ui-state-highlight {
    height: 2.5rem;
    line-height: 1.5rem;
    padding: 3px 5px;
    background-color: #eee;
    margin: 0 10px 20px 0;
    border-radius: 3px;
    width:120px;
}

/*【おすすめ登録画面】*/
/*--------------------------------------------------*/
#contentsSelectSortable,
#shopSelectSortable,
#custommenuSelectSortable {
    list-style-type: none;
    margin: 0;
    padding: 30px 20px 20px;
    border: solid 1px #B0BEC5;
    border-radius: 5px;
    background: #f9f9fe;
}
#contentsSelectSortable li,
#shopSelectSortable li,
#custommenuSelectSortable li {
    margin: 0 5px 5px 0;
    padding: 15px 20px;
    font-size: 1.4rem;
    height: 2rem;
    cursor: move;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}
#contentsSelectSortable li.ui-state-default:nth-child(n + 1):not(:nth-child(n + 5)){
    background: #B3E5FC;
    border-color: #80D8FF;
}
#shopSelectSortable li.ui-state-default:nth-child(n + 1):not(:nth-child(n + 6)){
    background: #B3E5FC;
    border-color: #80D8FF;
}
#custommenuSelectSortable li.ui-state-default {
    background: #B3E5FC;
    border-color: #80D8FF;
    width: 48%;
    float: left;
}

html>body #contentsSelectSortable li ,
html>body #shopSelectSortable li,
html>body #custommenuSelectSortable li {
    height: 4.5rem;
    line-height: 1.2rem;
}
#contentsSelectSortable .ui-state-highlight,
#shopSelectSortable .ui-state-highlight,
#custommenuSelectSortable .ui-state-highlight  { height: 1.5em; line-height: 1.2em; }
.sortableField{
    margin-bottom: 30px;
}
#contentsSelectSortable li .fa,
#shopSelectSortable li .fa,
#custommenuSelectSortable li .fa {
    position: absolute;
    cursor:pointer;
    top:13px;
    right:13px;
    font-size:1.6rem;
}
#custommenuSelectSortable li .editBtn {
    position: absolute;
    cursor:pointer;
    top:13px;
    right:30px;
    line-height: 15px;
}
#cancelBtn{
    margin-right: 10px;
}
.page-recommendedit .toolbarField {
    padding: 0;
    border: #ddd 2px solid;
    background-color: #fcfcfc;
}
.page-recommendedit .toolbarField_header {
    background: #ddd;
    padding: 5px;
}
.page-recommendedit .toolbarField_content {
  padding: 20px;
}
.page-recommendedit .toolbarField_header .partName{
    margin:0;
    color:#666;
}

/*【特集ページ登録画面】*/
/*--------------------------------------------------*/
#custommenuSelectSortable .ui-state-highlight {
    /*height: 1.5em; line-height: 1.2em; */
    width:46%;
}

/*【特集ページ登録画面】*/
/*--------------------------------------------------*/
ul.pageSortable {
    list-style-type: none;
    padding: 30px 20px 20px;
    border: solid 1px #BBDEFB;
    border-radius: 0 3px 3px 3px;
    min-height: 80px;
    margin-top: -1px;
}
ul.pageSortable li {
    margin: 0 5px 5px 0;
    padding: 15px 20px;
    font-size: 1.4rem;
    height: 5rem;
    cursor: move;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: solid 1px #ddd;
    position: relative;
    background: #ECEFF1;
}
ul.pageSortable li .label{
    font-weight: normal;
}
h4.areaName{
    margin: 0;
    font-size: 14px;
    display: inline-block;
    padding: 10px 20px 10px;
    line-height: inherit;
    border-radius: 3px 3px 0 0;
}
.featurepage_sortable h4.areaName{
    border-top: solid 1px #BBDEFB;
    border-right: solid 1px #BBDEFB;
    border-left: solid 1px #BBDEFB;
    color: #31708f;
}
.sortableOn{
    background: #E3F2FD;
}
.sortableOff{
    background: #BBDEFB;
}
/*【トップページレイアウト画面】*/
/*--------------------------------------------------*/
.page-pagelayout .column {
  width: 100%;
  padding-bottom: 9px;
  /*float: left;*/
}
.page-pagelayout .portlet {
  margin: 0 1em 1em 0;
  padding: 0.3em;
    float: left;  /*暫定追加*/
    width:100%;   /*暫定追加*/
}
.page-shopblock .portlet {
  margin: 0 1em 1em 0;
  padding: 0.3em;
}
.page-pagelayout .portlet.half_block {
    width:45%;
}
.page-shopblock .portlet-header,
.page-pagelayout .portlet-header {
  padding: 0.2em 0.3em;
  margin-bottom: 0.5em;
  position: relative;
  cursor: move;
}
.page-shopblock  .portlet-toggle,
.page-pagelayout .portlet-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
}
.page-shopblock .portlet-disable,
.page-pagelayout .portlet-disable{
    border:3px dashed #ddd;
    background:#f0f0f0;
    padding-bottom:20px;
    cursor:not-allowed;
}
.page-shopblock .portlet-disable .portlet-header,
.page-pagelayout .portlet-disable .portlet-header {
    cursor:not-allowed;
}
.page-shopblock .portlet-content
.page-pagelayout .portlet-content {
  padding: 0.4em;
}
.page-pagelayout .portlet-placeholder {
  border: 1px dotted black;
  margin: 0 1em 1em 0;
  height: 50px;
    float: left;  /*暫定追加*/
    width:100%;   /*暫定追加*/
}
.page-shopblock .portlet-placeholder {
  border: 1px dotted black;
  margin: 0 1em 1em 0;
  height: 50px;
}
.page-recommendedit .partName,
.page-shopblock .partName,
.page-pagelayout .partName{
    text-align: center;
    font-size:14px;
    margin:0 0 20px;
    /*border:1px solid #333;*/
    border-radius:5px;
    padding:5px;
}
.page-pagelayout .targetListField,
.page-pagelayout .toolListField{
    font-size: 12px;
}

.page-pagelayout .targetListField{
    border:1px solid #ddd;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 30px;
}
.page-pagelayout .toolListField{
    padding: 20px 0 10px 10px;
}

.page-pagelayout .toolbarField{
    padding: 0;
    border: #ddd 2px solid;
    background-color: #fcfcfc;
}
.page-pagelayout .toolbarField_header{
    background: #ddd;
    padding: 5px;
}
.page-pagelayout .toolbarField_header .partName{
    margin:0;
    color:#666;
}
.page-pagelayout .toolbarField_content{
    padding: 20px;
}

.page-shopblock .ui-widget-header,
.page-pagelayout .ui-widget-header{
    font-weight: normal;
    color: #fff;
    padding: 4px 8px;
    border: none;
}
.page-pagelayout .fieldHeader{
    /*background-color: #fff4f4;*/
    background-color: #fde8e7;
}
.page-pagelayout .fieldHeader .partName{
    background-color: #dd5b54;
    color: #fff;
}
.page-pagelayout .columnHeader .ui-widget-header{
    /*background: #ce514b;*/
    background: #ea665f;
}
.page-pagelayout .fieldMain{
    background-color: #e7f4fd;
}
.page-pagelayout .fieldMain .partName{
    background-color: #54a9dd;
    color: #fff;
}
.page-pagelayout .columnMain .ui-widget-header{
    /*background: #448ebc;*/
    background:#3aa9ea;
}
.page-pagelayout .fieldSide{
    background-color: #e7fde8;
}
.page-pagelayout .fieldSide .partName{
    background-color: #44bc4a;
    color: #fff;
}
.page-pagelayout .columnSide .ui-widget-header{
    background: #499f4d;
    /*background: #8fbc8f;*/
}
.page-pagelayout .fieldFooter{
    /*background-color: #fde7f4;*/
    background-color: #f9eed3;
}
.page-pagelayout .fieldFooter .partName{
    background-color: #fcc100;
    color: #fff;
    /*background-color: #f56dc1;*/
}
.page-pagelayout .columnFooter .ui-widget-header{
    /*background: #dd54a9;*/
    background: #f6c146;
}

.toolbarField .nav>li>a:hover,
.toolbarField .nav>li>a:focus {
    background-color: #e7e7e7;
}
.topFixed{
    position: fixed;
    top: 10px;
    z-index: 1;
}
.maxHeightFixedBox{
    overflow-y: scroll;
}

.page-shopblock .blocksWrapper{
    font-size:12px;
}
.page-shopblock .pageBlockWrapper{
    padding: 5px;
    margin:0 0 10px 0;
    /*height: 450px;*/
}
.page-shopblock .partName{
    background: #fcc100;
    font-size: 16px;
    line-height: 24px;
}
.page-shopblock .ui-widget-header{
    background: #4CAF50;
}
.page-shopblock  .pageBlockWrapperInner{
    padding: 10px;
    border:1px dotted #ddd;
    height: 450px;
}
.page-shopblock .blockArea{
    width: 100%;
    padding: 5px 5px 9px;
    min-height: 50px;
    /*border:1px solid #eee;*/
    border-radius: 0 3px 3px 3px;
}
.page-shopblock .blockOnArea{
    margin:0 0 10px;
}
.page-shopblock .blockOnArea,
.page-shopblock .OnArea{
    background: #FFCC80;
}
.page-shopblock .blockOffArea,
.page-shopblock .OffArea{
    background: #efefef;
}
.page-shopblock h4.areaName{
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    padding: 5px 10px 0;
    line-height: inherit;
    border-radius: 3px 3px 0 0;
}

/*【機能制限 編集画面】*/
/*--------------------------------------------------*/
.restriction-table{
    font-size: 85%;
}
.restriction-table th{
    font-weight: normal;
    text-align: center;
}
.restriction-table td{
    text-align: center;
}
.restrictionEdit-table th{
    font-weight:normal;
    background: #f3f3f3;
}

.restrictionEdit-table label{
    font-weight: normal;
}

/*【ページ編集画面】*/
/*--------------------------------------------------*/
#editFrame{
    border:solid 1px #FFC100;
}

/*【デザイン編集画面】*/
/*--------------------------------------------------*/
.designColorRadioBox{
    text-align: center;
}
.designColorRadioBox .colorBox{
    width:100%;
    height:50px;
}
.designColorRadioBox label{
    font-weight:normal;
    display:block;
    width:100%;
}
/*【求人情報編集画面】*/
/*--------------------------------------------------*/
#jobcategoryList .sortablePart,
#jobareaList .sortablePart{
    cursor: move;
}
#jobcategoryList .editBtnCol,
#jobareaList .editBtnCol{
    width:100px;
}

/*【固定文字列編集画面】*/
/*--------------------------------------------------*/

@media (min-width: 992px) {
    #FormsTabContents .shortInput{
        width:60%;
    }
}
#FormsTabContents .tableTitle {
    margin-top:20px;
}
#FormsTabContents .editTable th{
    width:25%;
}
#FormsTabContents .alert{
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 90%;
}


/*【HTML自由編集ブロック設定画面】*/
/*--------------------------------------------------*/
.freeHtmlSettingTable .previewBox {
    max-height: 200px;
    max-width:600px;
    overflow: auto;
    border:1px #eee solid;
    padding:15px;
    border-radius: 10px;
}
.freeHtmlSettingTable > tbody > tr > th {
    width:200px;
}

/*【ジャンル別ランキング設定画面】*/
/*--------------------------------------------------*/
.rankingPreviewBox .pct {
    overflow: hidden;
}
/*【モーダル内】*/
/*--------------------------------------------------*/
.uploadFileSelect{
    margin-top: 20px;
    margin-bottom: 40px;
}

/*【CSVインポート画面用】*/
/*--------------------------------------------------*/
.tableOverflow{
    overflow: scroll;
    font-size: 80%;
    /*max-height: 400px;*/
}
.tableOverflow > table >thead,
.tableOverflow > table >tbody{
    display:block;
}
.tableOverflow > table >tbody{
    overflow-y:scroll;
    max-height:250px;
}
.tableOverflow > table tr th,
.tableOverflow > table tr td{
    padding: 2px 8px;
    width: 130px;
}
.tableOverflow > table tr td > .tdInner,
.tableOverflow > table tr th > .thInner{
    overflow: scroll;
    max-height: 40px;
    width: 100px;
}
.tableOverflow > table tr th > .labelBox,
.tableOverflow > table tr td > .labelBox{
    width:35px;
    text-align:center;
}
.tableOverflow > table tr td.param-dateTime,
.tableOverflow > table tr td.param-integer,
.tableOverflow > table tr th{
    text-align: center;
}

/*【開発者機能用】*/
.debugBoxHeightFix{
    height: 250px;
    overflow: auto;
}


/*【ログイン画面用】*/
/*--------------------------------------------------*/
body#loginPage{
    /*background: #1b70b9;*/
}
.login-panel > .panel-heading{
    text-align: center;
    background-color: #fff;
    border-color: #fff;
    padding: 40px 0 20px;
    font-weight: normal;
    color: #444;
}
.login-panel .panel-title{
    font-size:14px;
}
.login-panel > .panel-heading > img{
    width:100%;
}
.login-panel .forgotLink{
    margin:30px 0 0;
    padding: 15px 0 10px;
    border-top: 1px dotted #eee;
    color: #444;
    text-align: center;
    font-size: 12px;
}
.login-panel .msg{
    font-size:12px;
    line-height: 150%;
    color:#666;
}
.login-panel .lead_text{
    font-size:14px;
    color:#444;
    text-align:center;
    border-bottom:1px dotted #999;
    padding-bottom:10px;
    margin-bottom:20px;
}
#passwordReset .login-panel .panel-heading .panel-title{
    background: #444;
    color:#fff;
    font-size:16px;
    line-height:200%;
    margin:-20px 15px;
    padding:3px;
    border-radius:3px;

}

/*【エラー画面用】*/
/*--------------------------------------------------*/
.jumbotron .subLead{
    font-size: 14px;
}
.jumbotron .btnBox{
    margin-top:60px;
}




/*ソートテーブル用*/
/*--------------------------------------------------*/
.sortableTable th:not(:first-child),
.sortableTable td:not(:first-child) {
    min-width: 120px;
/*  padding: 10px 20px;*/
}
.table.sortableTable > thead > tr > th {
    background-color: #666;
    color: #fff;
}
.table.sortableTable > thead > tr > th.active {
    background-color: #999;
}
.sortableTable th.active .arrow {
  opacity: 1;
}

.sortableTable .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 5px;
  opacity: 0.66;
  cursor: pointer;
}

.sortableTable .arrow.asc {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #fff;
}

.sortableTable .arrow.dsc {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
}