html.PC #detail th {
	height: 42px;
	text-align: center;
}
	html.SP #detail th {text-align: center;}
	html SP #detail th.sp_h,
	html SP #detail td.sp_h {
		padding: 2.5em 1em;
	}

#detail p small {
	display: inline-block;
	color: #333;
	line-height: 1.4;
}

.tweet{
	text-align: right;
	margin: 20px 0 0 0;
}
	#detail .tweet img{
		width: 120px;
		height: auto;
	}

html.PC tr {border-top: solid 1px #ccc;}

html.PC th,
html.PC td {
	border: none;
	border-left: solid 1px #ccc;
}
tr {text-align: center;}
tr.cap {font-size: 110%;}
th { width: 50%;}

html.SP table {
		border: 1px solid #ccc;
	}
html.SP table {border: none;}
html.SP th:first-child {border-left: none;}
html.SP th,
html.SP td {
	border: none;
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;
}