@charset "utf-8";
/*=============================
共通
=============================*/
* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
     box-sizing: border-box; 
}

html {
	font-size: 62.5%;
	height: 100%;
}

body {
	color: #444;
	height: 100%;
	margin: 0;
}

body, input, select, button, textarea {
	font-family: "Meiryo UI", メイリオ, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 1.4rem;
}

input[type=text],
input[type=password],
input[type=time],
input[type="number"],
select {
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 0.4em;
  width: 220px;
}

@media all and (-ms-high-contrast:none){ /* IE10以降 */
	select {
		padding-right: 0;
	}
}
select:not(:target) { /* IE9 */
    padding-right: 0\9;
}
select { /* IE8以前 */
    padding-right: 0\9;
}

input[type=text]:focus,
input[type=password]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
	border: 1px solid #2ec795;
	outline: none;
}

input[type=checkbox] {
	display: none;
}

input[type=checkbox] + label {
	padding-left: 20px;
	position: relative;
}

input[type=checkbox] + label:not(:last-of-type) {
  margin-right: 10px;
}

input[type=checkbox] + label:before {
	background: #fff;
	border: 1px solid #ccc;
	content: "";
	height: 14px;
	left: 0;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 14px;
}

input[type=checkbox]:checked + label:before {
	background: #2ec795;
	border: 1px solid #2ec795;
}

input[type=checkbox]:checked + label:after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
	content: "";
    height: 7px;
    left: 5px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
    transform: rotate(45deg);
    width: 4px;
}

img {
	vertical-align: bottom;
}

button {
	outline: none;
}

.button {
	background: #2EC795;
	border: none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	height: 40px;
	width: 100%;
}

.button:hover {
    background: #48d5a7;
}

#pagetop {
    bottom: 20px;
    height: 60px;
    position: fixed;
    right: 20px;
    width: 60px;
    z-index: 2;
}

#pagetop a {
    background: url(/img/common/backpagetop.png) no-repeat 0 0;
    display: block;
    height: 60px;
    width: 60px;
}

#pagetop a:hover {
    background-position: 0 100%;
}
tr.DEMO_disabled td{
pointer-events: none;
}
td .DEMO_disabled {
        background: #006494;
        color: #fff;
        display: inline-block;
        font-size: 1rem;
        line-height: 1rem;
        padding: 2px 4px;
}

.list-limit{
	padding-bottom:20px;
	color:red;
	font-size:120%;
}

.peport-limit{
	padding:20px 20px 0 20px;
	color:red;
	font-size:120%;
}
