.vjText{
    text-align: left;
    color:#3300CC;
}
.infosmapho{
    display: none;
}
#vjBox table { 
width: 750px;
border-collapse: collapse;
border: 1px #1C79C6 solid;
color:#888;
text-align: center;
margin: 0 auto;
} 

#vjBox table th { 
border: 1px #1C79C6 solid; 
padding: 5px;
background-color:#9595ea; 
text-align: center;
margin: 0 auto;
color:#fff;
font-weight: bold;
} 
#vjBox table td { 
border: 1px #1C79C6 solid;
padding: 5px;
} 
#vjBox table tr:nth-child(odd) { 
background-color:#f4f4f4; /* 奇数行の背景色 */ 
} 

#vjBox table tr:nth-child(even) { 
background-color: #f7fdfd; /* 偶数行の背景色 */ 
}
.mainname{
    font-weight: bold;
}


.vjlistBox ul{
    text-align: left;
    margin: 20px auto;
}
.vjlistBox ul li{
    background: url(../../images/top/right-arrow-gr.png) no-repeat 10px center;
    list-style: none;
    border-radius: 10px;
    margin-bottom: 20px;
}
.vjlistBox ul li:nth-child(odd){
    background-color: #f4f4f4;
}
.vjlistBox ul li:nth-child(even){
    background-color: #fff4ea;
}
.vjlistBox ul a{
    padding-left: 30px;
    padding-right: 10px;
    display: block;
    line-height: 3.5em;
}

.vjlistBox strong{
    font-size:1.2em;
}

.wandcustom{
    background-color: #f7fdfd;
    border-radius: 10px;
    padding: 20px;
    margin: 40px;
}

@media screen and (max-width: 720px){
    #vjBox {
    box-sizing: border-box;
    border-right: 1px solid #8a8a8a;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    }
    #vjBox table {
    border-right: none;
    }
    .infosmapho{
        display: block;
        margin-top: 20px;
    }
}