@charset "utf-8";

html {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background: #fff;
    font-family: Meiryo,"ＭＳ Ｐゴシック","Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4",Osaka,sans-serif;
    font-size: 90%;
    line-height: 120%;
    margin: 0 auto;
}

option {
    margin-right: 3px;
    font-size: 100%;
}

input,
textarea {
    margin-right: 3px;
    padding: 5px 2px; /* forPC */
}

select {
    font-size: 100%;
    max-width: 100%;
    padding: 5px 2px; /* forPC */
    color: #000000; /* forSafari */
    background-color: #ffffff; /* forSafari */
    border: 1px solid #808080; /* forSafari */
    border-radius: 3px; /* forSafari */
}
select.top,
input.top,
textarea.top {
    margin-bottom: 5px;
}

.page_rows {
    margin-bottom: 20px;
}

hr {
    display: none;
}

h1 {
    border-top: 1px solid #b3b4bd;
    border-bottom: 1px solid #d9dadf;
    height: 30px;
    line-height: 30px;
    color: #444757;
    background: url('../img/contents/subtitle_back_02.jpg') repeat-x;
    font-size: 130%;
}

h1 span.title {
    display: block;
    padding-top: 2px;
    padding-left: 20px;
    background: url('../img/contents/subtitle_back.gif') no-repeat;
}

h1 span.subtitle {
    display: block;
    padding-top: 2px;
    padding-left: 10px;
}

h2 {
    margin: 0 0 10px 0;
    padding: 5px 0;
    border-bottom: 3px solid #ccc;
    color: #444757;
    font-size: 100%;
}
h2.sp_h2 {
    font-size: 16px;
}

h3 {
    margin-bottom: 20px;
    padding: 5px;
    color : #fff;
    background: #999;
    font-size: 90%;
}


/*テーブル設定*/
table {
    margin: 0 0 20px;
    border-collapse: collapse;
    width: 100%;
    font-size: 100%;
}

th,
td {
    padding: 8px 5px; /* PConly */
    border: 1px solid #ccc;
}

th.adjustSize,
td.adjustSize {
    padding: 13px 7px; /* PConly */
}

th {
/*    width: 240px;*/
/*  background: url('../img/contents/table_back.png') repeat-x #f4f5f5; */
    background: #f4f5f5;
    font-weight: normal;
    text-align: left;
}

table.list {
    width: 100%;
}

table.list th {
/*  background: url('../img/contents/table_back.png') repeat-x #b4b4b4; */
/*  background: url('../img/contents/table_back.png') repeat #b4b4b4; */
    background: #f4f5f5;
    text-align: center;
}

table.list th.column {
/*  background: url('../img/contents/table_back.png') repeat-x #f4f5f5; */
/*  background: url('../img/contents/table_back.png') repeat #f4f5f5; */
    background: #f4f5f5;
    text-align: left;
}

table.list .edit,
table.list .delete {
    width: 10%;
}

table.list th.left {
    text-align: left;
}

table.list th.right {
    text-align: right;
}

table.list th.narrow {
    padding:5px 2px 5px 2px;
    font-size: 100%;
}

table.list td.id,
table.list td.thumbnail {
    text-align: center;
}

table.list td.menu {
    vertical-align: middle;
    text-align: center;
}

table.form th {
    width: 240px;
    text-align: left;
}
table.form_include_table > tbody > tr > th {
    width: 240px;
    text-align: left;
}

table.form_customer th {
    width: 220px;
    text-align: left;
}

table.form_customer_basic th {
    width: 240px;
    text-align: left;
}

table.form_convSP {
    table-layout: fixed;
}

table.form_convSP th {
    width: 240px;
    text-align: left;
}

table.form_kana td {
    border-style: none;
    padding-top: 15px;
}

table tr.last {
    background: #ffffdf;
}

#popup-container table th.column {
    width: 200px;
}

.contents-main .btn-area,
#popup .btn-area,
#form_edit .btn-area {
    margin : 0 0 60px 0;
    padding: 20px 0;
    clear: both;
    width: 100%;
    background: #f5f5f5;
    text-align: center;
}

.contents-main .btn-area li,
#popup .btn-area li,
.btn-area li {
    margin-right: 10px;
    display: inline;
}

.contents-main .btn-area-impact,
#popup .btn-area-impact,
#form_edit .btn-area-impact {
    margin : 0 0 40px 0;
    padding: 20px 0;
    clear: both;
    width: 100%;
    background: #FFFFAB;
    text-align: center;
}

.contents-main .btn-area-impact li,
#popup .btn-area-impact li,
.btn-area-impact li {
    margin-right: 10px;
    display: inline;
}

.contents-main .info-area,
#popup .info-area,
#form_edit .info-area {
    margin-bottom : 20px;
    padding: 20px 0;
    clear: both;
    width: 100%;
    color: #0F337F;
    background: #FFFFFF;
    border: #0F337F solid 1px;
    text-align: center;
    font-size: 100%;
    line-height: 150%;
}

.contents-main .attention-area,
#popup .attention-area,
#form_edit .attention-area {
    margin-bottom : 20px;
    padding: 20px 0;
    clear: both;
    width: 100%;
    color: #FF0000;
    background: #FFFFFF;
    border: #FF0000 solid 1px;
    text-align: center;
    font-size: 100%;
    line-height: 150%;
}

.contents-main .attention-area table{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    color:black;
}

.addnew {
    margin-bottom: 20px;
}


/*おすすめ商品管理*/

table.recommend-table {
    border-collapse: collapse;
    font-size: 100%;
    margin: 0 0 50px;
    width: 100%;
}

.recommend-product.hidden td{
    background: #C9C9C9;
}

div.table-wrap {
    margin-top: 6px;
}

div.table-wrap div.table-img {
    float: left;
    padding-left: 6px;
}

div.table-wrap div.table-detail {
    float: left;
    text-align: left;
    padding-left: 11px;
}

div.table-wrap div.table-detail div.detail-name {
    margin-bottom: 5px;
}

td.AlignLeft {
    text-align: left;
    padding-left: 11px;
}

/*おすすめ商品検索画面*/

#recommend-search-results .hidden td,
#recommend-search-results .hidden th{
    background: #C9C9C9;
}

/*通常ボタン*/
.btn-normal,
a.btn-normal:link,
a.btn-normal:visited {
/*
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 2px 10px;
    border: solid 1px #bcbecb;
    display: inline-block;
    color: #444757;
    background-image: url('../img/button/white-grad.png');
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #eee;
    font-weight: normal;
    font-size: 90%;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
*/
    margin-right: 2px;
    margin-bottom: 2px;
    padding: 2px 15px; /* ボタン変更 */
    border: solid 1px #0F337F;
    display: inline-block;
    color: #0F337F;
    background: #fff;
    font-weight: normal;
    font-size: 90%;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;

    /* CSS3 radius */
    border-radius: 5px;
    /* Safari, Chrome radius */
    -webkit-box-sizing: content-box;
    -webkit-border-radius: 5px;
    /* Firefox radius */
    -moz-border-radius: 5px;
    /* Safari, Chrome radius */
    -webkit-box-sizing: content-box;
    -webkit-border-radius: 5px;
    /* Firefox radius */
    -moz-border-radius: 5px;

    -webkit-transition: all 0.7s ease; /* ボタン変更 */
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}


/*ツールボタン 共通部分*/
.btn-tool-format,
a.btn-tool-format:link,
a.btn-tool-format:visited {
/*
    padding: 2px 15px;
    border: solid 1px #6b6d87;
    display: inline-block;
    color: #444757;
    background: url('../img/button/white-grad03.png') repeat-x #eee;
    background-origin: padding-box;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #c9cbcb;
    font-weight: bold;
    font-size: 90%;
    text-decoration: none;
    cursor: pointer;
*/
    padding: 2px 14px; /* ボタン変更 */
    border: solid 1px #FFFFFF;
    display: inline-block;
    color: #0F337F;
    background: #fff;
    font-weight: normal;
    font-size: 90%;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;

    /* CSS3 radius */
    border-radius: 4px;
    /* Safari, Chrome radius */
    -webkit-box-sizing: content-box;
    -webkit-border-radius: 4px;
    /* Firefox radius */
    -moz-border-radius: 4px;
    /* Safari, Chrome radius */
    -webkit-box-sizing: content-box;
    -webkit-border-radius: 4px;
    /* Firefox radius */
    -moz-border-radius: 4px;

    -webkit-transition: all 0.7s ease; /* ボタン変更 */
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}


/*ツールボタン コンテンツ*/
.btn-tool,
a.btn-tool:link,
a.btn-tool:visited {
    padding: 0 6px;
    border: solid 1px #999;
    display: inline-block;
    color: #444757;
    background: url('../img/button/white-grad.png') repeat-x #eee;
    background-origin: padding-box;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #c9cbcb;
    font-size: 100%;
    text-decoration: none;
    cursor: pointer;

    /* CSS3 radius */
    border-radius: 4px;
    /* Safari, Chrome radius */
    -webkit-box-sizing: content-box;
    -webkit-border-radius: 4px;
    /* Firefox radius */
    -moz-border-radius: 4px;
    /* Safari, Chrome radius */
    -webkit-box-sizing: content-box;
    -webkit-border-radius: 4px;
    /* Firefox radius */
    -moz-border-radius: 4px;
}


/*登録する・検索するボタン*/
/* 50音セレクトボタン */
.btn-action,
a.btn-action:link,
a.btn-action:visited,
.btn-action-table,
a.btn-action-table:link,
a.btn-action-table:visited,
.btn-action-kana,
a.btn-action-kana:link,
a.btn-action-kana:visited {
/*
    padding: 5px 10px;
    border: solid 1px #bcbecb;
    display: inline-block;
    color: #444757;
    background: url('../img/button/white-grad04.png') top repeat-x #eee;
    background-attachment: scroll;
    background-clip: border-box;
    font-weight: normal;
    font-size: 90%;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
*/
    padding: 10px 20px; /* ボタン変更 */
    border: solid 1px #0F337F;
    display: inline-block;
    color: #0F337F;
    background: #fff;
    font-weight: normal;
    font-size: 90%;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;

    /* CSS3 radius */
    border-radius: 5px;
    /* Safari, Chrome radius */
    -webkit-box-sizing: content-box;
    -webkit-border-radius: 5px;
    /* Firefox radius */
    -moz-border-radius: 5px;
    /* Safari, Chrome radius */
    -webkit-box-sizing: content-box;
    -webkit-border-radius: 5px;
    /* Firefox radius */
    -moz-border-radius: 5px;

    -webkit-transition: all 0.7s ease; /* ボタン変更 */
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.btn-action-kana,
a.btn-action-kana:link,
a.btn-action-kana:visited { /* 設定上書き */
  padding: 5px 10px;
}

/*商品を選択するボタン(2/18追加)*/
.btn-action-m,
a.btn-action-m:link,
a.btn-action-m:visited {
    padding: 3px 10px;
    border: solid 1px #bcbecb;
    display: inline-block;
    color: #444757;
    background: url('../img/button/white-grad04.png') top repeat-x #eee;
    background-attachment: scroll;
    background-clip: border-box;
    font-weight: normal;
    font-size: 90%;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;

    /* CSS3 radius */
    border-radius: 5px;
    /* Safari, Chrome radius */
    -webkit-box-sizing: content-box;
    -webkit-border-radius: 5px;
    /* Firefox radius */
    -moz-border-radius: 5px;
    /* Safari, Chrome radius */
    -webkit-box-sizing: content-box;
    -webkit-border-radius: 5px;
    /* Firefox radius */
    -moz-border-radius: 5px;
}

/*戻るボタン*/
.btn-action .btn-prev {  /* ボタン変更 */
/*  padding: 0 0 0 20px; */
    display: inline-block;
/*  background: url('../img/button/ico_prev.gif') left no-repeat; */
/*  font-weight: bold; */
    font-size: 114%;
}

/*進むボタン*/
.btn-action .btn-next,
.btn-action-table .btn-next {  /* ボタン変更 */
/*  padding: 0 20px 0 0; */
    display: inline-block;
/*  background: url('../img/button/ico_next.gif') right no-repeat; */
/*  font-weight: bold; */
    font-size: 114%;
}

a.btn-normal:hover,
a.btn-tool:hover {
/*
    border: solid 1px #d5d7df;
    color: #6d728b;
*/
    border: 1px solid #0F337F; /* ボタン変更 */
    background: #0F337F;
    color: #fff !important;
}

a.btn-action:hover,
a.btn-action-table:hover,
a.btn-action-kana:hover {
    border: 1px solid #0F337F; /* ボタン変更 */
    background: #0F337F;
    color: #fff !important;
}

a.btn-tool-format:hover {
/*
    border: solid 1px #363a47;
    color: #6b728b;
*/
    border: 2px solid #FFFFFF; /* ボタン変更 */
    background: #06a9f4;
    color: #fff !important;
}

a.btn:active,
a.btn-normal:active {
    background-image: url('../img/button/white-grad-active.png');
}


/*LINK*/
a:link,
a:visited {
/*  color: #39c; */
    color: #1fa0e0;
    text-decoration: none;
}

a:link:hover,
a[href]:hover {
    color: #74badc;
    text-decoration: none;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.attention {
    color: #f00;
}
.info {
    color: #0F337F;
}
.infogray {
    color: #808080;
}


/* ヘッダー
----------------------------------------------- */
#errorHeader {
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
    padding: 5px;
}
#header {
    width: 100%;
//  width: 1250px;
    height: 51px;
/*  background: url('../img/header/header_back.jpg') 0 0 repeat-x; */
    background-color:#0F337F; /* LogoColor */
    /* background-color:#0F337F; webSiteColor */
}

#header-contents {
/*  width: 1250px; */
    padding: 0 10px; /* 幅変更 */
    width: 100%; /* 幅変更 */
    box-sizing: border-box; /* 幅変更 */
}

#logo {
    padding: 12px 0 0 12px;
    float: left;
/*  width: 184px;*/
}

#userinfo {
    padding-top: 16px;
    float: left;
    width: 580px;
    color: #fff;
    font-size: 85%;
    text-align: right;
}

#userinfo ul {
    padding-top: 14px;
    float: right;
}

#userinfo ul li {
    margin-right: 10px;
    float: left;
}

#site-check {
    float: right;
    width: 240px;
}

#site-check ul {
    padding-top: 14px;
    float: right;
}

#site-check ul li {
    margin-right: 10px;
    float: left;
}


/* ヘッダーナビ
----------------------------------------------- */
#navi-wrap {
    width: 100%;
//  width: 1250px;
}
#navi {
    z-index: 90;
    height: 28px;
    background: url('../img/header/navi_back.jpg') top left repeat-x;
    font-size: 100%;
    line-height: 100%;
}

#navi li {
    background: url('../img/header/navi_back_line.jpg') no-repeat right;
    display: block;
    float: left;
    cursor: pointer;
    height: 28px;
    position: relative;
}

#navi li div,
#navi li div span {
    display: block;
    _float: left;/*IE6対策*/
    cursor: pointer;
}

#navi li div {
    color: #2d2f39;
    height: 28px;
/*  font-weight: bold; */
    text-decoration: none;
}

#navi li div span {
    padding: 7px 10px;
    _padding: 9px 10px 5px;/*IE6対策*/
    height: 15px;
    _height: 13px;/*IE6対策*/
}

#navi li div:hover {
/*  background: url('../img/header/navi_on_20190701.jpg') left 0 repeat-x; */
    background-color : #ff425b;
    color : #ffffff;
}

#navi li div:hover span {
/*  background: url('../img/header/navi_on_20190701.jpg') left 0 repeat-x; */
    background-color : #ff425b;
    color : #ffffff;
}

#navi li.on div {
/*  background: url('../img/header/navi_on_20190701.jpg') left 0 repeat-x; */
    background-color : #ff425b;
    color : #ffffff;
}

#navi li.on div span {
/*  background: url('../img/header/navi_on_20190701.jpg') left 0 repeat-x; */
    background-color : #ff425b;
    color : #ffffff;
}

#navi li.sfhover div {
/*  background: url('../img/header/navi_on_20190701.jpg') left 0 repeat-x; */
    background-color : #ff425b;
    color : #ffffff;
}

#navi li.sfhover div span {
/*  background: url('../img/header/navi_on_20190701.jpg') left 0 repeat-x; */
    background-color : #ff425b;
    color : #ffffff;
}

#navi li ul {
    position: absolute;
    top: 26px;
    left: -9999px;
    width: 14px;
    font-weight: normal;
    clear: both;
    z-index: 100;
}


/*プルダウンメニュー 第1階層*/
#navi li li {
    display: block;
    top: 2px;
    width: 180px;
    height: 27px;
    line-height: 24px;
    color: #fff;
    background: url('../img/header/subnavi_bak.gif') top left no-repeat #787878;
    font-weight: normal;
}

#navi li li a,
#navi li li div {
    display: block;
    top: 2px;
    width: 180px;
    height: 27px;
    line-height: 24px;
    color: #fff;
    background: url('../img/header/subnavi_bak.gif') top left no-repeat #787878;
    font-weight: normal;
}

#navi li li a span,
#navi li li div span {
    display: block;
    top: 2px;
    width: 180px;
    height: 27px;
    line-height: 24px;
    color: #fff;
    background: url('../img/header/subnavi_bak.gif') top left no-repeat #787878;
    font-weight: normal;
}

#navi li li {
    border: solid #888;
    border-width: 0 0 1px 0;
}

#navi li li a span,
#navi li li div span {
    padding: 2px 0 0 8px;
    text-indent: 8px;
}

#navi li li a:hover,
#navi li li div:hover {
    background: url('../img/header/subnavi_bak_on.gif') top left no-repeat #474747;
}

#navi li li a:hover span,
#navi li li div:hover span {
    background: #666;
}

#navi li.on li a,
#navi li.on li a span,
#navi li li.on a,
#navi li li.on a span,
#navi li.on li div,
#navi li.on li div span,
#navi li li.on div,
#navi li li.on div span {
    background: transparent;
}

#navi li.sfhover li a,
#navi li.sfhover li a span,
#navi li li.sfhover a,
#navi li li.sfhover a span,
#navi li.sfhover li div,
#navi li.sfhover li div span,
#navi li li.sfhover div,
#navi li li.sfhover div span {
    background: transparent;
}

#navi li.sfhover li a:hover,
#navi li.sfhover li div:hover {
    background: url('../img/header/subnavi_bak_on.gif') top left no-repeat #474747;
}

#navi li li.sfhover a:hover,
#navi li li.sfhover div:hover {
    background: url('../img/header/subnavi_bak_on.gif') top left no-repeat #474747;
}


/*プルダウンメニュー 第2階層*/
#navi li ul.level2 {
    position: absolute;
    top: 27px;
    left: -9999px;
    width: 14px;
    font-weight: normal;
}

#navi li li li,
#navi li li a,
#navi li li li a span,
#navi li li div,
#navi li li li div span {
    margin-left: 0;
    display: block;
    width: 180px;
    top: 1px;
    height: 27px;
    line-height: 24px;
    color: #fff;
    background: #787878;
    font-weight: normal;
    background: url('../img/header/subnavi_bak.gif') top left no-repeat #787878;
}

#navi li li li.sfhover div:hover,
#navi li li li.sfhover a:hover {
    width: 180px;
    top: 1px;
    height: 27px;
    color: #fff;
    background: url('../img/header/ico_sub_navi.gif') no-repeat left #474747;
}

#navi li ul ul {
    margin: -28px 0 0 180px;
    _margin: -28px 0 0 187px;/*IE6応急 */
}

#navi li.sfhover ul ul,
#navi li.sfhover ul ul ul {
    left: -9999px;
}

#navi li.sfhover ul,
#navi li li.sfhover ul,
#navi li li li.sfhover ul {
    left: auto;
}

/* add hashioka 2017/05/01 begin ステップゴルフプラス対応 */
/*プルダウンメニュー 第3階層*/
#navi li ul.level3 {
    position: absolute;
    top: 27px;
    left: -9999px;
    width: 14px;
    font-weight: normal;
}

#navi li li li li,
#navi li li li a,
#navi li li li li a span,
#navi li li li div,
#navi li li li li div span {
    margin-left: 0;
    display: block;
    width: 200px;
    top: 1px;
    height: 27px;
    line-height: 24px;
    color: #fff;
    background: #787878;
    font-weight: normal;
    background: url('../img/header/subnavi_bak.gif') top left no-repeat #787878;
}

#navi li li li li.sfhover div:hover,
#navi li li li li.sfhover a:hover {
    width: 200px;
    top: 1px;
    height: 27px;
    color: #fff;
    background: url('../img/header/ico_sub_navi.gif') no-repeat left #474747;
}

#navi li li ul ul {
    margin: -28px 0 0 180px;
    _margin: -28px 0 0 187px;/*IE6応急 */
}
/* add hashioka 2017/05/01 end */

/* modify hashioka 2017/05/01 begin ステップゴルフプラス対応 */
#navi ul.level1 li.on_level2,
#navi ul.level1 li.on_level2 ul.level2 li.on_level3 {
    background: url('../img/header/subnavi_bak_l2.gif') top left no-repeat #787878;
}

#navi ul.level1 li.on_level2 a:hover,
#navi ul.level1 li.on_level2 div:hover,
#navi ul.level1 li.on_level2 ul.level2 li div:hover,
#navi ul.level1 li.on_level2 ul.level2 li.on_level3 a:hover,
#navi ul.level1 li.on_level2 ul.level2 li.on_level3 div:hover {
    background: url('../img/header/subnavi_bak_l2_on.gif') top left no-repeat #787878;
}

#navi ul.level1 li.on_level2 ul.level2 li a:hover,
#navi ul.level1 li.on_level2 ul.level2 li.on_level3 ul.level3 li a:hover,
#navi ul.level1 li.on_level2 ul.level2 li.on_level3 ul.level3 li div:hover {
    background: url('../img/header/subnavi_bak_on.gif') top left no-repeat #474747;
}
/* modify hashioka 2017/05/01 end */

/*subnavi*/
.subnavi a {
    padding: 6px 5px 4px 5px;
    display: block;
    width: 140px;
    color: #fff;
    background-color: #666;
    text-decoration: none;
}
.subnavi a:visited {
    color: #fff;
    text-decoration: none;
}
.subnavi a:hover {
    color: #000;
    background-color: #666;
    text-decoration: none;
}
.subnavi_text {
    padding: 0 0 0 8px;
    font-size: 71%;
}
.subnavi-on a {
    padding: 6px 5px 4px 5px;
    display: block;
    width: 140px;
    color: #000;
    background-color: #666;
    text-decoration: none;
}
.subnavi-on a:visited {
    color: #000;
    text-decoration: none;
}
.subnavi-on a:hover {
    color: #000;
    background-color: #666;
    text-decoration: none;
}
.number-on a:visited {
    color: #fff;
    text-decoration: none;
}
.number a:visited {
    color: #fff;
    text-decoration: none;
}

#agreement {
    margin: 0;
    border-width: 1px;
    border-color: #c0c0c0;
    border-style: solid;
    width: 480px;
    height: 120px;
    overflow: auto;
    background-color : #fff;
}


/* ページャ */
#contents .pager ul {
    margin: 10px 0;
    list-style-type: none;
}

.pager li {
    display: inline;
}

.pager li a {
    padding: 3px 5px;
    border: 1px solid #999;
}

.pager li.on a {
    background: #f4f5f5;
}

.pager li a:hover,
.pager li.on a:hover {
    background: #f8f8f8;
    border: 1px solid #ccc;
}


/* コンテンツ
----------------------------------------------- */
* html div#container {
    position: relative;
    height: 100%;
    min-height: 100%;
}

body > #container {
    height: auto;
}

#container {
    position: relative;
    min-height: 100%;
}

#contents {
/*  padding: 20px 20px 100px; */
/*  width: 1220px; */
    padding: 20px 20px 100px; /* 幅変更 */
    width: 100%; /* 幅変更 */
    box-sizing: border-box; /* 幅変更 */
}

#footer {
    margin-top: 30px;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
/*  background: url('../img/contents/footer_back.jpg') 0 0 repeat-x; */
    background-color:#0F337F; /* LogoColor */
}

#footer-contents {
/*  padding-top: 10px; */
/*  width: 1240px; */
    padding: 10px 20px 0 10px; /* 幅変更 */
    width: 100%; /* 幅変更 */
    box-sizing: border-box; /* 幅変更 */
    text-align: right;
}

#footer #copyright {
    margin-left: 20px;
    float: left;
    color: #fff;
    font-size: 85%;
    text-align: left;
}

#footer #topagetop {
    float: right;
}


/* ログイン
----------------------------------------------- */
#login {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
}

#login-wrap {
    margin: 150px auto 0;
    padding: 0;
    border: 0;
    text-align: left;
    width: 556px;
    z-index: 2;
    /* background: url('../img/contents/admin_login_bg.jpg') center top repeat-x; */
    /* background-color:#0F337F; LogoColor */
    background-color:#0F337F; /* webSiteColor */
    -moz-box-shadow: 0 0 5px #000;/* Firefox */
    -webkit-box-shadow: 0 0 5px #000;/* Safari and Chrome */
}

#login-form h1 {
    margin: 46px auto 20px;
    padding-left: 50px;
    padding-bottom: 40px;
    border: none;
    float: left;
    width: 140px;
    height: 150px;
    background: none;
}

#login-form h1 img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#login-shopselect-wrap {
    margin: 150px auto 0;
    padding: 0;
    border: 0;
    text-align: left;
    width: 556px;
    z-index: 2;
/*  background-color: #ECF4D9; */
    -moz-box-shadow: 0 0 5px #000;/* Firefox */
    -webkit-box-shadow: 0 0 5px #000;/* Safari and Chrome */
}

#login-shopselect-wrap #login-shopselect-title {
/*  padding: 10px; */
    padding: 15px 10px;
    text-align: center;
    color: #ffffff;
    background-color: #0F337F;
    border-radius: 4px 4px 0px 0px;
}

#login-shopselect-wrap #login-shopselect-form {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 0px 0px 4px 4px;
}

#login-shopselect-wrap #login-shopselect-form .button {
    display: inline-block;
    border: 1px solid #808080;
    width: 100%;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    background-color: #FFFFFF;
    color: #000000;
    margin-top:10px;
    border-radius: 4px;
}

#login-shopselect-wrap #login-shopselect-form .button:hover {
    color: #ffffff;
    background-color: #0F337F;
}

#input-form {
    margin-top: 40px;
    padding-right: 30px;
    padding-bottom: 20px;
    float: right;
    width: 255px;
}

#input-form p {
    margin-top: 10px;
    color: #fff;
    font-size: 100%;
}

#input-form .btn-tool {
    margin-top: 5px;
}

/* add by hashioka 2016/05/23 begin */
#input-form p.clogin-title {
    font-size: 120%;
}

#input-form a.clogin-forgot {
    color: #fff;
    text-decoration: underline;
    font-size: 90%;
}

#input-form a.clogin-forgot:hover {
    color: #fff;
    text-decoration: none;
}
/* add by hashioka 2016/05/23 end */

#login #copyright {
    margin: 0 auto;
    padding-top: 10px;
    width: 556px;
    color: #000000;
    font-size: 80%;
    text-align: left;
}


/* エラーメッセージ
----------------------------------------------- */


/*以下インストールページと共通■触るべからず*/

#out-wrap {
    margin: 100px auto;
    width: 560px;
}

#out-wrap .logo {
    padding-bottom: 5px;
    float: right;
}

#out {
    margin: 0 auto;
    width: 560px;
}

#error .out-top {
    clear: both;
    width: 560px;
    height: 10px;
    background: url('../img/contents/login_back_top.jpg') bottom left no-repeat;
}

/*以上インストールページと共通■触るべからず*/


#error .contents {
    border-right: solid 1px #d9dadf;
    border-left: solid 1px #d9dadf;
}

#error .contents .message {
    padding: 20px 30px;
    text-align: center;
}

#error .btn-area-top {
    width: 560px;
    height: 10px;
    background: url('../img/contents/login_back_btn_top.jpg') left no-repeat;
}

#error .btn-area ul {
    padding: 20px 0 10px 0;
    width: 560px;
    background: url('../img/contents/login_back_btn_contents.jpg') top left no-repeat #f4f5f5;
}

#error .btn-area ul li {
    text-align: center;
}

#error .btn-area-bottom {
    width: 560px;
    height: 10px;
    background: url('../img/contents/login_back_btn_bottom.jpg') bottom left no-repeat #eeeff0;
}


/* 完了メッセージ
----------------------------------------------- */
#complete {
    margin: 0 auto;
    width: 560px;
}

#complete .complete-top {
    clear: both;
    width: 560px;
    height: 10px;
    background: url('../img/contents/login_back_top.jpg') bottom left no-repeat;
}

#complete .contents {
    border-right: solid 1px #d9dadf;
    border-left: solid 1px #d9dadf;
}

#complete .contents .message {
    padding: 20px 30px;
    color: #b77615;
/*  font-weight: bold; */
    text-align: center;
    font-size: 120%;
}

#complete .btn-area-top {
    width: 560px;
    height: 10px;
    background: url('../img/contents/login_back_btn_top.jpg') left no-repeat;
}

#complete .btn-area ul {
    margin: 0;
    padding: 20px 0 10px 0;
    width: 560px;
    background: url('../img/contents/login_back_btn_contents.jpg') top left no-repeat #f4f5f5;
    text-align: center;
}

#complete .btn-area ul li {
    margin-right: 10px;
    display: inline;
}

#complete .btn-area-bottom {
    clear: both;
    width: 560px;
    height: 10px;
    background: url('../img/contents/login_back_btn_bottom.jpg') bottom left no-repeat #eeeff0;
}


/* メインページ
----------------------------------------------- */
#home-main {
    margin-right: 300px;
}

#home-main h2 {
    height:20px;
    cursor:pointer;
    -webkit-tap-highlight-color:transparent; /* ちらつき防止 */
}

#home-main table {
    width: 100%;
}

#home-main .alert {
    margin:5px 2px 5px 2px;
    padding:5px;
    border: 1px solid #ccc;
    line-height: 140%;
}

#home-main .alert a{
    color:#0044CC;
    border-radius: 3px;
    margin: 1px 0;
}

#home-main .alert a.marker1 {
    display:inline-block;
/*  background-color:red; */
    background-color: #ff425b;
    color:white;
}
#home-main .alert a.marker1:hover {
    text-decoration:underline;
}
#home-main .alert a.marker2 {
    display:inline-block;
/*  background-color:blue; */
    background-color: #0b66ff;
    color:white;
}
#home-main .alert a.marker2:hover {
    text-decoration:underline;
}
#home-main .alert a.marker3 {
    display:inline-block;
/*  background-color:green; */
    background-color: #009f31;
    color:white;
}
#home-main .alert a.marker3:hover {
    text-decoration:underline;
}

#home-main .h2_left {
    float:left;
}
#home-main .h2_right {
    float:right;
    text-align:right;
    padding-right:5px;
}
#home-main .budge {
    margin-right:20px;
}

* html #home-main table {
    width: 99%;
}

#home .shop-info {
    margin: 0 0 20px;
}

#home .shop-info td {
    width: 60%;
    text-align: right;
}

#home-info {
    border-left: 1px solid #ccc;
    float: right;
    width: 280px;
}

.home-info-item {
    margin: 0 0 15px 20px;
    width: 260px;
    line-height: 14px;
    font-size: 85%;
}

.home-info-item .body {
    margin: 5px 0 0 0;
}

.home-info-item .date {
    background: #ddd;
    padding: 5px 10px 0px;
}

.home-info-item .title {
    padding: 0 10px 5px;
    background: #ddd;
}

/* メインページ(ユーザー向け)
----------------------------------------------- */
.userhome-menu-2column{
    position: relative;
    width: 47%;
    height: 120px;
    border-style: solid;
    border-width: 1px;
    border-color: #999999;
    border-radius: 20px;
    float: left;
    margin-left: 2%;
    margin-bottom: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}
.userhome-menu-2column a{
    position: absolute;
    top: 0;
    left: 0;
    color: #333333;
    width: 100%;
    height: 100%;
}
.userhome-menu-2column:hover{
    /* background: #0F337F; */
    background-color:#0F337F; /* LogoColor */
}
.userhome-menu-2column a:hover{
    color: #FFFFFF;
}
.userhome-menu-2column-disabled{
    position: relative;
    width: 47%;
    height: 120px;
    border-style: solid;
    border-width: 1px;
    border-color: #999999;
    border-radius: 20px;
    float: left;
    margin-left: 2%;
    margin-bottom: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #333333;
    background: #E0E0E0;
}

.userhome-menu-updown-sub{
    position: relative;
    width: 47%;
    height: 122px;
    float: left;
    margin-left: 2%;
    margin-bottom: 10px;
    text-align: center;
}
.userhome-menu-updown-sub1{
    width: 100%;
    height: 55px;
    border-style: solid;
    border-width: 1px;
    border-color: #999999;
    border-radius: 10px;
    margin-bottom: 8px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}
.userhome-menu-updown-sub2{
    width: 100%;
    height: 55px;
    border-style: solid;
    border-width: 1px;
    border-color: #999999;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.userhome-menu-leftright-sub1{
    position: relative; 
    width: 47%;
    height: 55px;
    border-style: solid;
    border-width: 1px;
    border-color: #999999;
    border-radius: 10px;
    float: left;
    margin-left: 2%;
    margin-bottom: 10px;
    padding-top: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}
.userhome-menu-leftright-sub2{
    position: relative;
    width: 47%;
    height: 55px;
    border-style: solid;
    border-width: 1px;
    border-color: #999999;
    border-radius: 10px;
    float: left;
    margin-left: 2%;
    margin-bottom: 10px;
    padding-top: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.userhome-menu-leftright-sub1 a,
.userhome-menu-leftright-sub2 a,
.userhome-menu-updown-sub1 a,
.userhome-menu-updown-sub2 a{
    display: block;
    color: #333333;
    width: 100%;
    height: 100%;
}

.userhome-menu-leftright-sub1:hover,
.userhome-menu-leftright-sub2:hover,
.userhome-menu-updown-sub1:hover,
.userhome-menu-updown-sub2:hover{
    /* background: #0F337F; */
    background-color:#0F337F; /* LogoColor */
}

.userhome-menu-leftright-sub1 a:hover,
.userhome-menu-leftright-sub2 a:hover,
.userhome-menu-updown-sub1 a:hover,
.userhome-menu-updown-sub2 a:hover{
    color: #FFFFFF;
}

/* 基本情報管理
----------------------------------------------- */
/* SHOPマスター */
#maparea {
    padding: 30px;
    background: #FFFFFF;
}
#maparea .btn-area {
    text-align: center;
}
#maps {
    margin: 0 auto 1em;
}

/* 郵便番号DB登録 */
.basis-zip-item {
    margin-bottom: 30px;
}

.basis-zip-item.end {
    margin-bottom: 60px;
}

.basis-zip-item.info {
    padding-top: 20px;
}

.basis-zip-item p {
    margin-bottom: 10px;
}


/* 商品管理
----------------------------------------------- */
#products-category-left,
#products-rank-left {
    float: left;
    width: 285px;
    min-height: 200px;
}

#products-category-right,
#products-rank-right {
    margin-left: 285px;
}

#products-class-list .action {
    width: 100px;
}

#contents-filemanager-tree #tree {
    float: left;
    min-height: 200px;
}

#products-category-left,
#products-rank-left {
    min-height: 200px;
    padding: 10px;
    border: 3px solid #ddd;
    width: 230px;
    background-color: #f3f3f3;
}

#products-category-left li ul,
#products-rank-left li ul {
    margin-left: 20px;
}

#products-category-right .now_dir {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
}

#products .class-payment {
    padding-top: 15px;
    font-size: 88%;
}
#products label {
    white-space: nowrap;
}
#products .class-product-type label {
    white-space: normal;
}
#products .list-info {
    padding-top: 10px;
    border-top: solid 1px #ccc;
}
#products .list-info .btn {
    float: left;
    margin-right: 20px;
}
#products .list-info p {
    float: right;
    color: #444757;
}

/* 会員管理
----------------------------------------------- */
.customer-photo {
    width: 30%;
    vertical-align: top;
}

/* 受注管理
----------------------------------------------- */
/* 対応状況管理 */
#order-status-list th.id {
    width: 40px;
}


/* 期間別集計
----------------------------------------------- */
#graph-image {
    margin: 0 0 20px 0;
}


/* デザイン管理
----------------------------------------------- */
/* レイアウト設定 */
.design-layout {
    table-layout: fixed;
}

.design-layout th,
.design-layout td {
    vertical-align: top;
    text-align: center;
}

#design-layout-used {
    width: 525px;
}

#design-layout-unused {
    width: 175px;
}

.design-layout #LeftNavi,
.design-layout #MainHead,
.design-layout #RightNavi {
    width: 33.33%;
}

.design-layout #TopNavi,
.design-layout #HeadNavi,
.design-layout #HeaderTopNavi,
.design-layout #LeftNavi,
.design-layout #MainHead,
.design-layout #MainFoot,
.design-layout #RightNavi,
.design-layout #BottomNavi,
.design-layout #FooterBottomNavi,
.design-layout #HeaderInternalNavi,
.design-layout #Unused {
    padding-bottom: 20px;
    height: 10px; /*IE6応急処置 */
}

.design-layout div.sort {
    margin: 5px 0;
    padding: 5px 2px;
    border: 1px solid #000;
    color: #333;
    background: #eee;
    font-size: 100%;
}

.design-layout .anywherecheck {
    white-space: nowrap;
}

.placeholder {
    border: 1px dashed #aaa;
    height: 20px;
}

#layout-header {
    vertical-align: middle;
}


/* コンテンツ管理
----------------------------------------------- */
#contents-csv-sqltbl {
    margin-bottom: 40px;
}

/* システム設定
----------------------------------------------- */
/* プラグイン管理 */
td.plugin_img {
    border-width: 1px 0px 1px 1px;
}
td.plugin_info {
    border-width: 1px 1px 1px 0px;
}
td.plugin_info p.description {
    margin: 8px 0 10px 5px;
}

td.plugin_info span.ec_cube_version {
    font-style: italic;
    font-size: 80%;
}

td.plugin_info span.plugin_name {
    font-weight: bold;
}

td.attention_fookpoint {
    background-color: #FEB;
}

/* フォーム
----------------------------------------------- */
div.btn,
p.remark {
    margin: 0 0 20px 0;
}

.pc {
/*  display: block; */
}
.tb {
    display: none;
}
.sp {
    display: none;
}
.pctb {
/*  display: block; */
}
.tbsp {
    display: none;
}

div.pc {
    display: block;
}
div.tb {
    display: none;
}
div.sp {
    display: none;
}
div.pctb {
    display: block;
}
div.tbsp {
    display: none;
}

/*FORM*/
.box3 {
    width: 33px;
}
/*W3*/

.box6 {
    width: 54px;
}
/*W6*/

.box10 {
    width: 82px;
}
/*W10*/

.box20 {
    width: 152px;
}
/*W20*/

.box25 {
    width: 187px;
}
/*W25*/

.box30 {
    width: 222px;
}
/*W30*/

.box33 {
    width: 243px;
}
.box33_2 {
    width: 243px;
}
/*W33*/

.box35 {
    width: 257px;
}
/*W35*/

.box40 {
    width: 276px;
}
/*W40*/

.box45 {
    width: 341px;
}
/*W45*/

.box50 {
    width: 362px;
}
/*W50*/

.box52 {
    width: 376px;
}
/*W52*/

.box54 {
    width: 390px;
}
/*W54*/

.box60 {
    width: 432px;
}
/*W60*/

.box65 {
    width: 467px;
}
/*W65*/

.box68 {
    width: 488px;
}
/*W68*/

.box76 {
    width: 544px;
}
/*W76*/

.box96 {
    width: 694px;
}
/*W96*/

.area40 {
    width: 302px;
    height: 134px;
}
/*W40×H8*/

.area45 {
    width: 337px;
    height: 290px;
}
/*W40×H20*/

.area46 {
    width: 337px;
    height: 134px;
}
/*W40×H8*/

.area50 {
    width: 372px;
    height: 82px;
}
/*W50?H4*/

.area55 {
    width: 407px;
    height: 82px;
}
/*W50?H4*/

.area59 {
    width: 432px;
    height: 134px;
}
/*W59×H8*/

.area60 {
    width: 433px;
    height: 134px;
}
/*W60?H8*/

.area61 {
    width: 433px;
    height: 82px;
}
/*W60?H4*/

.area65 {
    width: 444px;
    height: 290px;
}
/*W65×H20*/

.area70 {
    width: 512px;
    height: 186px;
}
/*W70?H12*/

.area75 {
    width: 547px;
    height: 186px;
}
/*W75?H12*/

.area80 {
    width: 572px;
    height: 134px;
}
/*W80×H8*/

.area80_2 {
    width: 572px;
    height: 82px;
}

.area90 {
    width: 650px;
    height: 420px;
}

.area96 {
    width: 694px;
    height: 420px;
}
/*W80×H30*/

.area96_2 {
    width: 694px;
    height: 160px;
}
/*W80×H10*/

.area99 {
    width: 715px;
    height: 523px;
}
/*W99?H40*/

/*COLOR*/
.red {
    color: #f00;
}
.frame_red {
    background-color: #ffe8e8;
}
.frame_blue {
    background-color: #D3EDFB;
}
.frame_gray {
    background-color: #f0f0f0;
}
.marker_red {
    background-color: #ff425b;
    color: white; 
}
.marker_blue {
    background-color: #0b66ff;
    color: white;
}

/*FONT*/
.bold {
    font-weight: bold;
}


/* フロート解除 */
.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden;
    content: ".";
}

/* 権限
 ユーザ権限により、メニュー表示するかの制御
 以下のメニューは店舗オーナーの場合、
 表示しない liusen
*/
x-dummy,
.authority_1 #navi-basis-holiday-new,
.authority_1 #navi-extralesson-fixed-phrase,
.authority_1 #navi-basis-shop-periods,
.authority_1 #navi-basis-shop-coupons,
.authority_1 #navi-basis-zip,
.authority_1 #navi-basis-tax,
.authority_1 #navi-basis-masterdata,
.authority_1 #navi-order-blanket-policy,
.authority_1 #navi-document-event,
.authority_1 #navi-document-kpi-shop,
.authority_1 #navi-document-kpi-openhistory,
.authority_1 #navi-document-yearly-salesList,
.authority_1 #navi-document-welfare-usage-report,
.authority_1 #navi-document-release-report,
.authority_1 #navi-products-product,
.authority_1 #navi-products-uploadcsv,
.authority_1 #navi-products-class,
.authority_1 #navi-products-category,
.authority_1 #navi-products-upload-csv-category,
.authority_1 #navi-products-maker,
.authority_1 #navi-products-rank,
.authority_1 #navi-products-product_s,
.authority_1 #navi-products-uploadcsv_s,
.authority_1 #navi-contents-csv,
.authority_1 #navi-design-bloc,
.authority_1 #navi-design-template,
.authority_1 #navi-design-add,
.authority_1 #navi-system,
.authority_1 #navi-ownersstore {
    /* display: none; --- IE で不具合 */
    border: none;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}


/* DnD並び替え系の設定 */
tr.movingHandle td {
    background-color: #eee;
}


/* ハンドルの設定 */
.dragHandle {
    font-weight: bold;
    text-align: center;
    cursor: n-resize;
}


/* アクティブハンドルの設定 */
.activeHandle {
    color: #f9a406;
}


table.layout,
table.layout th,
table.layout td {
    margin: 0;
    padding: 0;
    border: none;
    width: auto;
    vertical-align: top;
}


/* ログ表示用 */
.log td {
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: top;
}

.log .date {
    white-space: nowrap;
}


/* ポップアップ画面用 */
body#popup {
    width: 100%;
}

#popup-header {
    margin-bottom: 30px;
    width: 100%;
    height: 35px;
    background: url('../img/header/popup_back.jpg') repeat-x;
    text-align: right;
}

#popup-logo {
    padding: 10px 10px 0 0;
}

#popup-container {
    margin: 0 auto;
    padding: 0 20px;
//  width: 560px;
    width: 660px;
}


/*以下インストールページと共通■触るべからず*/

#outside {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
}

/*以上インストールページと共通■触るべからず*/

/* add by hashioka 2016/05/27 begin */
.reserve_fuka {
	background-color:#7F7F7F;
	color:#FFFFFF;
	line-height:100%;
	padding: 10px 0 10px 0;
	margin: 5px;
}

.reserve_nashi {
	background-color:#FF0000;
	color:#FFFFFF;
	line-height:100%;
	padding: 10px 0 10px 0;
	margin: 5px;
}

.reserve_ari {
	background-color:#00A0E9;
	color:#FFFFFF;
	line-height:100%;
	padding: 10px 0 10px 0;
	margin: 5px;
	height: 25px;
	table-layout: fixed;
	overflow:hidden;
}

.reserve_ari_orange {
	background-color:#ffb92a;
	color:#FFFFFF;
	line-height:100%;
	padding: 10px 0 10px 0;
	margin: 5px;
	height: 25px;
	table-layout: fixed;
	overflow:hidden;
}

.reserve_keep {
	background-color:#8FC31F;
	color:#FFFFFF;
	line-height:100%;
	padding: 10px 0 10px 0;
	margin: 5px;
	height: 25px;
	table-layout: fixed;
	overflow:hidden;
}

a.edit_reserv_id {
    color: #FFFFFF;
    text-decoration: underline;
}

a.edit_reserv_id:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.reserve_detail_reserv_fuka {
    padding: 0;
    margin: 0;
    background-color: #F2F2F2;
    color: #000000;
    font-size: 32px;
    text-align: center;
}

.reserve_detail_select {
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    cursor: pointer;
    color: #000000;
    font-size: 32px;
    text-align: center;
}

.reserve_detail_select32 {
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
//    cursor: pointer;
    color: #000000;
    font-size: 32px;
    text-align: center;
    vertical-align:top;
}

.reserve_detail_select32 a{
    color:#000000;
}

.reserve_detail_select_normal{
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
//    cursor: pointer;
    color: #000000;
    text-align: center;
    vertical-align:top;
}

.reserve_detail_select_normal a{
    color:#FFFFFF;
}

.reserve_detail_select_taiken{
    padding: 0;
    margin: 0;
    background-color: #54C3F1;
//    cursor: pointer;
    color: #000000;
    text-align: center;
    vertical-align:top;
}

.reserve_detail_select_taiken a{
    color:#FFFFFF;
}

.reserve_detail_select_karikaiin{
    padding: 0;
    margin: 0;
    background-color: #FADCE9;
//    cursor: pointer;
    color: #000000;
    text-align: center;
    vertical-align:top;
}

.reserve_detail_select_karikaiin a{
    color:#FFFFFF;
}

.reserve_detail_select_kyukaiake{
    padding: 0;
    margin: 0;
    background-color: #FFFFAB;
//    cursor: pointer;
    color: #000000;
    text-align: center;
    vertical-align:top;
}

.reserve_detail_select_kyukaiake a{
    color:#FFFFFF;
}

/* line-height設定によりセル全体を対象としている */
.reserve_detail_select_div{
    display:block;
    width: 100%;
    height: 100%;
/*  line-height: 200%; */
}

.reserve_detail_select_div_normal{
    display:block;
    width: 100%;
    height: 100%;
}

.reserve_detail_div{
    padding: 30px 0;
}

.reserve_detail_select_on {
    padding: 0;
    margin: 0;
    background-color: #0F337F;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 32px;
    text-align: center;
}

.reserve_detail_select_prev {
    padding: 0;
    margin: 0;
/*  background-color:#E1FFAD; */
    background-color:#e0f4ff;
    cursor: pointer;
    color: #000000;
    font-size: 32px;
    text-align: center;
}

.reserve_detail_select_normal_on {
    padding: 0;
    margin: 0;
    background-color: #0F337F;
//    cursor: pointer;
    color: #FFFFFF;
    text-align: center;
}

.boxclass_eyecatch_div {
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
}

.reserve_timetable_header {
    width: 100%;
}

div.rotate-banner{
    width:100%;
    margin-right: auto;
    margin-left: auto;
}
div.rotate-banner div.rotate-banner-sub-over{
    width: 100%;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    float: left;
}

div.rotate-banner div.rotate-banner-sub-over div{
    width: 14%;
    vertical-align: bottom;
    display: inline-block;
}
div.rotate-banner div.rotate-banner-sub-over p.reserve_selected{
    width: 100%;
    margin: 0 0 2px;
    padding: 2px 0;
    text-align: center;
    background-color:#FFFFAB;
    color: red;
/*  border:1px solid #FF0000; */
    border:1px solid #ff425b;
    box-sizing: border-box;
    cursor: pointer;
}
div.rotate-banner div.rotate-banner-sub-over p.reserve{
    width: 100%;
    margin: 0 0 2px;
    padding: 2px 0;
    text-align: center;
    background-color:#FFFFAB;
    color: red;
/*  border: 1px solid #00B0F0; */
    border: 1px solid #0b66ff;
    box-sizing: border-box;
    cursor: pointer;
}

div.rotate-banner div.rotate-banner-sub{
    width:100%;
    height:60px;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    float: left;
}

div.rotate-banner div.rotate-banner-sub p.reserve_selected{
    height:50px;
//  width: 150px;
    width: 14%;
    text-align:center;
    padding-top:10px;
/*  background-color:#FF0000; */
    background-color:#ff425b;
    color:#FFFFFF;
    cursor:pointer;
    display: inline-block;
}
div.rotate-banner div.rotate-banner-sub p.reserve{
    height:50px;
//  width: 150px;
    width: 14%;
    text-align:center;
    padding-top:10px;
/*  background-color:#00B0F0; */
    background-color:#0b66ff;
    color:#FFFFFF;
    cursor:pointer;
    display: inline-block;
}
div.rotate-banner div.rotate-banner-sub p.not_reserve{
    height:50px;
//  width: 150px;
    width: 14%;
    text-align:center;
    padding-top:10px;
    background-color:#EEEEEE;
    color:#000000;
    display: inline-block;
}

div.rotate-banner div.rotate-banner-sub-under{
    width:100%;
    height:20px;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    float: left;
}

div.rotate-banner div.rotate-banner-sub-under p.reserve_selected{
    height:20px;
    width: 14%;
    text-align:center;
    padding-top:0;
/*  border: 1px solid #FF0000; */
    border: 1px solid #ff425b;
    box-sizing: border-box;
    color:#000000;
    cursor:pointer;
    display: inline-block;
}
div.rotate-banner div.rotate-banner-sub-under p.reserve_selected_not_check{
    height:20px;
    width: 14%;
    text-align:center;
    padding-top:0;
/*  background-color:#FF0000; */
    background-color:#ff425b;
/*  border: 1px solid #FF0000; */
    border: 1px solid #ff425b;
    box-sizing: border-box;
    cursor:pointer;
    display: inline-block;
}
div.rotate-banner div.rotate-banner-sub-under p.reserve{
    height:20px;
    width: 14%;
    text-align:center;
    padding-top:0;
/*  border: 1px solid #00B0F0; */
    border: 1px solid #0b66ff;
    box-sizing: border-box;
    color:#000000;
    cursor:pointer;
    display: inline-block;
}
div.rotate-banner div.rotate-banner-sub-under p.reserve_not_check{
    height:20px;
    width: 14%;
    text-align:center;
    padding-top:0;
/*  background-color:#00B0F0; */
    background-color:#0b66ff;
/*  border: 1px solid #00B0F0; */
    border: 1px solid #0b66ff;
    box-sizing: border-box;
    cursor:pointer;
    display: inline-block;
}
div.rotate-banner div.rotate-banner-sub-under p.not_reserve{
    height:20px;
    width: 14%;
    text-align:center;
    padding-top:0;
    background-color:#EEEEEE;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    display: inline-block;
}

div.lesson-info-left{
    width:70%;
    float:left;
}
div.lesson-info-right{
    width:30%;
    text-align:center;
    float:left;
}

div#btn-left2{
    display: inline-block;
    float: left;
    margin-right: 5px;
}
div#btn-right2{
    display: inline-block;
    float: left;
    margin-left: 5px;
}

.box-next,
.box-prev,
.box-next2,
.box-prev2,
.box-current,
.box-reload{
    margin: 0;
    padding: 0;
    display: none;
}

.box-next p{
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
//	right: 16px;
//	top: 300px;
	right: 16px;
	bottom: 50px;
    cursor:pointer;
}

.box-prev p{
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
//	left: 16px;
//	top: 300px;
	right: 120px;
	bottom: 50px;
    cursor:pointer;
}

.box-next2 p{
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
	right: 16px;
	top: 20px;
	cursor: pointer;
}

.box-prev2 p{
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
	right: 120px;
	top: 20px;
	cursor: pointer;
}

/* line-height設定によりセル全体を対象としている */
.box-current p{
	margin: 0;
	padding: 0;
	position: fixed ;
	right: 436px;
	top: 10px;
//	background-color:#0F337F;
	background: url('../img/button/lesson_box.png') no-repeat;
	width: 200px;
	height: 32px;
	color:#FFFFFF;
	text-align: center;
	border: 3px solid white;
    border-radius: 3px;
	line-height: 200%;
	font-size: 16px;
	display: none;
}

.box-current a:link,
.box-current a:visited{
	color:#FFFFFF;
}

div.box-current-menu7{
	margin: 0;
	padding: 0;
	position: fixed;
	right: 436px;
	top: 45px;
	background-color:#FFFFFF;
	width: 200px;
	height: 220px;
	color:#666666;
	text-align: center;
	border: 3px solid white;
}

div.box-current-menu6{
	margin: 0;
	padding: 0;
	position: fixed;
	right: 436px;
	top: 45px;
	background-color:#FFFFFF;
	width: 200px;
	height: 188px;
	color:#666666;
	text-align: center;
	border: 3px solid white;
}

div.box-current-menu5{
	margin: 0;
	padding: 0;
	position: fixed;
	right: 436px;
	top: 45px;
	background-color:#FFFFFF;
	width: 200px;
	height: 157px;
	color:#666666;
	text-align: center;
	border: 3px solid white;
}

/* line-height設定によりセル全体を対象としている */
.box-yoyaku p{
	margin: 0;
	padding: 0;
	position: fixed ;
	right: 226px;
	top: 10px;
//	background-color:#0F337F;
	background: url('../img/button/lesson_yoyaku.png') no-repeat;
	width: 200px;
	height: 32px;
	color:#FFFFFF;
	text-align: center;
	border: 3px solid white;
    border-radius: 3px;
	line-height: 200%;
    font-size: 16px;
}

.box-yoyaku a:link,
.box-yoyaku a:visited{
	color:#FFFFFF;
}

div.box-yoyaku-menu{
	margin: 0;
	padding: 0;
	position: fixed;
	right:226px;
	top: 45px;
//	background-color:#00A0E9;
	background-color:#FFFFFF;
	width: 200px;
	height: 95px;
	color:#666666;
	text-align: center;
	border: 3px solid white;
}

div.box-yoyaku-menu-sub{
	border: 1px solid #cccccc;
	line-height: 200%;
	margin-bottom: 1px;
	cursor: pointer;
	text-align: center;
	background-color: #FFFFFF;
}

div.box-yoyaku-menu-sub-disabled{
	border: 1px solid #cccccc;
	line-height: 200%;
	margin-bottom: 1px;
	text-align: center;
	background-color: #EEEEEE;
}

/* line-height設定によりセル全体を対象としている */
.box-reload p{
	margin: 0;
	padding: 0;
	position: fixed;
	right: 16px;
	top: 10px;
//	background-color:#0F337F;
	background: url('../img/button/lesson_recycle.png') no-repeat;
	width: 200px;
	height: 32px;
	color:#FFFFFF;
	text-align: center;
	border: 3px solid white;
    border-radius: 3px;
	line-height: 200%;
    font-size: 16px;
    cursor: pointer;
}

.box-reload-disabled p{
	margin: 0;
	padding: 0;
	position: fixed;
	right: 16px;
	top: 10px;
//	background-color:#0F337F;
	background: url('../img/button/lesson_recycle_disabled.png') no-repeat;
	width: 200px;
	height: 32px;
	color:#666666;
	text-align: center;
	border: 3px solid white;
    border-radius: 3px;
	line-height: 200%;
    font-size: 16px;
    cursor: pointer;
}

.move-box-next{
	display: block ;
	background: #D36015 ;
	background: url('../img/button/next.png') no-repeat;
	width: 100px;
	height: 87px;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}

.move-box-prev{
	display: block ;
	background: #D36015 ;
	background: url('../img/button/prev.png') no-repeat;
	width: 100px;
	height: 87px;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}

.move-box-next:hover,
.move-box-prev:hover,
{
	opacity: 0.85 ;
}
/* add by hashioka 2016/05/27 end */

.todo_status_div{
    position: relative;
    width:150px;
    float:left;
    text-align:center;
    margin:0 20px 0 2%;
    padding: 14px 0 14px 0;
    line-height: 200%;
    color:#FFFFFF;
}
.todo_status_div a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color:#FFFFFF;
}

.todo_status_div a:hover {
    color:#FFFFFF;
}

.todo_icon_div{
    float: left;
    margin-right: 15px;
    padding-top: 0;
}

.todo_text_div,
.todo_text_div_2icon{
    float:left;
    text-align:left;
    padding-top: 3px;
    line-height: 200%;
}

a.button_update{
    padding: 0 10px 0 10px;
    margin-top: 1px;
    background-color: #00A0E9;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    line-height: 200%;
}

a.button_delete{
    padding: 0 10px 0 10px;
    margin-top: 1px;
    background-color: #808080;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    line-height: 200%;
}

.movie_div{
    padding: 0 40px 10px 0;
    text-align: right;
}

.movie_div a.button_close{
    padding: 0 10px 0 10px;
    margin-top: 1px;
    background-color: #808080;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
}

.modal-select-content {
    margin: auto;
}
.modal-select-content .title{
    height: 30px;
    background-color: #0F337F;
    color: white;
    text-align: center;
    padding-top:10px;
}
.modal-select-content .text{
    width: 500px;
    height: 100px;
    white-space: nowrap;
    text-align: center;
    padding-top: 30px;
}
.modal-select-content .text .button{
    width: 180px;
    border: 1px solid #808080;
    text-align: center;
    padding: 15px 0 15px 0;
    margin: 0 10px 0 10px;
    background-color: #FFFFFF;
    color: #000000;
    line-height: 200%;
    cursor:pointer;
    display: inline-block;
    border-radius: 4px;
}
.modal-select-content .text .button:hover{
    color: #ffffff;
    background-color: #0F337F;
}

.modal-select-content-large {
    margin: auto;
}
.modal-select-content-large .title{
    height: 30px;
    background-color: #0F337F;
    color: white;
    text-align: center;
    padding-top:10px;
}
.modal-select-content-large .text{
    width: 810px;
    white-space: nowrap;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.modal-select-content-large .text .left-icon{
    width: 420px;
    padding: 20px 0;
    text-align: center;
    display: inline-block;
}
.modal-select-content-large .text .left-icon .icon{
    width: 380px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: 1px solid #cccccc;
}
.modal-select-content-large .text .right-content{
    width: 390px;
    padding: 20px 15px 20px 0;
    text-align: left;
    line-height: 150%;
    display: inline-block;
    vertical-align: top;
}
.modal-select-content-large .text .button{
    width: 240px;
    border: 1px solid #808080;
    text-align: center;
    padding: 15px 0 15px 0;
    margin: 4px 14px 4px 14px;
    background-color: #FFFFFF;
    color: #000000;
    line-height: 200%;
    cursor:pointer;
    display: inline-block;
    border-radius: 4px;
    float: left;
}
.modal-select-content-large .text .button2{
    width: 780px;
    border: 1px solid #808080;
    text-align: center;
    padding: 15px 0 15px 0;
    margin: 4px 14px 4px 14px;
    background-color: #FFFFFF;
    color: #000000;
    line-height: 200%;
    cursor:pointer;
    display: inline-block;
    border-radius: 4px;
}
.modal-select-content-large .text .button_3column_basiccheck{
    width: 220px;
    border: 1px solid #808080;
    text-align: left;
    padding: 10px 0 10px 8px;
    margin: 4px 4px 4px 14px;
    background-color: #FFFFFF;
    color: #000000;
    line-height: 200%;
    cursor:pointer;
    display: inline-block;
    border-radius: 4px;
    float: left;
}
.modal-select-content-large .text .button_3column_basiccheck_disabled{
    width: 220px;
    border: 1px solid #808080;
    text-align: left;
    padding: 10px 0 10px 8px;
    margin: 4px 4px 4px 14px;
    background-color: #E0E0E0;
    color: #000000;
    line-height: 200%;
    cursor:default;
    display: inline-block;
    border-radius: 4px;
    float: left;
}
.modal-select-content-large .text .button_3column_basiccheck_checked{
    width: 220px;
    border: 1px solid #808080;
    text-align: left;
    padding: 10px 0 10px 8px;
    margin: 4px 4px 4px 14px;
    background: url('../img/contents/complete_235.png');
    color: #000000;
    line-height: 200%;
    cursor:default;
    display: inline-block;
    border-radius: 4px;
    float: left;
}
.modal-select-content-large .text .button_2column_noicon{
    width: 372px;
    border: 1px solid #808080;
    text-align: center;
    padding: 15px 0 15px 0;
    margin: 4px 14px 4px 14px;
    background-color: #FFFFFF;
    color: #000000;
    line-height: 200%;
    cursor:pointer;
/*    display: inline-block; */
    border-radius: 4px;
    float: left;
}
.modal-select-content-large .text .button_2column_noicon_disabled{
    width: 372px;
    border: 1px solid #808080;
    text-align: center;
    padding: 15px 0 15px 0;
    margin: 4px 14px 4px 14px;
    background-color: #E0E0E0;
    color: #000000;
    line-height: 200%;
    cursor:default;
/*    display: inline-block; */
    border-radius: 4px;
    float: left;
}
.modal-select-content-large .text .button_1column_icon{
    width: 755px;
    border: 1px solid #808080;
/*    text-align: center; */
    text-align: left;
    padding: 10px 0 10px 5px;
/*    margin-left: auto; */
/*    margin-right: auto; */
/*    margin-top: 5px; */
    margin: 4px 14px 4px 14px;
    background-color: #FFFFFF;
    color: #000000;
    line-height: 200%;
    cursor:pointer;
/*    display: block; */
    border-radius: 4px;
    float: left;
}

.modal-select-content-large .text .button:hover,
.modal-select-content-large .text .button2:hover,
.modal-select-content-large .text .button_3column_basiccheck:hover,
.modal-select-content-large .text .button_2column_noicon:hover,
.modal-select-content-large .text .button_1column:hover{
    color: #ffffff;
    background-color: #0F337F;
}

.modal-select-content-large .text .lesson-title,
.modal-select-content-large #modal-select-content4b-sub2 .text .lesson-title{
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    text-align: center;
    padding: 10px;
    margin: 0 15px 0 15px;
    background-color: #85D4E8;
    color: #ffffff;
}
.modal-select-content-large .text .lesson-text,
.modal-select-content-large #modal-select-content4b-sub2 .text .lesson-text{
    border: 1px solid #808080;
    text-align: center;
    padding: 10px;
    margin: 0 15px 0 15px;
    background-color: #ffffff;
}
.modal-select-content-large .text .button-yesno{
    width: 540px;
    margin: 20px auto 0;
}

.questionnaire-select-content {
    margin-bottom: 20px;
    border: 1px solid #808080;
/*  background-color: #E1FFAD; */
    background-color: #f4f5f5;
}
.questionnaire-select-content .title{
    height: 30px;
    background-color: #0F337F;
    color: white;
    text-align: center;
    padding-top:10px;
}
.questionnaire-select-content .text{
    text-align: center;
    padding-top: 15px;
}
.questionnaire-select-content .text2{
    text-align: center;
    padding-bottom: 15px;
}
.questionnaire-select-content .text .button,
.questionnaire-select-content .text2 .button{
    width: 250px;
    border: 1px solid #808080;
    text-align: center;
    padding: 15px 0 15px 0;
    margin: 0 10px 10px 10px;
    background-color: #FFFFFF;
    color: #000000;
    line-height: 200%;
    cursor:pointer;
    display: inline-block;
    border-radius: 4px;
}
.questionnaire-select-content .text .button_1column{
    width: 755px;
    border: 1px solid #808080;
    text-align: center;
    padding: 15px 0 15px 0;
    margin: 0 10px 10px 10px;
    background-color: #FFFFFF;
    color: #000000;
    line-height: 200%;
    cursor:pointer;
    display: inline-block;
    border-radius: 4px;
}
.questionnaire-select-content .text .button:hover,
.questionnaire-select-content .text2 .button:hover,
.questionnaire-select-content .text .button_1column:hover{
    color: #ffffff;
    background-color: #0F337F;
}
.questionnaire-select-content .text .checkboxlabel{
    width: 250px;
    border: 1px solid #808080;
    text-align: center;
    padding: 5px 0 5px 0;
    margin: 0 10px 5px 10px;
    background-color: #FFFFFF;
    color: #000000;
    line-height: 200%;
    cursor:pointer;
    display: inline-block;
    border-radius: 4px;
}
.questionnaire-select-content .text .checkbox {
  display: none;
}
.questionnaire-select-content .text .checkbox:checked + .checkboxlabel {
    color: #ffffff;
    background-color: #0F337F;
}

.labelClub{
    width: 170px;
    border: 1px solid #808080;
    text-align: center;
    padding: 15px 0 15px 0;
    margin: 4px 14px 4px 14px;
    background-color: #FFFFFF;
    color: #000000;
    line-height: 200%;
    cursor:pointer;
    display: inline-block;
    border-radius: 4px;
}
.labelClub-disabled{
    width: 170px;
    border: 1px solid #808080;
    text-align: center;
    padding: 15px 0 15px 0;
    margin: 4px 14px 4px 14px;
    background-color: #E0E0E0;
    color: #000000;
    line-height: 200%;
    display: inline-block;
    border-radius: 4px;
}
.checkClub{
  display: none;
}
.checkClub:checked + .labelClub,
.checkClub:checked + .labelClub-disabled {
    color: #ffffff;
    background-color: #0F337F;
}

.div_right {
    text-align: right;
    width: 100%;
}

.chkboxlist {
    margin: 0 0 3px 0;
    float: left;
}

.boxnarrow {
    width: 200px;
}
.boxwide {
    width: 400px;
}

.key_number {
    width: 300px;
    height: 50px;
    line-height: 170%;
    color: #4B4B4B;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: url('../img/icon/icon_key_gray_48.png') no-repeat;
    background-position:10px 10px;
    margin: 0 10px 10px 0;
    padding: 10px 0 10px 70px;
    float: left;
}

.saturday {
    text-align: center;
    background-color: #D3EDFB;
}
.sunday {
    text-align: center;
    background-color: #FADCE9;
}
.weekday {
    text-align: center;
}
.shop_open {
    height: 60px;
    text-align: center;
}
.shop_close {
    height: 60px;
    text-align: center;
    background-color: #F0F0F0;
}

.popupmsg250 {
    position: relative;
}
.popupmsg250 span.popup {
    display: none;
}
.popupmsg250 a:hover span.popup {
    background: none repeat scroll 0 0 white;
    border: 1px solid #CCCCCC;
    color: #000000;
    display: block;
    line-height: 150%;
    padding: 5px;
    position: absolute;
    top: 20px;
    width: 250px;
}

/* 各種手続き
----------------------------------------------- */
.grid {
    display: -ms-grid; /* forIE */
    display: grid;
    gap: 5px 10px;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr; /* forIE */
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: 
        "grid_area1 grid_area2 grid_area3 grid_area4"
        "grid_area5 grid_area6 grid_area7 grid_area8"
        "grid_area9 grid_area10 grid_area11 grid_area12"
        "grid_area13 grid_area14 grid_area15 grid_area16";
}
.grid-item {
    margin:10px;
    padding: 20px;
    background-color: #D3EDFB;
    text-align: center;
    border-radius: 3px;
    cursor : pointer;
}
.grid-item:hover{
    background-color: #0b66ff;
    color: white;
}
.grid-item-gray {
    margin:10px;
    padding: 20px;
    background-color: #e0e0e0;
    text-align: center;
    border-radius: 3px;
}
.grid-item-gray:hover{
    background-color: #808080;
    color: white;
}

/* forIE */
#grid-item1 { -ms-grid-row: 1; -ms-grid-column: 1; grid-area: grid_area1; }
#grid-item2 { -ms-grid-row: 1; -ms-grid-column: 3; grid-area: grid_area2; }
#grid-item3 { -ms-grid-row: 1; -ms-grid-column: 5; grid-area: grid_area3; }
#grid-item4 { -ms-grid-row: 1; -ms-grid-column: 7; grid-area: grid_area4; }
#grid-item5 { -ms-grid-row: 2; -ms-grid-column: 1; grid-area: grid_area5; }
#grid-item6 { -ms-grid-row: 2; -ms-grid-column: 3; grid-area: grid_area6; }
#grid-item7 { -ms-grid-row: 2; -ms-grid-column: 5; grid-area: grid_area7; }
#grid-item8 { -ms-grid-row: 2; -ms-grid-column: 7; grid-area: grid_area8; }
#grid-item9 { -ms-grid-row: 3; -ms-grid-column: 1; grid-area: grid_area9; }
#grid-item10 { -ms-grid-row: 3; -ms-grid-column: 3; grid-area: grid_area10; }
#grid-item11 { -ms-grid-row: 3; -ms-grid-column: 5; grid-area: grid_area11; }
#grid-item12 { -ms-grid-row: 3; -ms-grid-column: 7; grid-area: grid_area12; }
#grid-item13 { -ms-grid-row: 4; -ms-grid-column: 1; grid-area: grid_area13; }
#grid-item14 { -ms-grid-row: 4; -ms-grid-column: 3; grid-area: grid_area14; }
#grid-item15 { -ms-grid-row: 4; -ms-grid-column: 5; grid-area: grid_area15; }
#grid-item16 { -ms-grid-row: 4; -ms-grid-column: 7; grid-area: grid_area16; }

.progressbar {
    position: relative;
    margin: 20px 5% 50px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.progressbar li {
    position: relative;
    list-style-type: none;
    text-align: center;
    color: #999999;
    counter-increment: steps;
}
.progressbar li.complete,
.progressbar li.complete_skip {
    color: #0F337F;
}
.progressbar li.active {
    color: #0b66ff;
}
.progressbar li.skip {
    color: #F5F5F5;
}

.progressbar3 li {
    width: 33.333%;
}
.progressbar4 li {
    width: 25%;
}
.progressbar5 li {
    width: 20%;
}
.progressbar6 li {
    width: 16.666%;
}
.progressbar7 li {
    width: 14.285%;
}
.progressbar8 li {
    width: 12.5%;
}
.progressbar9 li {
    width: 11.111%;
}
.progressbar10 li {
    width: 10%;
}
.progressbar11 li {
    width: 9.090%;
}

.progressbar li.complete:link,
.progressbar li.complete:visited,
.progressbar li.complete:active {
    color: #0F337F;
}
.progressbar li.complete:hover {
    color: #0F337F;
    text-decoration: underline;
    cursor: pointer;
}

.progressbar li:before {
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 auto 20px auto;
    content: '';
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    background-color: #F5F5F5;
    content: counter(steps);
}
.progressbar li.complete:before {
    background-color: #0F337F;
    color: #FFFFFF;
}
.progressbar li.complete_skip:before {
    background-color: #0F337F;
    color: #FFFFFF;
}
.progressbar li.active:before {
    background-color: #0b66ff;
    color: #FFFFFF;
}
.progressbar li.skip:before {
    background-color: #F5F5F5;
    color: #FFFFFF;
}

.progressbar li:after {
    position: absolute;
    z-index: -1;
    top: 15px;
    left: -50%;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #F5F5F5;
}
.progressbar li.complete:after {
    background-color: #0F337F;
}
.progressbar li.complete_skip:after {
    background-color: #0F337F;
}
.progressbar li.active:after {
    background-color: #0b66ff;
}
.progressbar li.skip:after {
    background-color: #F5F5F5;
}
.progressbar li:first-child:after {
    content: none;
}

.action_guide {
    margin: 20px 2% 60px;
}
.action_guide_summary {
    font-size: 110%;
    color: #0F337F;
    background: url('../img/icon/icon_check_0f337f_48.png') no-repeat;
    background-position: 0 2px;
    padding: 0 0 0 55px;
    height: 48px;
    position: relative;
}
.action_guide_summary p {
    position: absolute;
    bottom: 0;
}
.action_guide_content {
    margin: 7px 0 15px;
    line-height: 150%;
}

.action-info-area {
    margin:50px 0;
    padding: 20px 0;
    clear: both;
    width: 100%;
    color: #0F337F;
    background: #FFF4CD;
    border: #0F337F solid 1px;
    text-align: center;
    font-size:125%;
    line-height: 150%;
}
.action-attention-area {
    margin-bottom: 20px;
    padding: 20px 0 20px 2%;
    clear: both;
    width: auto;
    color: #FF0000;
    background: #FFFFFF;
    border: #FF0000 solid 1px;
/*  text-align: center; */
    line-height: 150%;
}
.action-attention-area-sub {
    margin: 0 0 10px;
}

#table_action_smaregi > tbody > tr > td{
    padding: 20px 2%;
    line-height: 150%;
}
#table_action_smaregi .money{
    font-size: 24px;
    font-weight: bold;
}
#table_action_smaregi2 > tbody > tr > td{
    padding-left: 2%;
    padding-right: 2%;
}

/* 課外レッスン申し込み
----------------------------------------------- */
.div_rightlabel200_blue {
    text-align: center;
    width: 200px;
/*  color: #FFFFFF; */
    color: #0b66ff;
/*  background-color: #00A0E9; */
/*  background-color: #0b66ff; */
    background-color: #FFFFFF;
    border: solid 1px #0b66ff;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: -20px;
    padding: 10px 0;
    font-size: 16px;
}
.div_rightlabel200_red {
    text-align: center;
    width: 200px;
/*  color: #FFFFFF; */
    color: #ff425b;
/*  background-color: #E4007F; */
/*  background-color: #ff425b; */
    background-color: #FFFFFF;
    border: solid 1px #ff425b;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: -20px;
    padding: 10px 0;
    font-size: 16px;
}
.div_rightlabel200_gray {
    text-align: center;
    width: 200px;
/*  color: #FFFFFF; */
    color: #C9C9C9;
/*  background-color: #C9C9C9; */
    background-color: #FFFFFF;
    border: solid 1px #C9C9C9;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: -20px;
    padding: 10px 0;
    font-size: 16px;
}
.extralesson_photo {
    text-align: center;
    vertical-align: top;
    border: 1px solid #ccc;
    width: 32.8%;
    display: inline-block;
    padding: 20px 0 20px 0;
    margin-bottom: 20px;
}

/* ページ説明
----------------------------------------------- */
.manual {
    padding: 20px;
    color: #0F337F;
    background: #FFFFFF;
    border: #0F337F solid 1px;
    font-size: 100%;
    line-height: 150%;
}
.manual_marker {
    border: 1px solid #0F337F;
    background-color: #0F337F;
    color: white;
    line-height: 200%;
}

/* add by liusen 2019/01/07 begin */
.submenu{
    position: relative;
    top: 10px;
    left: 0px;
    background: #ffffff;
    display: none;
    z-index: 1;
}
.submenu a:link,
.submenu a:hover{
    color: #fff;
}
.submenu li{
    display: inline-block;
    line-height: 200%;
    width: 95%;
    margin: 1px auto;
    border-radius: 5px;
    background: #f8b62d;
    color: #fff;
}
.submenu li:hover{
    background: #4a9bd5;
    border-radius: 5px;
}
/* add by liusen 2019/01/07 end */

/* バッジ表示
----------------------------------------------- */
.badge_blue,
.badge_red,
.badge_green{
    padding: 0 10px;
    border-radius: 50%;
    white-space: nowrap;
    position:relative;
    top:-3px;
}

.badge_blue {
    background-color: #0b66ff;
    color: white;
}
.badge_red {
    background-color: #ff425b;
    color: white; 
}
.badge_green {
    background-color: #009f31;
    color: white;
}

.attention-mark {
    padding: 0 5px;
    margin-left: 10px;
    border-radius: 4px;
/*  background-color: #F27398; */
    background-color: #ff425b;
    font-size: 85%;
    color: #FFFFFF;
}

/* ステータス表示
----------------------------------------------- */
.basic_status_yellow,
.basic_status_orange,
.basic_status_gray,
.basic_status_green,
.basic_status_blue,
.basic_status_pink,
.basic_status_white,
.customer_status0,
.customer_status1,
.customer_status2,
.customer_status3,
.customer_status8,
.customer_status9,
.customer_status11,
.customer_status12,
.customer_status13,
.customer_status14,
.customer_status15,
.customer_status19,
.customer_status20,
.customer_status23,
.todo_status1,
.todo_status2{
    display:inline-block;
    width:98%;
    padding:3px 0;
    color:white;
    border-radius:2px;
}

.order_status1,
.order_status2,
.order_status3,
.order_status6,
.reserve_status1,
.reserve_status3,
.reserve_status4,
.reserve_status6,
.reserve_status7,
.product_status1,
.product_status2{
    display:inline-block;
    width:80%;
    padding:3px 0;
    color:white;
    border-radius:2px;
}

.basic_status_yellow,
.order_status1{ /* yellow */
    background-color: #729700;
/*    background-color: #ab8000; */ 
/*    background-color: #e66000; */
/*    background-color: #ff4c28; */
/*    background-color: #ff425b; */
}
.basic_status_orange,
.customer_status1,
.customer_status8,
.order_status2,
.todo_status1{ /* orange */
    background-color: #ffb92a;
}
.basic_status_gray,
.customer_status9,
.customer_status11,
.customer_status13,
.customer_status15,
.customer_status19,
.order_status3,
.reserve_status3,
.product_status2{ /* gray */
    background-color: #808080;
}
.basic_status_green,
.customer_status2,
.customer_status12,
.customer_status14,
.order_status6,
.reserve_status1,
.reserve_status6,
.reserve_status7,
.product_status1,
.todo_status2{ /* green */
    background-color: #009f31;
}
.basic_status_blue,
.customer_status3,
.customer_status23{ /* blue */
    background-color: #0b66ff;
}
.basic_status_pink,
.customer_status0,
.customer_status20,
.reserve_status4{ /* pink */
    background-color: #ff425b;
}
.basic_status_white{ /* white */
    background-color: #ffffff;
}

/* ツールチップ
----------------------------------------------- */
.cp_tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-decoration: underline;
}
.cp_tooltip .cp_tooltiptext_green {
    position: absolute;
    z-index: 1;
    top: 120%;
/*  left: 0; */
    right: 0;
    visibility: hidden;
/*  width: auto; */
    width: 210px;
/*  white-space: nowrap; */
    padding: 10px 10px;
    transition: opacity 1s;
/*  text-align: center; */
    opacity: 0;
    color: #ffffff;
    border-radius: 6px;
/*  background-color: #009f31; */
/*  background-color: #0F337F; *//* LogoColor */
    background-color: #009900; /* yuucho */
}
.cp_tooltip .cp_tooltiptext_green::after {
    position: absolute;
    bottom: 100%;
/*  left: 10%; */
    left: 90%;
    margin-left: -5px;
    content: ' ';
    border: 5px solid transparent;
/*  border-bottom-color: #009f31; */
/*  border-bottom-color: #0F337F; *//* LogoColor */
    border-bottom-color: #009900; /* yuucho */
}
.cp_tooltip:hover .cp_tooltiptext_green {
    visibility: visible;
    opacity: 1;
}

/* アイキャッチアイコン
----------------------------------------------- */
.eyecatch_purple,
.eyecatch_gray{
    font-size: 100%;
    display: inline-block;
    color: white;
    border: 1px solid white;
    padding: 1px 3px;
    border-radius: 3px;
}
.eyecatch_purple{
    background-color: #bc1b61;
}
.eyecatch_gray{
    background-color: #808080;
}

/* アニメーション
----------------------------------------------- */
.animation_alert_div {
    background-color: #ff425b;
    color: #ffffff;
    padding: 30px 5px;
    text-align: center;
    font-size:16px;
}
.animation_alert {
    animation: keyframes-alert 2s linear infinite;
}
@keyframes keyframes-alert{
    0%, 30%, 70%, 100%{
        background-color: #ff425b;
    }
    50%{
        background-color: #ffffff;
    }
}

/* SKGさまご対応分
----------------------------------------------- */
/* メニュー画面 */
.btn-action-menu,
a.btn-action-menu:link,
a.btn-action-menu:visited {
    padding: 5px 10px;
    border: solid 2px #bcbecb;
    display: inline-block;
    color: #0d0d0d;
    background-attachment: scroll;
    background-clip: border-box;
    font-weight: normal;
    font-size: 90%;
    text-decoration: none;
    white-space: normal;
    cursor: pointer;

    /* CSS3 radius */
    border-radius: 5px;
    /* Safari, Chrome radius */
    -webkit-box-sizing: content-box;
    -webkit-border-radius: 5px;
    /* Firefox radius */
    -moz-border-radius: 5px;
    /* Safari, Chrome radius */
    -webkit-box-sizing: content-box;
    -webkit-border-radius: 5px;
    /* Firefox radius */
    -moz-border-radius: 5px;
}

a.btn-action-menu:hover{
    border: 1px solid #0F337F; /* ボタン変更 */
    background: #0F337F;
    color: #fff !important;
}
