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;
	flex-wrap: wrap;
	width: 70%;
	margin: 0 auto;
	padding: 10px 0;
	border-bottom: solid 1px #eee;
}

html.SP #detail dl {
	width: 100%;
}

#detail dt {
	width: 30%;
	padding-left: 10px;
	line-height: 1.6;
	box-sizing: border-box;
	font-weight: bold;
}

#detail dd {
	width: 70%;
	line-height: 1.6;
}

html.SP #detail dt,
html.SP #detail dd {
	font-size: 85%;
}

html.SP #detail dt {
	width: 40%;
}

html.SP #detail dd {
	width: 60%;
}

#detail table {
	width: 70%;
	margin: 0 auto;
}

html.SP #detail table {
	width: 100%;
}

#detail thead th {
	font-weight: bold;
}

#detail .ttl {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 70%;
	margin: 50px auto 5px;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}

#detail .ttl span {
	font-size: 80%;
	font-weight: normal;
}

html.SP #detail .ttl {
	width: 100%;
	font-size: 85%;
}