@charset "utf-8";
/* CSS Document */

/* グローバルナビ */
.item-cate .g-nav-fixed {
    display:block;
}

.main-container {
    margin-bottom: 60px;
}
/* item-cate-box */
.item-cate-box {
    margin-top: 20px;
}
.item-cate-detail {
    padding: 10px;
}
h2.item-cate-ttl {
    font-size: 15px;
    font-weight: bold;
}
.item-type-img {
    display: block;
    margin: 5px 0;
}
.item-type-img img {
    width: 93px;
}

.item-type-img img.skin-all {
    width: 118px;
}
.item-type-img img + img
/*.item-type-img br + img*/ {
    margin-left: 5px;
}

.item-type-img br + img,
.item-type-img br + img + img
 {
    padding-top: 5px;
}

br.murasakisou {
    display: block;
}

p.feeling, p.component {
    font-size: 12px;
    padding-bottom: 5px;
}
p.description {
    width: 100%;
    display: block;
    border-top: 1px dotted #d0cdc0;
    padding-top: 10px;
    margin-top: 5px;
		font-size: 12px;
}
p.no-border {
    border-top: 0;
}

span.supText {
    font-size: 75%;
    vertical-align: top;
    position: relative;
    top: -0.1em;
}

span.suptext-cont {
    font-size: 85%;
}

.item-cate-img {
    margin-top: 20px;
    width: 80%;
}

.item-cate-btn {
    margin-top: 20px;
    padding-bottom: 20px;
}
.item-cate-btn a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 43px;
    padding: 10px 5px 9px 15px;
    margin: 0 auto;
    border: 1px solid #d0cdc0;
    text-decoration: none;
    font-size: 16px;
}
.item-cate-btn a + a {
    margin-top:10px;
}
.item-cate-btn a:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 25px;
    width: 9px;
    height: 9px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.item-cate-btn a:hover {
    border: 1px solid #66A03E;
        background: #66A03E;
        color: #fff;
        -webkit-transition: all .2s;
    transition: all .2s;

}

/*************************************
オリーブ樹
*************************************/
.tree-fee {
    display: block;
    margin: 20px auto 30px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}
.tree-fee .item-cate-btn {
    padding: 10px;
    margin-top: 0;
}
.tree-fee .item-cate-btn a {
    position: relative;
    display: inline-block;
    width: 240px;
    height: 47px;
    padding: 12px 5px 12px 15px;
    margin: 0 auto;
    border: 1px solid #d0cdc0;
    text-decoration: none;
    font-size: 15px;
}
.tree-fee a {
    display: block;
}

.tree-fee p:nth-child(2) {
    font-size: 9px;
}