@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	091

//////////////////////////////////////////////////////////////////////////////*/


/*------------------------------------------------------------------------------

	本文

------------------------------------------------------------------------------*/

body.contents.topics .post .column_2 .column:nth-child(1) {
	width: 36.4%;
}

body.contents.topics .post .column_2 .column:nth-child(2) {
	width: 59.6%;
}

@media screen and (max-width: 767px) {
	
body.contents.topics .post .column_2 .column:nth-child(1),
body.contents.topics .post .column_2 .column:nth-child(2) {
		width: 100%;
}	
	
}