
@media print,screen and (min-width:740px){

#contents .edit_zone .right_image{
		width: 340px;	
}

#contents .edit_zone .left_text{
		width: 480px;	

		margin-bottom: 24px;
}

#contents .edit_zone .left_text.clear{
		width: auto;	
}
	
}
	
@media screen and (max-width:740px){

#contents .edit_zone .right_image{
		margin: 0 0 5%
}

#contents .edit_zone .left_text{
}

#contents .edit_zone .left_text p{
		margin-bottom: 5%;
	
}

}