#liftListArea.allLiftView > ul > li > h3,
#liftWeatherArea h3 {
	font-size: 1.4em;
}
#liftListArea > ul > li > ul {
	position: relative;
}
#liftListArea.allLiftView > ul > li > ul li:nth-child(1) {
	padding-left: 2em;
	overflow: inherit;
	white-space: pre-wrap;
}
#liftListArea.allLiftView > ul > li > ul li:nth-child(4) {
	position: absolute;
	left: 0;
}
#Comment h2 {
	font-size: 36px;
	color: #fc5000;
	font-weight: 400;
	margin-bottom: 20px;
}
#CommentArea {
	padding: 5px;
	margin-bottom: 40px;
}
#CommentArea ul li p {
	line-height: 1.4;
}
#CommentArea > ul > li > p > span {
    background: #444;
    padding: 2px 10px;
    font-size: 0.8em;
    color: #fff;
    font-weight: bold;
    margin-right: 9px;
}

#CommentArea > ul > li > p {
    margin-bottom: 10px;
}

@media screen and (max-width: 1080px) {
	#liftListArea:not(.allLiftView) .liftListHeader {
		display: none;
	}
	#liftListArea:not(.allLiftView) > ul > li > ul {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		background-color: #fff;
		border: 1px solid #eee;
	}
	#liftListArea:not(.allLiftView) > ul > li > ul > li {
		padding: 5px;
	}
	#liftListArea:not(.allLiftView) > ul > li > ul > li > p {
		font-size: 0.9em;
	}
	#liftListArea:not(.allLiftView) > ul > li > ul > li:first-child {
		width: 100%;
		padding: 5px;
		background-color: #eee;
	}
	#liftListArea:not(.allLiftView) > ul > li > ul > li:first-child:before {
		content: "リフト名";
		color: #fc5000;
		margin-bottom: 9px;
		font-size: 10px;
		font-weight: bold;
		display: block;
	}
	#liftListArea:not(.allLiftView) > ul > li > ul > li:nth-child(2),
	#liftListArea:not(.allLiftView) > ul > li > ul > li:nth-child(3),
	#liftListArea:not(.allLiftView) > ul > li > ul > li:nth-child(5) {
		width: calc(100% / 3);
		display: table-cell;
	}
	#liftListArea:not(.allLiftView) > ul > li > ul > li:nth-child(2):before {
		content: "ナイター";
		font-size: 10px;
		font-weight: bold;
		display: table-cell;
		color: #fc5000;
		padding-bottom: 5px;
	}
	#liftListArea:not(.allLiftView) ul li ul li:nth-child(3):before {
		content: "運行状況";
		color: #fc5000;
		font-size: 10px;
		font-weight: bold;
		padding-bottom: 5px;
		display: block;
	}
	
	#liftListArea:not(.allLiftView) ul li ul li:nth-child(5):before {
		content: "運行予定時間";
		color: #fc5000;
		font-size: 10px;
		font-weight: bold;
		padding-bottom: 5px;
		display: block;
	}
	#liftWeatherArea ul li div ul li p {
		font-size: 0.8em;
	}
	#liftWeatherArea > ul > li {
		margin-bottom: 30px;
	}
	#liftWeatherArea > ul > li div:first-of-type {
		padding-bottom: 20px;
	}
	#liftWeatherArea .temperature {
		font-size: 20px;
	}
	#liftStatusArea h2, #liftWeatherArea h2, #Comment h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	#liftListArea > ul > li > ul {
		position: inherit;
	}
	#liftListArea > ul > li > ul li:nth-child(1) {
		padding-left: inherit;
	}
	#liftListArea > ul > li > ul li:nth-child(4) {
		position: inherit;
		left: 0;
	}
	#CommentArea > ul > li > p > span {
		display: block;
		width: 25%;
		text-align: center;
	}
	#CommentArea > ul > li > p {
		font-size: 0.9em;
	}
}
