@charset "UTF-8";

/* results
===================================*/

#results {
    width: 100%;
    padding-top: 20px;
}

#results p.catch{
    color: #222222;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    margin-bottom: 20px;
}

#results p.read{
	text-align: center;
    font-size: 1.6rem;
    margin-bottom: 40px;
}

#results ul{
    width: 100%;
    overflow: hidden;
    padding-top: 2em;
}

#results li{
    width: 100%;
    margin-bottom: 10px;
}

#results li:last-child{
    margin-bottom: 0px;
}

#results li img{
    max-width: 100%;
    height: auto;
}



/* ==============================================================================

[Media Queries] smart phone : Landscape

============================================================================== */

@media only screen and (min-width:1px) and (max-width:740px) {

} /*@mediaEnd*/


s
/* ==============================================================================

[Media Queries] smart phone : Portrait

============================================================================== */

@media only screen and (min-width:1px) and (max-width:480px){
    
} /*@mediaEnd*/

