/*----- reset -----*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
address,
em,
img,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
thead,
tbody,
tfoot,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
}
:focus {
    outline: 0;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
img {
    vertical-align: top;
}

/*----- common -----*/

html,
body {
    height: 100%;
}
body {
    color: #222222;
    background-color: #ffffff;
    line-height: 1.4;
    font-size: 100%;
    font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
input,
select,
textarea {
    color: #38444f;
    font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
input {
    border: 0;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a:link,
a:visited {
    color: #114285;
}
a:hover {
    color: #94c03d;
}
a:link,
a:visited,
a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

/*wrapper*/

#tmp-wrapper {
    height: auto;
    margin: 0 auto;
    min-height: 100%;
    color: #222222;
    background: #ffffff url(../images/wrapper_bg.jpg) repeat top left;
}
.container {
    margin: 0 auto;
    padding: 0;
    width: 768px;
}

/*----- Content -----*/

#tmp-main-content {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.content-wrap {
    width: 100%;
    margin: 50px 0;
    overflow: hidden;
    color: #5a6600;
    background-color: #f7fbe8;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

/*-------------- Common Style --------------*/
.page-ttl {
    position: relative;
    color: #5a6600;
    background-color: #ffffff;
    padding: 16px 190px 14px 30px;
    border-bottom: 4px solid #8bcf55;
}
.page-ttl .page-ttl-txt {
    max-width: 554px;
    height: 38px;
    display: block;
    overflow: hidden;
    position: relative;
    text-indent: -99999px;
    background: transparent url(../images/page_ttl_txt.png) no-repeat left center;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
}
.page-ttl .page-ttl-btn{
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.page-ttl .page-ttl-btn a {
    position: relative;
    display: inline-block;
    width: 137px;
    text-decoration: none;
    color: #2f3600;
    background-color: #ef8200;
    font-size: 140%;
    font-weight: bold;
    text-align: center;
    padding: 5px 20px 7px 22px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
.page-ttl .page-ttl-btn a:before {
    content: "";
    position: relative;
    top: 5px;
    left: -9px;
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../images/question_icon.png) no-repeat top left;
    background-size: 26px auto;
    -webkit-background-size: 26px auto;
    -moz-background-size: 26px auto;
}
.page-cnt {
    padding: 95px 40px 40px;
}
.format-calculation .page-cnt{
    padding-top: 37px;
}
.page-cnt-ttl {
    padding: 0 0 23px;
    text-align: center;
    color: #416d2f;
    background: transparent url(../images/search_ttl_border.jpg) no-repeat left bottom;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    margin: 0 0 32px;
}
.page-cnt-ttl h1 {
    font-size: 230%;
    font-weight: bold;
}
.page-footer {
    position: relative;
    min-height: 59px;
    padding: 3px 5px;
    background: url(../images/page_footer_bg.jpg) repeat top left;
}

/* common btn */

a.back-btn {
    display: inline-block;
}
a.back-btn span {
    position: relative;
    display: inline-block;
    padding: 12px 18px 12px 34px;
    font-size: 118.7%;
    font-weight: bold;
    color: #5a6600;
    background: #ffffff url(../images/back_icon.png) no-repeat 11px center;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
}
a.back-btn span:after {
    content: "";
    opacity: 1;
    position: absolute;
    right: -15px;
    top: 0;
    width: 16px;
    height: 100%;
    color: inherit;
    background: transparent url(../images/back_btn_bg.png) no-repeat top right;
}
a.back-btn span:before {
    content: "";
    opacity: 0;
    position: absolute;
    right: -15px;
    top: 0;
    width: 16px;
    height: 100%;
    color: inherit;
    background: transparent url(../images/back_btn_bg_hover.png) no-repeat top right;
}
/* calculate btn */

a.calculate-btn {
    position: relative;
    display: inline-block;
    top: -39px;
    width: 320px;
    font-weight: bold;
    font-size: 181.3%;
    padding: 0 45px 13px 46px;
    color: #ffffff;
    background-color: #4c8037;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    box-shadow: 0 3px 4px 0 rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 3px 4px 0 rgba(255, 255, 255, 0.9);
    -moz-box-shadow: 0 3px 4px 0 rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a.calculate-btn:before {
    content: "";
    position: relative;
    display: inline-block;
    top: 11px;
    left: -3px;
    width: 51px;
    height: 45px;
    background: url(../images/chart_icon.png) no-repeat top left;
    background-size: 51px auto;
    -webkit-background-size: 51px auto;
    -moz-background-size: 51px auto;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/* add btn */

a.add-btn {
    line-height: 1;
    position: relative;
    display: block;
    width: 447px;
    margin: 0 auto;
    font-size: 181.2%;
    font-weight: bold;
    text-align: center;
    padding: 28px 75px;
    color: #2f3600;
    background-color: #ef8200;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-shadow: 0 3px 5px 0 rgba(90, 102, 0, 0.5);
    -moz-box-shadow: 0 3px 5px 0 rgba(90, 102, 0, 0.5);
    box-shadow: 0 3px 5px 0 rgba(90, 102, 0, 0.5);
}
a.add-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    margin-right: 10px;
    width: 49px;
    height: 49px;
    color: inherit;
    background: transparent url(../images/plus_icon.png) no-repeat;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
/* delete btn */

a.delete-btn {
    display: block;
    width: 49px;
    height: 49px;
    color: inherit;
    background: transparent url(../images/delete_icon.png) no-repeat center center;
}

/* Add Food Yellow btn */

.add-food-btn {
    position: absolute;
    top: -28px;
    right: 23px;
}
.add-food-btn a {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 181.3%;
    padding: 3px 22px 11px 22px;
    color: #ffffff;
    background-color: #4c8037;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    box-shadow: 0 3px 4px 0 rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 3px 4px 0 rgba(255, 255, 255, 0.9);
    -moz-box-shadow: 0 3px 4px 0 rgba(255, 255, 255, 0.9);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.add-food-btn a:before {
    content: "";
    position: relative;
    display: inline-block;
    top: 10px;
    left: -11px;
    width: 41px;
    height: 41px;
    background: url(../images/add_icon.png) no-repeat top left;
    background-size: 41px auto;
    -webkit-background-size: 41px auto;
    -moz-background-size: 41px auto;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
/* Group list btn */

.btn-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 123px;
}
.btn-list li {
    width: 50%;
    margin: 0 3px;
}
.btn-list li a.fix-btn {
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 118.7%;
    color: #4c8037;
    background-color: #ffffff;
    padding: 8px 8px 12px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(199, 189, 124, 1);
    -moz-box-shadow:    0px 3px 5px 0px rgba(199, 189, 124, 1);
    box-shadow:         0px 3px 5px 0px rgba(199, 189, 124, 1);
}
.btn-list li a.fix-btn.not-fix-btn {
    color: #575757;
    background-color: #ebebeb;
}
.btn-list li a.fix-btn:before {
    content: "";
    position: relative;
    display: inline-block;
    top: 5px;
    margin-right: 10px;
    width: 22px;
    height: 26px;
    color: inherit;
    background: transparent url(../images/save_fix_icon.png) no-repeat;
}
.btn-list li a.fix-btn.not-fix-btn:before {
    background: transparent url(../images/not_fix_icon.png) no-repeat;
}
/* One cup btn */

.one_cup_btn {
    position: relative;
    text-decoration: none;
    border: none;
    color: #2f3600;
    cursor: pointer;
    background: #ef8200 url(../images/green_arrow.png) no-repeat 20px center;
    font-size: 140%;
    text-align: center;
    padding: 4px 22px 4px 43px;
    margin: 20px 0 0;
    border-radius: 33px;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    background-size: 10px auto;
    -webkit-background-size: 10px auto;
    -moz-background-size: 10px auto;
    box-shadow: 0 3px 5px 0 rgba(90, 102, 0, 0.5);
    -webkit-box-shadow: 0 3px 5px 0 rgba(90, 102, 0, 0.5);
    -moz-box-shadow: 0 3px 5px 0 rgba(90, 102, 0, 0.5);
}
/* List Link style */

ul.genre-list li {
    margin: 0 0 15px;
}
ul.genre-list li a {
    position: relative;
    font-size: 150%;
    font-weight: bold;
    display: block;
    padding: 10px 40px 10px 20px;
    color: #2f3600;
    background-color: #ef8200;
    border-radius: 42px;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    box-shadow: 0 3px 5px 0 rgba(90, 102, 0, 0.5);
}
ul.genre-list li a:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 32px;
    right: 15px;
    top: 50%;
    color: inherit;
    background: transparent url(../images/green_arrow.png) no-repeat;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

/* Food detail table */

.food-genre-table {
    margin: 0 0 20px;
}
.food-name-analysis {
    font-size: 230%;
    padding: 0 0 5px;
    margin: 0 0 20px;
    border-bottom: 2px solid #c7bd7c;
}
.food-name-analysis h1,
.food-name-analysis h2{
    font-weight: bold;
}
table.food-detail {
    background-color: #ffffff;
}
table.food-detail th {
    text-align: center;
    border: 2px solid #f7fbe8;
    padding: 13px 7px;
    font-size: 118.8%;
    color: inherit;
    background-color: #e1e7b8;
}
table.food-detail td {
    border: 2px solid #f7fbe8;
}
table.food-detail td .food-edit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 13px 0 13px 14px;
    text-decoration: none;
    color: inherit;
    background-color: transparent;
}
table.food-detail .del-col {
    width: 72px;
    vertical-align: middle;
    text-align: center;
}
table.food-detail .del-col a.delete-btn {
    margin: 0 auto;
}
table.food-detail .food-name-col {
    font-size: 181.2%;
    font-weight: bold;
    padding: 10px;
}
table.food-detail .gram-col,
table.food-detail .gram-td {
    width: 92px;
    padding: 0 10px;
    font-size: 150%;
    font-weight: bold;
}
table.food-detail .bg-yellow td {
    background-color: #ffeb65;
}
.food-origin-select {
    color: #5a6600;
}
/*Form Edit */

.input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.food-name-edit {
    font-size: 230%;
    font-weight: bold;
    padding: 0 0 5px;
    margin: 0 0 20px;
    color: #5a6600;
    border-bottom: 2px solid #c7bd7c;
}
.form-item {
    padding: 0 0 30px;
    margin: 0 0 15px;
    border-bottom: 2px dotted #c0c0bd;
}
.form-item .form-control {
    width: calc(100% - 90px);
    border: 2px solid #575757;
    padding: 3px 12px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.form-table .input-group .input-group-addon {
    width: 90px;
    font-size: 125%;
    border: 0;
    background: none;
}
.control-label {
    font-size: 125%;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
    color: #5a6600;
    background-color: transparent;
}
.origin-label{
    margin-bottom: 19px;
    font-size: 112.5%;
    color: #5a6600;
}
.add-ingredient3 .control-label {
    color: #575757;
}

/* ==================================================
Start Top Page
================================================== */

.content-wrap.format_top {
    position: relative;
    padding: 64px 0 64px;
    color: #5a6600;
    background: #8acf52 url(../images/top_content_bg_sp.jpg) repeat top left;
}
.top-ttl{
    text-align: center;
    margin-bottom: 48px;
}
.how-use-link {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../images/top_footer_bg.jpg) repeat top center;
}
.how-use-link a {
    position: relative;
    display: inline-block;
    width: 306px;
    color: #2f3600;
    font-size: 160%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 3px 5px 7px 19px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.how-use-link a:before {
    content: "";
    position: relative;
    top: 7px;
    left: -9px;
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(../images/question_icon.png) no-repeat top left;
}
a.top-btn,
.top-btn {
    text-align: center;
    margin: 0 auto 30px;
    display: table;
    width: 287px;
    font-weight: bold;
    color: #2f3600;
    font-size: 206.25%;
    padding: 13px 15px;
    background-color: #ef8200;
    -webkit-box-shadow:         0px 3px 5px 0px rgba(160, 160, 160, 1);
    -moz-box-shadow:         0px 3px 5px 0px rgba(160, 160, 160, 1);
    box-shadow:         0px 3px 5px 0px rgba(160, 160, 160, 1);
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
    transition: 0.2s ease-in-out all;
    -webkit-transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -ms-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
}
ul.note {
	font-size: 100%;
}
ul.note {
	margin: 2em 1.5em 2em 2.6em;
	list-style-image: url(../images/manual/list_icon_sp.png);
}
ul.note li{
	margin: 0 0 0.6em;
}
ul.note li a {
    color: #2f3600;
    text-decoration: underline;
}
ul.note li a:hover,
ul.note li a:focus {
    color: #2f3600;
    text-decoration: none;
}
/* ==================================================
End Top Page
================================================== */


/* ==================================================
Start List Food Page
================================================== */

.format-list-food .menu-box {
    position: relative;
    color: inherit;
    background-color: #ffffff;
    margin: 0 0 54px;
    padding: 35px 50px 43px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(90, 102, 0, 0.5);
    -moz-box-shadow: 0 3px 4px 0 rgba(90, 102, 0, 0.5);
    box-shadow: 0 3px 4px 0 rgba(90, 102, 0, 0.5);
}
.format-list-food .menu-box:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    width: 485px;
    height: 45px;
    color: inherit;
    background: transparent url(../images/menu_box_header.png) no-repeat top left;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.note-list {
    text-align: center;
    font-size: 140%;
    margin: 0 0 12px;
}
.format-list-food .note-list {
    margin-bottom: 23px;
}
.menu-box .menu-ttl {
    font-size: 231.2%;
    margin: 0 0 20px;
}
.menu-box .menu-ttl h2 {
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-box .menu-ttl span {
    display: inline-block;
    font-size: 64.9%;
    padding: 3px 22px;
    margin-left: 6px;
    color: inherit;
    background-color: #e1e7b8;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
.menu-list ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #e1e7b8;
    padding: 0 10px 0 0;
}
.menu-list ul li:last-child {
    border-bottom: 2px solid #e1e7b8;
}
.list-item-lft {
    width: calc(100% - 60px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.list-item-lft .food-edit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 18px 0 19px 10px;
    text-decoration: none;
    color: inherit;
    background-color: transparent;
}
.food-edit-icon {
    display: inline-block;
    min-width: 43px;
    height: 43px;
    color: inherit;
    background: transparent url(../images/edit_icon.png) no-repeat center center;
}
.food-edit-txt {
    display: inline-block;
    font-weight: bold;
    font-size: 162.5%;
    padding: 0 10px;
}
.menu-list .list-item-rgt {
    width: 49px;
    height: 49px;
}
.format-list-food .list-btn {
    margin: 0 0 179px;
}
.format-list-food .list-submit {
    text-align: center;
}
.format-list-food .list-btn .add-btn {
    margin-bottom: 30px;
}
/* ==================================================
End List Food Page
================================================== */


/* ==================================================
Start Food Edit Page
================================================== */

.food-name-box {
    border: 1px solid #707070;
    padding: 5px 10px;
    font-size: 175%;
    margin: 0 0 30px;
}
.food-edit-table {
    margin: 0 0 40px;
}
.food-edit-table table.food-detail {
    margin: 0 0 30px;
}
.add-material-btn {
    margin: 0 0 50px;
}

/* ==================================================
End  Food Edit Page
================================================== */


/* ==================================================
Start Search Page
================================================== */

.search-box {
    margin: 0 0 30px;
}
.search-box .form_search_wrap {
    display: table;
    vertical-align: top;
    width: 100%;
    border: 1px solid #e1e7b8;
}
.search-box .form_search_input {
    display: table-cell;
    vertical-align: top;
}
.search-box .form_search_input input {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: none;
    color: #666666;
    font-size: 125%;
    padding: 9px 25px 10px 15px;
    line-height: 1.2;
    height: 50px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.search-box .form_search_button {
    vertical-align: top;
    display: table-cell;
    width: 130px;
}
.search-box .form_search_button button {
    width: 100%;
    border: none;
    color: #2f3600;
    background-color: #ef8200;
    font-weight: bold;
    font-size: 150%;
    cursor: pointer;
    padding: 8px 14px 9px 54px;
    background-image: url(../images/search_icon.png);
    background-position: 8px 7px;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.search-box .form-control {
    height: 40px;
}
.purpose-search {
    padding: 0 0 30px;
    margin: 0 0 30px;
    border-bottom: 1px solid #e1e7b8;
}
.make-original {
    font-size: 150%;
    font-weight: bold;
    text-align: center;
    margin: 0 0 30px;
}
.make-original a {
    position: relative;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #ffffff;
    background-color: #4c8037;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(200, 209, 134, 1);
    -moz-box-shadow:    0px 3px 5px 0px rgba(200, 209, 134, 1);
    box-shadow:         0px 3px 5px 0px rgba(200, 209, 134, 1);
}
.make-original a:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 18px;
    height: 32px;
    color: inherit;
    background: transparent url(../images/wht_arrow.png) no-repeat top left;
    background-size: 18px auto;
    -webkit-background-size: 18px auto;
    -moz-background-size: 18px auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
/* ==================================================
End Search  Page
================================================== */


/* ==================================================
Start Food New Page
================================================== */

.food-new-cnt {
    border-bottom: 1px solid #5b9bd5;
    margin: 0 0 30px;
}
.food-new-input {
    margin: 0 0 24px;
}
.food-new-input .form-control {
    margin: 0 auto;
    width: 447px;
    height: 53px;
    border: 2px solid #5a6600;
    border-radius: 0;
    font-size: 181.2%;
    font-weight: 700;
    color: #575757;
    background-color: #ffffff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
/* ==================================================
Regular radio
================================================== */
.list-radio{
    list-style: none;
    padding: 0 0 0 4px;
    margin: 0;
}
.list-radio:before,
.list-radio:after{
    content: '';
    display: table;
}
.list-radio:after{
    clear: both;
}
.list-radio .radio-item{
    padding: 0;
    margin: 0 0 0 -4px;
    padding-right: 17px;
    /* width: 33.3333333%; */
    width: 25%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}
.radio-regular:before,
.radio-regular:after{
    content: '';
    display: table;
}
.radio-regular:after{
    clear: both;
}
.radio-regular{
    padding: 0;
}
.radio-regular .radio-regular-input{
    opacity: 0;
    position: absolute;
}
.radio-regular .radio-regular-input + .radio-regular-label {
    position: relative;
    padding: 1px 0 0 28px;
    margin-bottom: 0;
    font-weight: 500;
    display: block;
    font-size: 112.5%;
    min-height: 24px;
    line-height: 1.4;
    cursor: pointer;
    outline: 0;
}
.radio-regular .radio-regular-input + .radio-regular-label:before {
    position: absolute;
    left: 0;
    top: 1px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    content: '';
    background-color: #ffffff;
    border: 2px solid #cfcfcf;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
}
.radio-regular .radio-regular-input:checked + .radio-regular-label:before {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    background-color: #4c8037;
    box-shadow: inset 0 0 0 4px #fff;
}
.radio-regular .radio-regular-input:focus + .radio-regular-label:before {
    outline: 0;
    border-color: #ccc;
}
.radio-regular .radio-regular-input + .radio-regular-label:empty:before {
    margin-right: 0;
}
/* ==================================================
End Food New Page
================================================== */


/* ==================================================
Start Calculation Result Page
================================================== */

.result-cnt .result-heading {
    font-size: 180%;
    font-weight: bold;
    color: #575757;
    background-color: #ffffff;
    border-left: 8px solid #98c1ff;
    padding: 10px 16px 7px;
    margin: 0 0 25px;
}
.result-cnt .result-heading h2 {
    font-weight: bold;
    line-height: 1.4;
}
.result-cnt .calc-result {
    margin: 0 0 24px;
    padding: 0 20px;
}
.calc-result .calc-result-wrap {
    display: table;
    width: 100%;
}
.calc-result .calc-result-txt {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 156.2%;
    font-weight: bold;
    color: #5a6600;
    background: #edff66 url(../images/calc_label.jpg) no-repeat right center;
    padding: 16px 40px 10px 12px;
    background-size: 37px 100%;
    -webkit-background-size: 37px 100%;
    -moz-background-size: 37px 100%;
}
.calc-result-txt span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}
.calc-result .calc-result-num {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 190px;
    font-size: 398.9%;
    font-weight: bold;
    color: inherit;
    background-color: #ffffff;
    padding: 0 37px 0 20px;
}
.calc-result-num .per-char {
    font-size: 50%;
}
.result-box {
    position: relative;
    margin: 0 0 52px;
}
.calc-head {
    position: relative;
    z-index: 2;
    padding: 0 20px;
}
.calc-head-wrap {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
}
.calc-head-btn {
    overflow: hidden;
    width: 186px;
    border-radius: 0 25px 25px 0;
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
}
.calc-head-btn a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    align-items: center;
    text-decoration: none;
    font-size: 137.5%;
    color: #2f3600;
    background-color: #ef8200;
    padding: 11px 37px 8px 16px;
    border-radius: 0 25px 25px 0;
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
}
.calc-head-btn a:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 13px;
    top: 50%;
    right: 15px;
    color: inherit;
    background: transparent url(../images/close_toggle.png) no-repeat right center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.calc-head-btn a.show:after{
    background: transparent url(../images/open_toggle.png) no-repeat right center;
}
.calc-head-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: calc(100% - 186px);
    font-size: 156.2%;
    color: inherit;
    background-color: #d9deb8;
    border-radius: 20px 0 0 20px;
    -webkit-border-radius: 25px 0 0 25px;
    -moz-border-radius: 20px 0 0 20px;
    padding: 8px 10px 8px 25px;
}
.calc-detail-wrap {
    position: relative;
    margin-top: -23px;
    z-index: 1;
    padding: 28px 30px 27px;
    font-size: 143.7%;
    color: inherit;
    background-color: #ffffff;
    border: 1px solid #d9deb8;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.calc-detail-wrap ul li {
    border-bottom: 2px dotted #bbbbbb;
    padding: 22px 0 11px;
}
.calc-detail-wrap ul li:last-child {
    border-bottom: none;
}
.material-name {
    font-weight: bold;
    margin-bottom: 8px;
}
.calc-material {
    margin: 0 0 6px;
    line-height: 1.6;
}
.result-cnt .calc-formula {
    margin: 33px 0 0;
    padding: 10px 10px 8px;
    font-weight: bold;
    text-align: center;
    color: inherit;
    background-color: #edff66;
}
.result-cnt .nutrients-list {
    margin: 0 0 37px;
}
.nutrients-list.nutrients-list-chart {
    margin-bottom: 0;
}
.nutrients-list ul {
    font-size: 143.7%;
    list-style-image: url(../images/list_icon.png);
    margin: 0 0 0 17px;
}
.nutrients-list ul li {
    margin: 0 0 4px;
}
.pfc-box {
    font-size: 143.7%;
    padding: 0 28px;
    margin: 0 0 43px;
    color: inherit;
    background-color: #ffffff;
    border: 1px solid #d9deb8;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.pfc-box .pfc-ttl {
    font-weight: bold;
    padding: 20px 7px 15px;
    border-bottom: 2px dotted #b9b9b9;
}
.pfc-box .pfc-cnt {
    padding: 23px 7px;
}
.pfc-box .pfc-cnt p {
    margin: 0 0 7px;
}
.pfc-des {
    line-height: 1.7;
    margin: 12px 0 10px;
    letter-spacing: -0.025em;
}
.resutl-chart {
    margin: 0 auto 30px;
    max-width: 572px;
    width: 100%;
}
.resutl-chart svg{
    width: 100%;
    height: 440px;
}
/* ==================================================
End Calculation Result Page
================================================== */


/* ==================================================
Start Add Ingredient Page
================================================== */


/*Slides*/

.slides-panel {
    position: relative;
    overflow: hidden;
}
.slide-item {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: auto;
}
.slide-item.edit-content{
	background-color: #fff8c9;
}
/*
End  Add Ingredient Page
================================================== */
/* ==================================================
manual
================================================== */
.type_content .page-cnt p {
    margin: 0 0 1.2em;
	font-size: 150%;
}
.type_content .page-cnt p.align-center {
	text-align: center;
}
.type_content .page-cnt ul{
	font-size: 137.6%;
}
.type_content .page-cnt ul {
	margin: 0 0 1em 1.6em;
	list-style-image: url(../images/manual/list_icon.png);
}
.type_content .page-cnt ul li{
	margin: 0 0 0.6em;
}
.type_content .page-cnt a {
	color:#5a6600;
	text-decoration: underline;
}
.type_content .page-cnt a:active,
.type_content .page-cnt a:hover,
.type_content .page-cnt a:focus {
	text-decoration: none;
}
.type_content .result-cnt .result-heading{
	font-size: 225%;
  	margin-top: 60px;
}


/* ==================================================
ClearFix
================================================== */

#tmp-main-content:after,
.btn-group .btn-list:after {
    content: "";
    display: table;
    clear: both;
}

/*Media Query*/

@media (max-width: 640px) {
    body {
        font-size: 87.5%;
    }
    .container {
        width: 100%;
    }
    #tmp-main-content {
        min-height: 100%;
    }
    .content-wrap {
        margin: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }
    .page-ttl {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        padding: 5px 8px 5px 12px;
        border-bottom-width: 3px;
    }
    .page-ttl .page-ttl-txt{
        max-width: 170px;
        height: 39px;
        background-image: url(../images/page_ttl_txt_sp.png);
    }
    .page-ttl .page-ttl-btn{
        right: 8px;
    }
    .page-ttl .page-ttl-btn a {
        width: 85px;
        font-size: 100%;
        padding: 5px 14px 5px 12px;
    }
    .page-ttl .page-ttl-btn a:before {
        top: 2px;
        left: -5px;
        width: 16px;
        height: 16px;
        background-size: 16px auto;
        -webkit-background-size: 16px auto;
        -moz-background-size: 16px auto;
    }
    .page-ttl:after {
        bottom: -6px;
        height: 6px;
        background-size: contain;
        -webkit-background-size: contain;
        -moz-background-size: contain;
    }
    .page-cnt {
        margin: 43px 0 37px;
        padding: 23px 20px;
        min-height: calc(100vh - 80px);
    }
    .search-genre3 .page-cnt {
        padding: 23px 20px 14px;
    }
    .page-cnt-ttl {
        padding-bottom: 14px;
        margin-bottom: 20px;
        background: transparent url(../images/search_ttl_border_sp.jpg) no-repeat left bottom;
        background-size: contain;
        -webkit-background-size: contain;
        -moz-background-size: contain;
    }
    .page-cnt-ttl h1 {
        font-size: 164.3%;
    }
    .search-genre3 .page-cnt-ttl {
        margin-bottom: 18px;
    }
    .add-ingredient3 .page-cnt-ttl {
        margin-bottom: 18px;
    }
    .page-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
        min-height: 37px;
        padding: 2px;
        background: url(../images/page_footer_bg_sp.jpg) repeat top left;
    }
    /* ==================================================
	Start Top Page
	================================================== */
    .list-radio .radio-item:last-child{
        padding-right: 0;
    }
    .content-wrap.format_top {
        background: #8acf52 url(../images/top_content_bg_sp.jpg) repeat top left;
        min-height: 100vh;
        padding: 0;
        display: flex;
        width: 100%;
        align-items: center;
    }
    .top-ttl {
        padding: 37px 10px 0;
        margin-bottom: 42px;
    }
    a.top-btn,
    .top-btn{
        width: 177px;
        font-size: 125%;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0;
    }
    .format_top_inner{
        padding-bottom: 42px;
    }
    .how-use-link {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .how-use-link a {
        display: block;
        width: 100%;
        font-size: 114.3%;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        padding-top: 2px;
        padding-bottom: 5px;
    }
    .how-use-link a:before {
        width: 24px;
        height: 24px;
        top: 6px;
        background-size: 100% auto;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
    }
    ul.note{
        font-size: 86%;
    }
    /* ==================================================
	Start btns style
	================================================== */
    a.add-btn {
        width: 100%;
        padding: 17px 47px 17px 47px;
    }
    a.add-btn:before {
        left: 11px;
        width: 30px;
        height: 30px;
        background-size: 30px auto;
        -webkit-background-size: 30px auto;
        -moz-background-size: 30px auto;
    }
    a.calculate-btn {
        width: 200px;
        top: -22px;
        padding: 1px 42px 7px 42px;
        font-size: 128.6%;
    }
    a.calculate-btn:before {
        top: 6px;
        left: 3px;
        width: 32px;
        height: 28px;
        background-size: 32px auto;
        -webkit-background-size: 32px auto;
        -moz-background-size: 32px auto;
    }
    a.delete-btn {
        width: 30px;
        height: 30px;
        background-size: 30px auto;
        -webkit-background-size: 30px auto;
        -moz-background-size: 30px auto;
    }
    a.back-btn span {
        font-size: 85.7%;
        padding: 9px 5px 8px 20px;
        background-position: 9px center;
        background-size: 9px auto;
        -webkit-background-size: 9px auto;
        -moz--background-size: 9px auto;
        border-bottom-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-bottom-left-radius: 0;
    }
    a.back-btn span:after {
        right: -14px;
    }
    .add-food-btn {
        top: -22px;
        right: 10px;
        z-index: 10;
    }
    .add-food-btn a {
        font-size: 128.6%;
        padding: 0 14px 8px 14px;
    }
    .add-food-btn a:before,
    .add-food-btn a:hover:before,
    .add-food-btn a:focus:before,
    .add-food-btn a:active:before{
        top: 7px;
        left: -7px;
        width: 30px;
        height: 30px;
        background-size: 100%;
        -webkit-background-size: 100%;
        -moz--background-size: 100%;
    }
    .add-material-btn {
        margin-bottom: 25px;
    }
    .btn-list {
        padding: 0;
    }
    .btn-list li a.fix-btn {
        font-size: 85.7%;
        padding: 3px 12px 8px;
    }
    .btn-list li a.fix-btn:before {
        width: 14px;
        height: 17px;
        background-size: 100%;
        -webkit-background-size: 100%;
        -moz--background-size: 100%;
    }
    .btn-list li a.fix-btn.not-fix-btn:before {
        background-size: 100%;
        -webkit-background-size: 100%;
        -moz--background-size: 100%;
    }
    .one_cup_btn {
        width: 100%;
        text-align: left;
        padding: 4px 24px 4px 34px;
        background-position: 15px 8px;
        background-size: 9px auto;
        -webkit-background-size: 9px auto;
        -moz-background-size: 9px auto;
    }
    /* ==================================================
	End btns style
	================================================== */
    .note-list {
        font-size: 100%;
        margin-bottom: 6px;
        text-align: left;
    }
    .format-list-food .note-list {
        margin-bottom: 20px;
    }
    .format-list-food .list-btn {
        margin: 40px 0 25px;
    }
    .format-list-food .menu-box {
        margin-top: 40px;
        padding: 21px 10px 27px;
        border-radius: 24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        margin-bottom: 72px;
    }
    .format-list-food .menu-box:before {
        top: -14px;
        width: 232px;
        height: 26px;
        background: transparent url(../images/menu_box_header_sp.png) no-repeat top left;
        background-size: 232px auto;
        -webkit-background-size: 232px auto;
        -moz-background-size: 232px auto;
    }
    .menu-box .menu-ttl {
        font-size: 164.3%;
        margin-bottom: 11px;
    }
    .menu-box .menu-ttl span {
        font-size: 65.2%;
        padding: 1px 12px;
        margin: 0 0 2px 4px;
    }
    .menu-list ul li {
        border-top-width: 1px;
        padding: 0;
    }
    .menu-list ul li:last-child {
        border-bottom-width: 1px;
    }
    .list-item-lft {
        width: calc(100% - 35px);
    }
    .menu-list .list-item-rgt {
        width: 30px;
        height: 30px;
    }
    .list-item-lft .food-edit {
        padding: 11px 0 13px 0;
    }
    .food-edit-icon {
        min-width: 27px;
        height: 27px;
        background-size: 27px auto;
        -webkit-background-size: 27px auto;
        -moz-background-size: 27px auto;
    }
    .food-edit-txt {
        padding: 0 0 0 5px;
        font-size: 100%;
    }
    .search-box .form_search_button button {
        height: 32px;
        font-size: 128.6%;
        padding: 4px 5px 4px 29px;
        background-position: 12px 7px;
        background-size: 17px auto;
        -webkit-background-size: 17px auto;
        -moz-background-size: 17px auto;
    }
    .search-box .form_search_button {
        width: 80px;
    }
    .search-box .form_search_input input {
        padding: 5px 25px 5px 8px;
        height: 32px;
        font-size: 128.6%;
    }
    ul.genre-list li {
        margin: 0 0 13px;
    }
    .box-heading a {
        padding-left: 32px;
        font-size: 150%;
        background-position: 0 17px;
    }
    ul.genre-list li a {
        padding: 9px 25px 7px 22px;
    }
    ul.genre-list li a:after,
    .purpose-search ul.genre-list li a:after,
    .make-original a:after,
    .make-original a:hover:after,
    .make-original a:focus:after,
    .make-original a:active:after {
        right: 14px;
        width: 9px;
        height: 16px;
        background-size: 100%;
        -webkit-background-size: 100%;
        -moz--background-size: 100%;
    }
    .purpose-search {
        padding-bottom: 14px;
        margin-bottom: 26px;
    }
    .make-original a {
        padding: 9px 41px 10px 20px;
    }
    .food-name-analysis {
        font-size: 164.3%;
        border-bottom-width: 1px;
        margin-bottom: 20px;
    }
    .add-ingredient3 .food-name-analysis{
        margin-bottom: 16px;
    }
    .food-genre-table {
        margin: 0;
    }
    table.food-detail th:first-child,
    table.food-detail td:first-child{
        min-width: 100px;
    }
    table.food-detail th{
        font-size: 85.7%;
        padding: 10px 3px 8px 3px;
    }
    table.food-detail th,
    table.food-detail td {
        border-width: 1px;
    }
    table.food-detail .food-name-col,
    table.food-detail .gram-col {
        font-size: 128.6%;
    }
    table.food-detail td .food-edit {
        padding: 9px 10px 7px;
    }
    table.food-detail .food-name-col {
        padding: 9px 15px;
    }
    table.food-detail .gram-th{
        font-size: 85.7%;
        padding: 10px 3px 8px 3px;
        width: 67px;
    }
    table.food-detail .gram-col {
        width: 67px;
        padding: 0 5px;
    }
    table.food-detail .gram-td{
        font-size: 85.7%;
        width: 65px;
    }
    .food-new-input .form-control {
        width: 100%;
        height: 37px;
        font-size: 128.6%;
        border-width: 1px;
    }
    .food-new-input {
        margin-bottom: 12px;
    }
    .food-new-cnt {
        margin-top: 25px;
    }
    table.food-detail .del-col {
        width: 50px;
    }
    ul.genre-list li a,
    .make-original,
    a.add-btn,
    .control-label,
    .form-table .input-group .input-group-addon,
    .one_cup_btn {
        font-size: 128.6%;
    }
    /*Form Edit */
    .page-cnt.page-cnt-edit{
        margin-bottom: 0;
        min-height: calc(100vh - 43px);
    }
    .page-cnt-edit .food-name-analysis{
        padding-bottom: 13px;
        margin-bottom: 17px;
    }
    .page-cnt-edit .form-body{
        margin-bottom: 22px;
    }
    .form-item .form-control {
        width: calc(100% - 60px);
        border-width: 1px;
        background-color: #ffffff;
    }
    .form-control {
        appearance: none;
        -webkit-appearance: none;
    }
    select.form-control {
        background: url(../images/select_dropdown.png) right center no-repeat;
        background-size: 23px auto;
        -webkit-background-size: 23px auto;
        -moz-background-size: 23px auto;
}
    .form-table .input-group .input-group-addon {
        width: 60px;
    }
    .food-name-edit {
        font-size: 164.3%;
    }
    .input-group-addon {
        padding: 6px 0 6px 5px;
    }
    .form-item {
        padding-bottom: 17px;
        border-bottom-width: 1px;
    }
    .control-label {
        margin-bottom: 8px;
    }
    .origin-label{
        margin-bottom: 15px;
    }
    .list-radio .radio-item {
        width: 50%;
        margin-bottom: 15px;
    }
    /* ==================================================
    Start Calculation Result Page
    ================================================== */
    .result-box {
        margin: 0 0 35px;
    }
    .result-cnt .result-heading {
        font-size: 128.6%;
        border-left-width: 5px;
        line-height: 1.3;
        padding: 6px 11px 7px;
        margin-bottom: 15px;
    }
    .result-cnt .calc-result {
        padding: 0;
        margin-bottom: 20px;
    }
    .calc-result .calc-result-txt {
        font-size: 114.3%;
        line-height: 1.2;
        text-align: left;
        padding: 10px 51px 11px 12px;
        background-size: 20px 100%;
        -webkit-background-size: 20px 100%;
        -moz-background-size: 20px 100%;
    }
    .calc-result .calc-result-txt span {
        display: block;
    }
    .calc-result .calc-result-num {
        width: 82px;
        font-size: 250%;
        padding: 0 7px;
    }
    .calc-head {
        padding: 0;
    }
    .calc-head-btn {
        width: 103px;
    }
    .calc-head-txt,
    .calc-head-btn a {
        font-size: 114.3%;
        line-height: 1.2;
    }
    .calc-head-txt {
        width: calc(100% - 103px);
        padding: 0 10px 0 19px;
    }
    .calc-head-btn a {
        padding: 5px 34px 4px 12px;
    }
    .calc-detail-wrap {
        font-size: 100%;
        padding: 22px 14px 14px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    .material-name {
        margin-bottom: 3px;
    }
    .nutrients-list ul {
        font-size: 100%;
        list-style-image: url(../images/list_icon_sp.png);
    }
    .calc-detail-wrap ul li {
        padding: 13px 0 2px;
        border-bottom-width: 1px;
    }
    .result-cnt .calc-formula {
        padding: 5px 10px 6px;
        text-align: left;
    }
    .result-cnt .nutrients-list {
        margin-bottom: 25px;
    }
    .nutrients-list.nutrients-list-chart {
        margin-bottom: 10px;
    }
    .nutrients-list ul li {
        margin-bottom: 3px;
    }
    .pfc-box {
        padding: 0 12px;
        margin-bottom: 14px;
        font-size: 100%;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    .pfc-box .pfc-ttl {
        padding: 11px 4px 4px;
        border-bottom-width: 1px;
    }
    .pfc-box .pfc-cnt {
        padding: 9px 4px;
        line-height: 1.6;
    }
    .pfc-box .pfc-cnt p {
        margin-bottom: 4px;
    }
    .pfc-des {
        margin: 15px 0 0;
        font-size: 100%;
    }
    .resutl-chart {
        padding: 0;
        margin-bottom: 16px;
    }
    .resutl-chart svg{
        height: auto;
    }
	/* ==================================================
	manual
	================================================== */
	.type_content .page-cnt p {
		font-size: 100%;
		margin-bottom: 1em;
	}
	.type_content .page-cnt p.align-center {
		padding: 0 38px;
	}
	.type_content .page-cnt p.align-center.big_img{
		padding: 0 16px;
	}
	.type_content .page-cnt ul {
		font-size: 100%;
	}
	.type_content .page-cnt ul {
		margin-left: 1.5em;
		list-style-image: url(../images/manual/list_icon_sp.png);
	}
	.type_content .result-cnt .result-heading {
		font-size: 128.6%;
		margin-top: 30px;
	}
}
.loading {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
}
.loading img {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    -webkit-animation: load 1.1s infinite linear;
    animation: load 1.1s infinite linear;
}
@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.modal-overlay {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-dialog {
    z-index: 2;
}
.translate-enter-active,
.translate-leave-active {
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}
.translate-enter-active .modal-dialog,
.translate-leave-active .modal-dialog {
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
}
.translate-enter,
.translate-leave-to {
    opacity: 0;
}
.translate-enter .modal-dialog,
.translate-leave-to .modal-dialog {
    transform: translate(0, -20px);
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
}
.slide-leave-active {
    position: absolute;
    left: 0;
    top: 0;
}
.slide-enter-active,
.slide-leave-active {
    transition: transform 1s;
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -ms-transition: transform 1s;
    -o-transition: transform 1s;
}
.slide-enter,
.slide-leave-to {
    transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
}
.slide-leave+.slide-enter,
.slide-enter-to+.slide-leave-to {
    transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
}
@media (min-width: 641px){
    a.top-btn:hover,
    a.top-btn:focus,
    a.top-btn:active{
        background-color: #e2f7da;
        color: #5a6600;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(105, 154, 66, 1);
        -moz-box-shadow:    0px 3px 5px 0px rgba(105, 154, 66, 1);
        box-shadow:         0px 3px 5px 0px rgba(105, 154, 66, 1);
    }
    .page-ttl .page-ttl-btn a:hover,
    .page-ttl .page-ttl-btn a:focus {
        background-color: #e2f7da;
    }
    a.back-btn:hover span,
    a.back-btn:active span,
    a.back-btn:focus span {
        background-color: #e2f7da;
    }
    a.back-btn:hover span:before,
    a.back-btn:active span:before,
    a.back-btn:focus span:before {
        opacity: 1;
    }
    a.back-btn:hover span:after,
    a.back-btn:active span:after,
    a.back-btn:focus span:after {
        opacity: 0;
    }
    a.calculate-btn:hover:before,
    a.calculate-btn:focus:before,
    a.calculate-btn:active:before {
        background: url(../images/chart_icon_hover.png) no-repeat top left;
        background-size: 100% auto;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
    }
    a.calculate-btn:hover,
    a.calculate-btn:focus,
    a.calculate-btn:active {
        color: #5a6600;
        background-color: #ffeb65;
    }
    a.add-btn:hover,
    a.add-btn:focus,
    a.add-btn:active {
        background-color: #e2f7da;
    }
    a.delete-btn:hover,
    a.delete-btn:focus {
        background: transparent url(../images/delete_icon_hover.png) no-repeat center center;
        background-size: 100% auto;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
    }
    .add-food-btn a:hover,
    .add-food-btn a:focus,
    .add-food-btn a:active {
        color: #5a6600;
        background-color: #ffeb65;
    }
    .add-food-btn a:hover:before,
    .add-food-btn a:focus:before,
    .add-food-btn a:active:before {
        background: url(../images/add_icon_hover.png) no-repeat top left;
        background-size: 41px auto;
        -webkit-background-size: 41px auto;
        -moz-background-size: 41px auto;
    }
    .btn-list li a.fix-btn.not-fix-btn:hover,
    .btn-list li a.fix-btn.not-fix-btn:focus,
    .btn-list li a.fix-btn.not-fix-btn:active {
        background-color: #ffffff;
        color: #5a6600;
    }
    .btn-list li a.fix-btn:hover,
    .btn-list li a.fix-btn:focus,
    .btn-list li a.fix-btn:active {
        color: #5a6600;
        background-color: #e2f7da;
    }
    .one_cup_btn:hover,
    .one_cup_btn:focus{
        background-color: #e2f7da;
    }
    ul.genre-list li a:hover,
    ul.genre-list li a:focus,
    ul.genre-list li a:active {
        background-color: #e2f7da;
    }
    .how-use-link a:hover,
    .how-use-link a:focus,
    .how-use-link a:active {
        text-decoration: underline;
    }
    .list-item-lft .food-edit:hover,
    .list-item-lft .food-edit:focus,
    .list-item-lft .food-edit:active,
    table.food-detail td .food-edit:hover,
    table.food-detail td .food-edit:focus,
    table.food-detail td .food-edit:active {
        background-color: #fff8c9;
    }
    .search-box .form_search_button button:hover,
    .search-box .form_search_button button:focus,
    .search-box .form_search_button button:active {
        background-color: #e2f7da;
    }
    .make-original a:hover,
    .make-original a:focus,
    .make-original a:active {
        color: #5a6600;
        background-color: #ffeb65;
    }
    .make-original a:hover:after,
    .make-original a:focus:after,
    .make-original a:active:after {
        background: url(../images/moss_green_arrow.png) no-repeat top left;
        background-size: 18px auto;
        -webkit-background-size: 18px auto;
        -moz-background-size: 18px auto;
    }
    .calc-head-btn a:hover,
    .calc-head-btn a:focus{
        background-color: #e2f7da;
    }
}