/*---------s5-categoryNav---------*/

.s5-categoryNav__item a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    min-width: 100px;
    max-width: 130px;
    padding: 30px 0;
    margin: -30px -1px -30px 0;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.s5-categoryNav:before, .s5-categoryNav:after {
    content: "";
    display: table;
}
.s5-categoryNav:after {
    clear: both;
}
.s5-categoryNav__inner {
    display: table;
    float: left;
}
.s5-categoryNav:before, .s5-categoryNav:after {
    content: "";
    display: table;
}
.s5-categoryNav__owner {
    display: inline-block;
    float: right;
}
.s5-categoryNav__owner .s5-categoryNav__account {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    height: 26px;
    padding: 0 0 15px;
}
.s5-categoryNav__owner .s5-categoryNav__account a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0;
    margin: -15px -1px -25px 0;
    -webkit-transition: color .2s;
    transition: color .2s;
}
.s5-categoryNav__owner .s5-categoryNav__account a:hover {
    color: #6e7278;
    text-decoration: none;
    -webkit-transition: color 0;
    transition: color 0;
}
a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: color .2s;
    transition: color .2s;
}
.s5-categoryNav__owner .s5-categoryNav__account.s5-categoryNav__account span {
    margin: 0 -5px 0 10px;
    /*border: solid 1px #e4e8eb;*/
    border: solid 0px #fff;
    padding: 5px 10px;
    font-weight: bold;
}
.s5-categoryNav__owner .s5-categoryNav__account.s5-categoryNav--current span {
    border-bottom: solid 2px #000;
}
.s5-categoryNav__owner .s5-categoryNav__account span {
    white-space: normal;
    word-break: break-word;
    word-break: break-all;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: left;
    display: inline-block;
    margin: 0 10px;
}
.s5-categoryNav__owner .s5-categoryNav__account.s5-categoryNav__account span:before {
    content: "\f0da";
    font-size: .75rem;
    font-size: 1.2em;
    margin: -2px -2px -2px 0;
}

.s5-categoryNav__item span{
	font-weight: bold;
}

@media screen and (max-width: 639px){
	.s5-categoryNav__item {
	    font-size: .71429rem;
	    overflow: hidden;
	    display: table-cell;
	    width: 33.5%;
	    height: 26px;
	    padding: 5px 0;
	    border: 1px solid #dce0e3;
	    background: #f3f4f6;
	}

	.s5-categoryNav__owner {
	    /* display: inline-block; */
	    border-spacing: 5px 0;
	    display: table; 
	    width: 100%;
	    table-layout: fixed;
	    margin-top: 10px;
	}
	.s5-categoryNav__owner .s5-categoryNav__account {
	    font-size: 12px;
	    /* font-size: .75rem; */
	    font-weight: normal;
	    line-height: 1.8;
	    /* text-align: center; */
	    /* vertical-align: middle; */
	    /* display: inline-block; */
	   	height: auto;
	    /* padding: 0 0 15px; */
	    font-size: .85714rem;
	    display: table-cell;
	    padding: 5px 0;
	    border-top: 1px solid #cbced1;
	    border-bottom: 1px solid #cbced1;
	    border-left: none;
	    /* width: 9%; */
	    margin: 0 10px;
	    text-align: center;
	}
	.s5-categoryNav__owner .s5-categoryNav__account a {
	    /* -webkit-box-sizing: border-box; */
	    /* box-sizing: border-box; */
	    /* position: relative; */
	    /* display: inline-block; */
	    /* vertical-align: middle; */
	     padding: 0; 
	     margin: 0; 
	    /* -webkit-transition: color .2s; */
	    /* transition: color .2s; */
	    color: #2f353d;
	    cursor: pointer;
	    display: block;
	}
	.s5-categoryNav__owner .s5-categoryNav__account.s5-categoryNav__account span {
	    margin: 0 5px;
	    border: none;
	    padding: 0px;
	}
	.s5-categoryNav__owner .s5-categoryNav__account.s5-categoryNav__account.s5-categoryNav--current{		
		 border-bottom: 2px solid #000; !important;
	}
	.c5_display__none{
	display: block;
    width: 100%;
    background: #fff;
    border: none;
    text-align: left;
    margin-left: 15px;
    padding: 0;
    margin-bottom: 0;
    font-size: 12px;
    display: none;
	}
}

/* 11.16追加分 */
.c5-line_btn{
    display: none;
}

@media screen and (max-width: 639px){
    .c5-line_btn{
    display: block;
}
}