#cablepage{
text-align: left;
height: auto;
max-width: 1180px;
margin: 50px auto 10px auto;
font-size: 24px;
color: #6D6D6D;
font-weight: bolder;
padding-left: 10px;

border-left: 10px solid #6d6d6d;

}

#headerText{
text-align: left;
height: auto;
max-width: 1200px;
margin: 0px auto;
font-size: 14px;
color: #6D6D6D;
line-height: 1.5em;

}



#cableContent{
max-width: 1200px;
min-width: 800px;
height: auto;
margin: 0 auto;
display: flex;flex-wrap: wrap;
margin-top: 50px;
padding-left: 4%;

}

.items{
position: relative;
width: 45%;

height: 200px;
display: block;
float: left;
border-bottom: 1px solid #d6d6d6;
text-align: left;
padding-right: 15px;
padding-bottom: 50px;
margin-bottom: 50px;
margin-right: 3%;
}



.items img{
float: left;
margin-right: 15px;
width: 160px;
}

.items p{
font-size: 10px;
line-height: 1.2em;
margin-left: 180px;
}

.cableTitle{
font-size: 16px;
font-weight: bold;
color:#555;
margin-bottom: 15px;
line-height: 1.3em;

display: block;
margin-left: 180px;

}

.pageLink{
width: auto;
height: auto;
font-size: 12px;
color: #007AB1;
display: block;
position: absolute;
right: 0;
bottom: 50px;

}
.pageLink a{
text-decoration: none;
color:#6d6d6d;
}

.items a:hover{
background: #d6d6d6;
}




div.items.higher{
height: auto;
overflow: auto;
}

#bannerBox{
    width: 100%;;
    height: auto;
    display: block;

    margin-bottom: 10px;
}

#bannerBox img{

}

#bannerBox a:hover{
    background: white;
}

.innerTexts{
    display: block;
    width: 100%;
    padding-top: 20px;
}

.innerTexts span.cableTitle,
.items .innerTexts p
{
    margin: 0;
    padding: 0;
    text-align: center;
}





@media all and (max-width: 768px) {
        /*//////////////////////////////////////////////////////Cablrページ Settings*/
    #cablepage {
    border-left: 10px solid #6d6d6d;
    color: #6d6d6d;
    font-size: 24px;
    font-weight: bolder;
    height: auto;
    margin: 50px auto 10px;
    max-width: 100%;
    padding-left: 10px;
    text-align: left;
    box-sizing: border-box;
    }
    
    #cableContent{
        max-width: 100%;
        min-width: 100%;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
    }
    
    .items{
    position: relative;
    width: 95%;

    height: auto;
    display: block;
    float:none;
    border-bottom: 1px solid #d6d6d6;
    text-align: left;
        padding-top: 1em;
    padding-right: 15px;
    padding-bottom: 50px;
    margin-bottom: 0px;
    margin-right: 0%;
    box-sizing: border-box;
    }
    
    .pageLink {
      bottom: 1em;
      color: #007ab1;
      display: block;
      font-size: 12px;
      height: auto;
      position: absolute;
      right: 0;
      width: auto;
    }

    #bannerBox {
        width: auto;
        text-align: center;
    }
    
    #bannerBox img{
        margin: 0 auto;
        float: none;
        
    }
    
    .items img{
/*        width: 100%;*/

    }
    
    
}









