@charset "utf-8";
/* ==========================================================
	スマホ 640px以下
========================================================== */

@media (max-width: 640px) {

#subscriber .grayLine.headBlock {
	font-size: 90%;
}
#subscriber .grayLine.headBlock .situation,
#subscriber .grayLine.headBlock .co_name,
#subscriber .grayLine.headBlock .detail {
	padding: 0;
	min-height:inherit!important;
}
#subscriber .grayLine.headBlock .situation {
	padding: 0 5px 0 0;
}
#subscriber .grayLine.headBlock .co_name,
#subscriber .grayLine.headBlock .detail {
	padding-left: 5px;
}
.systemArea .situation {
	padding: 40px 5px 0 0;
}
.systemArea .co_name {
	width: 38%;
	padding: 0 0 0 5px;
}
.systemArea .detail {
	padding: 0 0 0 5px;
}
.infoArea .infoTitle {
	width: 80%;
}

.systemArea .running .situation,
.systemArea .part_maintenance .situation,
.systemArea .maintenance .situation {
	background-position: 0 top;
}
.systemArea .detail {
	width: 42%;
}
.infoArea .infoDetail {
	width: 90%;
}

}/* ▲max-width: 640px end▲*/


