
/* 詳細内容表示 */
.entry{
	word-wrap: break-word;
}
.entry *{
	/* コピー＆ペースト対策に、テキスト高さを強制設定 */
	line-height:2 !important;
}
.entry strong,.entry strong *{ font-weight:bold; }
.entry img{
	vertical-align:middle;
	max-width: 100%;
	height: auto;
}
.entry h1,.entry h1 * { font-size:26px; font-weight:bold; }
.entry h2,.entry h2 * { font-size:20px; font-weight:bold; }
.entry h3,.entry h3 * { font-size:16px; font-weight:bold; }
.entry h4,.entry h4 * { font-size:14px; font-weight:bold; }
.entry h5,.entry h5 * { font-size:12px; font-weight:bold; }
.entry h6,.entry h6 * { font-size:10px; font-weight:bold; }
.entry ul,.entry ul li { list-style:disc outside none; margin-left:20px; }
.entry ol,.entry ol li { list-style:decimal outside; margin-left:20px; }
.entry div.photo_left {
	width:100%;
	text-align:left;
}
.entry div.photo_center {
	width:100%;
	text-align:center;
}
.entry div.photo_right {
	width:100%;
	text-align:right;
}
.entry div.photo_fleft {
	float:left;
	padding:0px 50px 0px 0px;
}
.entry div.photo_fright {
	float:right;
	padding:0px 0px 0px 50px;
}
.entry p{
    margin: 20px 0;
}

@media only screen and (max-width:767px){
	.entry *{ line-height:1.5; }
	.entry,
	.entry p{
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 0.5px;
	}
	.entry h1,.entry h1 *{ font-size:20px;}
	.entry h2,.entry h2 *{ font-size:18px;}
	.entry h3,.entry h3 *{ font-size:16px;}
	.entry h4,.entry h4 *{ font-size:14px;}
	.entry h5,.entry h5 *{ font-size:12px;}
	.entry h6,.entry h6 *{ font-size:10px;}
	.entry div.photo_fleft{
		float:none;
		padding:0;
		padding: 0 0 10px;
	}
	.entry div.photo_fright{
		float:none;
		padding:0;
		padding: 0 0 10px;
	}
    .entry p{
        margin: 15px 0;
    }    
}
