/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017/07/11, 21:56:31
    Author     : admin
*/
body {
    background: #fff;
}
body .container.body .right_col {
    padding-bottom: 80px;
}
@media (max-width: 991px) {
    body .container.body .right_col {
        padding-bottom: 80px !important;
    }
}
body.nav-md .container.body .right_col {
    padding-bottom: 80px;
    padding-top: 125px !important;
    position: relative;
    background: #fff;
}
body.nav-sm .container.body .right_col {
    padding: 10px 20px 70px 20px;
    margin-left: 70px;
    padding-top: 125px !important;
    z-index: 2;
	background: #fff;
}
@media (max-width: 767px) {
	body.nav-sm .container.body .right_col {
/*		margin: 0;*/
	}
}

@media (max-width: 767px) {
    body.nav-md .container.body .right_col {
		padding-top: 125px !important;
    }
	body.mobile .container.body .right_col {
		padding-top: 70px !important;
	}
	.top_search {
		display: none;
	}
}
body.nav-md .container.body .col-md-3.left_col {
    padding-bottom: 80px;
    z-index: 101;
}
.wrapper_body {
	width: 80%;
	margin: 0 auto;
}
.w100 {
	width: 100%;
}
.w90 {width:90%;}
.w80 {width:80%;}
.w70 {width:70%;}
.w60 {width:60%;}
.w50 {width:50%;}
.w40 {width:40%;}
.w30 {width:30%;}
.w20 {width:20%;}
.w10 {width:10%;}

/* table */

.table_wrapp table th.sort_col {
    width: 70px;
}
.table_wrapp table th.thum_col {
    width: 100px;
}
.table_wrapp table th.operation {
}
.table_wrapp table tr td:first-child {
    border-left: 1px solid #dfdfdf;
}
.table_wrapp table tr td:last-child {
    border-right: 1px solid #dfdfdf;
}
.table_wrapp table tr:last-child td {
    border-bottom: 1px solid #dfdfdf;
}
.table_wrapp table tr td {
    vertical-align: middle;
}
.table_wrapp .table {
    background: #fff;
    border-radius: 5px;
    border-collapse: initial;
}
.table_wrapp .table thead tr th {
    padding: 8px;
}

/* table */
/* table ul */

.data_row {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

/* table */

/* original tab */
.list_tab_wrapp {
    margin-top: 15px;
    list-style: none;
    padding: 0;
	white-space: nowrap;
}
.list_tab_wrapp li {
    display: inline-block;
    border-radius: 20px;
    border: 2px solid #aacc68 ;
    min-width: 120px;
    margin: 5px;
    background: #fff;
    text-align: center;
}
.list_tab_wrapp li.active {
    background: #aacc68;
}
.list_tab_wrapp li a {
    text-decoration: none;
    color: #aacc68;
    display: block;
    padding: 6px 14px;
}
.list_tab_wrapp li:hover {
    background: #aacc68;
}
.list_tab_wrapp li:hover a {
    color: #fff;
}
.list_tab_wrapp li.active a {
    text-decoration: none;
    color: #fff;
}
.tab-content {
    margin-top: 5px;
}
.list_tab_wrapp.language_tab_wrapp li:first-child {
    margin-left: 0;
}
.list_tab_wrapp.language_tab_wrapp li {
    display: inline-block;
    border-radius: 20px;
    border: 2px solid #667aa7 ;
    min-width: 120px;
    margin: 0 5px;
    background: #fff;
    text-align: center;
}
.list_tab_wrapp.language_tab_wrapp li.active {
    background: #667aa7;
}
.list_tab_wrapp.language_tab_wrapp li a {
    text-decoration: none;
    color: #667aa7;
    display: block;
    padding: 6px 14px;
}
.list_tab_wrapp.language_tab_wrapp li:hover {
    background: #667aa7;
}
.list_tab_wrapp.language_tab_wrapp li:hover a {
    color: #fff;
}
.list_tab_wrapp.language_tab_wrapp li.active a {
    text-decoration: none;
    color: #fff;
}
/* original tab */


/* link btn */
.sort_btn {
    border: 2px solid #667aa7;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 5px;
    display: inline-block;
    /* line-height: 24px; */
    text-align: center;
    cursor: pointer;
}
.sort_btn:hover {
    background: #667aa7;
    color: #fff;
}
.edit_btn {
    background: #fff;
    color: #F05A24;
    border: 2px solid #F05A24;
    height: 30px;
    min-width: 50px;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.edit_btn:hover {
    background: #F05A24;
    color: #fff;
    text-decoration: none;
}
.delete_btn {
    background: #fff;
    color: #d9534f;
    border: 2px solid #d9534f;
    height: 30px;
    min-width: 50px;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.delete_btn:hover {
    background: #d9534f;
    color: #fff;
    text-decoration: none;
}
.info_btn {
    background: #fff;
    color: #5bc0de;
    border: 2px solid #5bc0de;
    height: 30px;
    min-width: 50px;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.info_btn:hover {
    background: #5bc0de;
    color: #fff;
    text-decoration: none;
}
.info_btn.active {
    background: #5bc0de;
    color: #fff;
    text-decoration: none;
}
.primary_btn {
    background: #fff;
    color: #165e83;
    border: 2px solid #165e83;
    height: 30px;
    min-width: 50px;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.primary_btn:hover {
    background: #165e83;
    color: #fff;
    text-decoration: none;
}
.success_btn {
    background: #fff;
    color: #82ae46;
    border: 2px solid #82ae46;
    height: 30px;
    min-width: 50px;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.success_btn:hover {
    background: #82ae46;
    color: #fff;
    text-decoration: none;
}
.warning_btn {
    background: #fff;
    color: #f0ad4e;
    border: 2px solid #f0ad4e;
    height: 30px;
    min-width: 50px;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.warning_btn:hover {
    background: #f0ad4e;
    color: #fff;
    text-decoration: none;
}
.dark_btn {
    color: #aaa;
    background-color: #666;
    border: 2px solid #666;
    height: 30px;
    min-width: 50px;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}
.dark_btn:hover {
    color: #aaa;
    text-decoration: none;
}
.circle_btn {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    line-height: 30px;
    padding: 5px;
    color: #2a82a3;
    display: inline-block;
    text-align: center;
}
.big_btn {
    width: 100%;
    height: auto;
    border-radius: 30px;
    padding: 15px 10px;
}
.default_btn {
    cursor: pointer;
}
.fix_btn {
    min-width: 200px;
}
/* link btn */


/*info box*/
.sales_info {
    border: 2px solid #c7dc68;
    border-radius: 30px;
    min-width: 240px;
    background: #fff;
    display: table;
    padding: 10px 20px;
    position: relative;
    vertical-align: middle;
    margin-left: auto;
}
.sales_info h2 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 150%;
    font-weight: 600;
    border-right: 2px solid #c7dc68;
    padding-right: 20px;
}
.sales_info div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 30px;
}
.sales_info div.month_money {
    font-size: 150%;
    font-weight: 600;
}
.info_box {
    border: 2px solid #c7dc68;
    border-radius: 30px;
    min-width: 240px;
    background: #fff;
    padding: 10px 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    text-align: center;
}
/*info box*/

/*caption*/
.caption_info {
    border: 2px solid #c7dc68;
    border-radius: 20px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    text-align: center;
}
.caption_warning {
    border: 2px solid #f0ad4e;
    border-radius: 20px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    text-align: center;
}
.caption_danger {
    border: 2px solid #d9534f;
    border-radius: 20px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    text-align: center;
}
.modal-body .caption_info {
    padding: 6px 10px;
    font-size: 1rem;
    margin-bottom: 5px;
}
/*caption*/





/*label*/
.label {
    border-radius: 10px;
    padding: 5px 8px;
    display: inline-block;
}




.color_image {
    border-width: 4px;
}
.fixed {
    position: fixed;
    top: 119px;
    background: #fff;
    z-index: 111;
    border-radius: 0 !important;
}
.customer_search_panel {
    background: #fff;
    border: 1px solid #ccc;
}
#customer_table_head {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
}
.customer_data_wrapp {
    background: #fff;
}
.customer_table_wrapp {
    padding: 10px;
}
div.sort_link {
    position: absolute;
    right: 0px;
    top: 8px;
}
.pager_wrapp {
    padding-left: 20px;
    padding-right: 20px;
}



/*header*/
.section-header {
    display: table;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 6px 20px;
    margin-bottom: 12px;
    position: fixed;
    top: 57px;
    padding-left: 250px;
    height: 40px;
    background: #fff;
    z-index: 99;
    left: 0;
}
.section-header.close_menu {
	padding-left: 80px;
}
@media (max-width: 991px) {
    .section-header {
        padding-left: 10px;
    }
}
@media (max-width: 767px) {
    .section-header {
        padding-left: 10px;
/*        display: none;*/
    }
	.section-header.close_menu {
/*        padding-left: 10px;*/
	}
}
.section-header h2 {
    line-height: 1.4;
    font-size: 2.2rem;
}
.section-header .description {
    float: left;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 10px;
}
.section-header .left {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
}
.section-header .right {
    display: table-cell;
    width: auto;
    font-size: 1.3rem;
    margin-top: 10px;
    vertical-align: middle;
}
.section-header .right select {
    margin: 0px;
    display: inline-block;
    width: auto;
}
/*header end*/

/*header*/
.section-detail-header {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ccc ;
    padding: 6px 20px;
    margin-bottom: 12px;
    left: 0;
    height: 30px;
    background: #fff;
}
.section-detail-header h2, .section-detail-header h3 {
    line-height: 1.4;
    font-size: 1.7rem;
}
.section-detail-header .description {
    float: left;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 10px;
}
.section-detail-header .left {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
}
.section-detail-header .right {
    display: table-cell;
    width: auto;
    font-size: 1.3rem;
    margin-top: 10px;
    vertical-align: middle;
}
.section-detail-header .right select {
    margin: 0px;
    display: inline-block;
    width: auto;
}
.section-detail-header .right {
    display: table-cell;
    width: auto;
    font-size: 1.3rem;
    margin-top: 10px;
    vertical-align: middle;
    text-align: right;
}

/*header end*/




.formItem input[type="text"], .formItem input[type="email"], .formItem input[type="url"], .formItem input[type="tel"], .formItem input[type="number"], .formItem input[type="password"],
.formItem input[type="button"], .formItem input[type="submit"], .formItem textarea, .formItem select, .section-header select, .formItem button, .control-footer button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.formItem input[type="text"], .formItem textarea, .formItem input[type="email"], .formItem input[type="url"], .formItem input[type="tel"],
.formItem input[type="number"], .formItem input[type="password"] {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    padding: 0 8px;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    color: #555;
}
.formItem textarea {
    height: auto;
    line-height: 24px;
	padding: 8px;
}

.formItem select, .section-header select {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    padding: 0 28px 0 8px;
    font-size: 16px;
    height: 44px;
    background: #fff url(/images/select_arrow.png) right center no-repeat;
    background-size: 20px auto;
    color: #555555;
}

.formItem [type="submit"], .formItem [type="button"], .formItem button, .formItem .button, .control-footer button, .control-footer [type="button"], .control-footer [type="submit"], .control-footer a {
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #C7C7C7;
    border-bottom-width: 2px;
    border-radius: 4px;
    background: #FAFAFA;
    color: #777;
    min-width: 120px;
    height: 44px;
    line-height: 44px;
    padding: 0 8px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none !important;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    outline: none;
}

.nav_menu {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
	white-space: nowrap;
}
.navbar-right {
    margin-right: 10px !important;
}

.nav-tabs {
/*    margin-top: 10px;*/
    width: auto;
}
.nav-tabs>li.active:first-child {
    border-top-left-radius: 5px;
}
.nav-tabs>li.active:last-child {
    border-top-right-radius: 5px;
}
.nav-tabs>li:first-child a {
    border-top-left-radius: 5px;
}
.nav-tabs>li:last-child a {
    border-top-right-radius: 5px;
}

.iconLabel {
    display: inline-block;
    background: #fc6356;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    padding: 2px 4px;
    font-size: 10px;
    border-radius: 2px;
    vertical-align: middle;
    margin: 0 6px;
    position: relative;
    top: -1px;
}

.control-footer-right {
    position: fixed;
    right: 0;
    margin: 0;
    bottom: 0;
    text-align: right;
}
.control-footer-right {
    padding: 12px 12px 12px 12px;
    bottom: 0;
    right: 0;
    z-index: 30;
/*    font-size: 0;*/
}
control-footer-right:after {
    display: block;
    content: '';
    clear: both;
}
.control-footer-right a {
    margin-top: 15px;
    margin-left: auto;
    margin-right: 0;
}
.control-footer-right a.new {
    width: 90px;
    height: 90px;
}
.control-footer-right a.new.dark, .control-footer-right a.dark {
    color: #E9EDEF;
    background-color: rgba(52, 73, 94, 0.88);
    border-color: rgba(52, 73, 94, 0.88);
}
.control-footer-right a.new i {
    line-height: 90px;
}
.control-footer-right a {
    background: #f0bd5e;
    border-color: #f0cd5e;
    color: #fff;
}
.control-footer-right a {/*円*/
    display: block;
    position:relative;
    bottom: 20px;
    width: 66px;
    height: 66px;
    background: #03a9f4;
    text-align: center;
    border-radius: 50%;
    transition: .2s;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);
}
.control-footer-right a:hover {
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);}
.control-footer-right a i {/*アイコン*/
  color: white;
  line-height: 66px;
  vertical-align: middle;
  font-size: 24px;
  transition: 0.2s;
}
.control-footer-right a:hover {/*ホバーでアイコン回転*/
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}




/* control-footer */
.control-footer {
    position: fixed;
/*    width: 100%;*/
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    transition: .15s;
}
.control-footer {
    text-align: right;
    padding: 12px 12px 12px 250px;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255,255,255,0.8);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    z-index: 30;
/*    font-size: 0;*/
}
.control-footer button, .control-footer .button, .control-footer input[type="button"], .control-footer input[type="submit"], .control-footer a {
    margin: 0;
    width: auto;
    min-width: 240px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 10px;
}
@media (max-width: 991px) {
    .control-footer {
        padding: 12px 12px 12px 12px;
    }
    .control-footer button, .control-footer .button, .control-footer input[type="button"], .control-footer input[type="submit"], .control-footer a {
        min-width: 200px;
        font-size: 1rem;
    }
}

.control-footer button:nth-last-child(1), .control-footer .button:nth-last-child(1), .control-footer input[type="button"]:nth-last-child(1), .control-footer input[type="submit"]:nth-last-child(1) {
/*    margin-left: 0;*/
}
.control-footer button, .control-footer .button, .control-footer input[type="button"], .control-footer input[type="submit"], .control-footer a {
    margin: 0;
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 10px;
}
.control-footer:after {
    display: block;
    content: '';
    clear: both;
}
.control-footer.hidden_bottom {
    bottom: -100px;
}
.control-footer .primary {
    background-color: #20aee5;
    border-color: #2f9ac4;
    color: #fff;
}
.control-footer .success {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}
.control-footer .warning {
    background: #f0bd5e;
    border-color: #f0cd5e;
    color: #fff;
}
.control-footer .danger {
    background: #d9534f;
    border-color: #d9534f;
    color: #fff;
}
.control-footer .dark {
    color: #E9EDEF;
    background-color: rgba(52, 73, 94, 0.88);
    border-color: rgba(52, 73, 94, 0.88);
}
.control-footer .introduction {
    font-size: 1.2rem;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 270px;
}
.control-footer .introduction p {
    margin: 0;
    padding: 0;
}
.control-footer .introduction p.month_money {
    font-size: 200%;
    font-weight: 600;
    text-align: center;
}
.control-footer .caution {
    font-size: 1.4rem;
    font-weight: 600;
    display: inline-block;
    padding: 8px;
    background: #f0bd5e;
    border-color: #f0cd5e;
    color: #fff;
    border-radius: 20px;
}
.control-footer .footer-discription {
    font-size: 1.4rem;
    display: inline-block;
    padding: 0 8px;
    line-height: 44px;
    border-radius: 20px;
}
.control-footer form {
    display: inline-block;
}

.control-footer .control-footer-left {
    display: inline-block;
    position: absolute;
    left: 250px;
}
/* control-footer end */

/*global-header*/
.global-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
}
.global-header {
    box-sizing: border-box;
    width: 100%;
}
.global-header__innerBox {
    box-sizing: border-box;
    background-color: #20AEE5;
    color: #fff;
    position: relative;
    height: 52px;
}
.global-header-zeroFlat-plf-store__innerBox .global-header__ttlPage {
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 600px;
    text-align: center;
    margin-top: -13px;
    margin-left: -250px;
    line-height: 1.4;
    font-size: 22px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}
/*global-header end*/

/*formItem*/
.formItem:first-of-type {
    border-top: 1px solid #e7e7e7;
}

.formItem {
    border-bottom: 1px solid #e7e7e7;
    display: table;
    width: 100%;
    margin-bottom: 0;
}

/*  dt  */
.formItem.unable .formItem_label {
    padding-top: 24px;
}
.formItem_label {
    width: 220px;
    padding: 28px 20px 24px 0;
    font-weight: bold;
}
.formItem_label, .formItem__data {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.formItem_label:after, .formItem__data:after {
    display: block;
    clear: both;
    content: "";
}

/* dd  */
.formItem.unable .formItem__data {
    padding: 24px 0;
    word-break: break-all;
}
.formItem__data {
    position: relative;
    padding: 16px 0;
}
.formItem_label, .formItem__data {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.formItem_label:after, .formItem__data:after {
    display: block;
    clear: both;
    content: "";
}
.formItem .search_box {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.modal-body .formItem.unable .formItem_label {
    padding-top: 12px;
}
.modal-body .formItem_label {
    width: 220px;
    padding: 14px 10px 12px 0;
    font-weight: bold;
}
.modal-body .formItem.unable .formItem__data {
    padding: 12px 0;
    word-break: break-all;
}
.modal-body .error_txt {
    margin: 0;
    text-align: left !important;
}

@media (max-width: 992px) {
	.formItem_label {
		width: 30%;
		padding: 28px 10px 24px 0;
		font-weight: bold;
	}
	.modal-body .formItem_label {
		width: 30%;
		padding: 14px 10px 12px 0;
		font-weight: bold;
	}

}






/*layout*/
.core-wrapper.-project {
    transition-timing-function: ease-out;
    transition-duration: .15s;
    transition-property: padding-left;
}



.w90 {
    width: 90% !important;
}
.w80 {
    width: 80% !important;
}
.w70 {
    width: 70% !important;
}
.w50 {
    width: 50% !important;
}
.w30 {
    width: 30% !important;
}
.w-auto {
    width: auto !important;
}
.m-auto {
    margin-left: auto;
    margin-right: auto;
}
.mb20 {
    margin-bottom:20px !important;
}
.mb30 {
    margin-bottom:30px !important;
}
.mt20 {
    margin-top:20px !important;
}
.mt30 {
    margin-top:30px !important;
}
.mt60m {
    margin-top: -60px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb0 {
    margin-bottom: 0 !important;
}
.pl0 {
    padding-left: 0 !important;
}
.pr0 {
    padding-right: 0 !important;
}
.lh20 {
    line-height: 20px !important;
}
.va-top {
    vertical-align: top !important;
}
.no_border {
    border: none !important;
}
.disabled {
    background: #aaa !important;
    border: 1px solid #888 !important;
}
@media (max-width: 992px) {
.disabled {
    background: none !important;
    border: none !important;
}
}
.tagsinput {
    padding: 8px;
    border-radius: 4px;
}

@media screen and (min-width: 480px) {
.formItem [type="submit"], .formItem [type="button"] {
    height: 44px;
    line-height: 44px;
}
}
@media (max-width: 992px) {
    .control-footer .control-footer-left {
        display: none;
    }
    #caution_area {
        margin-bottom: 5px;
    }
}

.modal {
    z-index: 2050 !important;
}



.wizard_horizontal ul.wizard_steps {
    display: table;
    table-layout: fixed;
    list-style: none;
    position: relative;
    width: 60%;
    margin: 10px auto;
    padding: 0;
}
@media (max-width: 992px) {
    .wizard_horizontal ul.wizard_steps {
        width: 100%;
    }
}

.wizard_horizontal ul.wizard_steps li {
    display: table-cell;
    text-align: center;
}

.wizard_horizontal ul.wizard_steps li a,
.wizard_horizontal ul.wizard_steps li:hover {
    display: block;
    position: relative;
    -moz-opacity: 1;
    filter: alpha(opacity: 100);
    opacity: 1;
    color: #666;
}

.wizard_horizontal ul.wizard_steps li a:before {
    content: "";
    position: absolute;
    height: 4px;
    background: #ccc;
    top: 20px;
    width: 100%;
    z-index: 4;
    left: 0;
}

.wizard_horizontal ul.wizard_steps li a.disabled .step_no {
    background: #ccc;
}

.wizard_horizontal ul.wizard_steps li a .step_no {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    display: block;
    margin: 0 auto 5px;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 5;
}

.wizard_horizontal ul.wizard_steps li a.selected:before,
.step_no {
    background: #73C017;
    color: #fff;
}

.wizard_horizontal ul.wizard_steps li a.done:before,
.wizard_horizontal ul.wizard_steps li a.done .step_no {
    background: #1ABB9C;
    color: #fff;
}

.wizard_horizontal ul.wizard_steps li:first-child a:before {
    left: 50%;
}

.wizard_horizontal ul.wizard_steps li:last-child a:before {
    right: 50%;
    width: 50%;
    left: auto;
}
.wizard_horizontal ul.wizard_steps li a.disabled {
    border: none !important;
    background: none !important;
}


/**
* burger menu
*/
.burger-menu {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 1030;
}
.burger-menu.close_menu {
  display: none !important;
}
@media (max-width: 767px) {
	.burger-menu.close_menu {
/*	  display: block !important;*/
	}
}
.burger-menu:after, .burger-menu:before {
  content: "";
}
.burger-menu span, .burger-menu::after, .burger-menu::before {
  backface-visibility: hidden;
  position: absolute;
  left: 8px;
  right: 8px;
  border-top: 4px solid #666;
  transition: .2s;
  border-radius: 7px;
}
.burger-menu::before {
  top: 0;
}
.burger-menu span {
  top: 11px;
}
.burger-menu::after {
  top: 22px;
}
.burger-menu.active::before, .burger-menu.active::after {
  top: 12px;
  backface-visibility: hidden;
  transition: .3s;
}
.burger-menu.active::before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.burger-menu.active span {
  opacity: 0;
}
.burger-menu.active::after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.burger {
  position: absolute;
  top: 11px;
  left: 10px;
}
@media (min-width: 992px) {
  .burger {
    display: none;
  }
}
.burger-menu.btnMenu {
    position: fixed;
}

.header_account li {
	padding: 10px;
	color: #333;
}
.inline_btn {
	display: inline !important;
	padding: 5px 10px !important;
	clear: none !important;
}
.d-table {
	display: table;
	width: 100%;
}
.d-table-cell {
	display: table-cell !important;
	width: auto !important;
}
.d-table .inline_btn {
}
.top_nav .dropdown-menu {
	border: 1px solid #c7dc68 !important;
}
.top_nav .header_account .dropdown-menu {
	width: 320px !important;
}
.header_account .comment_avatar {
	border: 1px solid #c7dc68 !important;
}
@media (min-width: 992px) {
	.navbar-left {
		margin-left: 250px;
	}
	.navbar-left.close_menu {
		margin-left: 80px;
	}
}
@media (max-width: 991px) {
	.navbar-left {
/*		margin-left: 80px;*/
		display: none;
	}
	#menu_toggle {
/*		display: none;*/
	}
}
@media (max-width: 767px) {
	.navbar-left {
		display: none;
	}
}
.header_meter .progress {
	margin-bottom: 0 !important;
	margin-top: -8px;
}
.cursor_not {
	cursor: default;
}
.nav.navbar-nav>li>a:not(.cursor_not):hover {
	color: #739817 !important;
	transition: 0.3s ;
}
p.shift_pattern {
	border: 2px solid #bbbbbb;
	height: 40px;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
}
.notice_bell_area {
	position: relative;
}
.notice_bell {
    position: absolute;
    top: 16px;
    right: 28px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
	background: #FF2819;
}
.rotate_bell {
  animation-name:turnY;
  animation-duration:1s;
  animation-iteration-count:1;
}
@keyframes turnY{
	
	0%{
		transform:rotateY(0deg) scale(1);
	}
	50% {
		transform:rotateY(270deg) scale(1.8);
	}
	100%{
		transform:rotateY(360deg) scale(1);
	}
}



.tutorial_btn, .easy_btn {
    position: fixed;
    background: #fff;
    border-radius:40px;
    border: 2px solid #fff;
    text-align: center;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    width: 200px;
    margin: 0 auto;
    font-weight: bold;
    cursor: pointer;
    background: #03a9f4;
	padding: 10px 40px;
    color: #fff;
    transition: .2s;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);
}
.tutorial_btn:hover {/*ホバーでアイコン回転*/
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.easy_btn {
	display: block;
	text-decoration: none;
}
.easy_btn:hover {
	text-decoration: none;
}
[off-canvas] {
	background: rgba(0,0,0,0.3) !important;
	overflow: hidden !important;
}
[off-canvas*=bottom] {
	height: 50% !important;
}
#panel-btn{
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  margin: 10px 0 10px;
  border-radius: 50%;
}
#panel-btn:hover{
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #fff;
  transition: .2s;
  opacity: 1;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 34px;
  height: 2px;
  background: #fff;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -6px;
}
#panel-btn-icon:after{
  margin-top: 4px;
}
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.tutorial_contents {
	padding: 10px 190px 10px 60px;
}
.tutorial_contents .bs-glyphicons {
}
.tutorial_contents .bs-glyphicons-list {
	height: 400px;
	overflow: auto;
}
.tutorial_contents .bs-glyphicons-list li {
	margin: 10px;
	height: 140px;
/*	width: 15%;*/
	min-width: 120px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
	float: none;
}
.tutorial_contents .bs-glyphicons-list li.finished {
	background: rgba(128, 128, 128, 1);
}
.tutorial_contents .bs-glyphicons-list li.finished:after {
    content: "済";
    position: absolute;
    font-size: 80px;
    font-weight: bold;
    top: 0;
    left: 0;
    color: #999;
}
.tutorial_contents .bs-glyphicons-list li .glyphicon, .tutorial_contents .bs-glyphicons-list li .fa {
	position: absolute;
    font-size: 100px;
    right: -10px;
    bottom: 0px;
	opacity: 0.2;
	z-index: 1;
}

.tutorial_contents .bs-glyphicons-list li .no_i {
	position: absolute;
    font-size: 100px;
    left: -20px;
    top: -30px;
	opacity: 0.2;
	z-index: 1;
	font-weight: bold;
}
.tutorial_contents .bs-glyphicons-list li a:hover {
	text-decoration: none;
}
.tutorial_contents .bs-glyphicons-list li .glyphicon-class {
	color: #333;
	font-size: 2vmin;
	font-weight: 700;
	word-break: break-all;
	padding-top: 20px;
	z-index: 2;
	position: relative;
}
.tutorial_contents .tutorial_finish_btn {
	position: absolute;
	right: 20px;
	top: 20px;
	background: #c3d825;
	color: #fff;
	padding: 14px;
	height: 200px;
	width: 150px;
	padding-top: 90px;
	border-radius: 4px;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 1.5rem;
	font-weight: 700;
}
.tutorial_contents .tutorial_finish_btn:hover {
	text-decoration: none;
	background: #739817;
}
.tutorial_contents .list-icon {
	position: absolute;
    font-size: 80px;
    right: -10px;
    top: 130px;
	opacity: 0.2;
	z-index: 1;
}
.tutorial_flow li {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.tutorial_flow img {
	margin: 14px;
	max-width: 90%;
}

.setting_rows .grad_hr {
	background: -webkit-linear-gradient(to left, #fff, #fff 30%, #ccc 75%, #ccc 75%);
    background:    -moz-linear-gradient(to left, #fff, #fff 30%, #ccc 75%, #ccc 75%);
    background:      -o-linear-gradient(to left, #fff, #fff 30%, #ccc 75%, #ccc 75%);
    background:         linear-gradient(to left, #fff, #fff 30%, #ccc 75%, #ccc 75%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff', GradientType=1)";
    padding: 1px 0;
}
.setting_rows {
}
.setting_rows h3 {
	margin: 0;
	font-size: 2rem;
}
.action_rows ul {
	white-space: nowrap;
	overflow-x: auto;
}
.action_rows  li {
	margin: 10px;
	height: 220px;
	width: 220px;
	border-radius: 8px;
	display:inline-block;
	overflow: hidden;
	position: relative;
	background: #fff;
	border: 2px solid #aacc68;
	vertical-align: middle;
}
.action_rows  li a {
	white-space: nowrap;
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 10px;
}
.action_rows  li a:hover {
	background: #c3d825;
}
.action_rows .bs-glyphicons-list li .glyphicon, .action_rows li .fa {
	position: absolute;
    font-size: 200px;
    right: -20px;
    top: 60px;
	z-index: 1;
	color: #aacc68;
	opacity: 0.2;
}
.action_rows li a {
	color: #666;
}
.action_rows li a:hover {
	text-decoration: none;
	color: #fff;
}
.action_rows li .glyphicon-class {
	font-size: 20px;
	font-weight: 700;
	word-break: break-all;
	z-index: 2;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.modal-body-section {
	margin-top: 10px;
}
.modal-body-section h5 {
    font-weight: bold;
    padding: 10px;
    border: 2px solid #666;
    display: inline-block;
    margin: 0 auto;
	border-radius: 6px;
	padding: 8px 14px;
}
.help_body {
	line-height: 150%;
	position: relative;
	padding-left: 40px;
	font-size: 1.5rem;
}
.help_body:before {
	font-family: FontAwesome;
	content: "\f05a";
	position: absolute;
	width: 20px;
	height: 20px;
	font-size: 20px;
	top: calc(50% - 14px);
	left: 20px;
	color: #739817;
}
.form-input {
	border:1px solid #ccc;padding: 4px;
}