@keyframes blinkingUpdate{
	0%{opacity: 1;}
	80%{opacity:1;}
	81%{opacity:0;}
	100%{opacity: 0;}
}
/* micro clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
/* micro clearfix */

/* shell and box*/

@media screen and (min-width: 901px){
	/* PC */
	.spOnly{
		display: none;
	}
	.pcNoDisplay{
		display: none;
	}
	h1.topTitle{
		width: 900px;
		height: 72px;
		background-image: url('../img/top-logo-pc.svg');
		background-repeat: no-repeat;
		margin: 0;
	}
	h1.topTitleLeft{
		width: 360px;
		height: 72px;
		background-image: url('../img/top-logo-pc-left.svg');
		background-repeat: no-repeat;
		display: inline-block;
		margin: 0;
	}
	h1.topTitleRight{
		width: 540px;
		height: 72px;
		background-image: url('../img/top-logo-pc-right.svg');
		background-repeat: no-repeat;
		display: inline-block;
		margin: 0;
	}
	div.container, div.nwStatusShell{
		width: 900px;
		height: auto;
		margin: 0 auto;
		z-index: 100;
	}
	div.menuBox{
		width: 100%;
		height:36px;
		z-index: 200;
	}
	div.menuBox ul{
		margin: 0;
		padding: 0;
	}
	div.menuBox li{
		width: 20%;
		height: 36px;
		border-style: solid solid solid none;
		line-height: 36px;
		font-size: 16px;
		display: inline-block;
	}
	div.menuBox li:first-child{
		border-left: solid 1px;
	}
	.bandwidthSmall{
		font-size: 14px;
		padding: 2px;
	}
	div.popupWindowInside{
		width: 855px;
		height: 80%;
	}
	
	
}
@media screen and (max-width: 900px){
	/* smartphone */
	.pcOnly{
		display:none;
	}
	.spNoDisplay{
		display: none;
	}
	h1.topTitleLeft{
		width: 40vw;
		height: 48px;
		background-image: url('../img/top-logo-sp-left.svg');
		background-repeat: no-repeat;
		display: inline-block;
		margin: 0;
	}
	h1.topTitleRight{
		width: 48vw;
		height: 48px;
		background-image: url('../img/top-logo-sp-right.svg');
		background-repeat: no-repeat;
		display: inline-block;
		margin: 0;
	}
	h1.topTitle{
		width: 100%;
		height: 48px;
		background-image: url('../img/top-logo-pc.svg');
		background-size: 93vw;
		background-repeat: no-repeat;
	}
	div.container, div.nwStatusShell{
		width: 100vw;
		height: auto;
		margin: 0 auto;
		z-index: 100;
	}
	div.menuBox{
		border-style: none;
		border-width: 4px;
		border-color: #06367a;
		position: absolute;
		right: 0;
		top: 48px;
		width: 100%;
		height: 400px;
		z-index: 200;
	}
	div.menuBox ul{
		margin: 0;
		padding: 0;
	}
	div.menuBox li{
		width: 100%;
		height: 36px;
		border-style: none solid solid solid;
		line-height: 36px;
		font-size: 16px;
		display: block;
	}
	div.menuBox li:first-child{
		border-top: solid 1px;
	}
	.bandwidthSmall{
		font-size: 12px;
		padding: 1px;
	}
	.shrinkWhenSp{
		font-size: 12px;
	}
	div.popupWindowInside{
		width: 95%;
		height: 80%;
	}

}

body, div{
	margin: 0;
	padding: 0;
}
div, a, p, ul, li, h1,h2{
	box-sizing: border-box;
}
span[lang]:not([lang="ja"]){
	display: none;
}
.noDisplay{
	display: none;
}
h1.topTitle{
	top: 0;
	left:0;
	margin: 0;
	padding: 0;
	position: relative;
}
h2.nwStatus{
	width: 100%;
	margin: 12px 0 0 0;
	padding: 6px;
	font-size: 20px;
	font-weight: bold;
	background-color: #06367a;
	color: #ffffff;
}
h3.nwStatus{
	position:relative;
	margin: 4px;
	padding: 4px 44px 4px 4px;
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	border-style: none none solid none;
	border-color: #06367a;
	color: #06367a;
}
h3.nwStatus.toggleButton::after{
	display: inline-block;
	position: absolute;
	width: 36px;
	height: 36px;
	right: 0;
	content: "";
	background-color: #06367a;
	background-image: url('../img/triangle-white.svg');
	transform: rotate(180deg);
	color: #ffffff;
}
h3.nwStatus.toggleButton.open::after{
	content: "";
	background-image: url('../img/triangle-white.svg');
	transform: rotate(0deg);
}
h3.nwStatus.toggleButton:not(.open)+div{
	display: none;
}
div.menuBox li{
	text-align: center;
	margin: 0;
	border-width: 1px;
	background-color: #f0f0f0;
	border-color: #808080;
	color: #000000;
	list-style: none;
	cursor: pointer;
}
div.menuBox li:hover, div.menuBox li.pressed{
	background-color: #06367a;
	color: #ffffff;
}
div.menubox li a{
	color: #000000;
}
div.menuBox li a:hover, div.menuBox li a:link{
	color: inherit;
	text-decoration: none;
}

div.spMenuButton{
	background-image: url('../img/hb-menu.svg');
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
	top:0;
	right:0;
	position: absolute;
	cursor: pointer;
}
div.spMenuBox{
	border-style: solid;
	border-width: 4px;
	border-color: #06367a;
	position: absolute;
	right: 0;
	top: 48px;
	width: 100%;
	height: 400px;
}
div.statusContent{
	margin: 0 12px;
	border-style: dashed;
	border-width: 1px;
	position: relative;
}
div.statusContent div, div.statusContent p{
	position: absolute;
}

div.popupWindowShell{
	display: none;
	position: fixed;
	margin: auto;
	top:0;
	left: 0;
	width: 100%;
	height:100%;
	background-color: #ffffff;
	opacity: 0.9;
}
div.popupWindowInside{
	display: none;
	position: fixed;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right:0;
	background-color: #ffffff;
	border-style: solid;
	border-color: #06367a;
	border-width: 8px;
	opacity: 1;
}
div.popupWindowInside div.textArea{
	display: block;
	position: relative;
	width: 90%;
	height: calc(90% - 40px);
	top: 5%;
	left: 5%;
	padding: 4px;
	border-style: solid;
	border-width: 4px;
	border-color: #a0a0a0;
	color:#000000;
	overflow-y: scroll;
}
@media screen and (max-width: 720px){
}
@media screen and (min-width: 721px){
}
@media screen and (min-height: 721px){
	div.popupWindowInside{
		height: 640px;
	}
}
@media screen and (max-height: 720px){
	div.popupWindowInside{
		height: 90%;
	}
}
div.popupWindowInside div.textArea p{
	position: relative;
}
div.textArea a:link{
	text-decoration: underline;
	color: #80ffff;
}
div.textArea a:visited{
	text-decoration: underline;
	color: #80dddd;
}
p.button{
	background-color: #f0f0f0;
	border-width: 1px;
	border-style: outset;
	border-color: #808080;
	width: 80px;
	height: 36px;
	color: #000000;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
}
p.button:hover{
	background-color: #06367a;
	border-color: #06367a;
	color: #ffffff;
	font-weight: bold;
	
}

p{
	position: absolute;
	font-size: 16px;
	margin: 0;
	padding:2px;
	box-sizing: border-box;
}
p.equipment{
	display: block;
	border-style: solid;
	border-width: 2px;
	border-color: #202020;
	background-color: #ffffff;
}
p.equipment.connectedNte, span.connectedNte{
	border-color: #88ffaa;
	background-color: #88ffaa;
	color: #000000;
}
.showOnlyConnected:not(.connectedNte){
	display:none;
}

p.bandwidthMedium, p.bandwidthSmall{
	display: block;
	margin: 0;
}
.bandwidthMedium{
	font-size: 16px;
	padding: 2px;
	line-height: 16px;
}
p.opaque{
	background-color: #ffffff;
	opacity: 80%;
}
p[data-graph-link]{
	cursor: pointer;
}
p[data-graph-link]::after{
	content: url('../img/graph-logo.svg');
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 4px;
}



/* p decoration */
p.blinking, span.blinking{
	animation: blinkingUpdate 1s infinite alternate;
}
*/
/* rank color */
.rank_zero{
	background-color: #404040;
	color: #000000;
	fill: #404040;
	stroke: #404040;
}
.rank_idle{
	background-color: #808080;
	color: #000000;
	fill: #808080;
	stroke: #808080;
}
.rank_verylow{
	background-color: #00ffff;
	color: #000000;
	fill: #00bfff;
	stroke: #00bfff;
}
.rank_low{
	background-color: #32ff32;
	color: #000000;
	fill: #32cd32;
	stroke: #32cd32;
}
.rank_medium{
	background-color: #ffff00;
	color: #000000;
	fill: #ffd000;
	stroke: #ffd000;
}
.rank_high{
	background-color: #ffa000;
	color: #000000;
	fill: #ffa000;
	stroke: #ffa000;
}
.rank_veryhigh{
	background-color: #ff0000;
	color: #ffffff;
	fill: #ff0000;
	stroke: #ff0000;
}
.rank_congested{
	background-color: #800080;
	color: #ffffff;
	fill: #800080;
	stroke: #800080;
}

/* p indivisual */
p.newerVersionButton{
	animation: blinkingUpdate 1s infinite alternate;
}
/* svg styles */
svg .equipment{
	stroke: #ffffff;
	stroke-width: 2px;
}
svg .equipmentText{
	fill: #ffffff;
	font-family: shinonomeMin16;
}
svg .inRank, svg .outRank, svg .speedTestLine{
	stroke-width: 2px;
}
svg .speedTestLine{
	fill: #000000;
	stroke: #000000;
}
*/
