#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 5px 15px;
}

/* Nav Messages */
.messages-dropdown .dropdown-menu .message-preview .avatar,
.messages-dropdown .dropdown-menu .message-preview .name,
.messages-dropdown .dropdown-menu .message-preview .message,
.messages-dropdown .dropdown-menu .message-preview .time {
    display: block;
}

.messages-dropdown .dropdown-menu .message-preview .avatar {
    float: left;
    margin-right: 15px;
}

.messages-dropdown .dropdown-menu .message-preview .name {
    font-weight: bold;
}

.messages-dropdown .dropdown-menu .message-preview .message {
    font-size: 12px;
}

.messages-dropdown .dropdown-menu .message-preview .time {
    font-size: 12px;
}


/* Nav Announcements */

.announcement-heading {
    font-size: 30px;
    margin: 0;
}

.announcement-text {
    margin: 0;
}

/* Table Headers */

table.tablesorter thead {
    cursor: pointer;
}

table.tablesorter thead tr th:hover {
    background-color: #f5f5f5;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Edit Below to Customize Widths > 768px */
@media (min-width:768px) {

    body{
        margin: 0px auto;
    }

    /* Wrappers */

    #wrapper {
        padding-left: 225px;
    }

    #page-wrapper {
        padding: 10px 25px;
        max-width:960px;
        margin: 0px auto;
    }

    /* Side Nav */

    .side-nav {
        margin-left: -225px;
        left: 225px;
        width: 225px;
        position: fixed;
        top: 50px;
        height: 100%;
        border-radius: 0;
        border: none;
        background-color: #222222;
        overflow-y: auto;
    }

    /* Bootstrap Default Overrides - Customized Dropdowns for the Side Nav */

    .side-nav>li.dropdown>ul.dropdown-menu {
        position: relative;
        min-width: 225px;
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        background-color: transparent;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .side-nav>li.dropdown>ul.dropdown-menu>li>a {
        color: #999999;
        padding: 15px 15px 15px 25px;
    }


    .side-nav>li.dropdown>ul.dropdown-menu>li>a:hover,
    .side-nav>li.dropdown>ul.dropdown-menu>li>a.active,
    .side-nav>li.dropdown>ul.dropdown-menu>li>a:focus {
        color: #fff;
        background-color: #080808;
    }

    .side-nav>li>a {
        width: 225px;
    }

    .navbar-inverse .navbar-nav>li>a:hover,
    .navbar-inverse .navbar-nav>li>a:focus {
        background-color: #080808;
    }

    /* Nav Messages */

    .messages-dropdown .dropdown-menu {
        min-width: 300px;
    }

    .messages-dropdown .dropdown-menu li a {
        white-space: normal;
    }
}

@media (max-width:768px) {
    table, tbody, tr, th, td {
        display: block;
    }
    .card-group {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .col-xs-4 {
        width: 10%;
    }
}

@media print {
    /* URL出力抑止 */
    a[href]:after {
        content: ""!important;
    }
    abbr[title]:after {
        content: ""!important;
    }
    /* レイアウト補正 */
    body {
        margin-top: 0px;
        width: 1280px;
    }
    #wrapper {
        padding-left: 0px;
    }
    [class*="col-lg-"] {
        float: left;
    }
}

/* レイアウト修正 */
/* Edit Below to Customize Widths > 768px */
@media (min-width:768px) {
    /* Side Nav */
    .side-nav>li>a { padding: 10px 10px 10px 10px;}
    .side-nav>li.dropdown>ul.dropdown-menu>li>a { padding: 5px 5px 5px 32px;}
}

/* テーブル選択時カラーを濃く */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #e1e1e1;
}

.nav .caret,
.nav a:hover .caret
{
    border-top-color: #333;
    border-bottom-color: #333;
}

.nav a,
.side-nav>li.dropdown>ul.dropdown-menu>li>a
{
    color: #333;
}

/* サイドメニューラベル */
.menu-site-label {
    background-color: #5cb85c  !important;
    color: #fff !important;
    font-weight: bold !important;
}
.menu-shop-label {
    background-color: #009A57 !important;
    color: #fff !important;
    font-weight: bold !important;
}

/* インラインのcheckboxの2段目をそろえる */
/* 上書き */
.checkbox-inline + .checkbox-inline {
    margin-left: 0px;
    margin-right: 10px;
}

/* 追加 */
.checkbox-inline:first-child {
    margin-right: 10px;
}

/* list-inlineの頭ずれ補正 */

.list-inline>li {
    padding-left: 0px;
}

/* コントロールを密着 */
.pl-ziro {
    padding-left: 0px;
}


/* 行を密着 */
.hiddenRow {
    padding: 0 !important;
}

/* 左端レイアウト補正 */
/*
.help-block {
    display: inline-block;
}
*/

.graph-area {
    width: 100%;
    text-align: center;
}

/* ローディングアイコン */
.loader{
    height: 100%;
    text-align: center;
    vertical-align:middle;
    width: 100%;
}

.loader i{
    font-size: 300%;
}

.loader p{
    font-size:70%;
}

/* サブメニュー変更(メニューと同じ見た目） */
.dropdown-menu > .active > a {
    text-decoration: none;
    outline: 0;
    background-color: #f8f8f8;
    color: #333;
    font-weight:bold
}

.navbar,
.navbar-nav {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-nav>.active>a,
.navbar-nav>.active>a:hover,
.navbar-nav>.active>a:focus {
    background-color: #e7e7e7;
}

.navbar-nav>li {
    border-top: 1px solid #e7e7e7;
}

.navbar-nav>li.active>a {
    font-weight:bold
}

.navbar-nav>li.dropdown>ul.dropdown-menu>li>a:hover,
.navbar-nav>li.dropdown>ul.dropdown-menu>li>a.active,
.navbar-nav>li.dropdown>ul.dropdown-menu>li>a:focus {
    color: #999999;
    background-color: #e7e7e7;
}

.nav-tabs>li.active>a {
    background-color: #eee;
}

.nav-tabs>li>a {
    border-color: #eee;
}


.navbar-toggle .icon-bar {
    background-color: #428bca;
}

.fuelux .wizard ul li.active {
    font-weight: bold;
    font-size: 150%;
}

.popover {max-width: 1000px;}

.gmoPgLogo {
    height:50px;
    padding-left:10px;
}

i {
    padding-right: 3px;
}

/* Bootstrapのクラスに定義上書き */
body {
    color: #333;
    font-family:  メイリオ,"ＭＳ Ｐゴシック";
    font-size: 14px;
    line-height: 1.42857;
}

label {
    font-weight: normal !important;
    font-size: 14px;
}

.form-control {
    box-shadow: none;
}

.form-group {
    margin-bottom: 8px;
}
.k-textbox > input, .k-autocomplete .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-dropdown-wrap .k-input, .k-selectbox .k-input {
    /*height: 23px !important;*/
    line-height: normal;
}

.k-autocomplete.k-state-default .k-input, .k-combobox .k-state-default .k-input, .k-picker-wrap.k-state-default .k-input, .k-numeric-wrap.k-state-default .k-input, .k-multiselect-wrap, .k-slider-track, .k-slider-selection, .k-progress-status-wrap {
    box-shadow: none;
}

/*
thead > tr > th {
    font-weight: normal !important;
}

.list-inline {
    margin-left: 0px;
}
*/

.panel-body {
    padding: 0px;
}
.panel {
    box-shadow: none;
    border: none;
    background-color: transparent;
}
.panel-group {
    margin-bottom: 0px;
}

.help-block {
    margin-bottom: 6px;
    white-space: pre-wrap;
}

/* 検索フォーム */
.form-label {
    width:120px;
    text-align:right;
    padding-right: 20px;
}

.form-label_2 {
    width:100px;
    padding-left:20px;
}

.form-text {
    width:180px;
}

.form-group > label_checkbox {
    width:0px;
    padding-right: 0px;
}

/* グリッド */
table th, table td {
    word-break: break-all;
    /*font-weight: normal !important;*/
}

.navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
}

.form-inline .form-group {
    vertical-align: top;
}

h3 {
    margin-bottom:20px;
    padding: 0.25em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #0FA1D7;
}
h4 {
    position: relative;
    padding-left: 25px;
}

.detail-table {
}

.detail-table th{
    background-color: #efefef;
    font-weight: normal;
}
.detail-table th, .detail-table td {
    padding: 12px 20px !important;
}


.detail-format-table {
}

.detail-format-table th{
    background-color: #efefef;
    font-weight: normal;
}
.detail-format-table th, .detail-format-table td {
    padding: 7px 10px
}

.search-table td, .search-table th {
    padding: 12px 7px !important;
    font-size: 12px;
}

.example_text {
    text-align: left;
    color:#999999;
}

.container{
    width: auto;
    margin-bottom: 50px;
}
.progressbar {
    display: flex;
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    z-index: 0;
    counter-reset: step;
    position: relative;
}
.progressbar li {
    list-style-type: none;
    width: 33%;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: none;
    color: #aaa;
    padding-bottom: 15px;
}
.progressbar 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;
}
/*モジュール切り離し後、汎用版に対して適用する*/
/*.progressbar li:before {
    width: 30px;
    height: 30px;
    content: '';
    line-height: 30px;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #eee;
}*/
.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #eee;
    top: 15px;
    left: -50%;
    z-index: -1;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active{
    color: #0096CF;
}
.progressbar li.active:before {
    background-color: #0096CF;
    color:#fff;
}
.progressbar li.active + li:after {
    background-color: #0096CF;
}
.progressbar li.active-end{
    color: #0096CF;
}
.progressbar li.active-end:before {
    background-color: #0096CF;
    color:#fff;
}
.expireFrm{
    width: auto;
    display: inline;
}
.btnArea {
    margin-top:60px;
    margin-bottom: 0px;
    padding-bottom: 60px;
    text-align: center;
}
.btnArea a {
    text-decoration: none;
}
.btn{
    font-size: 18px;
    height:50px;
    font-weight:700;
}
.colLeft, .colRight {
    width: 50%;
    height: auto;
    float: left;
    overflow: visible;
    text-align: center;
}
.h4{
    margin-top: 40px;
    margin-bottom:20px;
    font-weight:700;
    font-size:20px;
    display: inline-block;
    margin: 0px;
    padding: 8px !important;
}
.h4 img {
    margin: 0 8px 3px 0;
}
header{
    background: #0096CF;
}
.header{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
header h1{
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 150%;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 0px;
}
.btn-next{
    background-color: #1896ee;
    color: #fff;
}
.btn-next:hover{
    background-color: #46aafa;
    color: #fff;
}
.btn-back{
    background-color: #595757;
    color: #fff;
}
.btn-back:hover{
    background-color: #999696;
    color: #fff;
}
.msgbox{
    border: 2px solid #0080C0;
    background-color: #E8F3FF;
    font-weight: bold;
    margin: 20px 0px 40px 0px;
    padding: 20px 0px 10px 40px;
}
.msgbox p {
    color: #006393;
    font-size: 16px;
    margin-top: 10px 0px;
    display:inline-block;
}
.msgbox img{
    vertical-align: top;
    padding-top: 10px;
    padding-right: 20px;
}
.msgbox-general{
    border: 2px solid #0080C0;
    background-color: #E8F3FF;
    font-weight: bold;
    margin: 20px 0px 40px 0px;
    padding: 20px 0px 10px 40px;
}
.msgbox-general p {
    color: #006393;
    font-size: 16px;
    margin-top: 10px 0px;
    display:inline-block;
}
.msgbox-general img{
    vertical-align: top;
    padding-right: 20px;
}
.form-inline p{
    margin: 10px 0px;
}
.lnk-inline{
    display: inline-block;
    margin-top:15px;
    padding-left:10px;
}
.form-control.has-error {
    border-color: #a94442;
}
span.required {
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    color: #ff0000;
    margin-left: 5px;
}
.help-block > ul {
    list-style: none;
    padding-left: 0px;
}
.error-message {
    color: #a94442;
    white-space: pre-wrap;
}
.wrap {
    white-space: pre-wrap   ;
}

.btn-blue {
  background-color: #1896ee;
  color: #fff;
  font-size: 12px;
  height:30px;
  font-weight:600;
}
.btn-blue:hover {
  background-color: #46aafa;
  color: #fff;
  font-size: 12px;
  height:30px;
  font-weight:600;
}
/*汎用版*/
.hidden-error {
  display: none;
}
.hidden-error.error {
  display: block;
}
/*ヘッダーのページタイトルについてレスポンシブ対応*/
@media (max-width: 470px){
    #shopName::after {
        content:'\A'; /*改行コード*/
        white-space: pre;
    }
    .header-web h1{
        line-height:40px;
    }
}