.header {
	background-color: rgba(255, 255, 255, 255);
}

.textbox {
	margin: 1rem auto;
	text-align: justify;
}

.toptit>span:first-child {
	color: #999;
	letter-spacing: 0.1em;
	margin-right: 0.05rem;
}

.detail {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 1.2rem;
}

.toptit {
	font-size: 0.18rem;
	font-weight: 350;
	margin-left: 1.2rem;
}

.time {
	margin: 0.4rem 0 0.2rem;
	font-size: 0.15rem;
	font-weight: 400;
	font-family: 'MyFontRegular';
	color: #999;
}

.title {
	font-weight: 700;
	font-family: 'MyFontBold';
	font-size: 0.5rem;
	line-height: 0.6rem;
	margin-bottom: 0.4rem;
}

.textbox img {
	display: block;
	width: 100%;
}
.textbox p,.textbox p span{
	
	font-family: 'MyFontRegular' !important;
	font-size: 0.2rem !important;
	line-height: 0.35rem !important;
}