@charset "utf-8";
/*==============================

site:opklog
master:opk shinbishi
url:http://opk-log.com

==============================*/

/*==============================
	画像サイズ640-320
==============================*/
@media screen and (min-width: 641px) {/*PC最大*/
.right_image{
margin:10px 10px 0px 10px;
}
.right_image img{
}
}
@media screen and (max-width: 640px) {/*スマホ*/
.right_image{
max-width:640px;
margin:10px 10px 0px 10px;
}
.right_image img{
width:100%;
}
}