@charset "utf-8";

@media screen and (max-width : 860px) {

body .wrap_header {
	position: static;
	width: inherit;
	height: initial;
}
body .wrap_main {
	margin-left:0;
}
body .post_list {
	display:none;
}
body .post_list_mobile_view .date {
}
body .post_list_mobile_view .title {

}
body .post_list_mobile_view .category {
	display:none;
}
html .post_list_mobile_view {
	display:block;
}
body .main .post {
	width:inherit;
	padding:0 1em;
}
body .wp-caption.aligncenter,
body .wp-caption.alignleft,
body .wp-caption.alignright {
	width:100% !important;
	margin-left:0;
}
body .main .full_width {
	width:100%;
	margin-left:0;
}
body .main .post .excerpt {
	font-size:1.2em;
}
body .post_list {
	width:inherit;
}
body .post_list .post_card {
	width:50%;
}
}


@media screen and (max-width : 600px) {
body .post .full_width,
body .post .one_half,
body .post .one_third,
body .post .two_third,
body .post .one_fourth,
body .post .three_fourth,
body .post .one_fifth,
body .post .two_fifth,
body .post .three_fifth,
body .post .four_fifth,
body .post .one_sixth,
body .post .five_sixth {
    clear: both;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1em;
}
html body .main .post .excerpt {
	font-size:1.0em;
}
html body .main .post .excerpt br {
	display:none;
}
html body .post_list {
	width:inherit;
}

html body .post_list .post_card {
	width:100%;
}
}