html.PC .sp_only{
		display: none;
	}
		html.SP .sp_only{
			display: block;
		}

html.PC p.image{
	width: 80%;
	margin: 0 auto;
}
	html.SP .pc_only{display: none;}

.tweet{
	text-align: right;
	margin: 20px 0 0 0;
}

.tweet img{
	width: 120px;
	height: auto;
}

#detail dl, #detail dt, #detail dd {
	margin: 0;
	padding: 0;
}

#detail dl {
	display: flex;
	margin: 2px 0;
}
html.SP #detail dl {
	flex-direction: column;
	margin-bottom: 10px;
}
#detail dt {
	width: 150px;
	font-weight: bold;
}
html.SP #detail dt {
	width: 100%;
}
#detail dd {
	width: calc(100% - 150px);
	text-align: justify;
}
html.SP #detail dd {
	width: 100%;
}