@charset "UTF-8";

.l-container {
	min-width: 1280px;
}

.l-wrap {
	padding-bottom: 20px;
}

.l-inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 30px;
	background: #fff;
	min-height: 580px;
	border-bottom: 2px solid #C9DFE6;
}

.l-inner .l-inner {
	padding-left: 0;
	padding-right: 0;
}

.l-container,
.l-inner {
	position: relative;
}

.l-container:after,
.l-inner:after {
	content: " ";
	display: block;
	clear: both;
}


.p-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 500px;
    margin-right: auto;
    padding: 30px 30px;
    background: #fff;
    min-height: 580px;
    border-bottom: 2px solid #C9DFE6;
}

.e-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 800px;
    margin-right: auto;
    padding: 30px 30px;
    background: #fff;
    min-height: 580px;
    border-bottom: 2px solid #C9DFE6;
}

.c-nav {
	padding-top: 13px;
}

.c-nav_inner {
	width: 1200px;
	margin: 0 auto;
}

.c-nav_list:after {
	content: " ";
	display: block;
	clear: both;
}

.c-nav_list li {
	float: left;
	width: 140px;
	text-align: center;
	font-weight: bold;
}

.c-nav_list li + li {
	margin-left: 11px;
}

.c-nav_list li .c-nav_link {
	display: block;
	background: #fff;
	border-radius: 6px 6px 0 0;
	padding: 10px 0;
	border-right: 2px solid #C9DFE6;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.c-nav_list li .c-nav_link .small01 {
	font-size: 12px;
}

.c-nav_list li .c-nav_link .small02 {
	font-size: 10px;
}

.c-nav_list li .c-nav_link:hover {
	text-decoration: none;
	background: #025BAC;
	color: #fff;
	border-color: #02A9F4;
}

.c-nav_list li.current .c-nav_link {
	background: #025BAC;
	color: #fff;
	border-color: #02A9F4;
}



.c-bread {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #025BAC;
	width: 1240px;
	margin: 0 auto;
	padding: 9px 20px;
}

.c-bread__list {
	font-size: 12px;
	word-break: break-all;
}

.c-bread__list > li {
	display: inline;
	color: #fff;
}

.c-bread__list > li a {
	color: #fff;
}

.c-bread__list > li + li:before {
	content: "\FF1E"; /*	content: ">";*/
}



.c-btn01 a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	background: #02A9F4;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	width: 160px;
	border-radius: 50px;
	padding: 8px 11px 8px 21px;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.c-btn01 a:hover {
	text-decoration: none;
	opacity: 0.6;
}

.c-btn01_arrow {
	display: block;
	background: url(../img/cmn/arrow01.png) right center no-repeat;
	background-size: 8px auto;
	padding-right: 10px;
}

.c-btn01._mb01 {
	margin-bottom: 22px;
}

.c-btn01._mb02 {
	margin-bottom: 12px;
}

.c-btn01_ab {
	position: absolute;
	top: 22px;
	left: 30px;
	z-index: 2;
}

.c-btn01._center {
	text-align: center;
}

.c-btn01._center .c-btn01_arrow {
	padding-right: 30px;
}

.c-btn01._big01 a {
	width: 174px;
}

.c-btn02 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 350px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin: 0 20px 20px 20px;
	background: #02A9F4;
	border-radius: 6px;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	padding: 0 11px 0 16px;
	letter-spacing: 0.01em;
	vertical-align: middle;
}

.c-btn02:hover {
	text-decoration: none;
	opacity: 0.6;
}

.c-btn02_wrap {
	/*text-align: center;*/
	font-size: 0;
}

.c-btn02_ico {
	display: block;
	padding: 23px 0;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 45px auto;
}

.c-btn02_ico._mente {
	background-image: url(../img/cmn/ico_mente.png);
	padding-left: 13px;
}

.c-btn02_ico._mail {
	background-image: url(../img/cmn/ico_mail.png);
	padding-left: 43px;
}

.c-btn02_ico._account {
    background-image: url(../img/cmn/ico_account.png);
    padding-left: 43px;
}

.c-btn02_arrow {
	display: block;
	background: url(../img/cmn/arrow01.png) right center no-repeat;
	background-size: 8px auto;
	padding-right: 10px;
}

/* GF追加 */
.c-table02 {
    border-collapse: separate;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.c-table02 th,
.c-table02 td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
}

.c-table02 th {
    background: #DAEAF0;
    border-right: 1px solid #fff;
    font-weight: bold;
    width: 117px;
}
.c-table02 thead td {
    background: #DAEAF0;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.c-table02 tbody th,
.c-table02 tbody td {
    border-bottom: 1px solid #DDDDDD;
}
.c-table02._lb tbody td:first-child {
    border-left: 1px solid #DDDDDD;
}
.c-table02 tbody td {
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #fff;
}
/* GF追加 */


.c-table01 {
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.c-table01 th,
.c-table01 td {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding: 21px 0;
	vertical-align:middle;
}

.c-table01 th {
	background: #DAEAF0;
	border-right: 1px solid #fff;
	text-align: center;
	font-weight: bold;
	width: 117px;
}

.c-table01 td.mainte {
	background: #00BFDA;
	color: #fff;
	font-weight: bold;
}

.c-table01 td.normal {
	/* background: #23B281;
	color: #fff;
	font-weight: bold; */
	background: #00ff00;
	color: #000000;
	font-weight: bold;
}

.c-table01 td.n_error {
	/* background: #23B281;
	color: #fff;
	font-weight: bold; */
	background: #0000ff;
	color: #ffffff;
	font-weight: bold;
}

.c-table01 td.error {
	/* background: #23B281;
	color: #fff;
	font-weight: bold; */
	background: #ff0000;
	color: #000000;
	font-weight: bold;
}

.c-table01 td.drive {
	/* background: #23B281;
	color: #fff;
	font-weight: bold; */
	background: #ff0000;
	color: #ffffff;
	font-weight: bold;
}

.c-table01 td.stop {
	/* background: #23B281;
	color: #fff;
	font-weight: bold; */
	background: #00ff00;
	color: #000000;
	font-weight: bold;
}


.c-table01 td.stop_out {
	/* background: #23B281;
	color: #fff;
	font-weight: bold; */
	background: #ffffff;
	color: #000000;
	font-weight: bold;
}

.c-table01 td.waiting {
	background: #aaa;
	color: #fff;
	font-weight: bold;
}

.c-table01 td.serious {
	/* background: #ED0012;
	color: #fff;
	font-weight: bold; */
	background: #ff8000;
	color: #000000;
	font-weight: bold;
}

.c-table01 td.minor {
	background: #FF7E7E;
	color: #fff;
	font-weight: bold;
}

.c-table01 td.suppression {
	background: #FCA500;
	color: #fff;
	font-weight: bold;
}

.c-table01 td.seigyo {
	color: #FCA500;
	font-weight: bold;
}

.c-table01 td.abnormal {
	background: #FF0013;
	font-weight: bold;
}

.c-table01 td.abnormal > a {
	color: #fff;
	display: inline-block;
	border-bottom: 1px solid;
}

.c-table01 td.abnormal > a:hover {
	text-decoration: none;
}

.c-table01 td.suppress {
	background: #FCA500;
	color: #fff;
	font-weight: bold;
}

.c-table01 td.wait {
	background: #D861CA;
	color: #fff;
	font-weight: bold;
}

.c-table01 thead td {
	background: #DAEAF0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.c-table01 tbody th,
.c-table01 tbody td {
	border-bottom: 1px solid #DDDDDD;
}

.c-table01 tbody td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #fff;
}

.c-table01_bg01 {
	background: #DAEAF0;
	font-weight: bold;
	border-right-color: #fff !important;
}

.c-table01 .width176 {
	width: 176px;
}

.c-table01 .width100 {
	width: 100px;
}

.c-table01 .width120 {
	width: 120px;
}

.c-table01._lb tbody td:first-child {
	border-left: 1px solid #DDDDDD;
}

.c-table01 .occurrence td {
	background: #EEEEEE;
	color: #EC0014;
}

.c-table01._pad01 tbody td {
	padding: 11px 5px;
}



.c-hl01 {
	border-bottom: 1px solid #025BAC;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 13px;
	margin-bottom: 22px;
}

.c-hl01_border {
	padding-left: 20px;
	position: relative;
	display: block;
}

.c-hl01_border:before {
	content: "";
	display: block;
	width: 6px;
	height: 100%;
	background: #025BAC;
	position: absolute;
	left: 0;
	top: 0;
}



.c-submit {
	text-align: center;
}

.c-submit input {
	background: #02A9F4;
	font-family: inherit;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	border: none;
	cursor: pointer;
	width: 254px;
	border-radius: 25px;
	padding: 10px 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.c-submit input:hover {
	opacity: 0.6;
}

.c-submit._small01 input {
	width: 131px;
	padding: 7px 0;
}



.c-set01 + .c-set01 {
	margin-top: 40px;
}

.c-set01_monthly:after {
	content: " ";
	display: block;
	clear: both;
}

.c-set01_monthly li {
	float: left;
	width: 80px;
	margin-right: 20px;
}

.c-set01_monthly li:nth-child(12) {
	margin-right: 0;
}

.c-set01_btn {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	background: #02A9F4;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	border-radius: 50px;
	padding: 8px 11px 8px 15px;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.c-hl01 .c-set01_btn {
    width: 100px;
}

.c-set01_btn:hover {
	text-decoration: none;
	opacity: 0.6;
}

.c-set01_arrow {
	display: block;
	background: url(../img/cmn/arrow01.png) right center no-repeat;
	background-size: 8px auto;
	padding-right: 10px;
}

.c-set01 span.c-set01_btn {
	background: #aaa;
}

.c-set01 span.c-set01_btn:hover {
	opacity: 1;
}



.c-select01 {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #CCCCCC;
	font-size: 16px;
	font-family: inherit;
	padding: 3px 25px 3px 10px;
	background: url(../img/cmn/select.png) right center no-repeat;
	background-size: 21px auto;
}

.c-select01::-ms-expand,
.c-select01::-ms-expand {
	display: none;
}

.c-button01 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	background-color: #02A9F4;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	border-radius: 50px !important;
	padding: 6px 11px 6px 15px;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	width: 150px;
	cursor: pointer;
	font-family: inherit;
}

.c-button01:hover {
	text-decoration: none;
	opacity: 0.6;
}

.c-button01._down {
	padding-right: 42px;
	background-image: url(../img/cmn/ico_download.png);
	background-position: 90% center;
	background-size: 20px auto;
	background-repeat: no-repeat;
}

.c-button01._arrow {
	background-image: url(../img/cmn/arrow01.png);
	background-position: 90% center;
	background-size: 8px auto;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 21px;
}

.c-button01._small {
	width: 131px;
}

.c-form01 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #CCCCCC;
	font-size: 16px;
	font-family: inherit;
	padding: 3px 20px 3px 10px;
}

.c-form01._width01 {
	width: 220px;
}

.c-form01._width02 {
	width: 170px;
}

/* GF追加 */
.c-form01-datetime {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #CCCCCC;
	font-size: 13px;
	font-family: inherit;
	padding: 3px 3px 3px 3px;
}
.c-form01-datetime._width02 {
	width: 170px;
}
/* GF追加 */

.c-data01:after {
	content: " ";
	display: block;
	clear: both;
}

.c-data01_select {
	float: left;
}

.c-data01_btn {
	float: right;
	width: 687px;
}

.c-data01_select .c-select01 {
	width: 100px;
	margin-left: 20px;
	margin-right: 10px;
}

.c-data01_select .c-select01._year {
	width: 150px;
	margin-left: 0;
	margin-right: 10px;
}

.c-data01 .c-button01 {
	margin-right: 20px;
    margin-bottom: 15px;
}



.c-tab01_nav {
	border-bottom: 2px solid #02A9F4;
	margin-bottom: 10px;
}

.c-tab01_nav:after {
	content: " ";
	display: block;
	clear: both;
}

.c-tab01_nav li {
	border-right-width: 2px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-color: #C9DFE6;
	border-style: solid;
	float: left;
	width: 140px;
	text-align: center;
	font-weight: bold;
	background: #fff;
	border-radius: 6px 6px 0 0;
	padding: 10px 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	cursor: pointer;
	font-size: 16px;
	margin-right: 10px;
}

.c-tab01_nav li:hover {
	text-decoration: none;
	background: #02A9F4;
	color: #fff;
}

.c-tab01_nav li:last-child {
	margin-right: 0;
}

.c-tab01_nav li.current {
	background: #02A9F4;
	color: #fff;
}

.c-tab01_nav._contents li {
	width: 44px;
	margin-right: 8px;
}

.c-tab01_nav._contents li:first-child {
	width: 76px;
}

.c-tab01_nav._contents li:last-child {
	margin-right: 0;
}

.c-tab01_child {
	position: relative;
	display: none;
}

.c-tab01_child:first-child {
	display: block;
}

.c-tab01_hiddenbox{
	width:50px;
	height:150px;
	background: #FFFFFF;
	top:450px;
	position:absolute;
}



.c-calendar {
	display: inline-block;
	/*background: url(../img/cmn/ico_calendar.png) left center no-repeat;*/
	background-size: 30px auto;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 20px 10px 44px;
}



.c-status01 {
	position: absolute;
	top: 37px;
	right: 40px;
	z-index: 2;
}

.c-status01 li {
	position: relative;
	padding-left: 40px;
}

.c-status01 li:before {
	content: "";
	display: block;
	width: 23px;
	/* height: 11px; */
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.c-status01 li.normal {
    font-weight: bold;
}
.c-status01 li.normal:before {
	/* background: #23B281; */
	background: #00ff00;
}

.c-status01 li.serious {
    font-weight: bold;
}
.c-status01 li.serious:before {
	/* background: #ED0012; */
	background: #ff8000;
}

.c-status01 li.minor {
    font-weight: bold;
}
.c-status01 li.minor:before {
	background: #FF7E7E;
}

.c-status01 li.abnormal {
    font-weight: bold;
}
.c-status01 li.abnormal:before {
	/* background: #B2BA00; */
	background: #0000ff;
	color: #ffffff;
}

.c-status01 li.mainte {
	font-weight: bold;
}

.c-status01 li.mainte:before {
	background: #0DC6DE;
}

.c-status01 li.suppression {
	font-weight: bold;
}

.c-status01 li.suppression:before {
	background: #FCA500;
}

.c-status01 li.electrical {
	font-weight: bold;
	padding-left: 25px;
	margin-top: 18px;
}

.c-status01 li.electrical:before {
	background: url(../img/cmn/ico_electrical.png) center center no-repeat;
	background-size: 100%;
	height: 20px;
	width: 20px;
}

.c-status01 li + li {
	margin-top: 13px;
}


.p-status01 {
	position: absolute;
	top: 37px;
	right: 40px;
	z-index: 2;
}

.p-status01 li {
	position: relative;
	padding-left: 40px;
}

.p-status01 li:before {
	content: "";
	display: block;
	width: 23px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	border-radius: 50%;
}

.p-status01 li.drive {
    font-weight: bold;
}
.p-status01 li.drive:before {
	background: #ff0000;
	color: #ffffff;
}

.p-status01 li.stop {
    font-weight: bold;
}
.p-status01 li.stop:before {
	background: #00ff00;
}

.p-status01 li.error {
    font-weight: bold;
}
.p-status01 li.error:before {
	background: #ff8000;
}

.p-status01 li.abnormal {
    font-weight: bold;
}
.p-status01 li.abnormal:before {
	background: #0000ff;
	color: #ffffff;
}

.p-status01 li + li {
	margin-top: 13px;
}



.c-confirm01 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	width: 190px;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	padding: 18px 15px 5px;
	background: #fff;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.c-confirm01_name {
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	margin-bottom: 13px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.c-confirm01_name._center {
	text-align: center;
}

.c-confirm01_name._center.seigyo {
	color: #FCA500;
}

.c-confirm01_status {
	position: absolute;
	font-weight: bold;
	font-size: 18px;
	/* text-align: left; */
	margin-bottom: 13px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	/*color: #fff;*/
	color: #000000;
	border-radius: 4px;
	text-align: center;
	padding: 10px 5px;
	margin-bottom: 5px;
	/*naruto追加分*/
	width: 140px;
}

.c-confirm01_status.normal {
	/*background: #23B281;*/
	background: #00ff00;
}

.c-confirm01_status.serious {
	/*background: #ED0012;*/
	background: #ff8000;
}

.c-confirm01_status.minor {
	background: #FF7E7E;
}

.c-confirm01_status.abnormal {
	/*background: #B2BA00;*/
	color: #fff;
	background: #0000ff;
}

.c-confirm01_status.mainte {
	background: #0DC6DE;
}

.c-confirm01_status.suppression {
	background: #FCA500;
}

.c-confirm01_tb {
	width: 100%;
}

.c-confirm01_tb th{
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}
.c-confirm01_tb td {
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
}

.c-confirm01_tb th {
	font-weight: bold;
	width: 80px;
}

.c-confirm01_tb tr + tr {
	border-top: 1px solid #DDDDDD;
}

.c-confirm01 td.error {
	/* background: #23B281;
	color: #fff;
	font-weight: bold; 
	background: #ff0000;*/
	color: #ff0000;
	font-weight: bold;
}

.c-confirm01_detail {
	position: absolute;
	right: 15px;
	top: 13px;
	font-size: 12px;
	padding-right: 15px;
	background: url(../img/cmn/arrow02.png) right center no-repeat;
	background-size: 8px auto;
	font-weight: bold;
}

.page-feeder .c-confirm01_detail {
    right: 10px;
    top: 23px;
}

.c-confirm01._small {
	/* width: 180px; */
	width: 150px;
	padding: 10px 15px 5px;
}

.c-confirm01._small .c-confirm01_name {
	font-size: 16px;
	margin-bottom: 5px;
}

.c-confirm01._small .c-confirm01__status {
	padding: 4px 5px;
}

.c-confirm01._small .c-confirm01_tb {
	font-size: 12px;
}

.c-confirm01._small .c-confirm01_tb th,
.c-confirm01._small .c-confirm01_tb td {
	padding: 7px 0;
}

.c-confirm01._small .c-confirm01_tb th {
	/*width: 60px;*/
	width: 75px;
}

.c-confirm01._width01 {
	width: 200px;
	padding: 10px 12px 5px;
}

.c-confirm01._width01 .c-confirm01_name {
	font-size: 16px;
	margin-bottom: 10px;
}

.c-confirm01._width01 .c-confirm01_tb th {
	width: 80px;
}


/*naruto追加分*/
.pump01_status {
	position: absolute;
	z-index: 2;

}

.pump01_status li {
	position: relative;
	display: flex;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	border-radius: 50%;
	justify-content: center;
	align-items: center;

}

.pump01_status li.drive {
    font-weight: bold;
    background: #ff0000;
    color: #ffffff;
}
/* .pump01_status li.drive:before {
	background: #ff0000;
} */

.pump01_status li.stop {
    font-weight: bold;
    background: #00ff00;
}

.pump01_status li.error {
    font-weight: bold;
    background: #ff8000;
}

.pump01_status li.abnormal {
    font-weight: bold;
    background: #0000ff;
    color: #ffffff;
}

.pump01_status li + li {
	margin-top: 25px;
}



.c-confirm02 {
	width: 226px;
	position: absolute;
}

.c-confirm02_name {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	background: #334455;
	color: #fff;
	border-radius: 4px 4px 0 0;
	border: 1px solid #DDDDDD;
	padding: 6px 10px;
}

.c-confirm02_name._blue01 {
	background: #02A9F4;
}

.c-confirm02_tb {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #DDDDDD;
	width: 100%;
	background: #fff;
}

.c-confirm02_tb th,
.c-confirm02_tb td {
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	width: 76px;
	padding: 6px 0;
}

.c-confirm02_tb th {
	font-weight: bold;
}

.c-confirm02_bg {
	background: #EAF5F8;
}

/* GF追加 */
.c-confirm03 {
	width: 345px;
	position: absolute;
}

.c-confirm03_name {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	background: #334455;
	color: #fff;
	border-radius: 4px 4px 0 0;
	border: 1px solid #DDDDDD;
	padding: 6px 10px;
}

.c-confirm03_name._blue01 {
	background: #02A9F4;
}

.c-confirm03_tb {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #DDDDDD;
	width: 100%;
	background: #fff;
}

.c-confirm03_tb th,
.c-confirm03_tb td {
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	width: 76px;
	padding: 6px 0;
}

.c-confirm03_tb th {
	font-weight: bold;
}

.c-confirm03_bg {
	background: #EAF5F8;
}

.c-confirm04 {
	width: 160px;
	position: absolute;
}

.c-confirm04_name {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	background: #334455;
	color: #fff;
	border-radius: 4px 4px 0 0;
	border: 1px solid #DDDDDD;
	padding: 6px 10px;
}

.c-confirm04_name._blue01 {
	background: #02A9F4;
}

.c-confirm04_tb {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #DDDDDD;
	width: 100%;
	background: #fff;
}

.c-confirm04_tb th,
.c-confirm04_tb td {
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	width: 76px;
	padding: 6px 0;
}

.c-confirm04_tb th {
	font-weight: bold;
}

.c-confirm04_bg {
	background: #EAF5F8;
}

/*全画面*/

.g-wrapper {
	overflow: hidden;
}

/*ヘッダー*/

.g-header {
	background: #fff;
	border-bottom: 2px solid #C9DFE6;
}

.g-header .inner {
	width: 1240px;
	margin: 0 auto;
	padding-top: 18px;
	padding-bottom: 16px;
}

.g-header .inner:after {
	content: " ";
	display: block;
	clear: both;
}

.g-header .logo {
	position: relative;
	width: 410px;
	float: left;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 4px;
	padding-bottom: 5px;
}

.g-header .logo:before,
.g-header .logo:after {
	display: block;
	content: "";
	background: #025BAC;
	position: absolute;
}

.g-header .logo:before {
	width: 426px;
	height: 1px;
	left: -20px;
	bottom: 0;
}

.g-header .logo:after {
	width: 9px;
	height: 9px;
	border-radius: 100%;
	right: 0;
	bottom: -4px;
}

.g-header .logo .small {
	font-size: 20px;
	font-weight: normal;
	padding-left: 17px;
}

.g-header .info {
	float: right;
	width: 750px;
}

.g-header .info:after {
	content: " ";
	display: block;
	clear: both;
}

.g-header .status {
	float: left;
	padding-top: 8px;
}

.g-header .status:after {
	content: " ";
	display: block;
	clear: both;
}

.g-header .status li {
	position: relative;
	float: left;
	margin-right: 30px;
	display: inline-block;
	color: #808080;
	font-weight: bold;
	font-size: 12px;
	padding-left: 20px;
}

.g-header .status li:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: #B9B9B9;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	border-radius: 100%;
}

.g-header .status li.current {
	color: #334455;
}

.g-header .status li.current:before {
	background: #02A9F4;
}

.g-header .data {
	float: left;
	padding-top: 8px;
}

.g-header .data .bold {
	font-weight: bold;
}

.g-header .logout {
	font-family: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	border: none;
	color: #fff;
	background: #02A9F4;
	width: 110px;
	text-align: center;
	border-radius: 25px;
	padding: 5px 0;
	font-weight: bold;
	margin-right: 25px;
	cursor: pointer;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.g-header .logout:hover {
	opacity: 0.6;
}

.g-header .numeric {
	clear: both;
	padding: 10px 20px 0;
}

.g-header .numeric dl {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	border: 1px solid #DDDDDD;
	width: 240px;
}

.g-header .numeric dl + dl {
	margin-left: 18px;
}

.g-header .numeric dl dt,
.g-header .numeric dl dd {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	padding: 8px 14px;
	font-weight: bold;
}

.g-header .numeric dl dt {
	background: #DFEDF2;
	text-align: center;
	width: 120px;
}

.g-header .numeric dl.today {
	width: 290px;
}

.g-header .numeric dl.today dt {
	width: 150px;
}

.g-header .numeric dl.all {
	width: 370px;
}

.g-header .numeric dl.all dt {
	width: 150px;
}

/*メイン*/

.g-main {
	display: block;
}

.g-main:after {
	content: " ";
	display: block;
	clear: both;
}

/*----------------------------------------

login

-----------------------------------------*/

.q-login {
	width: 500px;
	margin: 0 auto;
	padding-top: 156px;
}

.q-login .hl01 {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	background: #025BAC;
	padding: 11px 10px;
	border-radius: 6px 6px 0 0;
}

.q-login .inner {
	background: #fff;
	padding: 40px 50px 50px;
	border-radius: 0 0 6px 6px;
	border-bottom: 1px solid #C9DFE6;
}

.q-login .text01 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}

.q-login .form-login {
	margin-bottom: 25px;
}

.q-login .form-login input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: none;
	background: #EEEEEE;
	padding: 10px 10px;
	font-family: inherit;
	font-size: inherit;
	border-radius: 6px;
}

.q-login .submit-btn {
	text-align: center;
	padding-top: 20px;
}

.q-login .submit-btn input {
	background: #02A9F4;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	border: none;
	border-radius: 50px;
	width: 242px;
	padding: 8px 0;
	cursor: pointer;
}

/*----------------------------------------

集電盤情報画面

-----------------------------------------*/

.q-map04 .l-inner {
	padding-top: 22px;
}

.q-map04 .c-table01 {
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 20%;
	position: absolute;
	top: 90px;
	
}

.q-map04 .c-table01 thead th {
	width: 90px;
	padding: 15px 0;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}

.q-map04 .c-table01 thead th:nth-child(1) {
	width: 46px;
}

.q-map04 .c-table01 tbody th {
	padding: 15px 0;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}

.q-map04 .c-table01 tbody td {
	padding: 6px 0;
	width: 62px;
	padding: 15px 0;
	
}

.q-map04 .c-table01 td.blank{
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.q-map04 .c-table01 tbody td.c-table01_bg01 {
	width: 46px;
}

.q-map04 .c-table01 + .c-table01 {
	border-top: 2px solid #BABABA;
}

.q-map04 .c-table01 + .c-table01 thead {
	display: none;
}

.q-map04 ._posiSeigyo {
	top: 5px;
	right: 30px;
}

.q-map04 .graph{
	position: absolute;
	top: 80px;
	right: 20px;
	width: 75%;
}

.q-map04 .c-btn01 {
    float: left;
	margin-right:15px;
}

/*----------------------------------------

管理画面（メニュー）

-----------------------------------------*/

.q-manage01 .c-hl01 {
	margin-bottom: 45px;
}

/*----------------------------------------

管理画面（異常通知メール配信先設定）

-----------------------------------------*/

.q-manage02 .c-hl01 {
	margin-bottom: 40px;
}

.q-manage02 .abnormal {
	text-align: center;
	margin-bottom: 30px;
}

.q-manage02 .abnormal .level {
	display: inline-block;
	font-size: 0;
	margin: 5px;
	width: 280px;
	vertical-align: top;
}

.q-manage02 .abnormal .text01 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.q-manage02 .abnormal textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 6px;
	background: #EAF5F8;
	font-size: 16px;
	text-align: left;
	line-height: 1.9;
	padding: 13px 17px;
	min-height: 310px;
	border: none;
	width: 100%;
	resize: vertical;
	font-family: inherit;
}

/*----------------------------------------

管理画面（メンテナスモード設定）

-----------------------------------------*/

.q-manage03 .mode .box01 {
	padding: 20px 0;
	width: 550px;
	border-bottom: 1px solid #C9DFE6;
}

.q-manage03 .mode .box01:after {
	content: " ";
	display: block;
	clear: both;
}

.q-manage03 .mode .box01 .child {
	font-size: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-weight: bold;
	width: 150px;
	padding-left: 15px;
}

.q-manage03 .mode .box01 + .box02 {
	border-top: none;
}

.q-manage03 .mode .box02 {
	border-top: 1px solid #C9DFE6;
	padding: 25px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	width: 100%;
}

.q-manage03 .mode .box02 .cell {
	display: table-cell;
	vertical-align: top;
}

.q-manage03 .mode .box02 .cell:after {
	content: " ";
	display: block;
	clear: both;
}

.q-manage03 .mode .box02 .cell:nth-child(1) {
	width: 150px;
}

.q-manage03 .mode .box02 .child-wrap {
	float: left;
	padding-bottom: 25px;
}

.q-manage03 .mode .box02 .child {
	font-size: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.q-manage03 .mode .box02 .child._type01 {
	font-weight: bold;
	width: 150px;
	padding-left: 15px;
}

.q-manage03 .mode .box02 .child._type02 {
	width: 290px;
	padding-left: 15px;
}

.q-manage03 .mode .box02 .child .wrapping {
	float: left;
	width: 120px;
}

.q-manage03 .mode label {
	display: inline-block;
	cursor: pointer;
}

.q-manage03 .mode label + label {
	margin-top: 15px;
}

.q-manage03 .c-submit {
	position: absolute;
	top: 94px;
	right: 30px;
}

/*----------------------------------------

管理画面（PCS操作履歴）

-----------------------------------------*/

.q-manage04 .c-table01 {
	width:75%;
	margin:0 auto;
}

.q-manage04 .c-table01 tbody td {
    padding: 6px 0;
}

/*----------------------------------------

管理画面（アカウント設定）

-----------------------------------------*/

.q-manage05 .c-table01 {
    width:75%;
    margin:90px auto;
}

.q-manage05 .c-table01 tbody td {
    padding: 6px 0;
}

.q-manage05 .c-submit {
    position: absolute;
    top: 94px;
    right: 180px;
}

.q-manage05 .logo {
	position: relative;
	width: 410px;
	float: left;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 4px;
	padding-bottom: 5px;
}

/*----------------------------------------

管理画面（出力抑制スケジュール）

-----------------------------------------*/

.q-manage06 .c-set01_monthly:after {
	content: " ";
	display: block;
	clear: both;
}

.q-manage06 .c-set01_monthly li {
	float: left;
	width: 120px;
	margin-right: 20px;
}

.q-manage06 .c-set01_btn {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	background: #02A9F4;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	border-radius: 50px;
	padding: 8px 11px 8px 15px;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	margin: 0px 0px 5px 0px;
}

.q-manage06 .c-set01_arrow {
	display: block;
	background: url(../img/cmn/arrow01.png) right center no-repeat;
	background-size: 8px auto;
	padding-right: 10px;
}

/*----------------------------------------

グラフ（出力抑制スケジュール履歴）

-----------------------------------------*/

.q-manage06 .c-btn01 {
    float: left;
}

.q-manage06 .c-calendar {
    float: right;
}

.q-manage06 .c-tab01_nav {
    padding-top: 20px;
    clear: both;
}

.q-manage06 .c-table01 {
    width: 531px;
    margin: 0 auto;
}

.q-manage06 .graph {
    text-align: center;
    padding-bottom: 39px;
    /*padding-top: 20px;*/
    margin-top: 45px
}


/*----------------------------------------

発生中アラーム

-----------------------------------------*/
.q-alarm01 .l-inner {
	padding-top: 22px;
}

.q-alarm01 .c-table01 thead th {
	width: 62px;
}

.q-alarm01 

.q-alarm01 .c-tab01_nav {
	clear: both;
}

.q-alarm01 .search {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #DAEAF0;
	display: table;
	width: 100%;
	padding: 30px 8px;
	margin-bottom: 30px;
}

.q-alarm01 .search_hl01,
.q-alarm01 .search_form,
.q-alarm01 .search_btn {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
}

.q-alarm01 .search_hl01 {
	text-align: center;
	font-weight: bold;
	width: 130px;
	font-size: 20px;
}

.q-alarm01 .search_hl01 > span {
	display: inline-block;
	background: url(../img/cmn/ico_search.png) center top no-repeat;
	background-size: 60px auto;
	padding-top: 67px;
}

.q-alarm01 .search_form {
	width: 796px;
}

.q-alarm01 .search_form:after {
	content: " ";
	display: block;
	clear: both;
}

.q-alarm01 .search_btn {
	padding-left: 59px;
}

.q-alarm01 .search_input {
	width: 480px;
	float: left;
}

.q-alarm01 .search_input._width02 {
	float: right;
	width: 290px;
}

.q-alarm01 .search_input > div {
	display: table;
	width: 100%;
	padding: 10px 0;
}

.q-alarm01 .search_input > div dt,
.q-alarm01 .search_input > div dd {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
}

.q-alarm01 .search_input > div dt {
	font-weight: bold;
	width: 98px;
	text-align: right;
	padding-right: 10px;
}

.q-alarm01 .search_input > div label {
	display: inline-block;
	width: 160px;
	padding: 5px 0;
}

/* GF追加 */
.q-alarm01 .search_input > div label.w115 {
	display: inline-block;
	width: 115px;
	padding: 5px 0;
}
/* GF追加 */

/*----------------------------------------

グラフ（本日の発電状況）

-----------------------------------------*/

.q-today01 .c-btn01 {
	float: left;
	margin-right:15px;
}

.q-today01 .c-calendar {
	float: right;
}

.q-today01 .c-tab01_nav {
	padding-top: 20px;
	clear: both;
}

.q-today01 .c-table01 {
	width: 531px;
	margin: 0 auto;
}

.q-today01 .graph {
	text-align: center;
	padding-bottom: 39px;
	padding-top: 20px;
}


.h_weather dl {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    border: 1px solid #DDDDDD;
    width: 200px;
    margin-left: 18px;
}

.h_weather dl + dl {
    margin-left: 18px;
}

.h_weather dl dt,
.h_weather dl dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    padding: 8px 14px;
    font-weight: bold;
}

.h_weather dl dt {
    background: #DFEDF2;
    text-align: center;
    width: 75px;
}

/*----------------------------------------

グラフ（気象関連）

-----------------------------------------*/

.q-weather-graph01 .c-btn01 {
    float: left;
}

.q-weather-graph01 .c-calendar {
    float: right;
}

.q-weather-graph01 .c-tab01_nav {
    padding-top: 20px;
    clear: both;
}

.q-weather-graph01 .c-table01 {
    width: 531px;
    margin: 0 auto;
}

.q-weather-graph01 .graph {
    text-align: center;
    padding-bottom: 39px;
    /*padding-top: 20px;*/
    margin-top: 45px
}

/*----------------------------------------

グラフ（月次）

-----------------------------------------*/

.q-monthly-graph01 .c-btn01 {
    float: left;
}

.q-monthly-graph01 .c-calendar {
    float: right;
}

.q-monthly-graph01 .c-tab01_nav {
    padding-top: 20px;
    clear: both;
}

.q-monthly-graph01 .c-table01 {
    width: 531px;
    margin: 0 auto;
}

.q-monthly-graph01 .graph {
    text-align: center;
    padding-bottom: 39px;
    /*padding-top: 20px;*/
    margin-top: 45px
}

/*----------------------------------------

MAP（フィーダー）

-----------------------------------------*/

.q-map02 .map {
	text-align: center;
	position: relative;
	padding-top: 10px;
	padding-right: 150px;
	z-index: 1;
}

.q-map02 .map ._posiA07 {
	bottom: 23px;
	right: 94px;
}

.q-map02 .map ._posiA07:after {
    content: "";
    position: absolute;
    bottom: 143px;
    right: 189px;
    background: #334455;
    width: 223px;
    height: 2px;
    transform: skew(0deg, 32deg);
}

.q-map02 .map ._posiA08 {
	top: 166px;
	left: 68px;
}
.q-map02 .map ._posiA08:after {
    content: "";
    position: absolute;
    top: 122px;
    right: -84px;
    background: #334455;
    width: 84px;
    height: 2px;
    transform: skew(0deg, 55deg);
}

.q-map02 .map ._posiA09 {
	top: 5px;
	right: 245px;
}
.q-map02 .map ._posiA09:after {
    content: "";
    position: absolute;
    top: 107px;
    right: 189px;
    background: #334455;
    width: 153px;
    height: 2px;
    transform: skew(0deg, 0deg);
}
.q-map02 .map ._posiA04 {
    bottom: 105px;
    right: 188px;
}
.q-map02 .map ._posiA04:after {
    content: "";
    position: absolute;
    bottom: 96px;
    right: 189px;
    background: #334455;
    width: 351px;
    height: 2px;
    transform: skew(0deg, 9deg);
}
.q-map02 .map ._posiA05 {
    top: 5px;
    right: 245px;
}
.q-map02 .map ._posiA05:after {
    content: "";
    position: absolute;
    top: 115px;
    right: 189px;
    background: #334455;
    width: 111px;
    height: 2px;
    transform: skew(0deg, -49deg);
}
.q-map02 .map ._posiA06 {
    top: 166px;
    left: 68px;
}
.q-map02 .map ._posiA06:after {
    content: "";
    position: absolute;
    top: 36px;
    right: -156px;
    background: #334455;
    width: 155px;
    height: 2px;
    transform: skew(0deg, -41deg);
}
.q-map02 .map ._posiB04 {
    bottom: 15px;
    right: 279px;
}
.q-map02 .map ._posiB04:after {
    content: "";
    position: absolute;
    bottom: 96px;
    right: 189px;
    background: #334455;
    width: 247px;
    height: 2px;
    transform: skew(0deg, 14deg);
}
.q-map02 .map ._posiB05 {
    top: -15px;
    right: 197px;
}
.q-map02 .map ._posiB05:after {
    content: "";
    position: absolute;
    top: 171px;
    right: 189px;
    background: #334455;
    width: 219px;
    height: 2px;
    transform: skew(0deg, -36deg);
}
.q-map02 .map ._posiB06 {
    top: 169px;
    right: 253px;
}
.q-map02 .map ._posiB06:after {
    content: "";
    position: absolute;
    top: 105px;
    right: 189px;
    background: #334455;
    width: 191px;
    height: 2px;
    transform: skew(0deg, 13deg);
}
.q-map02 .map ._posiB07 {
    top: 134px;
    left: 0px;
}
.q-map02 .map ._posiB07:after {
    content: "";
    position: absolute;
    top: 106px;
    right: -82px;
    background: #334455;
    width: 82px;
    height: 2px;
    transform: skew(0deg, 47deg);
}


.q-map02 .map ._posiB01 {
    bottom: 15px;
    right: 279px;
}
.q-map02 .map ._posiB01:after {
    content: "";
    position: absolute;
    bottom: 109px;
    right: 189px;
    background: #334455;
    width: 209px;
    height: 2px;
    transform: skew(0deg, 20deg);
}
.q-map02 .map ._posiB03 {
    top: 50px;
    right: 253px;
}
.q-map02 .map ._posiB03:after {
    content: "";
    position: absolute;
    top: 120px;
    right: 189px;
    background: #334455;
    width: 83px;
    height: 2px;
    transform: skew(0deg, -56deg);
}
.q-map02 .map ._posiB02 {
    top: 134px;
    left: 0px;
}
.q-map02 .map ._posiB02:after {
    content: "";
    position: absolute;
    top: 156px;
    right: -195px;
    background: #334455;
    width: 195px;
    height: 2px;
    transform: skew(0deg, 33deg);
}

.q-map02 .map ._posiA02 {
    bottom: 163px;
    right: 159px;
}
.q-map02 .map ._posiA02:after {
    content: "";
    position: absolute;
    bottom: 66px;
    right: 189px;
    background: #334455;
    width: 56px;
    height: 2px;
    transform: skew(0deg, 0deg);
}
.q-map02 .map ._posiA03 {
    top: 20px;
    right: 372px;
}
.q-map02 .map ._posiA03:after {
    content: "";
    position: absolute;
    top: 130px;
    right: 189px;
    background: #334455;
    width: 120px;
    height: 2px;
    transform: skew(0deg, -55deg);
}
.q-map02 .map ._posiA01 {
    top: 289px;
    left: 50px;
}
.q-map02 .map ._posiA01:after {
    content: "";
    position: absolute;
    top: 98px;
    right: -178px;
    background: #334455;
    width: 177px;
    height: 2px;
    transform: skew(0deg, 0deg);
}

.q-map02 .map ._posiB11 {
    bottom: 200px;
    right: 282px;
}
.q-map02 .map ._posiB11:after {
    content: "";
    position: absolute;
    bottom: 124px;
    right: 189px;
    background: #334455;
    width: 140px;
    height: 2px;
    transform: skew(0deg, 34deg);
}
.q-map02 .map ._posiB10 {
    top: 293px;
    left: 480px;
}
.q-map02 .map ._posiB10:after {
    content: "";
    position: absolute;
    top: -34px;
    right: 101px;
    background: #334455;
    width: 103px;
    height: 2px;
    transform: skew(0deg, 32deg);
}
.q-map02 .map ._posiB09 {
    top: 140px;
    left: -7px;
}
.q-map02 .map ._posiB09:after {
    content: "";
    position: absolute;
    top: 83px;
    left: 188px;
    background: #334455;
    width: 118px;
    height: 2px;
    transform: skew(0deg, 33deg);
}
.q-map02 .map ._posiB08 {
    top: 341px;
    left: -7px;
}
.q-map02 .map ._posiB08:after {
    content: "";
    position: absolute;
    top: 44px;
    right: -77px;
    background: #334455;
    width: 77px;
    height: 2px;
    transform: skew(0deg, -39deg);
}

/*----------------------------------------

全体MAP（TOP画面）

-----------------------------------------*/

.q-map01 .c-status01 {
	top: 25px;
	/* right: 25px; */
	right: 52px;
}

.q-map01 .p-status01 {
	top: 150px;
	right: 25px;
}

.q-map01 .map {
	text-align: center;
	position: relative;
	margin-top: -7px;
	padding-right: 167px;
	z-index: 1;
}

.q-map01 .map ._posiF11 {
	bottom: -30px;
	right: 395px;
}

.q-map01 .map ._posiF11:hover {
	border-color: #FB8D04;
    box-shadow: 0px 0px 1px 1px #FB8D04;
    -moz-box-shadow: 0px 0px 1px 1px #FB8D04;
    -webkit-box-shadow: 0px 0px 1px 1px #FB8D04;
}

.q-map01 .map ._posiF11:hover .c-confirm01_name {
	color: #FB8D04;
}

.q-map01 .map ._posiF12 {
	bottom: 18px;
	left: 0;
}

.q-map01 .map ._posiF12:hover {
	border-color: #009AFF;
	box-shadow: 0px 0px 1px 1px #009AFF;
	-moz-box-shadow: 0px 0px 1px 1px #009AFF;
	-webkit-box-shadow: 0px 0px 1px 1px #009AFF;
}

.q-map01 .map ._posiF12:hover .c-confirm01_name {
	color: #009AFF;
}

.q-map01 .map ._posiF13 {
	top: 87px;
	left: 26px;
}

.q-map01 .map ._posiF13:hover {
	border-color: #ED216B;
	box-shadow: 0px 0px 1px 1px #ED216B;
	-moz-box-shadow: 0px 0px 1px 1px #ED216B;
	-webkit-box-shadow: 0px 0px 1px 1px #ED216B;
}

.q-map01 .map ._posiF13:hover .c-confirm01_name {
	color: #ED216B;
}

.q-map01 .map ._posiF21 {
	top: 220px;
	right: 207px;
}

.q-map01 .map ._posiF21:hover {
	border-color: #CD40E4;
	box-shadow: 0px 0px 1px 1px #CD40E4;
	-moz-box-shadow: 0px 0px 1px 1px #CD40E4;
	-webkit-box-shadow: 0px 0px 1px 1px #CD40E4;
}

.q-map01 .map ._posiF21:hover .c-confirm01_name {
	color: #CD40E4;
}

/* .q-map01 .map ._posiF22 {
	top: 18px;
	right: 170px;
} */
.q-map01 .map ._posiN01t{
	/*top: 18px;*/
	top: 115px;
	right: 295px;
}
.q-map01 .map ._posiN01v{
	/*top: 18px;*/
	top: 170px;
	right: 220px;
}
.q-map01 .map ._posiN01p{
	/*top: 18px;*/
	top: 150px;
	right: 215px;
}

.q-map01 .map ._posiF22:hover {
	border-color: #00AB6D;
	box-shadow: 0px 0px 1px 1px #00AB6D;
	-moz-box-shadow: 0px 0px 1px 1px #00AB6D;
	-webkit-box-shadow: 0px 0px 1px 1px #00AB6D;
}

.q-map01 .map ._posiF22:hover .c-confirm01_name {
	color: #00AB6D;
}

.q-map01 .map ._posiF23 {
	top: 0;
	left: 253px;
}

.q-map01 .map ._posiF23:hover {
	border-color: #EFC500;
	box-shadow: 0px 0px 1px 1px #EFC500;
	-moz-box-shadow: 0px 0px 1px 1px #EFC500;
	-webkit-box-shadow: 0px 0px 1px 1px #EFC500;
}

.q-map01 .map ._posiF23:hover .c-confirm01_name {
	color: #EFC500;
}

.q-map01 ._posiFhigh {
	bottom: 30px;
	right: 20px;
}

.q-map01 ._posiSeigyo {
	bottom: 250px;
	right: 20px;
}

/*----------------------------------------

気象計情報画面（全体図）

-----------------------------------------*/

.q-weather01 .map {
	text-align: center;
	position: relative;
	padding-right: 30px;
}

.q-weather01 .map ._posi01 {
	bottom: -48px;
	left: 0;
}

.q-weather01 .map ._posi02 {
	top: 158px;
	left: 0;
}

.q-weather01 .map ._posi03 {
	top: 0;
	left: 200px;
}

.q-weather01 .map ._posi04 {
	top: 334px;
	right: 200px;
}

.q-weather01 .map ._posi05 {
	top: 155px;
	right: 130px;
}

.q-weather01 .map ._posi06 {
	top: -5px;
	right: 33px;
}

.q-weather01 .map ._posi07 {
	bottom: -58px;
	right: 453px;
}

.q-weather01 .map ._posi08 {
	bottom: -25px;
	right: -3px;
}

/*----------------------------------------

単線結線図画面（連繋変電所）

-----------------------------------------*/

.q-single01 .unit {
	white-space: nowrap;
	font-size: 12px;
	display: inline-block;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2px;
}

.q-single01 .numeric01 {
	border-bottom: 1px solid #C9DFE6;
	text-align: right;
	padding-bottom: 5px;
	margin-bottom: 7px;
}

.q-single01 .numeric03 {
    border-bottom: 1px solid #C9DFE6;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 7px;
}

.q-single01 .numeric02 {
	display: table;
	width: 100%;
	border-bottom: 1px solid #C9DFE6;
	margin-bottom: 7px;
}

.q-single01 .numeric02 dt,
.q-single01 .numeric02 dd {
	display: table-cell;
	padding-bottom: 5px;
}

.q-single01 .numeric02 dt {
	font-weight: bold;
	width: 36px;
}

.q-single01 .numeric02 dd {
	text-align: right;
}

.q-single01 .numeric02._slow dt {
	font-weight: normal;
	width: 42px;
}

.q-single01 .type {
	position: absolute;
	top: 161px;
	width: 262px;
}

.q-single01 .type .type-wrap:after {
	content: " ";
	display: block;
	clear: both;
}

.q-single01 .type .type-wrap .child {
	float: left;
	margin-bottom: 10px;
}

.q-single01 .type .type-wrap .child:nth-child(3n+1) {
	clear: both;
	width: 62px;
	margin-right: 10px;
}

.q-single01 .type .type-wrap .child:nth-child(3n+1) .unit {
	min-width: 18px;
}

.q-single01 .type .type-wrap .child:nth-child(3n+2) {
	width: 65px;
}

.q-single01 .type .type-wrap .child:nth-child(3n+3) {
	width: 114px;
	float: right;
}

.q-single01 .type .type-wrap .child:nth-child(3n+3) .unit {
	min-width: 41px;
}

.q-single01 .type .name {
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 22px;
	max-width: 92px;
	margin: 0 auto;
	padding: 2px 0;
	margin-bottom: 10px;
}

.q-single01 .type._typea {
	left: 290px;
}

.q-single01 .type._typea .name {
	/*background: #EC0014;*/
	background: #025BAC;
}

.q-single01 .type._typeb {
	right: 0;
}

.q-single01 .type._typeb .name {
	background: #025BAC;
}

.q-single01 .figure01 {
	position: relative;
}

.q-single01 .figure01 .entire {
	padding-left: 5px;
}

.q-single01 .scale .numeric01 {
	margin-bottom: 10px;
}

.q-single01 .scale .child {
	position: absolute;
	bottom: -10px;
	left: 0;
	z-index: 1;
	width: 62px;
}

.q-single01 .scale .child._posi01 {
	left: 29px;
}

.q-single01 .scale .child._posi02 {
	left: 170px;
}

.q-single01 .scale .child._posi03 {
	left: 311px;
}

.q-single01 .scale .child._posi04 {
	left: 819px;
}

.q-single01 .scale .child._posi05 {
	left: 958px;
}

.q-single01 .scale .child._posi06 {
	left: 1097px;
}

.q-single01 .scale .graph {
	position: relative;
}

.q-single01 .scale .graph:before {
	content: "";
	display: block;
	background: #02A9F4;
	width: 30px;
	position: absolute;
	left: 0;
	bottom: 1px;
	z-index: -1;
}

.q-single01 .scale .graph._bg10:before {
	height: 14px;
}

.q-single01 .scale .graph._bg20:before {
	height: 28px;
}

.q-single01 .scale .graph._bg30:before {
	height: 42px;
}

.q-single01 .scale .graph._bg40:before {
	height: 56px;
}

.q-single01 .scale .graph._bg50:before {
	height: 70px;
}

.q-single01 .scale .graph._bg60:before {
	height: 84px;
}

.q-single01 .scale .graph._bg70:before {
	height: 98px;
}

.q-single01 .scale .graph._bg80:before {
	height: 112px;
}

.q-single01 .scale .graph._bg90:before {
	height: 126px;
}

.q-single01 .scale .graph._bg100:before {
	height: 139px;
}

.q-single01 .all {
	position: absolute;
	left: 669px;
	top: 0;
}

.q-single01 .all:after {
	content: " ";
	display: block;
	clear: both;
}

.q-single01 .all .child {
	float: left;
}

.q-single01 .all .child:nth-child(1) {
	width: 124px;
	margin-right: 10px;
}

.q-single01 .all .child:nth-child(1) .unit {
	min-width: 34px;
}

.q-single01 .all .child:nth-child(2) {
	width: 64px;
	margin-right: 10px;
}

.q-single01 .all .child:nth-child(2) .unit {
	min-width: 15px;
}

.q-single01 .all .child:nth-child(3) {
	width: 85px;
	margin-right: 10px;
}

.q-single01 .all .child:nth-child(4) {
	width: 114px;
	margin-right: 10px;
}

.q-single01 .all .child:nth-child(4) .unit {
	min-width: 15px;
}

/* GF追加 */
.q-single01 .all .child:nth-child(5) {
	width: 90px;
}

.q-single01 .all .child:nth-child(5) .unit {
	min-width: 15px;
}
/* GF追加 */

.q-single01 .parts {
	font-size: 10px;
}

.q-single01 .parts .dot-on {
	/*
	display: block;
	position: relative;
	padding-bottom: 15px;
	margin-top: -5px;
	margin-bottom: 3px;
    */
    position: absolute;
    text-align: center;
    padding-bottom: 13px;
    padding-right: 5px;
    padding-left: 5px;
}

.q-single01 .parts .dot-on:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #FF0000;
	position: absolute;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/* GF編集 */
.q-single01 .parts .dot-off {
	/*
    display: block;
    position: relative;
    padding-bottom: 15px;
    margin-top: -5px;
    margin-bottom: 3px;
    */
    position: absolute;
    text-align: center;
    padding-bottom: 13px;
    padding-right: 5px;
    padding-left: 5px;
}

.q-single01 .parts .dot-off:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #00F2A8;
    position: absolute;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.q-single01 .parts .ico01-off,
.q-single01 .parts .ico01-on{
	position: absolute;
	text-align: center;
	padding-bottom: 13px;
	padding-right: 10px;
	padding-left: 3px;
}
.q-single01 .parts .ico01-off {
	background: url(../img/cmn/figure01_ico01_off.png) left bottom no-repeat;
	background-size: 28px auto;
}
.q-single01 .parts .ico01-on {
	background: url(../img/cmn/figure01_ico01_on.png) left bottom no-repeat;
	background-size: 28px auto;
}

.q-single01 .parts .vertical-off,
.q-single01 .parts .vertical-on {
	position: absolute;
	padding: 10px 0 10px 16px;
	text-align: center;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 14px auto;
}

.q-single01 .parts .vertical-off {
	background-image: url(../img/cmn/parts02_off.png);
}

.q-single01 .parts .vertical-on {
	background-image: url(../img/cmn/parts02_on.png);
}

.q-single01 .parts .side-off,
.q-single01 .parts .side-on {
	position: absolute;
	text-align: center;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 32px auto;
}

.q-single01 .parts .side-off {
	background-image: url(../img/cmn/parts01_off.png);
	padding: 0 10px 15px;
}

.q-single01 .parts .side-on {
	background-image: url(../img/cmn/parts01_on.png);
	padding: 0 10px 14px;
}

.q-single01 .parts .plain {
	position: absolute;
}

.q-single01 .parts .p-01 {
	left: 566px;
	top: 1px;
}

.q-single01 .parts .p-02 {
	left: 475px;
	top: 1px;
}

.q-single01 .parts .p-03 {
	left: 475px;
	top: 44px;
}

.q-single01 .parts .p-04 {
	left: 475px;
	top: 89px;
}

.q-single01 .parts .p-05 {
	left: 547px;
	top: 39px;
}

.q-single01 .parts .p-IL {
    left: 595px;
    top: 39px;
}

.q-single01 .parts .p-06 {
	left: 547px;
	top: 85px;
}

.q-single01 .parts .p-07 {
	left: 144px;
	top: 145px;
}

.q-single01 .parts .p-08 {
	left: 144px;
	top: 206px;
}

.q-single01 .parts .p-09 {
	left: 213px;
	top: 140px;
}

.q-single01 .parts .p-10 {
	left: 213px;
	top: 183px;
}

.q-single01 .parts .p-11 {
	left: 234px;
	top: 252px;
}

.q-single01 .parts .p-12 {
	left: 213px;
	top: 279px;
}

.q-single01 .parts .p-13 {
	left: 787px;
	top: 146px;
}

.q-single01 .parts .p-14 {
	left: 787px;
	top: 206px;
}

.q-single01 .parts .p-15 {
	left: 858px;
	top: 140px;
}

.q-single01 .parts .p-16 {
	left: 858px;
	top: 183px;
}

.q-single01 .parts .p-17 {
	left: 880px;
	top: 252px;
}

.q-single01 .parts .p-18 {
	left: 858px;
	top: 279px;
}

.q-single01 .parts .p-19 {
	left: -1px;
	top: 335px;
}

.q-single01 .parts .p-20 {
	left: 141px;
	top: 335px;
}

.q-single01 .parts .p-21 {
	left: 284px;
	top: 335px;
}

.q-single01 .parts .p-22 {
	left: 434px;
	top: 335px;
}

.q-single01 .parts .p-23 {
	left: 644px;
	top: 335px;
}

.q-single01 .parts .p-24 {
	left: 788px;
	top: 335px;
}

.q-single01 .parts .p-25 {
	left: 931px;
	top: 335px;
}

.q-single01 .parts .p-26 {
	left: 1073px;
	top: 335px;
}

.q-single01 .parts .p-27 {
	left: 392px;
	top: 422px;
}

.q-single01 .parts .p-28 {
	left: 467px;
	top: 422px;
}

.q-single01 .parts .p-29 {
	left: 415px;
	top: 469px;
}

.q-single01 .parts .p-30 {
	left: 483px;
	top: 469px;
}

.q-single01 .parts .p-31 {
	left: 625px;
	top: 469px;
}

.q-single01 .parts .p-32 {
	left: 693px;
	top: 469px;
}

.q-single01 .parts .p-33 {
    left: 604px;
    top: 422px;
}

.q-single01 .parts .p-34 {
    left: 678px;
    top: 422px;
}

/*----------------------------------------

リングメイン

-----------------------------------------*/

.q-single02 .l-inner {
	padding-left: 20px;
	padding-right: 20px;
}

.q-single02 .feeder {
	width: 585px;
}

.q-single02 .feeder:after {
	content: " ";
	display: block;
	clear: both;
}

.q-single02 .feeder .name01 {
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	width: 130px;
	text-align: center;
	background: #334455;
	padding: 3px 0;
	position: absolute;
	left: 0;
	top: 0;
}

.q-single02 .feeder .type01 {
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	top: 47px;
}

.q-single02 .feeder._typea {
	float: left;
}

.q-single02 .feeder._typea .imaeg {
	width: 553px;
}

.q-single02 .feeder._typea .type01 {
	color: #EB0015;
}

.q-single02 .feeder._typea .type01._num01 {
	left: 23px;
}

.q-single02 .feeder._typea .type01._num02 {
	left: 226px;
}

.q-single02 .feeder._typea .type01._num03 {
	left: 427px;
}

.q-single02 .feeder._typeb {
	float: right;
}

.q-single02 .feeder._typeb .imaeg {
	width: 557px;
}

.q-single02 .feeder._typeb .type01 {
	color: #025BAC;
	left: 11px;
}

.q-single02 .feeder .vertical-off,
.q-single02 .feeder .vertical-on {
	position: absolute;
	padding: 6px 0 6px 11px;
	text-align: center;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 10px auto;
}

.q-single02 .feeder .vertical-off {
	background-image: url(../img/cmn/parts04_off.png);
}

.q-single02 .feeder .vertical-on {
	background-image: url(../img/cmn/parts04_on.png);
}

.q-single02 .feeder .side-off,
.q-single02 .feeder .side-on {
	position: absolute;
	text-align: center;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 24px auto;
	padding: 0 5px 11px;
}

.q-single02 .feeder .side-off {
	background-image: url(../img/cmn/parts03_off.png);
}

.q-single02 .feeder .side-on {
	background-image: url(../img/cmn/parts03_on.png);
}

.q-single02 .feeder .triangle-off,
.q-single02 .feeder .triangle-on {
	position: absolute;
	text-align: center;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 24px auto;
	padding: 6px 0 6px 26px;
}

.q-single02 .feeder .triangle-off {
	background-image: url(../img/cmn/parts05_off.png);
}

.q-single02 .feeder .triangle-on {
	background-image: url(../img/cmn/parts05_on.png);
}

.q-single02 .feeder .position-wrap {
	display: table;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.q-single02 .feeder .position {
	display: table-cell;
	position: relative;
}

.q-single02 .feeder .child {
	position: relative;
	font-size: 10px;
}

.q-single02 .feeder .child + .child {
	margin-top: 60px;
}

.q-single02 .feeder .child .position._A1,
.q-single02 .feeder .child .position._A4,
.q-single02 .feeder .child .position._A7 {
	width: 203px;
}

.q-single02 .feeder .child .position._A1 .type01,
.q-single02 .feeder .child .position._A4 .type01,
.q-single02 .feeder .child .position._A7 .type01 {
	left: 23px;
}

.q-single02 .feeder .child .position._A1 .p-01,
.q-single02 .feeder .child .position._A4 .p-01,
.q-single02 .feeder .child .position._A7 .p-01 {
	top: 50px;
	left: 90px;
}

.q-single02 .feeder .child .position._A1 .p-02,
.q-single02 .feeder .child .position._A4 .p-02,
.q-single02 .feeder .child .position._A7 .p-02 {
	top: 75px;
	left: 76px;
}

.q-single02 .feeder .child .position._A1 .p-03,
.q-single02 .feeder .child .position._A4 .p-03,
.q-single02 .feeder .child .position._A7 .p-03 {
	top: 111px;
	left: 25px;
}

.q-single02 .feeder .child .position._A1 .p-04,
.q-single02 .feeder .child .position._A4 .p-04,
.q-single02 .feeder .child .position._A7 .p-04 {
	top: 138px;
	left: 39px;
}

.q-single02 .feeder .child .position._A1 .p-05,
.q-single02 .feeder .child .position._A4 .p-05,
.q-single02 .feeder .child .position._A7 .p-05 {
	top: 111px;
	left: 127px;
}

.q-single02 .feeder .child .position._A1 .p-06,
.q-single02 .feeder .child .position._A4 .p-06,
.q-single02 .feeder .child .position._A7 .p-06 {
	top: 138px;
	left: 141px;
}

.q-single02 .feeder .child .position._A2,
.q-single02 .feeder .child .position._A5,
.q-single02 .feeder .child .position._A8 {
	width: 203px;
}

.q-single02 .feeder .child .position._A2 .type01,
.q-single02 .feeder .child .position._A5 .type01,
.q-single02 .feeder .child .position._A8 .type01 {
	left: 23px;
}

.q-single02 .feeder .child .position._A2 .p-01,
.q-single02 .feeder .child .position._A5 .p-01,
.q-single02 .feeder .child .position._A8 .p-01 {
	top: 50px;
	left: 90px;
}

.q-single02 .feeder .child .position._A2 .p-02,
.q-single02 .feeder .child .position._A5 .p-02,
.q-single02 .feeder .child .position._A8 .p-02 {
	top: 75px;
	left: 76px;
}

.q-single02 .feeder .child .position._A2 .p-03,
.q-single02 .feeder .child .position._A5 .p-03,
.q-single02 .feeder .child .position._A8 .p-03 {
	top: 111px;
	left: 25px;
}

.q-single02 .feeder .child .position._A2 .p-04,
.q-single02 .feeder .child .position._A5 .p-04,
.q-single02 .feeder .child .position._A8 .p-04 {
	top: 138px;
	left: 39px;
}

.q-single02 .feeder .child .position._A2 .p-05,
.q-single02 .feeder .child .position._A5 .p-05,
.q-single02 .feeder .child .position._A8 .p-05 {
	top: 111px;
	left: 127px;
}

.q-single02 .feeder .child .position._A2 .p-06,
.q-single02 .feeder .child .position._A5 .p-06,
.q-single02 .feeder .child .position._A8 .p-06 {
	top: 138px;
	left: 141px;
}

.q-single02 .feeder .child .position._A3 .type01,
.q-single02 .feeder .child .position._A6 .type01,
.q-single02 .feeder .child .position._A9 .type01 {
	left: 23px;
}

.q-single02 .feeder .child .position._A3 .p-01,
.q-single02 .feeder .child .position._A6 .p-01,
.q-single02 .feeder .child .position._A9 .p-01 {
	top: 50px;
	left: 90px;
}

.q-single02 .feeder .child .position._A3 .p-02,
.q-single02 .feeder .child .position._A6 .p-02,
.q-single02 .feeder .child .position._A9 .p-02 {
	top: 75px;
	left: 76px;
}

.q-single02 .feeder .child .position._A3 .p-03,
.q-single02 .feeder .child .position._A6 .p-03,
.q-single02 .feeder .child .position._A9 .p-03 {
	top: 111px;
	left: 25px;
}

.q-single02 .feeder .child .position._A3 .p-04,
.q-single02 .feeder .child .position._A6 .p-04,
.q-single02 .feeder .child .position._A9 .p-04 {
	top: 138px;
	left: 39px;
}

.q-single02 .feeder .child .position._A3 .p-05,
.q-single02 .feeder .child .position._A6 .p-05,
.q-single02 .feeder .child .position._A9 .p-05 {
	top: 111px;
	left: 127px;
}

.q-single02 .feeder .child .position._A3 .p-06,
.q-single02 .feeder .child .position._A6 .p-06,
.q-single02 .feeder .child .position._A9 .p-06 {
	top: 138px;
	left: 141px;
}

.q-single02 .feeder .child .position._B1 {
	width: 200px;
}

.q-single02 .feeder .child .position._B1 .p-01 {
	top: 50px;
	left: 70px;
}

.q-single02 .feeder .child .position._B1 .p-02 {
	top: 63px;
	left: 104px;
}

.q-single02 .feeder .child .position._B1 .p-03 {
	top: 126px;
	left: 20px;
}

.q-single02 .feeder .child .position._B1 .p-04 {
	top: 126px;
	left: 56px;
}

.q-single02 .feeder .child .position._B1 .p-05 {
	top: 126px;
	left: 115px;
}

.q-single02 .feeder .child .position._B1 .p-06 {
	top: 126px;
	left: 151px;
}

.q-single02 .feeder .child .position._B2 {
	width: 200px;
}

.q-single02 .feeder .child .position._B2 .p-01 {
	top: 50px;
	left: 70px;
}

.q-single02 .feeder .child .position._B2 .p-02 {
	top: 63px;
	left: 104px;
}

.q-single02 .feeder .child .position._B2 .p-03 {
	top: 126px;
	left: 20px;
}

.q-single02 .feeder .child .position._B2 .p-04 {
	top: 126px;
	left: 56px;
}

.q-single02 .feeder .child .position._B2 .p-05 {
	top: 126px;
	left: 115px;
}

.q-single02 .feeder .child .position._B2 .p-06 {
	top: 126px;
	left: 151px;
}

.q-single02 .feeder .child .position._B3 .p-01 {
	top: 50px;
	left: 70px;
}

.q-single02 .feeder .child .position._B3 .p-02 {
	top: 63px;
	left: 104px;
}

.q-single02 .feeder .child .position._B3 .p-03 {
	top: 126px;
	left: 20px;
}

.q-single02 .feeder .child .position._B3 .p-04 {
	top: 126px;
	left: 56px;
}

.q-single02 .feeder .child .position._B3 .p-05 {
	top: 126px;
	left: 115px;
}

.q-single02 .feeder .child .position._B3 .p-06 {
	top: 126px;
	left: 151px;
}

.q-single02 .feeder .child .position._B4 {
	width: 160px;
}

.q-single02 .feeder .child .position._B4 .type01 {
	left: 0;
	top: 40px;
}

.q-single02 .feeder .child .position._B4 .p-01 {
	top: 50px;
	left: 46px;
}

.q-single02 .feeder .child .position._B4 .p-02 {
	top: 62px;
	left: 80px;
}

.q-single02 .feeder .child .position._B4 .p-03 {
	top: 126px;
	left: 10px;
}

.q-single02 .feeder .child .position._B4 .p-04 {
	top: 125px;
	left: 40px;
}

.q-single02 .feeder .child .position._B4 .p-05 {
	top: 126px;
	left: 89px;
}

.q-single02 .feeder .child .position._B4 .p-06 {
	top: 125px;
	left: 120px;
}

.q-single02 .feeder .child .position._B5 {
	width: 108px;
}

.q-single02 .feeder .child .position._B5 .type01 {
	top: 40px;
	left: 1px;
}

.q-single02 .feeder .child .position._B5 .p-01 {
	top: 69px;
	left: 22px;
}

.q-single02 .feeder .child .position._B5 .p-02 {
	top: 81px;
	left: 57px;
}

.q-single02 .feeder .child .position._B5 .p-03 {
	top: 126px;
	left: 22px;
}

.q-single02 .feeder .child .position._B5 .p-04 {
	top: 126px;
	left: 57px;
}

.q-single02 .feeder .child .position._B6 {
	width: 163px;
}

.q-single02 .feeder .child .position._B6 .type01 {
	left: -10px;
	top: 40px;
}

.q-single02 .feeder .child .position._B6 .p-01 {
	top: 50px;
	left: 46px;
}

.q-single02 .feeder .child .position._B6 .p-02 {
	top: 62px;
	left: 80px;
}

.q-single02 .feeder .child .position._B6 .p-03 {
	top: 126px;
	left: 10px;
}

.q-single02 .feeder .child .position._B6 .p-04 {
	top: 125px;
	left: 40px;
}

.q-single02 .feeder .child .position._B6 .p-05 {
	top: 126px;
	left: 89px;
}

.q-single02 .feeder .child .position._B6 .p-06 {
	top: 125px;
	left: 120px;
}

.q-single02 .feeder .child .position._B7 .type01 {
	left: -10px;
	top: 40px;
}

.q-single02 .feeder .child .position._B7 .p-01 {
	top: 50px;
	left: 46px;
}

.q-single02 .feeder .child .position._B7 .p-02 {
	top: 62px;
	left: 80px;
}

.q-single02 .feeder .child .position._B7 .p-03 {
	top: 126px;
	left: 10px;
}

.q-single02 .feeder .child .position._B7 .p-04 {
	top: 125px;
	left: 40px;
}

.q-single02 .feeder .child .position._B7 .p-05 {
	top: 126px;
	left: 89px;
}

.q-single02 .feeder .child .position._B7 .p-06 {
	top: 125px;
	left: 120px;
}

.q-single02 .feeder .child .position._B8 {
	width: 104px;
}

.q-single02 .feeder .child .position._B8 .type01 {
	top: 43px;
	left: 1px;
}

.q-single02 .feeder .child .position._B8 .p-01 {
	top: 69px;
	left: 22px;
}

.q-single02 .feeder .child .position._B8 .p-02 {
	top: 81px;
	left: 57px;
}

.q-single02 .feeder .child .position._B8 .p-03 {
	top: 126px;
	left: 22px;
}

.q-single02 .feeder .child .position._B8 .p-04 {
	top: 126px;
	left: 57px;
}

.q-single02 .feeder .child .position._B9 {
	width: 165px;
}

.q-single02 .feeder .child .position._B9 .type01 {
	left: -13px;
	top: 43px;
}

.q-single02 .feeder .child .position._B9 .p-01 {
	top: 50px;
	left: 46px;
}

.q-single02 .feeder .child .position._B9 .p-02 {
	top: 62px;
	left: 80px;
}

.q-single02 .feeder .child .position._B9 .p-03 {
	top: 126px;
	left: 10px;
}

.q-single02 .feeder .child .position._B9 .p-04 {
	top: 125px;
	left: 40px;
}

.q-single02 .feeder .child .position._B9 .p-05 {
	top: 126px;
	left: 89px;
}

.q-single02 .feeder .child .position._B9 .p-06 {
	top: 125px;
	left: 120px;
}

.q-single02 .feeder .child .position._B10 {
	width: 162px;
}

.q-single02 .feeder .child .position._B10 .type01 {
	left: -25px;
	top: 43px;
}

.q-single02 .feeder .child .position._B10 .p-01 {
	top: 50px;
	left: 46px;
}

.q-single02 .feeder .child .position._B10 .p-02 {
	top: 62px;
	left: 80px;
}

.q-single02 .feeder .child .position._B10 .p-03 {
	top: 126px;
	left: 10px;
}

.q-single02 .feeder .child .position._B10 .p-04 {
	top: 125px;
	left: 40px;
}

.q-single02 .feeder .child .position._B10 .p-05 {
	top: 126px;
	left: 89px;
}

.q-single02 .feeder .child .position._B10 .p-06 {
	top: 125px;
	left: 120px;
}

.q-single02 .feeder .child .position._B11 .type01 {
	left: -25px;
	top: 43px;
}

.q-single02 .feeder .child .position._B11 .p-01 {
	top: 50px;
	left: 46px;
}

.q-single02 .feeder .child .position._B11 .p-02 {
	top: 62px;
	left: 80px;
}

.q-single02 .feeder .child .position._B11 .p-03 {
	top: 126px;
	left: 10px;
}

.q-single02 .feeder .child .position._B11 .p-04 {
	top: 125px;
	left: 40px;
}

.q-single02 .feeder .child .position._B11 .p-05 {
	top: 126px;
	left: 89px;
}

.q-single02 .feeder .child .position._B11 .p-06 {
	top: 125px;
	left: 120px;
}

