.news_detail{
	/*width:80%;*/
	width:100%;
	margin:50px auto;
	font-size:14px;
	text-align:left;
}

.news_detail .title{
	font-size:24px;
	font-weight:bold;
	padding-bottom:20px;
}

.news_detail .comment{
	padding:10px;
	font-size:14px;
	margin:20px auto;
}

/* inputで画像を挿入している謎の記事への、スマホ表示時の対策 */
.news_detail .comment input[type="image"] {
	max-width: 100% !important;
	height: auto !important;
}

.news_detail .release_date{
	width:100%;
	text-align:right;
}

.return_news{
	width:100%;
	text-align:right;
}

.page_link{
	width:100%;
	text-align:center;
}

.next{
	display:inline-block;
	width:48%;
	text-align:center;
}
.prev{
	display:inline-block;
	width:48%;
	text-align:center;
}
