
@import url(http://fonts.googleapis.com/css?family=Arapey|Cabin);
@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    cursor: default;
}

.clearfix:after { 
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}


p {
    margin-bottom: 18px;
}


body {
    background: #FFF;
    line-height: 180%;
    letter-spacing: 0.5px;
    word-break: break-all;
    padding: 15px;
    cursor: default;
}

article {
    width: 800px;
    margin: 30 auto;
    padding: 30;
}


@-webkit-keyframes tremble {
	15% { -webkit-transform: translateX(3px) rotate(1deg); }
	30% { -webkit-transform: translateX(-3px) rotate(-1deg); }
	45% { -webkit-transform: translateX(2px) rotate(1deg); }
	60% { -webkit-transform: translateX(-2px) rotate(-1deg); }
	75% { -webkit-transform: translateX(1px) rotate(1deg); }
	90% { -webkit-transform: translateX(-1px) rotate(-1deg); }
}
@keyframes tremble {
	15% { transform: translateX(3px) rotate(1deg); }
	30% { transform: translateX(-3px) rotate(-1deg); }
	45% { transform: translateX(2px) rotate(1deg); }
	60% { transform: translateX(-2px) rotate(-1deg); }
	75% { transform: translateX(1px) rotate(1deg); }
	90% { transform: translateX(-1px) rotate(-1deg); }
}

.main a.box img {
    width: 150px;
    height: 150px;
    border: 8px solid #F2F2F2;
    margin-bottom: 8px;
    
}


@media screen and (max-width:780px){ 
    article {
        width: 540px;
    }
}

@media screen and (max-width:600px){ 
    article {
        width: 360px;
    }
}

@media screen and (max-width:410px){ 
    article {
        width: 230px;
    }
    
    .main a.box {
        width: 115px;
    }
    
    .main a.box img {
        width: 90px;
        height: 90px;
        border: 4px solid #F2F2F2;
    }
}
