@charset "utf-8";
/*
Theme Name: MKC
Author: MK-Create
Author URI: http://mk-create.com

*/

.sticky {}
.bypostauthor {}

.topboxleft1 {
    float: left;
    width: 48%;
    border: 1px solid #666;
    min-height: 288px;
}
.topboxright1 {
    float: right;
    width: 48%;
    border: 1px solid #666;
    min-height: 288px;
}

@media (max-width: 659px) {
.topboxleft1 {width: 100%; float: none; margin-bottom: 20px; min-height: auto;}
.topboxright1 {width: 100%; float: none; min-height: auto;}
.topboxleft2 { min-height: auto;}
.topboxright2 { min-height: auto;}
}