ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.tab {
    display: block;
    font-weight: bold;
    font-size: .97em;
    font-family: Arial,Meiryo UI,sans-serif;
    width:100%;
    text-align: center;
    background-color: #FFCC00;
    position:relative;
}
.tab > * {
    line-height: 3em;
}

.tab > ul,
.tab > ul li,
.tab > div{
    display: inline-block;
    cursor: pointer;
}

.tab > ul{
	letter-spacing: -.4em;
}
.tab > ul li{
    list-style:none;
    padding: 0px 8px;
    font-size:1.1em;
    color: #262626;
    letter-spacing:normal;
    line-height: 3em;
}
.tab ul,li,a,label{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.tab a:link,
.tab a:visited{
    color:black;
}

.tab ul li:hover {
    background-color: #FFF;
}
/*.tab ul li:hover > div{
    display: block;
}*/
.tab-content-wrapper{
    display:none;
    position:absolute;
    left:0;
    width: 100%;
    margin:0 auto;
    z-index: 9999;
}
.tab-content{
    display: table;
    width:100%;
    padding:20px 40px;
    text-align: left;
    font-size: 1.1em;
    background-color: #FFF;
    font-weight: lighter;
    border-left: 10px solid #FFCC00;
    border-right: 10px solid #FFCC00;
    border-bottom: 10px solid #FFCC00;
    box-sizing: border-box;
}

.tab-content h3{
    margin:0;
    font-size: 1.1em;
    padding-top:10px 0px 5px 0px;
}
.tab-content ul li{
    display:block;
    font-size: .86em;
    line-height: 1.4em;
    margin:0;
    padding:0;
}
.tab-content ul li a{
    display:block;
}

.tab-content ul li:hover {
    background-color: #FFCC00;
}

.tab-content-column{
    width:200px;
    display: table-cell;
    margin-right:50px;
}
.tab-content-column li a{
    text-decoration: underline;
}

.breadcrumbs{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.breadcrumbs > ul{
    letter-spacing: -.4rem;
}
.breadcrumbs > ul li{
    letter-spacing: normal;
    display: inline-block;
    padding-right: .3rem;
    padding-left: .3rem;
    line-height: 2.2em;
}
.breadcrumbs a {
    display: block;
    text-decoration: underline;
}

.results{
    letter-spacing: -.4em;
    margin: 0 auto;
}

.result_item_wrapper {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    box-shadow: .5em .5em 1em -.8em gray
}
.result_item {
    letter-spacing: normal;
    text-align: left;
    font-size: 0.9em;
    margin: .7em;
}
.result_artist{
    font-weight: bold;
    color:#444;
}
.result_price{
    font-size: 1.1em;
    font-family: Arial;
    margin: 0;
    font-weight: bold;
    color: #262626;
}
.result_img{
    position:relative;
}
.result_item img{
    width:100%;
}
.result_info a {
    display: block;
    text-decoration: none;
    color: black;
    word-break: break-all;
}
.result_info p{
    margin:0;
    padding:0;
}

p.tag_new{
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    padding: 3px 5px;
    margin: 0;
    background: #FB3535;
    line-height: 1.1em;
    z-index: 1;
}
p.tag_update{
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    padding: 3px 5px;
    margin: 0;
    background: #35D423;
    font-size: .9em;
    line-height: 1.1em;
    font-family: Meiryo UI,sans-serif;
    z-index: 1;
}

.searchlist{
    letter-spacing: normal;
    /*text-align: center;*/
    display: inline-block;
    width:33%;
    margin-top: 0;
}
p.searchlist a{
    display: block;
    border-bottom: 1px solid black;
    text-decoration: none;
    text-align: left; 
    color: #444;
    letter-spacing: normal;
    line-height:2em;
    margin: .9em .5em;

    vertical-align: bottom;
}
p.searchlist a:hover{
    text-decoration: underline;
}

.search-result{
    margin-bottom: 2em;
}
p.search-result{
  text-align: center;
  margin-bottom: 2em;
}
.search-terms{
    letter-spacing: -1em;
    margin-bottom: 2em;
}
.search-terms-column{
    width:33.3%;
    display: inline-block;
}
p.search-terms-column{

}
.search-terms-column a{
    color: black;
    line-height: 3em;
    display: block;
    text-align: left;
    vertical-align: bottom;
    text-decoration: none;
}
.search-terms h3{
    color: #444;
    border-left: 7px black solid;
    padding-left: 8px;
    letter-spacing: normal;
}

.nav_paging{
    text-align: right;
    margin: 3em 0;
}
.nav_paging a{
    text-decoration: none;
    color: #4A4A4A;
    display: block;
}
.nav_paging p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 .5em;
    position: relative;
    text-align: center;
}
.nav_paging_prev a{
    background-color: #4BB4E4;
    width: 4em;
    height: 2em;
    border-radius: 0.2em;
    display: block;
}
.nav_paging_prev a:after{
    position: absolute;
    content: "<";
    color: white;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 2em;
}

.nav_paging_next a{
    background-color: #4BB4E4;
    width: 4em;
    height: 2em;
    border-radius: 0.2em;
    display: block;
}
.nav_paging_next a:after{
    position: absolute;
    content: ">";
    color: white;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 2em;
}

.nav_paging_current {
    width: 2em;
    height: 2em;
    border-radius: 0.2em;
    display: block;
    line-height: 2em;
    text-align: center;
    border: 1px solid #CCCCCC;
    color: #444;
    background: #EAEAEA;
    pointer-events:none;
}

.nav_paging_others {
    width: 2em;
    height: 2em;
    border-radius: 0.2em;
    display: block;
    line-height: 2em;
    text-align: center;
    border: 1px solid #CCCCCC;
    color: #444;
    background: white;
}

@media screen and (max-width: 780px) {
.header{
    display: block;
}
.logo {
    display: block;
    text-align: center;
}
.logo img{
    max-width:367px;
    width:100%;
}
.corner_img{
    display: none;
}
.tab{
    width:100%;
    min-width: 100%;
}
.result_item_wrapper {
    width: 33.3333%;
}
.nav_paging{
    display: flex;
    flex-flow:row nowrap;
    justify-content:center;

}
.nav_paging p{
    margin: 0;

}
.searchlist{
    width: 49%;
}
#cale{
    display:none;
}
}

@media screen and (max-width: 411px) {
    .result_item_wrapper {
    width: 50%;
}
}