﻿@charset "utf-8";
body {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic","游ゴシック","YuGothic",sans-serif;
	background-color: #f4f4f4;
}

	a:link { color: #000000; }	
	a:visited { color: #000000; }	
	a:hover { color: #FF8000; }	

	.comment {
		margin: 0.2em 0.2em 1em 0.2em;
		line-height: 1.5;
	}
		.comment .taglink {
			display: inline-block;	
			text-decoration: none;	
			word-break:break-all;	/* 自動リンクのはみ出しを防ぐ */
            font-size: 0.8em;
		}

		.comment .taglink:hover {
			text-decoration: underline;	
		}

.img{ max-width: 400px;
 height: auto; }

	.embeddedimage {
		max-width: 100%;	
		max-height: 240px;
		width: auto;
		height: auto;

	.poweredby { margin: 0; font-size: 0.8em; text-align: right; }
	
@media screen and (max-width: 500px) {
		.comment {
		margin: 0.2em 0.2em 0.3em 0.2em;
		line-height: 1.2;
	 font-size: 0.8em; 
	}
	 }
	 