@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Meiryo, sans-serif;
	background: #f9f9f9;
	
	background: linear-gradient(138deg, #f42c7a 0%, #213884 100%);
	/*background: linear-gradient(163deg, rgb(222 46 123) 0%, rgb(255 255 255) 20%, rgb(255 255 255) 50%, rgb(52 55 131) 100%);*/
}
.notice p {
	font-size: 14px;
	text-align: center;
}
#wrap {
	margin-top:3%;
	padding: 2%;
	
	/*background: linear-gradient(359deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255) 100%);*/
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 0%) 20%, rgb(255 255 255) 100%);
	border-radius: 8px;
}
#wrap, #footer p {
	-webkit-box-shadow: 0 1px 46px rgb(100 100 100 / 25%);
	border: 1px;
	font-size: 10px;
}
h1 {
	max-width: none;
	text-align: center;
	float: none;
	margin-top: 20px;
	margin-bottom: 8px;
	font-family: 'Noto Sans JP', sans-serif;
}
h1 a {
	text-align: center;
	font-size: 44px;
	float: none;
	color: #333 !important;
	font-family: 'Noto Sans JP', sans-serif;
	text-decoration:none
}
h1 a:hover {
	text-decoration:none
}
h2 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}
h2 span {
	font-family: Arial, Meiryo, sans-serif;
	font-size: 12px;
}
h3.logo {
	text-align: center;
	margin-top: -5px;
	margin-bottom: -15px;
	width: 75px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 22%;
	line-height: 75px;
	vertical-align: middle;
	-webkit-box-shadow: 0 1px 16px rgb(100 100 100 / 25%);
}
h3.logo img {
	margin: 12px;
}
hr{ border:none; border-bottom:1px solid #ddd; margin-bottom:12px;}
.bcm {
	display: inline-block;
	width: 48.1%;
	margin-right:1%;
}
.bcm.Rgt {
	margin-left:1%;
}
#footer{ position:relative}
#footer p a.log {
    background: #fff url(../images/favicon.png) 2px center no-repeat;
		background-size:16px;
    padding-left: 30px;
}
::placeholder {
  color: #BDBDBD;
	font-weight:normal
}

#testWrapper{
	margin-top:35px;
}
#startStopBtn {
	    display: inline-block;
    margin: 0 auto;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: 3px solid #fff;
    border-radius: 29px;
    transition: all 0.3s;
    /* box-sizing: border-box; */
    width: 10em;
    height: 1.7em;
    line-height: 1.5em;
    padding: 0;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1), inset 0 0 0 rgba(0, 0, 0, 0.1);
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 12px;
    background-color: #ccc;
    background: linear-gradient( 138deg , #f42c7a 0%, #213884 100%);
    -webkit-box-shadow: 0 1px 8px rgb(100 100 100 / 35%);
}
#startStopBtn:hover {
	box-shadow: 0 0 2em rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.1);
	border-radius: 29px;
}
#startStopBtn.running {
	background-image: url(../images/loadings.gif);
    background-position: left -50px center;
    background-size: 175px;
    background-repeat: no-repeat;
    background-color: #11c5fa;
		border-radius: 29px;
}
#startStopBtn:before {
	content:"Start";
}
#startStopBtn.running:before {
	content:"Stop";
}
#wifi {
	margin-top:40px;
	margin-bottom:40px;
	font-family: 'Noto Sans JP', sans-serif;
}

div.wifiArea {
	display:inline-block;
	width: 49%;
  height: 320px;
	position:relative;
	box-sizing:border-box;
}
div.wifiAreaTop {
	display:inline-block;
	width: 400px;
  height: 200px;
	position:relative;
	box-sizing:border-box;
	text-align:center;
}
div.wifiArea div.wifiName {
    position: absolute;
    top: -19px;
    left: 0;
    width: 100%;
    font-size: 5.4em;
    z-index: 9;
    text-align: center;
    color: #f42c7a;
    font-family: 'Roboto', sans-serif;
}
div.wifiArea div.wifiName.up {
		color: #213884;
}
div.wifiArea div.wifiName span{
	    display: block;
    font-size: 17px;
    font-family: 'Noto Sans JP', sans-serif;
		    margin-top: -3px;
				color:#333;
}
div.wifiAreaTop div.wifiName {
	display:block;
	text-align:center;
	font-size:1.4em;
}
div.wifiArea div.meterText {
    position: absolute;
    bottom: 11%;
    left: 25%;
    width: 50%;
    text-align: center;
    font-size: 10.4em;
    z-index: 9;
    font-family: 'Roboto', sans-serif;
}
div.wifiAreaTop div.meterText {
	display:inline-block;
	font-size:2.5em;
}
div.meterText:empty:before {
	content:"0.00";
}
div.wifiArea div.unit {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    z-index: 9;
    font-size: 18px;
		font-family: 'Roboto', sans-serif;
}
div.wifiAreaTop div.unit {
	display:inline-block;
}
div.wifiArea canvas {
	position:absolute;
	top:25px;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
div.wifiGroup {
	display:block;
	margin: 0 auto;
}
#ipArea {
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
}
.transfer{
	margin-bottom: 12px;
    display: block;
    width: 100%;
    text-align: right;
	font-size:12px;
}
.transfer .langSelect.on{
	font-weight: bold;
    color: #333;
	font-size:13px;
}
@media all and (max-width:40em) {
	body {
		font-size:0.8em;
	}
}
 @media screen and (max-width: 640px) and (orientation:portrait) {
 	body {
		padding: 0 !important;
		width: 100%;
		margin: 0;
		background: #f9f9f9;
	}
	#wrap {
		border-radius: 8px;
		margin-top: 0;
		-webkit-box-shadow: none;
		padding: 0;
		background: transparent;
		border:0;
		padding-top: 10%;
	}
	span.sp {
		display:block
	}
	h1 {
		padding-bottom:0;
		border-bottom:1px solid #ccc;
		line-height:29px;
		padding-bottom:8px;
	}
	h1 a {
		font-size: 25px;
	}
	h2 {
		font-size: 14px;
		line-height:17px;
		margin: 0;
	}
	h2 span {
		 font-size: 10px;
		 line-height: 16px;
		 display: block;
	}
	h3.logo {
		 margin-top: 5px;
		 width: 60px;
		 height: 60px;
	}
	h3.logo img {
		 width: 58%;
		 height: auto;
	}
	.bcm {width: 99%;margin:0;}
	div.wifiArea {
    width: 90%;
    margin-left: 5%;
    display: block;
    margin-bottom: 66px;
	}
	div.wifiArea div.wifiName {
    font-size: 4.4em;
	}
	div.wifiArea div.wifiName span {
    font-size: 15px;
	}
	div.wifiArea div.meterText {
    font-size: 9.5em;
    left: 15%;
    width: 70%;
    text-align: center;
	}
	div.wifiArea div.unit {
    padding-left: 14%;
		width: 85%;
	}
	
}
