@charset "euc-jp";

body {
    background: #fff;
}

/*-- contents
-------------------------------------------------------- */
#logo,
#head-ttl,
#step {
    line-height: 0;
    text-align: center;
}
.beginner img{
    width:100%;
}
.notebox{
    border: 2px #FF0000 solid;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 10px 0 10px;
    font-size: 0.9em;
}
.notebox .notebox_lead{
    font-weight:bold;
    color:#FF0000;
}
.caution {
    margin: 20px 5px 0;
    text-align: right;
    color: #e71420;
    font-size: 15px;
}
h2#page-ttl {
    margin: 0;
    padding: 4px 10px;
    background-color: #f0666c;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
}

/* form */
.caution img,
#form h3 img,
#form h3.fisrt img {
    vertical-align: -2px;
    margin: 0 5px 0 0;
}
#form h3 img,
#form h3.fisrt img {
    vertical-align: -1px;
    margin: 0 5px 0 0;
}
#form {
    margin: 0;
    overflow:hidden;
}
#form h3.first {
    margin: 10px 0 10px;
    padding: 3px 10px;
    background-color: #47c2c9;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}
#form h3 {
    margin: 20px 0 10px;
    padding: 3px 10px;
    background-color: #47c2c9;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}
#form input[type="text"],
#form input[type="email"],
#form input[type="password"] {
    margin: 0 10px;
    width: 90%;
    height: 30px;
    font-size: 15px;
}
#form select {
    height: 32px;
    font-size: 13px;
}
#form select.pref {
    margin: 0 10px;
    width: 70%;
    height: 32px;
}
#form ul.memo {
    clear: both;
    margin: 4px 10px 0;
    color: #e71420;
    font-size: 13px;
}
#form ul.memo li {
    margin: 0;
    padding: 0;
}
#form .item-name {
    margin: 10px 10px 0;
    font-size: 17px;
    font-weight: bold;
}
#form .item-name-s {
    margin: 0 10px;
    font-size: 17px;
    font-weight: bold;
}
#form .column2 {
    float: left;
    width: 48%;
}
#form .column2 input[type="text"],
#form .column2 input[type="email"],
#form .column2 input[type="password"] {
    width: 80%;
    font-size: 15px;
}
#form .item-box {
    margin: 0 10px;
    font-size: 15px;
}

/* ラジオボタン */
#form .item-box ul {
    margin: 0;
    padding: 0;
}
#form .item-box li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#form .item-box:after { content: ''; display: block; clear: both;
}
#form .item-box ul li {
    position: relative;
    list-style: none;
    float: left;
    width: 50%;
}
#form .item-box ul label {
    display: block;
    padding: 8px 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#d5d5d5));
    background-image: -moz-linear-gradient(top, #fefefe 0%, #d5d5d5 100%);
    border-radius: 5px 0 0 5px;
    border: #a9a9a9 1px solid;
    font-weight: bold;
    text-align: center;
    color: #555;
    font-size: 13px;
}
#form .item-box ul li:last-child label {
    border-left: 0;
    border-radius: 0 5px 5px 0;
}
#form .item-box ul li input[type="radio"]:checked + label {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f76a70), to(#eb3f46));
    background-image: -moz-linear-gradient(top, #f76a70 0%, #eb3f46 100%);
    color: #fff;
}
#form .item-box ul li input[type="radio"] {
    opacity : 0;
    position: absolute;
    top: -3px;
    left: -3px;
    width: 100%;
    height: 100%;
    padding: 0;
}
#form .txt {
    margin: 0 10px;
    font-size: 15px;
}
.link-area {
    margin: 15px 10px 0;
    font-size: 14px;
    font-weight: bold;
}
.link-area a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 10px 10px;
    background: #e3e3e3 url("../../img/regist/ico_linkarrow.png") no-repeat right center;
    -webkit-background-size: 18px 13px; /* Safari,Google Chrome用 */
}
.small {
    margin: 2px 10px 0;
    font-size: 11px;
    color: #777;
}
.conf-txt {
    margin: 0 10px;
    padding: 0;
    font-size: 16px;
}

/*reCAPTCHA セキュリティ認証*/
.authentication .g-recaptcha,
.authentication .g-caution {
    margin: 0 10px;
}
.authentication .g-caution {
    font-size: 0.8rem;
    margin-top: 10px;
}

/* ボタン */
#form .btn-confirm {
    display: block;
    font-weight: bold;
    cursor: pointer;
    background: #f76a70;
    background: -moz-linear-gradient(top,  #f76a70 0%, #eb3f46 80%, #f76a70 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f76a70), color-stop(80%,#eb3f46), color-stop(100%,#f76a70));
    background: -webkit-linear-gradient(top,  #f76a70 0%,#eb3f46 80%,#f76a70 100%);
    background: linear-gradient(to bottom,  #f76a70 0%,#eb3f46 80%,#f76a70 100%);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    border: #eb3f46 1px solid;
    border-radius: 6px;
    text-align: center;
    font-size: 0.9rem;
    margin: 20px 10px;
}
#form .btn-confirm a {
    display: block;
    padding: 4px 3px;
    color: #fff;
}
#form .btn-box .btn-revision {
    display: block;
    font-weight: bold;
    color: #534741;
    cursor: pointer;
    background: #fff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 80%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(80%,#f5f5f5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 80%,#ffffff 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 80%,#ffffff 100%);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #cdcdcc;
    border-radius: 6px;
    text-align: center;
    font-size: 0.9rem;
    margin: 20px 5px 20px 10px;
}
#form .btn-box .btn-submit {
    display: block;
    font-weight: bold;
    cursor: pointer;
    background: #f76a70;
    background: -moz-linear-gradient(top,  #f76a70 0%, #eb3f46 80%, #f76a70 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f76a70), color-stop(80%,#eb3f46), color-stop(100%,#f76a70));
    background: -webkit-linear-gradient(top,  #f76a70 0%,#eb3f46 80%,#f76a70 100%);
    background: linear-gradient(to bottom,  #f76a70 0%,#eb3f46 80%,#f76a70 100%);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    border: #eb3f46 1px solid;
    border-radius: 6px;
    text-align: center;
    font-size: 0.9rem;
    margin: 20px 10px 20px 5px;
}
#form .btn-box .btn-revision a {
    display: block;
    padding: 4px 3px;
    color: #534741;
}
#form .btn-box .btn-submit a {
    display: block;
    padding: 4px 3px;
    color: #fff;
}
.btn-list li {
    float: left;
    width: 50%;
}

/* ページトップ */
.pagetop {
    margin: 0 10px 10px;
    text-align: right;
}
.pagetop a {
    color: #333;
    text-decoration: none;
}

/*-- error
-------------------------------------------------------- */
#err-box {
    margin: 15px auto 0;
    padding: 7px 0;
    width: 92%;
    border: 2px solid #c00;
    background: #fff7f7;
}
#err-box p {
    text-align: center;
    margin: 0 10px 0 0;
    font-size: 14px;
    color: #c00;
    font-weight: bold;
}
.err-msg {
    margin: 0 10px 10px;
    padding: 7px;
    width: 88%;
    background-color: #ffdfdf;
    color: #f00;
}

/*-- temporary registration(仮登録)
-------------------------------------------------------- */
#caution-box {
    margin: 15px auto 10px;
    padding: 7px 0;
    width: 92%;
    border: 2px solid #c00;
    background: #fff7f7;
}
#caution-box p {
    margin: 0 10px;
    font-size: 17px;
    color: #c00;
    font-weight: bold;
}
.temp-box {
    margin: 0 10px 20px;
    padding: 10px;
    border: #CCC 1px solid;
}
.temp-txt {
    margin: 0 5px 10px;
    font-size: 15px;
}
.red-txt {
    margin: 10px 20px;
    font-size: 15px;
    color: #c00;
}
.red-txt {
    margin: 10px 20px;
    font-size: 15px;
    color: #c00;
}
#pocha-process {
    margin: 0 auto;
    text-align: center;
}

/*-- registration(本登録：登録完了)
-------------------------------------------------------- */
h1.welcome img {
    width: 100%;
}
.next-block {
    background: #FFF7D1;
    background: -moz-linear-gradient(left top,
    #fffbea,
    #fffbea 25%,
    #FFF7D1 25%,
    #FFF7D1 50%,
    #fffbea 50%,
    #fffbea 75%,
    #FFF7D1 75%,
    #FFF7D1);
    background: -webkit-gradient(linear, left top, right top,
    from(#fffbea),
    color-stop(25%, #fffbea),
    color-stop(25%, #FFF7D1),
    color-stop(50%, #FFF7D1),
    color-stop(50%, #fffbea),
    color-stop(75%, #fffbea),
    color-stop(75%, #FFF7D1),
    to(#FFF7D1));
    background-size: 10px 1px, 10px 1px;
    padding: 15px 0;
}
.next-box {
    width: 100%;
    padding-bottom: 15px;
    margin: 0 auto;
    text-align: center
}
.next-box:last-child {
    padding-bottom: 0;
}
.next-box p {
    color: #50433d;
    font-weight: bold;
}
.next-box a {
    display: block;
}
.next-box img {
    width: 90%;
}
.bnr_safe {
    text-align: center;
}

/*定番ショップ*/
.teiban h2 {
    margin: 0;
    padding: 4px 10px;
    background: #f0666c;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.teiban ul {
    overflow: hidden;
    padding: 5px 0;
    text-align: center;
}
.teiban li {
    display: inline-block;
    margin: 5px 0;
}
#thanks {
    margin: 15px auto 10px;
    text-align: center;
}
.ban-box {
    width: 300px;
    margin: 0 auto 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    line-height: 0;
}
.ban-box ul {
    margin: 0 auto;
    position: relative;
    left: 50%;
    float: left;
    text-align: center;
}
.ban-box ul li {
    margin: 0 6px 6px 0;
    position: relative;
    left: -50%;
    float: left;
}
.ban-box ul li:nth-child(2n) {
    margin: 0;
}
.ban-box ul li:nth-child(-n+2) {
    margin-bottom: 6px;
}


/*-- 個人情報の変更
-------------------------------------------------------- */

/* エラー文言 */
#profile_change .err_box {
    color: #e71420;
    font-weight: bold;
    margin: 10px 10px 0 10px;
    font-size: 13px;
    border: 2px solid #cc0000;
    padding: 10px;
}
#profile_change .err_text {
    color: #e71420;
    font-weight: bold;
    margin: 0 0 3px 0;
    font-size: 13px;
}

/* メイン */
#profile_change h2 {
    background-color: #f0666c;
    color: #ffffff;
    font-size: 100%;
    font-weight: bold;
    padding: 6px 5px;
}
#profile_change p.lead_top {
    margin: 10px 10px 0 10px;
}
#profile_change h3.first {
    margin: 10px 0 0 0;
    padding: 6px 5px;
    background-color: #47c2c9;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
}
#profile_change h3 {
    margin: 20px 0 0 0;
    padding: 6px 5px;
    background-color: #47c2c9;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    clear: both;
}
#profile_change .box {
    overflow-x: hidden;
    margin: 10px 10px 0 10px;
}
#profile_change input[type="text"],
#profile_change input[type="password"] {
    margin: 0;
    width: 90%;
    height: 30px;
    font-size: 15px;
}
#profile_change ul.memo {
    clear: both;
    margin: 4px 0 0 0;
    color: #e71420;
    font-size: 13px;
}
#profile_change .lead {
    text-align: center;
}
#profile_change .btn_regist {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#dddddd));
    background: -moz-linear-gradient(top, #fefefe 0%,#dddddd 100%);
    background: linear-gradient(#fefefe, #dddddd);
    border: 1px solid #3f3f3f;
    border-radius: 5px;
    margin: 5px 25px 0 25px;
    padding: 8px;
}
#profile_change .btn_regist a {
    display: block;
    text-align: center;
    color: #555555;
    font-weight: bold;
    font-size: 14px;
}
#profile_change p.text_bottom {
    clear: both;
    margin: 0;
}
#profile_change p.sp_address {
    font-weight: bold;
    font-size: 14px;
    color: #666666;
}
#profile_change .btn_change {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#dddddd));
    background: -moz-linear-gradient(top, #fefefe 0%,#dddddd 100%);
    background: linear-gradient(#fefefe, #dddddd);
    border: 1px solid #3f3f3f;
    border-radius: 5px;
    margin: 5px 5px 10px 10px;
    padding: 7px;
    width: 39.5%;
    float: left;
}
#profile_change .btn_change a {
    display: block;
    text-align: center;
    color: #555555;
    font-weight: bold;
    font-size: 13px;
}
#profile_change .btn_delete {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#dddddd));
    background: -moz-linear-gradient(top, #fefefe 0%,#dddddd 100%);
    background: linear-gradient(#fefefe, #dddddd);
    border: 1px solid #3f3f3f;
    border-radius: 5px;
    margin: 5px 10px 10px 5px;
    padding: 7px;
    width: 39.5%;
    float: left;
}
#profile_change .btn_delete a {
    display: block;
    text-align: center;
    color: #555555;
    font-weight: bold;
    font-size: 13px;
}
#profile_change .column2 {
    float: left;
    width: 48%;
}
#profile_change .item-name-s {
    font-size: 17px;
    font-weight: bold;
    margin: 0 10px 0 0;
}
#profile_change span.red {
    color: #e71420;
    font-size: 12px;
    font-weight: normal;
    padding-left: 5px;
}
#profile_change .column2 input[type="text"],
#profile_change .column2 input[type="password"] {
    font-size: 15px;
    width: 80%;
}
#profile_change .text_name {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 10px 0 0;
    color: #666666;
}
#profile_change select.pref {
    height: 32px;
    margin: 0 10px;
    width: 70%;
}
#profile_change select {
    font-size: 13px;
    height: 32px;
}
#profile_change p.sex {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    margin: 0 10px;
}
#profile_change .item-box:after {
    clear: both;
    content: "";
    display: block;
}
#profile_change .item-box {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    margin: 0 10px;
}
#profile_change .item-box span.year,
#profile_change .item-box span.month,
#profile_change .item-box span.day {
    padding: 0 3px;
}
#profile_change .item-box ul {
    margin: 0;
    padding: 0;
}
#profile_change .item-box ul li {
    float: left;
    list-style: none outside none;
    position: relative;
    width: 50%;
}
#profile_change .item-box li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#profile_change .item-box ul li input[type="radio"] {
    height: 100%;
    left: -3px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: -3px;
    width: 100%;
}
#profile_change .item-box ul label {
    border: 1px solid #3f3f3f;
    border-top-left-radius: 5px;
    color: #555555;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 20px;
    text-align: center;
    text-shadow: 0 1px #ffffff;
}
#profile_change .txt {
    margin: 0;
    font-size: 15px;
}
#profile_change .link_area {
    margin: 10px 10px 0;
    font-size: 14px;
    font-weight: bold;
}
#profile_change .link_area a {
    color: #333;
    text-decoration: none;
    display: block;
    width: 92%;
    padding: 10px 10px;
    background: #e3e3e3 url("../../img/regist/ico_linkarrow.png") no-repeat right center;
    background-size: 18px 13px;
    -webkit-background-size: 18px 13px;
    -moz-background-size: 18px 13px;
}
#profile_change .small {
    margin: 2px 10px 0;
    font-size: 11px;
    color: #777;
}
#profile_change .btn_sub {
    margin: 15px 20px;
}
#profile_change .btn_sub input[type="submit"] {
    display: block;
    padding: 4px;
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc016), color-stop(80%,#ffa200), color-stop(100%,#ffc016));
    background: -moz-linear-gradient(top, #ffc016 0%, #ffa200 80%, #ffc016 100%);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
    border: #ffc016 1px solid;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    width: 100%;
}

/*-- パスワードの変更
-------------------------------------------------------- */

/* エラー文言 */
#password_change .err_text {
    color: #e71420;
    font-weight: bold;
    margin: 0 0 3px 0;
    font-size: 13px;
}

/* メイン */
#password_change h2 {
    background-color: #000063;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    padding: 3px 10px;
}
#password_change p.lead_top {
    margin: 10px 10px 0 10px;
}
#password_change #form {
    border: 1px solid #cccccc;
    margin: 10px 10px 25px 10px;
    padding: 10px;
}
#password_change .box {
    margin: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}
#password_change .box.no_border {
    border: none;
}
#password_change h3 {
    margin: 15px 0 10px 0;
    background-color: #ffffff;
    border-left: 7px solid #14b0e4;
    padding: 0 0 0 5px;
    color: #666666;
    font-size: 16px;
}
#password_change input[type="password"] {
    margin: 0;
    width: 99%;
    height: 30px;
    font-size: 15px;
}
#password_change p.caution {
    color: #e71420;
    font-weight: bold;
    margin: 3px 0 0 1.0em;
    font-size: 10px;
    text-align: left;
    text-indent: -1.0em;
}
#password_change .btn_sub {
    margin: 15px 20px;
}
#password_change .btn_sub input[type="submit"] {
    background: #feeab9;
    background: -moz-linear-gradient(top, #feeab9 0%, #f2700b 50%, #ee4f00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feeab9), color-stop(50%,#f2700b), color-stop(100%,#ee4f00));
    background: -webkit-linear-gradient(top, #feeab9 0%,#f2700b 50%,#ee4f00 100%);
    border: 2px solid #FF6600;
    border-radius: 8px;
    box-shadow: 1px 1px 2px #cccccc;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    text-shadow: 0 -1px 1px #e75f10;
    width: 100%;
}


/*-- サンクスページ 1908更新
-------------------------------------------------------- */
.welcome {
    margin-top: 10px;
}
/* キャンペーン */
.cp_bnr p { padding: 10px 30px;}
.cp_bnr p img { width: 100%;}

/* 登録したばかりのあなたにオススメ */
.recommend {
    background: -moz-linear-gradient(left top,
    #b4ebea,
    #b4ebea 25%,
    #daf5f5 25%,
    #daf5f5 50%,
    #b4ebea 50%,
    #b4ebea 75%,
    #daf5f5 75%,
    #daf5f5);
    background: -webkit-gradient(linear, left top, right top,
    from(#b4ebea),
    color-stop(25%, #b4ebea),
    color-stop(25%, #daf5f5),
    color-stop(50%, #daf5f5),
    color-stop(50%, #b4ebea),
    color-stop(75%, #b4ebea),
    color-stop(75%, #daf5f5),
    to(#daf5f5));
    -moz-background-size: 10px 1px, 10px 1px;
    -webkit-background-size: 10px 1px, 10px 1px;
    background-size: 10px 1px, 10px 1px;
}
.recommend ul {
    overflow: hidden;
    padding: 15px 10px 0;
}
.recommend li {
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 2px #a8a8a8;
    box-sizing: border-box;
    display: block;
    float: left;
    margin: 0 8px 15px;;
    width: 49%;
    width: -webkit-calc(50% - 16px);
    width: calc(50% - 16px);
    text-align: center;
}
.recommend li h3 {
    overflow: hidden;
    padding:  15px 10px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recommend li .thumbnail {
    margin: 0 auto 10px;
    height: 80px;
    width: 80px;
}
.recommend li .thumbnail img {
    width: 100%;
}
.recommend li .category {
    font-size: 1.2rem;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recommend li .icon_point {
    background:#fff8be;
    margin-bottom: 8px;
    padding: 6px 0 5px;
}
.recommend li .icon_point span {
    background-image: url(https://dietnavi.com/sp/img/14/common/ico_point.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 14px 14px;
    display:inline-block;
    font-weight: normal;
    font-size: 2.0rem;
    padding:0 0 0 15px;
}
.recommend li .review {
    padding: 15px 10px;
    text-align: left;
}
.recommend li .review span {
    color: #f0666c;
    font-weight: bold;
}

/* 人気のカテゴリ */
.category {
    font-size: 1.9rem;
}
.category li {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}
.category li:last-child {
    border-bottom: none;
}
.category li.category01 {
    background-image: url("../../img/14/common/ico_category01.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    -webkit-background-size: 38px 38px;
    -moz-background-size: 38px 38px;
    background-size: 38px 38px;
}
.category li.category02 {
    background-image: url("../../img/14/common/ico_category02.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    -webkit-background-size: 38px 38px;
    -moz-background-size: 38px 38px;
    background-size: 38px 38px;
}
.category li.category03 {
    background-image: url("../../img/14/common/ico_category03.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    -webkit-background-size: 38px 38px;
    -moz-background-size: 38px 38px;
    background-size: 38px 38px;
}
.category li.category04 {
    background-image: url("../../img/14/common/ico_category04.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    -webkit-background-size: 38px 38px;
    -moz-background-size: 38px 38px;
    background-size: 38px 38px;
}
.category li.category05 {
    background-image: url("../../img/14/common/ico_category05.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    -webkit-background-size: 38px 38px;
    -moz-background-size: 38px 38px;
    background-size: 38px 38px;
}
.category li a {
    display: block;
    padding: 20px 10px;
}
.category li span {
    display: block;
    padding: 0 8px 0 45px;
}
.category li span:first-child {
    padding-bottom: 6px;
}
.category li span:nth-child(even) {
    font-size: 1.3rem;
    color: #998675;
}
.category li a {
    position: relative;
    display: block;
}
.category li a::before,
.category li a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 12px;
    height: 3px;
    border-radius: 4px;
}
.category li a::before {
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.category li a::after {
    margin-top: 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(-45deg);
}
.category li.category01 a:before,
.category li.category01 a:after {
    background: #80e2e0;
}
.category li.category02 a:before,
.category li.category02 a:after {
    background: #ffd47d;
}
.category li.category03 a:before,
.category li.category03 a:after {
    background: #f2a4b0;
}
.category li.category04 a:before,
.category li.category04 a:after {
    background: #9adaff;
}
.category li.category05 a:before,
.category li.category05 a:after {
    background: #f7a866;
}

/* footer */
#footer.thanks .pagetop {
    background: -moz-linear-gradient(left top,
    #b4ebea,
    #b4ebea 25%,
    #daf5f5 25%,
    #daf5f5 50%,
    #b4ebea 50%,
    #b4ebea 75%,
    #daf5f5 75%,
    #daf5f5);
    background: -webkit-gradient(linear, left top, right top,
    from(#b4ebea),
    color-stop(25%, #b4ebea),
    color-stop(25%, #daf5f5),
    color-stop(50%, #daf5f5),
    color-stop(50%, #b4ebea),
    color-stop(75%, #b4ebea),
    color-stop(75%, #daf5f5),
    to(#daf5f5));
    -moz-background-size: 10px 1px, 10px 1px;
    -webkit-background-size: 10px 1px, 10px 1px;
    background-size: 10px 1px, 10px 1px;
    padding-top: 10px;
}
