@charset "Shift_JIS";

/*
記事画像拡大ページへの遷移の表示を無効化するためのパッチ。
*/

div#kiji_honbun table.r_photo::before {
	content: none !important;

}
div#kiji_honbun table.r_photo img {
	border: 0 !important;
}
