/* detail */
.post h2.ttl,
.post_content {
	word-break: break-all;
	word-break: break-word;
}

.post_content a {
	color: -webkit-link;
    cursor: pointer;
}

.post_content p + p,
.post_content ul + p,
.post_content ol + p {
	margin-top: 30px;
}

.post_content p img {
	margin-right: 10px;
	margin-top: 10px;
}

.post_content p img.alignleft {
	margin-right: 10px;
}

.post_content p img.alignright {
	margin-left: 10px;
	margin-right: 0;
}

.post_content p img.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.post_content ul,
.post_content ol {
	margin-top: 30px;
	margin-left: 30px;
}

.post_content ul li ul,
.post_content ol li ol {
	margin-top: 0;
	margin-left: 30px;
}

.post_content ul,
.post_content ul li {
	list-style-type: disc;
	font-size: 1.5rem;
	line-height: 1.6;
}

.post_content ol,
.post_content ol li {
	list-style-type: decimal;
	font-size: 1.5rem;
	line-height: 1.6;
}

.post_content .wp-caption {
	max-width: 100%;
}



@media screen and (max-width:767px) {
	.post_content p + p {
		margin-top: 3vh;
	}
	
	.post_content p img {
		display: block;
		margin-bottom: 3vh;
	}
	
	.post_content p img.alignleft,
	.post_content p img.alignright {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	
	.post_content ul li,
	.post_content ol li {
		font-size: 3.0rem;
	}

}

/* list */

/* front-page */
#idx #news .news_list-item_content {
	word-break: break-all;
	word-break: break-word;
}