/**
 * 全体
 *
 */

html,
body {
    height: 100%;
    font-family: Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-text-size-adjust: none;
}

hr {
    margin: 12px 0;
    border-color: #CCCCCC;
    border-width: 1px 0 0 0;
}

hr.solid {
    border-style: solid;
}

hr.dotted {
    border-style: dotted;
}

hr.double {
    border-style: double;
}

hr.dashed {
    border-style: dashed;
}

table {
    width: 100%;
}

body {
    padding-top: 96px;
    background-color:  #96734E;
}

body#top {
    padding-top: 74px;
}

#wrap-container {

}

#wrap-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* PC (1136px以上) */
@media (min-width: 1136px) {
    #wrap-container {
        max-width: 1136px;
    }
}

/* Tablet (768px ~ 1135px): full width */
@media (min-width: 768px) and (max-width: 1135px) {
    #wrap-container {
        max-width: 100%;
    }
}

/* SP (767px以下): full width */
@media (max-width: 767px) {
    #wrap-container {
        max-width: 100%;
    }
}

div#wrap {
    position: relative;
    width: 100%;
    height: auto !important;
    /*IE6対策*/
    height: 100%;
    /*IE6対策*/
    min-height: 100%;

    background: url(../img/bg_contents.gif) left top repeat;
}

.color-red {
    color: #FF0000;
}

.btn {
    border: none;
    border-bottom: solid 3px #CCCCCC;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.btn-default {
    background-color: #E9E9E9;
}

.btn-block {
    margin: 12px auto;
    font-size: 16px;
    width: 96%;
}

.modal {
    top: 20px;
}

.btn-square {
    width: 38px;
    height: 38px;
    padding: 5px 6px;
}

.btn-pink,
.btn-pink:hover,
.btn-pink:focus {
    background-color: #F9C039;
    color: #FFFFFF;
}

.btn-history,
.btn-history:hover,
.btn-history:focus {
    background-color: #D98463;
    color: #FFFFFF;
}



/**
 * ヘッダ
 *
 */

div#header {
    padding-left: 0;
    padding-right: 0;
}

.container {
    padding-right: 8px;
    padding-left: 8px;
}

/* PC: override Bootstrap default 1170px → 1136px */
@media (min-width: 1200px) {
    .container {
        max-width: 1136px;
    }
}

.navbar {
    min-height: 48px;
}

.navbar-right li {
    padding-left: 170px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.navbar-right li#person {
    background: url('../img/icon_settings/icon_person.png') 89px center no-repeat;
    background-size: 30px, auto;
}

.navbar-right li#home {
    background: url('../img/icon_settings/icon_home.png') 89px center no-repeat;
    background-size: 30px, auto;
}

.navbar-right li#mypage {
    background: url('../img/icon_settings/icon_mypage.png') 89px center no-repeat;
    background-size: 30px, auto;
}

.navbar-right li#statistical {
    background: url('../img/icon_settings/icon_statistical.png') 89px center no-repeat;
    background-size: 30px, auto;
}

.navbar-right li#talk {
    background: url('../img/icon_settings/icon_talk.png') 89px center no-repeat;
    background-size: 30px, auto;
}

.navbar-right li#info {
    background: url('../img/icon_settings/icon_info.png') 89px center no-repeat;
    background-size: 30px, auto;
}

.navbar-right li#mail {
    background: url('../img/icon_settings/icon_mail.png') 89px center no-repeat;
    background-size: 30px, auto;
}

.navbar-right li#opinion {
    background: url('../img/icon_settings/icon_opinion.png') 89px center no-repeat;
    background-size: 30px, auto;
}

.navbar-right li#help {
    background: url('../img/icon_settings/icon_help.png') 89px center no-repeat;
    background-size: 30px, auto;
}

.navbar-right li#lock {
    background: url('../img/icon_settings/icon_lock.png') 89px center no-repeat;
    background-size: 30px, auto;
}

.navbar-right li#list {
    background: url('../img/icon_settings/icon_list.png') 89px center no-repeat;
    background-size: 30px, auto;
}

.navbar-right li#exit {
    background: url('../img/icon_settings/icon_exit.png') 89px center no-repeat;
    background-size: 30px, auto;
}

.tablet-settings li#person {
    background: url('../img/icon_settings/icon_person.png') 4px center no-repeat;
    background-size: 30px, auto;
}

.tablet-settings li#home {
    background: url('../img/icon_settings/icon_home.png') 4px center no-repeat;
    background-size: 30px, auto;
}

.tablet-settings li#mypage {
    background: url('../img/icon_settings/icon_mypage.png') 4px center no-repeat;
    background-size: 30px, auto;
}

.tablet-settings li#statistical {
    background: url('../img/icon_settings/icon_statistical.png') 4px center no-repeat;
    background-size: 30px, auto;
}

.tablet-settings li#talk {
    background: url('../img/icon_settings/icon_talk.png') 4px center no-repeat;
    background-size: 30px, auto;
}

.tablet-settings li#info {
    background: url('../img/icon_settings/icon_info.png') 4px center no-repeat;
    background-size: 30px, auto;
}

.tablet-settings li#mail {
    background: url('../img/icon_settings/icon_mail.png') 4px center no-repeat;
    background-size: 30px, auto;
}

.tablet-settings li#opinion {
    background: url('../img/icon_settings/icon_opinion.png') 4px center no-repeat;
    background-size: 30px, auto;
}

.tablet-settings li#help {
    background: url('../img/icon_settings/icon_help.png') 4px center no-repeat;
    background-size: 30px, auto;
}

.tablet-settings li#lock {
    background: url('../img/icon_settings/icon_lock.png') 4px center no-repeat;
    background-size: 30px, auto;
}

.tablet-settings li#list {
    background: url('../img/icon_settings/icon_list.png') 4px center no-repeat;
    background-size: 30px, auto;
}

.tablet-settings li#exit {
    background: url('../img/icon_settings/icon_exit.png') 4px center no-repeat;
    background-size: 30px, auto;
}

.navbar-default {
    /**/
    background: url('../img/logo.gif') center 1px no-repeat, url(../img/bg_head.png);
    background-size: 140px, auto;
    /**
    background: #FFFFFF url('../img/logo.gif') center bottom no-repeat;
    background-size: 140px;
    /**/
    margin: 0;
    /*border-bottom:5px solid #ffc000;*/

}

#headerTop .navbar-default {
    background:
        url(../img/bg_head_top.png) center 3px no-repeat,
        url(../img/bg_head.png) left top repeat;
    background-size: auto 100%, auto 100%;
}

/* Tablet, mobile */
@media (max-width: 768px) {
    #headerTop .navbar-default {
        background-size: 100% auto, 100% auto;
    }
}

#logoTop {
    float: none;
    text-align: center;
}

.navbar-default .navbar-brand {
    padding: 16px 8px;
    color: #7C6A4B;
    font-size: 16px;
    font-weight: bold;
    float: left;

    height: 48px;
}

#headerTop .navbar-text,
.navbar-default .navbar-text {
    color: #805d41;
    margin: 9px 15px 9px 140px;
    background: #ffffff;
    width: 40%;
    padding: 7px 0;
    text-align: center;
    border-radius: 30px;
    font-size: 14px;

}

#headerTop .navbar-text {
    margin: 0 auto;
    width: 90%;
}


.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #998877;
    background-image: url(../img/bg_head.png);
}

#headerTop .navbar-header .navbar-toggle,
.navbar-default .navbar-toggle {
    border: none;
    position: absolute;
    background: none;
    right: 0;
    margin: 0;
    padding: 8px 10px 8px 0;
}

#headerTop .navbar-header .navbar-toggle {
    top: 10px;
}


.navbar-default .navbar-toggle:hover {
    background-color: inherit;
}

.navbar-right {
    margin-top: 0;
    margin-bottom: 0;
}

.navbar-right li {
    border-bottom: solid 1px #998877;
}

.navbar-right li:last-child {
    border-bottom: none;
}

table.sub-navbar {
    background-color: #FFFFFF;
}

table.sub-navbar.first {
    position: fixed;
    top: 48px;
    right: 0;
    left: 0;
    z-index: 1029;
}

table.sub-navbar td {
    width: 20%;
    /*height:         50px;*/
    padding: 3px 2px 1px 0;
    border: 1px #FFFFFF solid;
    border-top: 0;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

table.sub-navbar td:first-child {
    border-left: 0;
}

table.sub-navbar td:last-child {
    border-right: 0;
}

table.sub-navbar td.schedule {
    background-color: #C49976;
}

table.sub-navbar td.search {
    background-color: #DE817E;
}

table.sub-navbar td.post {
    background-color: #F9C039;
}

table.sub-navbar td.recommend {
    background-color: #F8767F;
}

table.sub-navbar td.shopping {
    background-color: #8CC66D;
}

table.sub-navbar td.myfolder {
    background-color: #49C1F0;
}

/**
 * フッタ
 *
 */

/*--------------- modify -----------------------*/

div#footer {
    position: fixed !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    /*height:           50px;*/
    padding: 0;
    color: #333333;
    text-align: center;
}

div#panel div#back2top,
#back2top {
    padding: 8px 6px;
    border: solid 2px #fe710d;
    background-color: #ffffff;
    /*visibility:       hidden;*/
    box-shadow: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 15px auto 5px auto;
    width: 90%;
    text-align: center;
    font-weight: bold;
}

#back2top a {
    color: #FF8020;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

#btn-dishregister {
    border-radius: 100px;
    border: solid 2px white;
    background: linear-gradient(to top, #0C957C, #AFF577);
    position: fixed;
    bottom: 10px;
    max-width: 240px;
    height: 64px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-family: "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

#btn-dishregister a {
    text-decoration: none;
}

/* 大手前大学バナー専用 */
.message-otemae {
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
}

/* Tablet (768px ~ 1511px) */
@media (min-width: 768px) and (max-width: 1511px) {
    .message-otemae {
        max-width: 500px;
        border-radius: 8px;
    }
}

/* PC (1512px and above) */
@media (min-width: 1512px) {
    .message-otemae {
        max-width: 746px;
        border-radius: 8px;
    }
}

#btn-dishregister:hover {
    cursor: pointer;
}

#footer-navbar {
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0;
    background-image: url(../img/bg_footer.gif);
    background-repeat: repeat-x;
    background-position: center bottom;
}

#footer-navbar-links {}

#footer-navbar-links ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer-navbar-links li {
    float: left;
    min-width: 120px;
    height: 50px;
    margin: 0 12px;
    padding: 0;
    font-size: 13px;
}

#footer-navbar-links li a.menu,
#footer-navbar-links li a.memo {
    display: block;
    margin-top: 24px;
    padding: 5px 8px;
    border-radius: 8px 8px 0 0;
    background: #7c4334;
    color: #face8f;
    text-decoration: none;
    font-weight: bold;
}

#footer-navbar-links li a.icon-menu,
#footer-navbar-links li a.icon-memo {
    display: block;
    float: left;
    width: 46px;
    height: 42px;
    margin-top: 8px;
    padding: 12px 6px;
    border-radius: 50% 50% 0 0;
    background-color: #7c4334;
    text-align: center;
}

/*--------------- /modify --------------------------*/



/**
 * コンテンツ
 *
 */

div#contents {
    height: 100%;
    min-height: 100vh;
    padding-top: 0;
    padding-bottom: 55px;
    /* パディングの幅＋フッタの高さに設定 */
    margin-top: 1px;
}

/*--------------- modify -----------------------*/

.row {
    margin-right: -8px;
    margin-left: -8px;
}

div.row-wrap {
    /*margin: 12px auto;*/
    margin: 12px 6px;
}

div.message {
    height: 40px;
    padding: 2px 12px 0;
    background: url(../img/bg_pagetitle.png);
    font-weight: bold;
}

div.message p {
    margin: 0;
    padding: 5px 5px 5px 35px;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}

#settings div.message p {
    background: url(../img/btn_navi05.png) no-repeat left center;
    background-size: 25px;

}

#person div.message p {
    background: url(../img/btn_navi07.png) no-repeat left center;
    background-size: 25px;

}

#account div.message p {
    background: url(../img/btn_navi08.png) no-repeat left center;
    background-size: 25px;

}

#information div.message p {
    background: url(../img/btn_navi18.png) no-repeat left center;
    background-size: 25px;
}

#schedule div.message p {
    background: url(../img/btn_navi01.png) no-repeat left center;
    background-size: 25px;
}

div#history div.message p {
    background: url(../img/btn_navi11.png) no-repeat left center;
    background-size: 28px;
}

#notifications div.message p {
    background: url(../img/ic_arrow.png) no-repeat left center;
    background-size: 25px;
}

/*--------------- /modify -----------------------*/

/*--------------- modify160426 ------------------*/
#create div.message p {
    background: url(../img/btn_navi02.png) no-repeat left center;
    background-size: 25px;
}

#shopping div.message p,
#memo div.message p {
    background: url(../img/btn_navi10.png) no-repeat left center;
    background-size: 28px;
}

#menu div.message p {
    background: url(../img/btn_navi09.png) no-repeat left center;
    background-size: 28px;
}

#search div.message p {
    background: url(../img/btn_navi03.png) no-repeat left center;
    background-size: 28px;
}

#dishPost div.message p {
    background: url(../img/btn_navi04.png) no-repeat left center;
    background-size: 28px;
}

#statistical div.message p {
    background: url(../img/ic_statistical.png) no-repeat left center;
    background-size: 28px;
}

#mealregister div.message p {
    background: url(../img/btn_navi02.png) no-repeat left center;
    background-size: 28px;
}

#myfolder div.message p {
    background: url(../img/btn_navi06.png) no-repeat left center;
    background-size: 28px;
}

#mypage div.message p {
    background: url(../img/btn_navi17.png) no-repeat left center;
    background-size: 28px;
}

#recommend div.message p {
    background: url(../img/btn_navi02.png) no-repeat left center;
    background-size: 28px;
}

#help div.message p {
    background: url(../img/btn_navi15.png) no-repeat left center;
    background-size: 28px;
}

#dishregister div.message p {
    background: url(../img/btn-choice.png) no-repeat left center;
    background-size: 28px;
}

#listwhite div.message p {
    background: url(../img/icon_settings/icon_list_w.png) no-repeat left center;
    background-size: 28px;
}

#statisticalwhite div.message p {
    background: url(../img/icon_settings/icon_statistical_w.png) no-repeat left center;
    background-size: 28px;
}

div.message-fixed {
    position: fixed;
    top: 97px;
    right: 0;
    left: 0;
    z-index: 1028;
}

/*--------------- /modify160426 -----------------*/

div.error {
    padding: 4px;
    color: #CC0000;
}

div.operation {
    margin: 8px;
    font-size: 14px;
}

div.operation table td {
    padding: 0 4px;
}

div.operation table td:first-child {
    padding-left: 0;
}

div.operation table td:last-child {
    padding-right: 0;
}

.chart img {}

/* バッヂ */
/*--------------- modify --------------------------*/
.badge-allergy {
    display: inline-block;
    margin: 4px 4px 0 0;
    padding: 4px 6px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: #FF3333;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    color: #ffffff;
}

.badge-excludable {
    display: inline-block;
    margin: 4px 4px 0 0;
    padding: 4px 6px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 1px #805d41 solid;
    background-color: #eedcb3;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    color: #805d41;
}

/*--------------- /modify --------------------------*/

/**
 * 家族設定
 *
 */
#allergy-list-toggle {
    background-color: #FEE6B6;
}

/**
 * 栄養価の詳細
 *
 */

table.nutrient {
    width: 100%;
    font-size: 85%;
}

table.nutrient th,
table.nutrient td {
    border: solid 1px #DDDDDD;
}

table.nutrient th {
    background-color: #F2EEE5;
    text-align: left;
}

table.nutrient td {
    text-align: right;
}



/**
 * カード
 *
 */

div.card {
    margin-bottom: 15px;
    border: solid 1px #CCCCCC;
    border-radius: 6px;
}

div.card div.card-subject {
    border-bottom: solid 1px #CCCCCC;
    border-radius: 6px 6px 0 0;
    background-color: #FFEECC;
    font-weight: bold;
}

div.card div.card-subject div.card-subject-btn {
    padding: 6px;
    float: right;
}

div.card div.card-subject div.card-subject-btn a {
    padding: 4px 10px;
}

div.card div.card-subject div.card-subject-txt {
    padding: 9px;
    font-size: 14px;
}

div.card div.card-subject:first-child {
    border-radius: 6px 6px 0 0;
}

div.card div.card-subject:last-child {
    border: none;
    border-radius: 0 0 6px 6px;
}

/*--------------- modify160426 ------------------*/
div.card div.card-body {
    margin-top: 4px;
    background: #ffffff;
}

/*--------------- /modify160426 ------------------*/

div.card div.card-body div.no-data {
    padding: 4px 6px 8px 4px;
}

div.card div.card-body div.dishes {
    padding: 4px;
}

div.card div.card-body div.dishes div.dish-name,
div.card div.card-body div.dishes div.dish-calorie,
div.card div.card-body div.dishes div.dish-sum-calorie {
    padding: 4px;
    color: #805d41;
    font-size: 16px;
}

div.card div.card-body div.dishes div.dish-calorie,
div.card div.card-body div.dishes div.dish-sum-calorie {
    float: right;
}

div.card div.card-body div.dishes div.dish-star,
div.card div.card-body div.dishes div.dish-cooking-time,
div.card div.card-body div.dishes div.dish-owner,
div.card div.card-body div.dishes div.dish-created {
    padding: 2px 12px 0 2px;
}

div.card div.card-body div.dishes div.dish-star img {
    margin-bottom: 6px;
}

div.card div.card-body div.dishes div.dish-photo {
    display: table-cell;
    width: 50px;
    height: 50px;
    margin: 6px;
    /*border:         solid 1px #CCC;*/
    vertical-align: middle;
    text-align: center;
}

/* 写真 */
div.card div.card-body div.photo {
    margin: 4px;
}

div.card div.card-body div.photo img {
    margin: 2px 0 0 2px;
}

/* チャート */
div.card div.card-body div.chart {
    margin: 4px;
    text-align: center;
}

div.card div.card-body div.chart img {
    margin: 8px auto;
}

/* 栄養価の詳細（リンク） */
div.card div.card-body div.nutrient {
    padding: 6px;
    text-align: center;
}

/* 合計カロリー */
div.card div.card-body div.sum-calorie {
    padding: 4px 8px 8px 8px;
    font-size: 16px;
    text-align: right;
}

/*--------------- /modify --------------------------*/
div.nutrient hr.solid {
    border-color: #946032;
    border-width: 3px;
}

/*--------------- /modify --------------------------*/

/*--------------- modify160426 ------------------*/
/* パラグラフ */
div.card div.card-body div.paragraph {
    margin: 8px 4px 4px 4px;
    padding: 4px 10px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    /* background-color: #99CCFF; */
    background-color: #00bdbb;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

/*--------------- /modify160426 ------------------*/

/* 充足率 */
div.rate {
    margin: 4px 8px;
}

table.rate {
    margin: auto;
    font-size: 85%;
}

table.rate th {
    font-weight: normal;
    text-align: left;
}

table.rate td {
    text-align: right;
}

/* 材料の一覧 */
div.card div.card-body div.ingredients div.ingredient-row {
    padding: 4px 18px;
}

/* 家族名 */
div.person-name {
    padding: 4px 6px;
}


/**
 * 買物メモ
 *
 */

div.memo {
    margin-bottom: 15px;
}

div.memo div.memo-row {
    padding: 8px;
    border-bottom: solid 1px #CCCCCC;
    font-size: 17px;
}

/* 取り消し線 */
.cancel-line {
    color: #999999;
    text-decoration: line-through;
}

/*--------------- modify160428 ------------------*/
#menusNote {
    background: #ffffff;
    padding: 10px 0;
    box-shadow: 0px 0px 3px 1px #cfb08a;
    -moz-box-shadow: 0px 0px 3px 1px #cfb08a;
    -webkit-box-shadow: 0px 0px 3px 1px #cfb08a;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-top: none;
    width: 98%;
    margin: 15px auto 30px auto;
}

/* ボタン体裁*/
#menusNote .btn-memo-add,
#menusNote .btn-primary {
    background: #d43d0e;
    border: none;
    border-bottom: solid 3px #CCCCCC;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 96%;
    padding: 6px 0;
    font-size: 16px;
    color: #ffffff;
    /*font-weight:bold;*/
}

#menusNote .btn-block {
    margin-bottom: 0;
}

#menusNote #backPgs {
    background: #fff9ee url("../img/ic_orengarrow.png") no-repeat scroll 10px center / 6px auto;
    border: 2px solid #fe710d;
    border-radius: 10px;
    box-shadow: none;
    font-weight: bold;
    margin: 15px auto 5px;
    padding: 8px 6px;
    text-align: center;
    width: 96%;
}

#menusNote #backPgs .btn-default {
    background: none;
    border: none;
}

#menusNote #backPgs .btn-block {
    margin-top: 0;
    padding: 0;
}

#menusNote #backPgs a {
    color: #fe710d;
    font-size: 17px;
    font-weight: bold;
}

#menusNote .schedule-week {
    background: #ffffff;
    color: #805d41;
    padding: 0;
}

#menusNote .card,
#scheduleNote .card {
    border: none;
}

#menusNote .card div.card-body,
#scheduleNote .card div.card-body {
    border: 1px solid #8CC66D;
    border-radius: 0 0 6px 6px;
    margin-top: 0;
    padding-bottom: 8px;
}

#menusNote .card div.card-body .person-name,
#scheduleNote .card div.card-body .person-name {
    padding: 8px;
    background: #fff9ee;
    border-bottom: none;
    font-weight: bold;
}

#menusNote .schedule-week a,
#menusNote .schedule-week a:focus,
#menusNote .schedule-week a:hover {
    color: #fe710d;
}

#menusNote .row-wrap {
    margin-top: 0;
}

#menusNote .memoTitle {
    background: #96734e;
    padding: 10px 12px;
    margin: 0 0 10px 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

#menusNote .card .card-subject,
#scheduleNote .card .card-subject {
    background: #8CC66D;
    border: none;
    color: #ffffff;
    font-weight: bold;
}

#menusNote .schedule-week .card .card-subject .card-subject-txt {
    /*color:#ffffff;
    background:url(../img/btn_navi02.png) no-repeat 8px center;
    background-size:20px;
    padding-left:40px;*/
}

#menusNote .schedule-week .date {
    border-bottom: none;
}

#menusNote .schedule-week .index {
    padding: 8px 0;
}

#menusNote .schedule-week .card .index {
    border: none;
}

#menusNote .schedule-week .schedule-wrap {
    border-bottom: 1px dotted #946032;
    padding: 8px 0;
}

/*--------------- /modify160428 -----------------*/

.btn-schedule {
    color: #FFFFFF;
    background-color: #A26046;
    border-color: #925036;
}

.btn-schedule-disabled {
    color: #666666;
    background-color: #F0F0F0;
    border-color: #CCCCCC;
}

/**
 * スケジュール（週）
 *
 */

div.schedule-week {}

div.schedule-week div.date {
    padding: 4px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #FEE6B6;
    font-size: 16px;
    font-weight: bold;
}

div.schedule-week div.dishes {
    padding: 4px;
}

div.schedule-week div.dishes div.dish-name {
    padding: 2px;
    color: #805d41;
    font-size: 16px;
    /*float: left;*/
}

/* 2023-10-12 追記 */
@media screen and (min-width: 768px) {
    div.schedule-week .p-kondate-container {
        display: flex;
    }

    div.schedule-week .p-kondate-container .dishes,
    div.schedule-week .p-kondate-container .chart {
        width: 50%;
    }
}

div.schedule-week div.dish-sum-calorie {
    font-size: 14px;
    text-align: right;
}

span.sun {
    color: #FF69B4;
}

span.sat {
    color: #1E90FF;
}

/*--------------- modify --------------------------*/
#scheduleNote {
    background: #ffffff;
    padding: 10px 0;
    box-shadow: 0px 0px 3px 1px #cfb08a;
    -moz-box-shadow: 0px 0px 3px 1px #cfb08a;
    -webkit-box-shadow: 0px 0px 3px 1px #cfb08a;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-top: none;
    width: 100%;
    /* margin: 10px auto 30px auto; */
}
@media (min-width: 768px) and (max-width: 1135px) {
    #scheduleNote {
        width: 98%;
        margin: 10px auto 30px auto;
    }
    table.btns .btn.btn-onayami img{
        width: 32px !important;
    }
    .message-wrap {
        padding: 0px 17px;
    }

    .mob-about-container,
    .opinion-container,
    .reset-container,
    .join-container,
    .contact-container,
    .tellme-container,
    .help-container,
    .mypage-container,
    .information-container {
        padding: 0px 52px 30px 52px;
    }
    
    .common-container,
    .schedule-note-container {
        padding: 0px 33px;
    }
    .suggestions-container {
        padding: 0px 33px;
    }
    .suggestions-menu {
        padding: 0px 6px;
    }
    #createNote {
        border-radius: 8px !important;
    }
    div.schedule-week div.dish-sum-calorie {
        font-size: 24px;
    }
    div.schedule-week a.btn-confirm, table.menu-info a.btn-confirm {
        padding: 5px 18px !important;
        font-size: 14px !important;
    }
    div.schedule-week div.ingredients table td {
        padding: 8px 25px !important;
    }
    div.dish-detail div.wrap {
        padding: 6px 25px !important;
    }
}

/* SP (767px以下): full width */
@media (max-width: 767px) {
    #scheduleNote {
        width: 98%;
        margin: 10px auto 30px auto;
    }
    table.btns .btn.btn-onayami img{
        width: 32px !important;
    }
    #createNote {
        border-radius: 8px !important;
    }
}

/* PC (1136px以上) */
@media (min-width: 1200px) {
    .header-nav-common {
        max-width: 1136px;
        margin: auto;
    }
    table.sub-navbar.first {
        max-width: 1136px;
        margin: auto;
    }

    .mob-about-container,
    .opinion-container,
    .reset-container,
    .join-container,
    .contact-container,
    .tellme-container,
    .help-container,
    .mypage-container,
    .information-container {
        padding: 0px 62px 50px 62px;
    }
    
    .common-container,
    .schedule-note-container {
        padding: 10px 80px;
    }
    table.btns .btn {
        padding: 15px;
    }
    table.btns .btn.btn-onayami div{
        padding: 18px 0px 13px 0px;
    }
    .others-search .form-control {
        height: 42px !important;
        border-radius: 6px;
    }
    .others-search .btn-warning {
        height: 42px !important;
    }

    .content-wrap,
    .message-wrap {
        padding: 0px 32px;
    }
    div.schedule-week div.dish-sum-calorie {
        font-size: 32px;
    }
    div.schedule-week a.btn-confirm, table.menu-info a.btn-confirm {
        padding: 5px 18px !important;
        font-size: 16px !important;
    }
    div.schedule-week div.ingredients table td {
        padding: 8px 32px !important;
    }
    div.dish-detail div.wrap {
        padding: 6px 48px !important;
    }
}

#scheduleNote .operation {
    background: #96734e;
    padding: 10px 12px;
    margin: 0;
}

#scheduleNote .operation,
#scheduleNote .operation a,
#scheduleNote .operation a:focus,
#scheduleNote .operation a:hover {
    color: #ffffff;
    text-decoration: none;
}

#scheduleNote .btn-group-justified {
    margin: 0 12px;
    display: inline-block;
    width: auto;
}

#scheduleNote .btn-group-justified .btn {
    font-size: 17px;
    border-radius: 6px 6px 0 0;
    width: 120px;
    margin: 0 5px;
    padding: 2px 4px 2px;
    border: 1px solid #96734e;
}

.person-tabs {
    overflow: hidden;
}

#scheduleNote .person-tabs .btn-group-justified {
    overflow-x: auto;
    width: calc(100% - 24px);
    margin: auto;
}

#scheduleNote .btn-group-justified .btn-primary.disabled {
    background: #96734e;
    /*border:none;*/
    /*padding:20px 10px;*/
    opacity: 1;
}

#scheduleNote .btn-group-justified .btn-default {
    /*    border:1px solid #96734e;*/
    color: #96734e;
    font-weight: bold;
}

#scheduleNote .operation {
    margin-top: -2px;
    position: relative;
    /*z-index:10;*/
}

#scheduleNote .operation .pull-left a {
    background-image: url('../img/ic_whitearrow_left.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
}

#scheduleNote .operation .pull-right a {
    background-image: url('../img/ic_whitearrow_right.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 15px;
}

#scheduleNote .row-wrap {
    margin: 0;
    background: #fff;
    padding-bottom: 15px;
}

#scheduleNote .schedule-week {
    background: #ffffff;
    color: #805d41;
    padding: 6px;
}

#scheduleNote .schedule-week>div {
    border-bottom: 1px dotted #946032;
    padding: 8px 0;
}

#scheduleNote .schedule-week a,
#scheduleNote .schedule-week a:focus,
#scheduleNote .schedule-week a:hover {
    color: #fe710d;
}

#scheduleNote .schedule-week .date img {
    width: 55px;
}

#scheduleNote .schedule-week .pull-right {
    text-align: center;
}

#scheduleNote .schedule-week .pull-right .chart {
    margin-bottom: 13px;
}

/*--------------- /modify --------------------------*/



/**
 * スケジュール（日）
 *
 */

div.schedule-day {}

/* お料理 */
/*--------------- modify --------------------------*/
div.schedule-day div.dishes {
    line-height: 1.8;
    background: #fff9ee;
}

div.schedule-day div.dishes table {
    width: 96%;
}

div.schedule-day div.dishes table th,
div.schedule-day div.dishes table td {
    padding: 4px;
    vertical-align: top;
}

div.schedule-day div.dishes div.dish-icon {
    width: 30px;
}

div.schedule-day div.dishes div.dish-name {
    padding: 2px;
    color: #805d41;
    font-size: 16px;
    /*float: left;*/
    font-weight: bold;
}

/*--------------- /modify --------------------------*/

div.schedule-day div.dishes div.dish-calorie {
    font-size: 16px;
    float: right;
}

div.schedule-day div.dishes div.dish-sum-calorie {
    padding: 2px;
    font-size: 16px;
    float: right;
}

/* チャート */
div.schedule-day div.chart {
    margin: 4px;
    text-align: center;
}

div.schedule-day div.chart img {
    margin: 8px auto;
}

/*--------------- modify --------------------------*/
div .badge {
    background: #805d41;
    border-bottom: solid 3px #CCCCCC;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #fff;
    padding: 6px;
}

div.schedule-day .badge {
    width: 80%;
}


/* 栄養価の詳細（リンク） */
div.schedule-day div.nutrient {
    padding: 6px 6px 0;
    text-align: center;
}

div.schedule-day div.nutrient a {
    background: #fee6b6;
    border-bottom: solid 3px #CCCCCC;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #905b36;
    width: 80%;
    padding: 6px;
    /*font-size:16px;*/
    display: block;
    margin: 0 auto;
}

/* 合計カロリー */
div.schedule-day div.sum-calorie {
    padding-right: 8px;
    font-size: 18px;
    text-align: right;
    color: #805d41;
    margin-right: 5%;
}

/* ボタン体裁*/
div.schedule-day .btn-danger {
    background: #d43d0e;
    border: none;
    border-bottom: solid 3px #CCCCCC;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/* 材料 */
div.schedule-week div.ingredients,
div.schedule-day div.ingredients {
    line-height: 1.8;
}

div.schedule-week div.ingredients table,
div.schedule-day div.ingredients table {
    width: 100%;
    border: 2px solid #6dc20a;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;

}

div.schedule-week div.ingredients table tr:nth-child(2n+1),
div.schedule-day div.ingredients table tr:nth-child(2n+1) {
    background: #fff3e2
}

div.schedule-week div.ingredients table th,
div.schedule-week div.ingredients table td,
div.schedule-day div.ingredients table th,
div.schedule-day div.ingredients table td {
    width: 50%;
    padding: 6px;
    vertical-align: top;
    color: #805d41;
    border-right: 2px solid #6dc20a;
}

div.schedule-week div.ingredients table caption,
div.schedule-day div.ingredients table caption {
    padding: 0;
}

div.schedule-week div.ingredients div.dish-name,
div.schedule-day div.ingredients div.dish-name {
    margin: 12px auto 0px auto;
    padding: 4px 8px 2px;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    background-color: #6dc20a;
    /*background-image: url('../img/ic_menugreen.png');
    background-repeat: no-repeat;
    background-position: 6px center;
    background-size: 24px;*/
    font-weight: bold;
    font-size: 16px;
    color: #fff;

}

div.schedule-week div.ingredients div.ingredient-name,
div.schedule-day div.ingredients div.ingredient-name {
    font-size: 14px;
    /*float: left;*/
}

/*--------------- /modify --------------------------*/

div.schedule-week div.ingredients div.ingredient-amount,
div.schedule-day div.ingredients div.ingredient-amount {
    font-size: 12px;
    text-align: right;
    float: right;
}



/**
 * スケジュール（月）
 *
 */
table.calendar {
    background-color: #FFFFFF;
}

table.calendar th:first-child,
table.calendar td:first-child {
    border-left: none;
}

table.calendar th {
    width: 14%;
    padding: 2px;
    border-left: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    font-weight: normal;
    text-align: center;
}

table.calendar td {
    height: 60px;
    padding: 2px;
    border-left: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    font-weight: normal;
    vertical-align: top;
}

table.calendar td.no-data {
    background-color: #EEEEEE;
}

table.calendar td a {
    display: inline-block;
    width: 100%;
    height: 60px;
    color: #333333;
    text-decoration: none;
}



/**
 * レシピ詳細
 *
 */

div.dish-detail {}

/*--------------- modify160428 ------------------*/
div.dish-detail div.dish-meta {
    padding: 8px 8px 6px 8px;
    border-bottom: 2px solid #ffffff;
    background: url("../img/bg_pagetitle.png") repeat;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    text-align: center;
}

div.dish-detail div.wrap {
    padding: 6px;
    background: #fff9ee;
}

div.dish-detail div.dish-name {
    color: #8CC66D;
    font-size: 18px;
    font-weight: bold;
    float: left;
}

div.dish-detail div.dish-calorie {
    color: #805d41;
    font-size: 15px;
    font-weight: bold;
    float: right;
}

/*--------------- /modify160428 ------------------*/

div.dish-detail div.dish-photo img {
    width: 100%;
}

div.dish-detail div.dish-evaluations,
div.dish-detail div.dish-evaluations table tr td {
    padding: 4px;
    text-align: center;
}

div.dish-detail div.dish-tips,
div.dish-detail div.dish-description {
    padding: 8px;
}

div.dish-detail div.dish-hp,
div.dish-detail div.dish-owner,
div.dish-detail div.dish-created,
div.dish-detail div.dish-star,
div.dish-detail div.dish-cnt_comment,
div.dish-detail div.dish-cnt_dekirepo {
    padding: 2px 4px;
}

div.dish-detail div.dish-hp,
div.dish-detail div.dish-cnt_comment,
div.dish-detail div.dish-cnt_dekirepo {
    float: right;
}

div.dish-detail div.chart {
    margin: 4px;
    text-align: center;
}


/*--------------- modify160428 ------------------*/
div.dish-detail div.ribbon {
    margin-top: 16px;
    padding: 4px 8px 2px;
    /* border-top:       solid 2px #7D3D03;
        border-bottom:    solid 2px #7D3D03; */
    background-color: #96734e;
    line-height: 2;
    color: #ffffff;
    font-weight: bold;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
}

div.dish-detail div.ingredients {
    background: #ffffff;
    border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
}

div.dish-detail div.ingredients table th,
div.dish-detail div.ingredients table td {
    padding: 4px 6px;
    color: #805d41;
}

div.dish-detail div.ingredients table th {
    background-color: #fff3e2;
}

/*--------------- /modify160428 ------------------*/

div.dish-detail div.ingredient-amount {
    text-align: right;
}

div.dish-detail div.ingredient-group {
    text-align: center;
}

/*--------------- modify160428 ------------------*/
div.dish-detail div.recipes {
    background: #ffffff;
    border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    margin-bottom: 20px;
}

div.dish-detail div.recipes table th,
div.dish-detail div.recipes table td {
    padding: 4px 6px 20px;
    line-height: 1.6;
    color: #805d41;
}

/*--------------- /modify160428 ------------------*/

div.dish-detail div.recipes table th {
    vertical-align: top;
}

div.dish-detail div.recipe-step {
    font-size: 18px;
    font-weight: bold;
}

div.dish-detail div.recipe-photo img {
    width: 120px;
    margin-left: 8px;
    float: right;
}

div.dish-detail div.sns {
    margin: 12px;
    text-align: center;
}

/*--------------- modify160428 ------------------*/
div.dish-detail div.dekirepos,
div.dish-detail div.comments {
    padding: 4px 6px;
    background: #ffffff;
    border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
}

/*--------------- /modify160428 ------------------*/

div.dish-detail div.dekirepo-photo img {
    width: 120px;
    margin-right: 8px;
    float: left;
}

div.dish-detail div.dekirepo-created,
div.dish-detail div.dekirepo-star,
div.dish-detail div.dekirepo-comment,
div.dish-detail div.dekirepo-owner,
div.dish-detail div.comment-created,
div.dish-detail div.comment-comment,
div.dish-detail div.comment-owner {
    margin: 2px;
}

div.dish-detail div.dekirepo-comment,
div.dish-detail div.dekirepo-owner {
    margin-left: 128px;
}

div.dish-detail div.dekirepo-response {
    margin: 8px 4px 0;
}

/*--------------- modify160428 ------------------*/
#dish #contents .row {
    /*width:98%;*/
    margin: 15px auto;
    /* background:#ffffff;
    border-radius:8px;
    -webkit-border-radius: 8px;
    -moz-border-radius:    8px; */
}

#dish #contents .row .row-wrap {
    margin: 0;
}

#dish .dish-detail .dish-evaluations,
#dish .dish-detail .dish-description,
#dish .dish-detail .dish-owner,
#dish .dish-detail .dish-created,
#dish .dish-detail .dish-star {
    margin: 0;
    background: #ffffff;
}

#dish .dish-detail .operation.selectName {
    padding: 8px 0;
    margin: 0;
    background: #ffffff;
}

#dish .dish-detail .operation .form-control {
    width: 96%;
    margin: 8px auto;
}

#dish .dish-detail .dish-evaluations a {
    width: 96%;
}

/* ボタン体裁*/
#dish .dish-detail .dish-evaluations table td a,
#dish .dish-detail .operation table td a {
    font-size: 14px;
    padding: 6px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    text-align: center;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #cccccc;
    background: #d43d0e;
    color: #ffffff;
}

#dish .dish-detail div.ingredients,
#dish .dish-detail div.recipes,
#dish .dish-detail div.dekirepos {
    background: #ffffff;
    border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
}

#dish .dish-detail div.chart {
    background: #ffffff;
    border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    padding-bottom: 10px;
    margin: 0;
}

#dish .dish-detail div.chart img.view {
    margin-bottom: 5px;
}

#dish .card {
    border: none;
}

#dish .card div.card-subject {
    background: #8CC66D;
    color: #ffffff;
    border: none;
}

#dish .card div.card-body {
    border: 1px solid #8CC66D;
    border-radius: 0 0 6px 6px;
    margin-top: 0;
    padding-bottom: 8px;
}

#dish .card div.card-body .dishes {
    padding: 0 10px 10px 10px;
}

#dish .card div.card-body .dishes table {
    border-bottom: 1px dotted #946032;
    color: #805d41;
}

#dish .card div.card-body .dishes table a,
#dish .card div.card-body .dishes table a:focus,
#dish .card div.card-body .dishes table a:hover {
    color: #fe710d;
    font-weight: bold;
}

/* ボタン体裁*/
#dish .btn-success {
    border-bottom: solid 3px #CCCCCC;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 10px 8px;
    font-weight: bold;
}

/* ボタン体裁*/
#contents .row #backClose {
    background: #f7f7f7 url("../img/ic_close.png") no-repeat scroll 15px center / 9px auto;
    border: 2px solid #cccccc;
    border-radius: 10px;
    box-shadow: none;
    font-weight: bold;
    margin: 15px auto 5px;
    padding: 8px 6px;
    text-align: center;
    width: 96%;
}

#contents .row #backClose .btn-default {
    background: none;
    border: none;
}

#contents .row #backClose .btn-block {
    margin-top: 0;
    padding: 0;
}

#contents .row #backClose a {
    color: #888888;
    font-size: 17px;
    font-weight: bold;
    margin: 0;
}


/*--------------- /modify160428 ------------------*/

/**
 * フォーム
 *
 */

div.form-wrap {
    margin: 0 6px 12px;
    padding: 8px 6px;
    background-color: #F5E4CF;

    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

div.form-wrap label {
    color: #805d41;
}

div.form-footer {
    margin-top: 20px;
    text-align: center;
}

div.radio,
div.checkbox {
    margin-top: 4px;
}

div.radio table td,
div.checkbox table td {
    padding: 0 2px 6px 2px;
}

div.uneditable {
    width: 100%;
    min-height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #FFFFFF;
    /*
        border-radius:      4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow:         inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition:      border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition:         border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        */
}

div.form-group td,
div.operation td {
    padding: 7px;
}



/**
 * オートコンプリート
 *
 */

/* リストの枠のRadius設定 */
.ui-corner-all {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
}

/* リストの枠の設定 */
.ui-widget-content {
    width: 280px;
    border: 1px solid #999 !important;
    position: relative;
    z-index: 1050;
}

/* リスト内のデータのリンク設定 */
.ui-menu .ui-menu-item a {
    display: block;
    min-height: 0;
    /* support: IE7 */
    padding: 2px .4em;
    font-size: 18px;
    text-decoration: none;
    line-height: 1.5;
    font-weight: normal;
}

/* リスト内のデータフォーカス時の設定 */
.ui-state-focus {
    border: 1px solid #FC0 !important;
    background: #FC0 !important;
    color: #000 !important;
}



/**
 * ページャ
 *
 */

div.pager-scope {
    padding: 6px 12px;
}

div.pager-link {
    text-align: center;
}

div.pager-link i {
    font-size: 16px;
}

/*--------------- modify160426 ------------------*/
div.pager-link a,
div.pager-link b {
    background-color: #ffffff;
    display: inline-block;
    min-width: 28px;
    height: 28px;
    padding: 4px;
    border: solid 1px #CCCCCC;
    border-radius: 2px;
    font-size: 18px;
    line-height: 1;
    margin: 15px 0;
}

div.pager-link a {
    color: #fe710d;
}

div.pager-link b {
    color: #805d41;
}

/*--------------- /modify160426 -----------------*/


/**
 * スコア
 *
 */

div.score_table {
    padding: 4px;
}

div.score_table table {
    background-color: #FFFFFF;
}

div.score_table table td {
    padding: 4px;
    border: solid 1px #CCCCCC;
    font-size: 12px;
    text-align: right;
}

div.score_table table td.item {
    width: 24px;
    background-color: #F0F0F0;
    text-align: center;
}



/*--------------- modify --------------------------*/
/* ===============================================
    160420 TOP用 header
=============================================== */

#headerTop nav {
    height: 74px;
    margin: 0;
    border: none;
}

#headerTop .navbar-header {
    position: relative;
    height: 100%;
}

#headerTop #logoTop img {
    width: 200px;
    margin: auto;
    margin-top: 10px;
}

/**
* パネルボタン
*
*/

div#panel {
    width: 100%;
    margin: 15px auto 30px auto;
    text-align: center;
}

div#panel div {
    background: #fff1d2;
    padding: 8px;
    box-shadow: 0px 0px 6px 3px #dfbf7f;
    border-radius: 8px;
    width: 96%;
    margin: 5px auto;
}

div#panel img {
    margin-bottom: 4px;
}

a.btn-panel {
    display: inline-block;
    white-space: normal;
    width: 43%;
    margin: 8px;
    padding: 12px 6px;
    border-bottom: solid 3px #CCCCCC;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-size: 13px;
    font-weight: bold;
}

div.folder a.btn-panel {
    height: 83px;
    padding: 12px 6px;
    background-color: #FFB764;
    color: #7C4334;
}

a.schedule {
    background-color: #FBAC22;
    color: #ffffff;
}

a.history {
    background-color: #D98463;
    color: #ffffff;
}

a.create {
    background-color: #F8767F;
    color: #ffffff;
}

a.search {
    background-color: #82B92B;
    color: #ffffff;
}

a.post {
    background-color: #05B5AF;
    color: #ffffff;
}

a.folder {
    background-color: #128BB3;
    color: #ffffff;
}

a.memo {
    background-color: #FFB764;
    color: #ffffff;
}

a.settings {
    background-color: #B0B0B0;
    color: #ffffff;
}

a.setperson {
    background-color: #D98463;
    color: #ffffff;
}

a.setaccount {
    background-color: #44BCD2;
    color: #ffffff;
}

a.menulist {
    background-color: #7C4334;
    color: #ffffff;
}

a.recommend {
    background-color: #F4A68F;
    color: #ffffff;
}

a.help {
    background-color: #BF9CFF;
    color: #ffffff;
}

a.schedule:hover {
    border: solid 1px #FBAC22;
}

a.history:hover {
    border: solid 1px #D98463;
}

a.create:hover {
    border: solid 1px #F8767F;
}

a.search:hover {
    border: solid 1px #82B92B;
}

a.post:hover {
    border: solid 1px #05B5AF;
}

a.folder:hover {
    border: solid 1px #128BB3;
}

a.memo:hover {
    border: solid 1px #FFB764;
}

a.settings:hover {
    border: solid 1px #B0B0B0;
}

a.setperson:hover {
    border: solid 1px #D98463;
}

a.setaccount:hover {
    border: solid 1px #44BCD2;
}

a.menulist:hover {
    border: solid 1px #7C4334;
}

a.recommend:hover {
    border: solid 1px #F4A68F;
}

a.help:hover {
    border: solid 1px #BF9CFF;
}

span.chobo {
    font-family: Helvetica, Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/*--------------- /modify --------------------------*/

/*--------------- modify160426 ------------------*/
/**
* 献立を作る
*
*/

/* ボタン体裁*/
#search #contents .btn-danger,
#create #contents .btn-danger,
#schedule #contents .btn-danger,
#recommend #contents .btn-danger {
    background: #d43d0e;
    border: none;
    border-bottom: solid 3px #CCCCCC;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 96%;
    /*padding:16px 0;*/
    font-size: 16px;
}

/* 背景*/
#createNote {
    background: #ffffff;
    padding: 10px 0;
    box-shadow: 0px 0px 3px 1px #cfb08a;
    -moz-box-shadow: 0px 0px 3px 1px #cfb08a;
    -webkit-box-shadow: 0px 0px 3px 1px #cfb08a;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-top: none;
    /*width:98%;*/
    margin: 10px auto 30px auto;
    border-radius: 20px;
}

#createNote .row-wrap {
    margin-top: 0;
}

div.selections div.card,
#createNote div.card {
    border: none;
}

div.selections .card .card-subject,
#createNote .card .card-subject {
    background: #8CC66D;
    color: #ffffff;
    border: none;
}

#createNote .card .card-subject a {
    color: #ffffff;
}

#createNote .card .card-subject a.btn-default {
    background: #ffffff;
    /*border:none;*/
    color: #333333;
}

div.selections div.card div.card-body,
#createNote.createSelection div.card div.card-body,
#createNote.createConfirm div.card div.card-body {
    margin-top: 0;
    border: 1px solid #8CC66D;
    border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    padding-bottom: 8px;
}

#createNote.createSelection div.card div.card-body .badge,
#createNote.createConfirm div.card div.card-body .badge {
    background: #805d41;
    border-bottom: solid 3px #CCCCCC;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #fff;
    padding: 6px 6px;
    font-size: 12px;
}

#search .form-wrap,
#create .form-wrap {
    /* background:#ffffff; */
    border: none;
    margin: 0 6px 12px;
}

#search .form-wrap .formTitle,
#create .form-wrap .formTitle {
    color: #805d41;
    margin-bottom: 4px;
    font-weight: bold;
}

#search .form-wrap label,
#create .form-wrap label {
    color: #805d41;
}

#search .form-wrap .search-form .form-group,
#create .form-wrap .search-form .form-group {
    border-bottom: 1px dotted #946032;
    padding: 8px 0;
}

#search .form-wrap .search-form .form-group div label,
#search .form-wrap td label,
#create .form-wrap .search-form .form-group div label,
#create .form-wrap td label {
    color: #333333;
}

#search .form-wrap .optionBtn,
#create .form-wrap .optionBtn {
    text-align: center;
    margin: 10px 0 10px 0;
}

.optionBtn a.toggle-search-form-view {
    background: #ffffff;
    border-bottom: solid 3px #CCCCCC;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 2px solid #805d41;
    color: #805d41;
    width: 80%;
    padding: 8px;
    font-size: 14px;
}

#createNote .operation {
    margin: 8px 0;
}

#createNote .operation a {
    color: #fe710d;
    background: url(../img/ic_orengarrow.png) no-repeat left center / 6px auto;
    padding-left: 15px;
}

#createNote .operation .clearfix {
    background: #8CC66D;
    border: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin-bottom: 5px;
}

div.selections .card .dishes .clearfix .dish-calorie,
#createNote .operation .clearfix .pull-right,
#createNote.createConfirm .card .dishes .clearfix .dish-calorie {
    background: #ffffff;
    float: right;
    margin: 6px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

div.selections .card .dishes .clearfix .dish-calorie,
#createNote.createConfirm .card .dishes .clearfix .dish-calorie {
    border: 1px solid #805d41;
    padding: 0;
}

div.selections .card .dishes .clearfix .dish-calorie a,
#createNote .operation .clearfix .pull-right a,
#createNote.createConfirm .card .dishes .clearfix .dish-calorie a {
    color: #333333;
    padding: 4px 10px;
    background: none;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.5em;
    display: inline-block;
    text-align: center;

}

#createNote .operation .clearfix .selected_dish {
    padding: 10px 0 9px 10px;
    font-weight: bold;
    color: #ffffff;
}

div.selections .card .dishes .clearfix,
#createNote.createConfirm .card .dishes .clearfix {
    background: #fff9ee;
    /*margin-bottom:5px;*/
}

div.selections .card .dishes .clearfix .dish-name,
#createNote.createConfirm .card .dishes .clearfix .dish-name {
    padding: 10px;
    font-size: 14px;
}

div.selections .card .dishes .clearfix .dish-name span,
#createNote.createConfirm .card .dishes .clearfix .dish-name span,
#createNote.createConfirm .card .dishes .clearfix .dish-name a {
    color: #805d41;
    font-weight: bold;
}

/* #createNote.createConfirm .card .card-subject{
    background:#96734e;
    color:#ffffff;
} */

/* 栄養価の詳細（リンク） */
#createNote .card .card-body div.nutrient {
    padding: 6px 6px;
    text-align: center;
}

div.nutrient a {
    background: #fee6b6;
    border-bottom: solid 3px #CCCCCC;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #905b36;
    width: 80%;
    padding: 6px;
    /*font-size:16px;*/
    display: block;
    margin: 0 auto;
}

/*--------------- /modify160426 ------------------*/

div.dish-name,
div.dish-name a {
    color: #805d41;
}

/**
 * モーダル
 *
 */

div.modal-header {
    padding: 6px;
    color: #666666;
}

/**
 * 献立
 *
 */

table.menu {
    width: 100%;
    border: solid 4px #FFFFFF;
    border-bottom: none;
}

table.menu td {
    width: 50%;
    background-color: #FFFFFF;
    vertical-align: bottom;
}

table.menu div.dish-wrap {
    position: relative;
}

table.menu div.dish-staple {
    position: absolute;
    top: 4px;
    left: 4px;
}

table.menu div.dish-image img {
    width: 100%;
}

table.menu div.dish-name {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 18px;
    padding: 0 3px;
    background-color: #666666;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1.8;
    /*
    filter:           alpha(opacity=80);
    opacity:          0.8;
    -moz-opacity:     0.8;
    */
    background: linear-gradient(top, rgba(42, 42, 42, 0), rgba(42, 42, 42, 0.8));
    /* Firefox用 */
    background: -moz-linear-gradient(top, rgba(42, 42, 42, 0), rgba(42, 42, 42, 0.8));
    /* Safari,Google Chrome用 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 42, 42, 0)), to(rgba(42, 42, 42, 0.8)));

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.menu-info {
    border: solid 1px #FFFFFF;
    border-top: none;
}

table.menu-info td {
    background-color: #FFFFFF;
    font-size: 12px;
}

table.menu-info div.dish-mycategory {
    padding: 6px 6px 0 6px;
}

table.menu-info div.sum-calorie {
    min-width: 66px;
    padding: 2px;
    font-size: 15px;
}

div.schedule-week a.btn-confirm,
table.menu-info a.btn-confirm {
    min-width: 100px;
    padding: 4px 6px;
    background-color: #FEE6B6;
    color: #905B36;
    font-size: 11px;
}

div.schedule-week a.btn-confirm,
div.schedule-week a.btn-confirm:focus,
div.schedule-week a.btn-confirm:hover {
    background-color: #FEE6B6 !important;
    color: #905B36 !important;
}

table.menu-info a.btn-select {
    width: 96%;
    padding: 4px 8px;
    font-size: 13px;
}

table.menu-info div.btn-icon {
    padding: 4px;
    text-align: center;
}

table.menu-info div.btn-icon img {
    width: 24px;
}

table.menu-info div.staple {
    position: relative;
    top: 32px;
    left: 4px;
}

table.btns td {
    padding: 8px 8px 0 8px;
    text-align: center;
}

table.btns .btn {
    width: 100%;
    max-width: 160px;
    min-width: 130px;
    padding: 6px 8px;
    color: #915B37;
    font-weight: bold;
}

/* 2023-10-12 追加 */
table.btns .btn.btn-onayami,
table.btns .btn.btn-cooking-time {
    max-width: none;
}

.btn-staple,
.btn-staple:link,
.btn-staple:visited,
.btn-staple:hover,
.btn-staple:active {
    background-color: #CCCCCC;
    text-align: left;
    line-height: 1.2;
}

.btn-cooking-time,
.btn-cooking-time:link .btn-cooking-time:visited,
.btn-cooking-time:hover,
.btn-cooking-time:active,
.btn-onayami,
.btn-onayami:link .btn-onayami:visited,
.btn-onayami:hover,
.btn-onayami:active {
    background-color: #F1E5CD;
    text-align: left;
}

.btn-dish-num,
.btn-dish-num:link .btn-dish-num:visited,
.btn-dish-num:hover,
.btn-dish-num:active {
    background-color: #F1E5CD;
    text-align: center;
}

.btn-staple-checked,
.btn-staple-checked:link,
.btn-staple-checked:visited,
.btn-staple-checked:hover,
.btn-staple-checked:active,
.btn-cooking-time-checked,
.btn-cooking-time-checked:link,
.btn-cooking-time-checked:visited,
.btn-cooking-time-checked:hover,
.btn-cooking-time-checked:active,
.btn-dish-num-checked,
.btn-dish-num-checked:link,
.btn-dish-num-checked:visited,
.btn-dish-num-checked:hover,
.btn-dish-num-checked:active,
.btn-onayami-checked,
.btn-onayami-checked:link,
.btn-onayami-checked:visited,
.btn-onayami-checked:hover,
.btn-onayami-checked:active {
    background-color: #FABE91;
}

.btn-onayami-disabled,
.btn-onayami-disabled:link,
.btn-onayami-disabled:visited,
.btn-onayami-disabled:hover,
.btn-onayami-disabled:active {
    background-color: #CCCCCC !important;
}

.btn-cooking-time div,
.btn-dish-num div,
.btn-onayami div {
    padding: 6px;
}

a.wc-link:visited,
a.wc-link:active,
a.wc-link:hover,
a.wc-link {
    color: #805d41;
}

/**
 * 広告
 *
 */

.ads1,
.ads2 {
    width: 300px;
    height: 250px;
    margin: auto;
    text-align: center;
}

.ads2 {
    width: 320px;
    height: 50px;
}

@media screen and (max-width: 320px) {
    .ads2 {
        position: relative;
        left: -8px;
    }
}

.sidebar-menu {
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    margin: 0 !important;
}

/**
 * Myfolder Common Styles
 *
 */

/* Myfolder search responsive */
.myfolder-search {
    width: 100%;
    padding: 0 4px;
    box-sizing: border-box;
}

.myfolder-search-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
    padding: 0 10px;
}

.myfolder-search-row .search-input {
    flex: 1;
    min-width: 0;
}

.myfolder-search-row .search-btn {
    flex-shrink: 0;
}

.myfolder-search-row .search-select {
    width: 100%;
}

.myfolder-search-row input[type="text"],
.myfolder-search-row select {
    width: 100%;
}

.myfolder-search-link {
    text-align: right;
    padding: 4px;
}

@media screen and (min-width: 1024px) {
    .myfolder-search-row {
        flex-wrap: nowrap;
    }

    .myfolder-search-row .search-input {
        flex: 1;
    }

    .myfolder-search-row .search-select {
        flex: 1;
    }
}

/* Myfolder utility classes */
.u-tablet-visible {
    display: none;
}

@media screen and (min-width: 768px) {
    .u-tablet-visible {
        display: block;
    }

    .u-tablet-none {
        display: none;
    }
}

/* Myfolder card photo/chart layout */
.col--photo {
    width: 68%;
}

.col--chart {
    width: 32%;
}

#myfolder .chart img {
    width: 100%;
    height: auto;
}

/* Myfolder responsive cards layout */
#myfolder .row-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}

#myfolder .row-wrap>.card {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 4px;
    box-sizing: border-box;
    margin-bottom: 8px;
}

/* Tablet: 2 cards per row */
@media screen and (min-width: 768px) {
    #myfolder .row-wrap>.card {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* PC: 3 cards per row */
@media screen and (min-width: 1024px) {
    #myfolder .row-wrap>.card {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

/* Myfolder btn-icon */
#myfolder .btn-icon {
    padding: 0 4px 8px 4px;
    text-align: center;
}

#myfolder .btn-icon img {
    width: 24px;
}