/* 詳細内容表示 */
.entry{
    font-size: 15px;
    line-height: 2.13;
}
.entry a{
    color: #295ea2;
    text-decoration: underline;
}
.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 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;
    line-height: 1.58;
}
.entry h1,.entry h1 * { font-size:30px;}
.entry h2,.entry h2 * { font-size:24px;}
.entry h3,.entry h3 * { font-size:22px;}
.entry h4,.entry h4 * { font-size:20px;}
.entry h5,.entry h5 * { font-size:18px;}
.entry h6,.entry h6 * { font-size:16px;}
.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 40px;
}
.entry blockquote{
    margin:10px 0 10px 50px;
    padding:1em 1em 1em 2em;
    border-left:7px solid #ccc;
    font-style:oblique;
}
.entry img{
    max-width: 100%;
    height: auto;
}
.entry iframe[src^="https://www.youtube.com"]{
    display: block;
    width: 800px;
    height: 450px;
    margin: 0 auto;
}
.entry table {
    border-collapse: collapse;
    border-spacing: 0;
}
.entry table th {
    border: 1px solid #e6e7e8;
    width: auto;
    font-weight: bold;
    padding: 10px;
    word-break: break-all;
    vertical-align: middle;
    text-align: center;
}
.entry table td{
    border: 1px solid #e6e7e8;
    padding:0.5em;
    vertical-align: middle;
}
.entry table .leftTxt{
	text-align: left;
}
.entry table .rightTxt{
	text-align: right;
}
.entry table .topTxt{
	vertical-align: top;
}
.entry table .bottomTxt{
	vertical-align: bottom;
}
@media only screen and (max-width:767px){
    .entry{
        font-size: 11px;
        line-height: 1.63;
    }
    .entry h1,.entry h1 *{ font-size:17px;}
    .entry h2,.entry h2 *{ font-size:15px;}
    .entry h3,.entry h3 *{ font-size:16px;}
    .entry h4,.entry h4 *{ font-size:15px;}
    .entry h5,.entry h5 *{ font-size:14px;}
    .entry h6,.entry h6 *{ font-size:13px;}
    .entry h1,.entry h1 *,
	.entry h2,.entry h2 *,
	.entry h3,.entry h3 *,
	.entry h4,.entry h4 *,
	.entry h5,.entry h5 *,
	.entry h6,.entry h6 *{
		line-height: 1.4;
	}
    .entry div.photo_fleft{
        float:none;
        padding:0 0 10px;
        text-align: center;
    }
    .entry div.photo_fright{
        float:none;
        padding:0 0 10px;
        text-align: center;
    }
    .entry iframe[src^="https://www.youtube.com"]{
        width: 100%;
        height: 50.4vw;
    }
    .entry table{
		width: auto!important;
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.entry table th{
		width: 100%!important;
		height: auto;
		padding-right: 10px;
		word-break : break-all;
		overflow: scroll;
	}
	.entry table td{
		width: auto!important;
		word-break : break-all;
		padding-bottom: 10px;
		overflow: scroll;
	}
}