@charset "utf-8";


html {
    overflow-y: scroll;
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    font-family: " ヒ ラ ギ ノ 角 ゴ Pro W3"," メイリオ ","Meiryo",verdana,"Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    line-height: 1.4;
    word-break: break-all;
    position:relative;
    -webkit-text-size-adjust: 100%; /* スマホでの文字サイズ自動調整OFF */
    font-size: 12px;
    /*background-color: #A8EFAF;*/
    /*background: url("../images/bg2.jpg") repeat top center;*/
}

a {
    text-decoration: none;
}

li, ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

table,tr,td {
    border:0;
}

/* ClearFix
-----------------------------------------------------------*/

.cf {
    zoom: 1;
}
.cf:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.tc {
    text-align: center;
}
.tl {
    text-align: left;
}
.tr {
    text-align: right;
}

.bold {
	font-weight: bold;
}

.graphWrap {
    margin: 0 auto;
}

.header {
    position:fixed;
    margin: 0 auto;
    height: 60px;
    width: 100%;
    top:0;
    left: 0;
    z-index: 10;
    border-bottom: 1px solid #cccccc;
    background-color: #ffffff;
    text-align: center;
    font-size: 20px;
    padding: 0 10px;
}

.header-menu {
    display: block;
    margin: 0 auto;
    max-width: 740px;

}


#header-control {
    display: block;
    color: #000000;
}

#header-control img {
    display: block;
    line-height: 60px;
    margin-top: 14px;
}

#header-control span {
    display: block;
    margin-left: 5px;
    line-height: 60px;
}

#header-tempo {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
}

#header-status {
    display: block;
    height: 60px;
    line-height: 60px;
    margin-left: 40px;
}

#header-logout {
    display: block;
    font-size: 14px;
}

#header-logout span {
    display: block;
    margin-left: 5px;
    line-height: 60px;
}

#submenu {
    display: none;
    position:fixed;
    margin: 0 auto;
    width: 100%;
    top: 60;
    left: 0;
    z-index: 10;

    background-color: #ffffff;
    text-align: center;
    font-size: 20px;
}

.menuArea {
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
}

.menuArea input[type="button"]{
    height: 40px;
    width:100px;
    margin-bottom: 10px;
    font-weight: bold;
}

.submenu-title {
    font-weight: bold;
    padding: 5px 0;
}

.mainArea {
    margin-top: 0px;
    padding: 10px 0;
    width: 100%;
}

.sys-image{
    width: 100%;
}

.contents-title {
    margin: 20px 0 10px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.eventlog-list {
    width: 100%;
    border-collapse: collapse;
    background-color: rgba(255,255,255,0.6);

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.eventlog-list th {
    border-bottom: 1px solid #cccccc;
}

.eventlog-list th:nth-child(1) {
    width: 100px;
}

.eventlog-list th:nth-child(2) {
    width: 100px;
}

.eventlog-list th:nth-child(3) {

}

.eventlog-list tr {

}

.eventlog-list td {
    height: 50px;
    border-bottom: 1px solid #cccccc;
}


.eventlog-list .time {
    text-align: center;
}

.log-img {
    text-align: center;
}

.log-img img {
    height: 30px;
}

.status-msg {
    text-align: left;
}

#msgWin {
    background-color: #ffffff;
    color: red;
    width: 180px;
    height: 40px;
    line-height: 40px;
    border:1px solid #000000;
    position: absolute;
    top:80px;
    left:20px;
    text-align: center;
    display: none;
}

#breathStatus {
    width: 240px;
    position: absolute;
    top: 100px;
    left:10px;
    display: none;
    z-index: 9;
}

.placeholder {
    margin: 0 auto;
    width: 100%;
    height: 242px;
    /*margin-bottom: 44px;*/
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.imageArea{
    text-align: center;
    /*height: 380px;*/
    margin: 0 auto;
    display: none;
}

#screenshot{
    height: 360px;
    visibility: hidden;
}

#status_normal{
    position: relative;
    z-index: 10;
    top:180px;
    left:0px;
    font-weight: bold;
}

.footer {
    margin-top: 10px;
    font-size: 8px;
    text-align: center;
}

#version {
    height: 10px;
    margin: 4px 0;
}

.logTabArea {
    padding: 5px 0;
    font-size: 14px;
    font-weight: bold;
}

.eventStatistic > div {
    margin:10px 4px 0 0;
    padding: 5px 10px;
    background-color: rgba(255,255,255,0.6);

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
}

.eventStatistic > div:hover {
    background-color: rgba(255,255,255,1.0);
}

.dayJump > div{
    margin:10px 0 0 4px;
    padding: 5px 10px;
    background-color: rgba(255,255,255,0.6);

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
}

.dayJump > div:hover {
    background-color: rgba(255,255,255,1.0);
}

.changeArea {
    padding: 5px 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.changeArea ul {
    display: block;
    margin: 0 auto;
    width: 180px;
}

.changeArea li {
    display: inline-block;
    margin:10px 0 0 4px;
    padding: 5px 10px;
    background-color: rgba(255,255,255,0.6);

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
}

.changeArea li:hover {
    background-color: rgba(255,255,255,1.0);
}

#calendar {
    margin: 0 auto;
    margin-bottom: 20px;
    /*width: 200px;*/
    /*height: 204px;*/
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.ui-datepicker-title {
    font-size: 16px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    margin-top: 4px;
}

.ui-datepicker {
    width: 100%;
}

.ui-datepicker-calendar td {
    vertical-align: middle;
    display: table-cell;
}

.ui-datepicker-calendar td a{
    text-align: center;
    width: 100%;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    padding: 0;
}

/* ネットワーク設定画面 */

.header-text {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
}

.settingArea {
    text-align: center;
}

.setting-table {
    width: 100%;
    border-collapse: collapse;
    background-color: rgba(255,255,255,0.6);

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.setting-table th {
    border-bottom: 1px solid #cccccc;
    height: 30px;
}

.setting-table th:nth-child(1) {
    width: 100px;
}

.setting-table th:nth-child(2) {
    width: 120px;
}

.setting-table tr {

}

.setting-table td {
    height: 50px;
    border-bottom: 1px solid #cccccc;
    text-align: center;
}

.setting-table td input[type='text'],
.setting-table td input[type='password'],
.setting-table td input[type='email'] {
    width: 96%;
}

.btnNetSetting {
    height: 40px;
    width:100px;
    margin:20px 0 10px 0;
    font-weight: bold;
}

.errMsg {
    color: red;
    text-align: center;
    font-weight: bold;
    margin: 5px 0;
    padding: 5px;
    background-color: rgba(255,255,255,0.6);

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.successMsg {
    color: blue;
    text-align: center;
    font-weight: bold;
    margin: 5px 0;
    padding: 5px;
    background-color: rgba(255,255,255,0.6);

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.radarGraph {
    text-align: center;
}

.radarGraph img {
    width: 100%;
}

.imeDisabed {
    ime-mode: disabled;
}

/* 通知メール設定画面 */

.contents-desc {
    margin: 20px 0 10px 0;
    text-align: center;
    font-weight: bold;
}

.contents-desc2 {
    margin: 10px 0 10px 0;
    text-align: center;
}

.require {
    font-size: 10px;
    margin-left: 4px;
    color: red;
}

.loadingMsg {
    position:absolute;
    top:80px;
    left:10px;
}

/* ログイン画面 */
.loginForm {
    margin: 0 auto;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}

.loginMsg {
    font-size: 14px;
}

dl.loginFormInput {
    font-size: 14px;
    margin-top: 20px;
}

dl.loginFormInput dt {
    margin-bottom: 10px;
    font-weight: bold;
}

dl.loginFormInput dd {
    margin-bottom: 10px;
    margin-left: 0;
}

dl.loginFormInput dd input[type="text"] {
    width: 100%;
}

dl.loginFormInput dd input[type="password"] {
    width: 100%;
}

/* デバイスリスト一覧 */
.listArea {
    margin: 0 auto;
    margin-top: 40px;
    padding: 20px;
    background-color: #ffffff;
}

ul.deviceList {
    font-size: 22px;
}

ul.deviceList li {
    margin-bottom: 10px;
}


ul.deviceList li a:hover {
    opacity: 0.8;
}

ul.menu-list {
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
}

ul.menu-list li {
    margin-bottom: 10px;
}

ul.menu-list li input[type="text"],
ul.menu-list li input[type="password"] {
    width: 100%;
}

li.menu-list-title {
    font-weight: bold;
}

.btn {
    width: 100%;
    border: 0;
    padding: 6px;
    font-size: 20px;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.btnSetting {
    background-color: #999999;
    color: #ffffff;
}

.btnMenu {
    background-color: #999999;
    color: #ffffff;
}

.descImg {
	margin-top:10px;
	padding: 4px;
	width: 200px;
	border: 1px solid #000000;
}

/* レーダー一覧 */
.tbl-radar-list {
    border: 1px solid #000000;
    margin: 0 auto;
    border-collapse: collapse;
    background-color: #ffffff;
}

.tbl-radar-list th, td {
    border: 1px solid #000000;
    padding: 4px;
}

.tbl-radar-list th {
    background-color: #CCFFFF;
}

/* copyright© 2016 株式会社ブイセン All Rights Reserved. */
