/*iphone*/   
@media screen and (max-width:667px){
body{
    width: 100%;
    font-family: 'arial narrow'
}
.wrap{
    overflow: hidden;
}
#logo img{
    float: left;
    width: 50%;
    margin-top: 1%;
}
    #tel{
        display: none;
    }
    #mail{
        display: none;
    }
#navi ul{
    float: left;
    clear: left;
    padding: 0;
}
#navi ul li{
   color: black;
   border-left: solid 8px red;
   background: whitesmoke;
   margin-bottom: 5px;
   line-height: 1.5;
   border-radius: 0 15px 15px 0;
   padding: 0.5em;
   list-style-type: none!important;
}
#navi a{
   text-decoration: none;
   color: #000;
}
    #news{
        clear: left;
        width: 80%;
        margin-left: 10%;
        border-bottom: 1px solid blue;
    }
    #news h2{
        font-size: 20PX;
    }
    #news p{
        font-size: 15px;
    }
#footer{
    clear: left;
    text-align: center;
}
}



/*ipad*/   
@media screen and (min-width:668px) and (max-width:1024px){
body{
    width: 100%;
    font-family: 'arial narrow'
}
.wrap{
    overflow: hidden;
}
#logo img{
    float: left;
    width: 30%;
    margin-left: 5%;
    margin-top: 1%;
}
#tel img{
    float: left;
    margin-left: 18%;
    width: 20%;
}
#mail img{
    float: left;
    width: 20%;
    margin-bottom: 1%;
}
#navi ul{
    clear: left;
    text-align: center;
    background-color: red;
}
#navi li{
    list-style: none;
    display: inline-block;
    width: 15%;
    color: #fff;
    font-size: 12px;
    background-color: red;
}
    #news{
        width: 80%;
        margin-left: 10%;
        border-bottom: 1px solid blue;
    }
#footer{
    clear: left;
    text-align: center;
}
}

/*PC*/   
@media screen and (min-width:1025px){
body{
    width: 100%;
    font-family: 'arial narrow'
}
#logo img{
    float: left;
    width: 30%;
    margin-left: 5%;
    margin-top: 1%;
}
#tel img{
    float: left;
    margin-left: 18%;
    width: 20%;
}
#mail img{
    float: left;
    width: 20%;
    margin-bottom: 1%;
}
#navi ul{
    clear: left;
    text-align: center;
    background-color: red;
}
#navi li{
    list-style: none;
    display: inline-block;
    width: 15%;
    color: #fff;
    font-size: 20px;
    background-color: red;
}
#news{
    width: 80%;
    margin-left: 10%;
    border-bottom: 1px solid blue;
}
#news h2{
    border-bottom: 1px solid red;    
    }
#news img{
    width: 20%;
}    
}
