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

/* news
----------------------------------------------------------------------------- */
	.me_txtimg{
		float:none;
		display:block;
		width:100%;
		height:auto;
		margin:0px auto 20px;
	}
	.me_txtimg img{
		width:100%;
		max-width:600px;
		margin-bottom:20px;
	}
	.me_txtimg01{
		width:60%;
		float:none;
		display:block;
		margin:0px auto;
	}
	.me_txtinfo{
		float:none;
		display:block;
		width:100%;
	}
	#me_set_l,
	#me_set_r{
		float:none;
		width:100%;
		margin:0px auto;
	}

	.me_topics_titlebox{
		width:auto;
		margin:10px;
		margin-bottom:-10px;
	}


}