/* Pull to refresh 禁止 (iOS16未満) */
html{
	overflow: hidden;
}
body{
	height: 100vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
/* Pull to refresh 禁止 */
body{
	overscroll-behavior-y: none;
}
/* Pull to refresh 禁止 */

.sp_mode{
	display: block;
}
._sp_mode{
	display: none;
}

.share_btn{
	border-radius: 1rem;
	overflow: hidden;
	margin: 0;
	padding: 0.5rem 1.5rem;
}

/* course editor */
#ce_list, #ce_article_list{
	font-size: 80%;
}
#ce_list .td2, #ce_article_list .td2{
	grid-gap: 0 3px;
	height: 180px;
}
#ce_list .td2 .img1{
	display: grid;
	grid: 4fr 1fr / 1fr;
}
#ce_list .td2 .img1 .sel_uses{
	width: 100%;
	box-sizing: border-box;
}
#ce_list .td3{
	display: none;
}
/* course editor */
