/* 詳細内容表示 */
.entry *{ line-height:200%; }
.entry strong,.entry strong *{ font-weight:bold; }
.entry sub,.entry sub *{ vertical-align:sub; }
.entry sup,.entry sup *{ vertical-align:super; }
.entry sub,.entry sub *,
.entry sup,.entry sup *{
	font-size: 70%;
}
.entry,
.entry p{
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
}
.entry img{vertical-align: middle;}
.entry h1,.entry h1 *,
.entry h2,.entry h2 *,
.entry h3,.entry h3 *,
.entry h4,.entry h4 *,
.entry h5,.entry h5 *,
.entry h6,.entry h6 *{
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 150%;
}
.entry h1,.entry h1 * { font-size:30px;}
.entry h2,.entry h2 * { font-size:24px;}
.entry h3,.entry h3 * { font-size:20px;}
.entry h4,.entry h4 * { font-size:18px;}
.entry h5,.entry h5 * { font-size:16px;}
.entry h6,.entry h6 * { font-size:14px;}
.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.photoLeft {
	width:100%;
	text-align:left;
	margin: 40px 0;
}
.entry div.photoCenter {
	width:100%;
	text-align:center;
	margin: 40px 0;
}
.entry div.photoRight {
	width:100%;
	text-align:right;
	margin: 40px 0;
}
.entry div.photoFLeft {
	float:left;
	padding:0px 50px 0px 0px;
	margin: 45px 0 15px;
}
.entry div.photoFRight {
	float:right;
	padding:0px 0px 0px 50px;
	margin: 45px 0 15px;
}
.entry blockquote{
	margin:10px 0 10px 50px;
	padding:1em 1em 1em 2em;
	border-left:7px solid #ccc;
	font-style:oblique;
}
.entry a{
	color:#3985C3;
	text-decoration: underline;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media only screen and (max-width:767px){
	.entry *{ line-height:150%; }
	.entry,
	.entry p{
        font-size: 13px;
        letter-spacing: 0;
	}
	.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 img{
		width: 100%;
		height: auto;
	}
	.entry div.photoLeft,
	.entry div.photoCenter,
	.entry div.photoRight {
		margin: 20px 0;
	}
	.entry div.photoFLeft{
		float:none;
		padding:0;
		margin: 20px 0;
	}
	.entry div.photoFRight{
		float:none;
		padding:0;
		margin: 20px 0;
	}
}
