@CHARSET "UTF-8";

/* base
------------------------------------------------*/
*{
  margin: 0;
  padding: 0;
  touch-callout: none;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  -khtml-touch-callout: none;
}

body , html {
    height: 100%;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

a{
	text-decoration: none;
}

input[type="text"]{
  border-top: 1px solid #CCCCCC;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    border-left: 1px solid #CCCCCC;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  padding: 0 10px;
  line-height: 36px;
  color: #666666;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  margin: 5px 0;
}

input[type="email"]{
  border-top: 1px solid #CCCCCC;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    border-left: 1px solid #CCCCCC;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  padding: 0 10px;
  line-height: 36px;
  color: #666666;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  margin: 5px 0;
}

input[type="password"]{
  border-top: 1px solid #CCCCCC;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    border-left: 1px solid #CCCCCC;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  padding: 0 10px;
  line-height: 36px;
  color: #666666;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  margin: 5px 0;
}

input[type="tel"]{
  border-top: 1px solid #CCCCCC;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    border-left: 1px solid #CCCCCC;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  padding: 0 10px;
  line-height: 36px;
  color: #666666;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  margin: 5px 0;
}

select{
    color: #666666;
    width: 100%;
    font-size: 14px;
    padding: 6px 24px 6px 7px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    border-left: 1px solid #CCCCCC;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #FFFFFF;
    background-image: url(../images/arrow_down.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px 20px;
    margin: 5px 0;
}

textarea{
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    border-left: 1px solid #CCCCCC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding-top: 4px;
    padding-bottom: -8px;
    color: #666666;
    width: 100%;
    font-size: 13px;
}

#container {
	position: relative;
    width: 100%;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

/* header
------------------------------------------------*/
#header{
	position: fixed;
	top: 0;
	width: 100%;
	height: 95px;
	background-color: #FFFFFF;
	z-index: 10;
}

#header h1{
	margin: 0 50px;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
}

#header h1 a{
	padding: 0 30px;
	background-image: url(../images/arrow_down_white.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px 20px;
}

#header2{
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #E6E6E6;
	z-index: 10;
}

#header2 h1{
	margin: 0 50px;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#header-right{
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

#header-right img{
	width: 24px;
	height: 24px;
	margin-top: 13px;
}

#header-right a{
	display: block;
	color: #666666;

}

#header-left{
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	text-align: center;
}

#header-left img{
	width: 24px;
	height: 24px;
	margin-top: 13px;

}

#header-left a{
	display: block;
}

#header-badge{
	position: absolute;
	top: 10px;
	right: 10px;
}

#header01{
	height: 50px;
	line-height: 50px;
	background-color: #8BC63E;
	border-bottom: 1px solid #FFFFFF;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#header01 h1 a{
	color: #FFFFFF;
}

#logo{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 90px;
	height: 30px;
}

#tab-menu{
	position: fixed;
	top: 9px;
	right: 60px;
	height: 30px;
}

#tab-menu a{
	display: block;
	float: right;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B3D940;
	margin-left: 1px;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#tab-menu a.menu-on{
	background-color: #FFFFFF;
	color: #8BC63E;
}

#tab-menu a.tab-left{
	-moz-border-radius: 15px 0 0 15px;
  -webkit-border-radius: 15px 0 0 15px;
  -khtml-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
}

#tab-menu a.tab-right{
	-moz-border-radius: 0 15px 15px 0;
  -webkit-border-radius: 0 15px 15px 0;
  -khtml-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
}

#paddy_map_menu {
  position: absolute;
  right: 60px;
}

#paddy_map_menu a {
  /* padding: 0 12px;
  background-color: #CCCCCC;
  border-radius: 12px; */
  color: #FFFFFF;
  /* font-weight: bold; */
}

#paddy_map_menu svg {
	vertical-align: -8px;
}

#select-farm{
	position: absolute;
	top: 0;
	left: 4px;
	z-index: 100;
	min-width: 50%;
}

#select-farm ul{
	list-style-type: none;

}

#select-farm li a{
	display: block;
	padding: 0 30px 0 15px;

}

#select-farm li .menu-on{
	background-color: #60AF00;
	background-image: url(../images/arrow_down_white.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px 20px;

	margin-top: 5px;
	margin-bottom: 5px;
	height: 39px;
	line-height: 39px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #A8D46E;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#select-farm li .menu-off{
	display: none;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	height: 45px;
	line-height: 45px;
	color: #000000;
	font-weight: bold;
	box-shadow: 1px 1px 4px -2px #666666;
-moz-box-shadow: 1px 1px 4px -2px #666666;
-webkit-box-shadow: 1px 1px 4px -2px #666666;
}

#select-farm li .menu-def{
	font-size: 18px;
	text-align: center;
}

#reload-farm{
	position: fixed;
	top: 50px;
	right: 0;
	padding: 6px;
	background-color: #FFFFFF;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#reload-farm a{
	display: block;
	width: 32px;
	background-color: #CCCCCC;
	color: #FFFFFF;
	padding: 0 6px;
	margin-top: 7px;
	margin-right: 3px;
	font-weight: bold;
	font-size: 12px;
	line-height: 23px;
	text-align: center;
	-moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}

#header02{
	position: relative;
	height: 45px;
	padding-top: 7px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #E6E6E6;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}



#header-scale{
	margin-left: 7px;
	margin-right: 7px;
	-moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}

#header-scale a{
	display: block;
	height: 28px;
	line-height: 28px;
	color: #666666;
}

#header-scale .level00 .menu-on{
	background-color: #FFCC33;
}
.border-level00{
	border: 1px solid #FFCC33;
}

.color-level00{
	color: #FFCC33;
}

.background-level00{
	background-color: #FFCC33;
}

#header-scale .level01 .menu-on{
	background-color: #C8CCA1;
}

.border-level01{
	border: 1px solid #C8CCA1;
}

.color-level01{
	color: #C8CCA1;
}

.background-level01{
	background-color: #C8CCA1;
}

#header-scale .level02 .menu-on{
	background-color: #97CBFF;
}

.border-level02{
	border: 1px solid #97CBFF;
}

.color-level02{
	color: #97CBFF;
}

.background-level02{
	background-color: #97CBFF;
}

#header-scale .level03 .menu-on{
	background-color: #71B8FF;
}

.border-level03{
	border: 1px solid #71B8FF;
}

.color-level03{
	color: #71B8FF;
}

.background-level03{
	background-color: #71B8FF;
}

#header-scale .level04 .menu-on{
	background-color: #4CA5FF;
}

.border-level04{
	border: 1px solid #4CA5FF;
}

.color-level04{
	color: #4CA5FF;
}

.background-level04{
	background-color: #4CA5FF;
}

#header-scale .level05 .menu-on{
	background-color: #3092F8;
}

.border-level05{
	border: 1px solid #3092F8;
}

.color-level05{
	color: #3092F8;
}

.background-level05{
	background-color: #3092F8;
}

#header-scale .level06 .menu-on{
	background-color: #267FE5;
}

.border-level06{
	border: 1px solid #267FE5;
}

.color-level06{
	color: #267FE5;
}

.background-level06{
	background-color: #267FE5;
}

#header-scale .level07 .menu-on{
	background-color: #1C6BD1;
}

.border-level07{
	border: 1px solid #1C6BD1;
}

.color-level07{
	color: #1C6BD1;
}

.background-level07{
	background-color: #1C6BD1;
}

#header-scale .level08 .menu-on{
	background-color: #1257BD;
}

.border-level08{
	border: 1px solid #1257BD;
}

.color-level08{
	color: #1257BD;
}

.background-level08{
	background-color: #1257BD;
}

#header-scale .level99 .menu-on{
	background-color: #0843A9;
}

.border-level99{
	border: 1px solid #0843A9;
}

.color-level99{
	color: #0843A9;
}

.background-level99{
	background-color: #0843A9;
}

.background-level-measure{
  background-color: #666666;
}

.background-level-nursery{
	margin-top: 1px;
	background-color: #669900;
}

.background-level-invalid{
	background-color: #7159A6;
}



#header02 .table{
	height: 28px;

}

#header02 .cell{
	background-color: #E6E6E6;
}

#header02 .menu-on{

	font-weight: bold;
	color: #FFFFFF;
}

#header02 .level-scale{
	display: none;
	position: absolute;
	bottom: 9px;
	left: 8px;
	right: 6px;
	filter: alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
}

#header02 .level-scale .table{
	height: 5px;
}

#header02 .level-scale .cell{
	background-color: transparent;
	border-right: 1px solid #FFFFFF;
}

#header03{
	position: relative;
	width: 100%;
	height: 48px;
	backgrond-color: #FFFFFF;
	text-align: left;
	white-space: nowrap;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
-o-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
-ms-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

#header03 li a{
	color: #666666;
	padding: 10px 8px;
	line-height: 50px;
}

#header03 ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding: 0 10px;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#header03 li{
	display: inline-block;
}

#header03 .menu-on{
	color: #000000;
	font-weight: bold;
}

#header03 .button-right{
	margin-top: 5px;
	margin-right: 5px;
	line-height: 12px;
	padding: 10px 20px;
}

#header03-scroll-hidden{
	position: absolute;
	top: 93px;
	left: 0;
	right: 0;
	bottom: 0;
	height: 5px;
	background-color: #FFFFFF;
}



/* wrapper
------------------------------------------------*/
#wrapper{
	padding-top: 103px;
	padding-bottom: 0;
}

#wrapper2{
	padding-top: 120px;
	padding-bottom: 0;
}

#wrapper3{
	padding-top: 153px;
	padding-right: 40px;
	padding-bottom: 0;
	height: 100%;
}

#wrapper-right{
	position: fixed;
	top: 98px;
	right: 0;
	bottom: 0;
	width: 40px;
	background-color: #F5F5F5;
	background-image: url(../images/bg_arrow_up.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 30px 30px;
	height: 100%;
	border-left: 1px solid #E6E6E6;
}

/* report
------------------------------------------------*/
#report{
	padding-top: 50px;
	padding-bottom: 70px;
}

#report h2{
	margin-top: 15px;
	font-size: 16px;
	color: #666666;
}

#report select{
	font-size: 21px;
	margin-bottom: 10px;
}

#report .report-time{
	font-size: 21px;
	text-align: right;
}

#report .report-reason{
	font-size: 21px;
}

#report .message03{
	margin-top: 30px;
}

#report .message03 a{
	color: #339900;
}

#report .message03 ul{
	list-style-position: inside;
}

#report-button{
	display: block;
	text-align: center;
	background-color: #99CC00;
	padding: 12px;
	color: #FFFFFF;
	margin-top: 30px;
	font-size: 21px;
	font-weight: bold;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}


/* entry
------------------------------------------------*/
/* 横型 */

.entry-list{
  position: relative;
  padding: 10px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #F1F1F1;
  font-size: 14px;
  height: 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.entry-list a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.entry-list h2{
	font-size: 16px;
	padding: 0;
	margin-top: -2px;
	margin-bottom: 3px;
	margin-left: 90px;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.entry-list-image{
	float: left;
	width: 75px;
	height: 60px;
	-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}

.entry-list-detail{
	font-size: 14px;
	color: #333333;
	margin-left: 90px;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.entry-list-detail p{
	font-size: 12px;
	text-align: right;
	margin-top: -4px;
	color: #999999;
}

.entry-list-level{
	margin-left: 90px;
	margin-top: 7px;
	line-height: 24px;
	font-size: 24px;
}

.entry-list-level img{
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 15px;
}

.entry-list-status-on{
	position: absolute;
	right: 10px;
	top: 8px;
	font-size: 14px;
	color: #009900;
}

.entry-list-status-off{
	position: absolute;
	right: 10px;
	top: 8px;
	font-size: 14px;
	color: #FF0000;
}


/* タイル型 */
.entry{
  position: relative;
  width: 50%;
  float: left;
  padding: 4px;
  font-size: 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.entry h2{
	font-size: 16px;
	margin-bottom: 3px;
	font-weight: normal;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.entry-min{
  position: relative;
  width: 33.3%;
  float: left;
  padding: 4px;
  font-size: 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.entry-wide{
  position: relative;
  padding: 4px;
  font-size: 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.entry-detail{
	font-size: 13px;
	color: #666666;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* entry-gate-block (給水ゲートあり) */
.entry-gate-block{
	position: relative;
	background-color: #FFFFFF;
}

.entry-gate-block a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.entry .entry-gate-block .entry-image{
	width: 100%;
	height: 95px;
	background-color: #F8F2E0;
	-moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -khtml-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.entry-min .entry-gate-block .entry-image{
	width: 100%;
	height: 45px;
	background-color: #F8F2E0;
	-moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -khtml-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.entry .entry-gate-block .entry-group{
	position: absolute;
	top: 37px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	/*
	filter: alpha(opacity=90);
    -moz-opacity:0.9;
    opacity:0.9;
    */

}

.entry-min .entry-gate-block .entry-group{
	position: absolute;
	top: 9px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.entry-gate-block .entry-name{
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	background-color: #FFFFFF;
	line-height: 40px;
	border-right: 1px solid #E6E6E6;
	border-left: 1px solid #F1F1F1;
}

.entry-gate-status{
	height: 45px;
}

.entry-gate-status .open{
	float: left;
	margin-top: 2px;
	margin-right: 15px;
	background-color: #3092F8;
	width: 40px;
	height: 40px;
	color: #FFFFFF;
	text-align: center;
	line-height: 38px;
	font-size: 18px;
	font-weight: bold;
	-moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #FFFFFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
-o-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
-ms-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.entry-gate-status .close{
	float: left;
	margin-top: 2px;
	margin-right: 15px;
	background-color: #D9CDAA;
	width: 40px;
	height: 40px;
	color: #FFFFFF;
	text-align: center;
	line-height: 38px;
	font-size: 18px;
	font-weight: bold;
	-moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #FFFFFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
-o-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
-ms-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.entry-gate-status .wait{
	float: left;
	margin-top: 2px;
	margin-right: 15px;
	background-color: #FFFFFF;
	width: 40px;
	height: 40px;
	color: #FFFFFF;
	text-align: center;
	line-height: 38px;
	font-size: 18px;
	font-weight: bold;
	-moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.entry-gate-status .wait img{
	width: 24px;
	height: 24px;
	margin-top: 6px;
}


.entry-min .entry-gate-status .open{
	float: left;
	margin-top: 2px;
	margin-right: 15px;
	background-color: #3092F8;
	width: 36px;
	height: 36px;
	color: #FFFFFF;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	-moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  border-radius: 18px;
  border: 2px solid #FFFFFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
-o-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
-ms-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.entry-min .entry-gate-status .close{
	float: left;
	margin-top: 2px;
	margin-right: 15px;
	background-color: #D9CDAA;
	width: 36px;
	height: 36px;
	color: #FFFFFF;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	-moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  border-radius: 18px;
  border: 2px solid #FFFFFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
-o-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
-ms-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.entry-min .entry-gate-status .wait{
	float: left;
	margin-top: 2px;
	margin-right: 15px;
	background-color: #FFFFFF;
	width: 40px;
	height: 40px;
	color: #FFFFFF;
	text-align: center;
	line-height: 38px;
	font-size: 18px;
	font-weight: bold;
	-moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

/*
.entry-gate-status .wait{
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	background-color: #66CC00;
	width: 48px;
	height: 26px;
	color: #FFFFFF;
	text-align: center;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
*/

.entry-gate-status .set{
	padding-top: 3px;
}

.entry-gate-status .set b{
	font-size: 14px;
	margin-right: 3px;
	margin-left: 3px
}

.entry-gate-status .timer{
	color: #666666;
}

.entry-gate-status .timer img{
	display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 2px;
}

.entry-alert{
	float: left;
}

.entry-alert img{
	float: left;
	width: 14px;
	height: 14px;
	margin-top: 2px;

}


/*----- 削除予定 -----*/

.entry-switch{
	display: none;
	height: 50px;
	padding-top: 10px;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.entry-switch .entry-open{
	float: left;
	width: 50%;
	text-align: center;
}

.entry-switch .entry-open a.menu-on{
	display: block;
	margin: auto;

	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: #3092F8;
	-moz-border-radius: 15px 0 0 15px;
  -webkit-border-radius: 15px 0 0 15px;
  -khtml-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
}

.entry-switch .entry-open a.menu-off{
	display: block;
	margin: auto;

	height: 30px;
	line-height: 30px;
	color: #666666;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFFFFF;
	-moz-border-radius: 15px 0 0 15px;
  -webkit-border-radius: 15px 0 0 15px;
  -khtml-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
}

.entry-switch .entry-close{
	float: right;
	width: 50%;
	text-align: center;
}

.entry-switch .entry-close a.menu-on{
	display: block;
	margin: auto;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFCC33;
	-moz-border-radius: 0 15px 15px 0;
  -webkit-border-radius: 0 15px 15px 0;
  -khtml-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
}

.entry-switch .entry-close a.menu-off{
	display: block;
	margin: auto;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFFFFF;
	-moz-border-radius: 0 15px 15px 0;
  -webkit-border-radius: 0 15px 15px 0;
  -khtml-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
}

/*----- ここまで削除予定 -----*/


/* entry-block (水位センサーのみ) */
.entry-block{
	position: relative;
	background-color: #FFFFFF;

}

.entry-block a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.entry .entry-block .entry-image{
	width: 100%;
	height: 140px;
	background-color: #F8F2E0;
	-moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -khtml-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.entry-min .entry-block .entry-image{
	width: 100%;
	height: 90px;
	background-color: #F8F2E0;
	-moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -khtml-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.entry .entry-block .entry-group{
	position: absolute;
	top: 57px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	/*
	filter: alpha(opacity=90);
    -moz-opacity:0.9;
    opacity:0.9;
    */
}

.entry-min .entry-block .entry-group{
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.entry-block .entry-name{
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	background-color: #FFFFFF;
	line-height: 40px;
	border-right: 1px solid #E6E6E6;
	border-left: 1px solid #F1F1F1;
}

.entry-content{
	padding: 4px 10px;;
	font-size: 12px;
	background-color: #F8F2E0;
	text-align: right;
	border-right: 1px solid #E9DFC1;
	border-bottom: 1px solid #E9DFC1;
	-moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -khtml-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.entry-level{
	margin-top: 0;
	font-size: 14px;
	line-height: 42px;
	padding: 2px 7px;
	text-align: left;
	color: #FFFFFF;
}


.entry-level img{
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 4px;
	margin-left: 0;
	filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}

.entry-level strong{
	float: right;
	font-size: 21px;
}

.entry-min .entry-level{
	margin-top: 0;
	font-size: 12px;
	line-height: 30px;
	padding: 2px 4px;
	text-align: left;
	color: #FFFFFF;
}

.entry-min .entry-level strong{
	float: right;
	font-size: 16px;
}

.entry-water{
	position: absolute;
	top: 2px;
	right: 2px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	color: #3092F8;
	background-color: #FFFFFF;
	-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}

.group-add-form{
  position: relative;
  padding: 10px;
  background-color: #FDFBF4;
  border-bottom: 1px solid #E9DFC1;
  font-size: 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.group-list{
  position: relative;
  padding: 0 10px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #F1F1F1;
  font-size: 14px;
  height: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.group-list h3{
	float: left;
	line-height: 50px;
	font-size: 18px;
	font-weight: normal;
	margin-left: 10px;
}

.group-list h3 strong{
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}

.group-list a{
	float: right;
	padding: 0 10px;
	line-height: 50px;
	font-size: 16px;
	color: #666666;
}

.group-list a strong{
	color: #333333;
}

/* paddy
------------------------------------------------*/
#display-image{
	position: relative;
	width: 100%;
	height: 200px;
}

.display-image-button{
	position: absolute;
	right: 5px;
	bottom: 10px;
	display: block;
	width: 44px;
	height: 44px;
	background-color: #FFFFFF;
	-moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  -khtml-border-radius: 22px;
  border-radius: 22px;
  color: 999999;
  font-size: 14px;
  background-image: url(../images/icon_camera.png);
  background-position: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

#display-date{
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

#data-top{
	width: 100%;
	background-color: #FFFFFF;

	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#data-left{
  width: 50%;
  float: left;
  background-color: #FFFFFF;
  border-right: 1px solid #E6E6E6;
  margin-right: -1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#data-right{
  width: 50%;
  float: right;
  background-color: #FFFFFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#data-top-term{
  width: 75%;
  margin: auto;
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#data-top-term .cell{
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#data-top-term a{
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-size: 16px;
}

#data-top-term .left{
	  -moz-border-radius: 18px 0 0 18px;
  -webkit-border-radius: 18px 0 0 18px;
  -khtml-border-radius: 18px 0 0 18px;
  border-radius: 18px 0 0 18px;
}

#data-top-term .right{
	  -moz-border-radius: 0 18px 18px 0;
  -webkit-border-radius: 0 18px 18px 0;
  -khtml-border-radius: 0 18px 18px 0;
  border-radius: 0 18px 18px 0;
}

#data-top-term .menu-on{
  background-color: #B3D940;
  font-weight: bold;
  color: #FFFFFF;
}

#data-top-term .menu-off{
  background-color: #F1F1F1;
  color: #666666;
}

#data-top-time{
	color: #666666;
	padding-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.data{
  position: relative;
  padding: 10px 10px 10px 30px;
  font-size: 24px;
  text-align: center;
  font-family:Arial, Avenir , "Open Sans" , "Helvetica Neue" , Helvetica;
}

.data a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.data h3{
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  margin-top: 0;
}

.data-level{
  position: absolute;
  left: 15px;
  top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  height: 30px;
  padding-top: 3px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  background-color: #F8F2E0;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.data-water{
  color: #0066CC;
}

.data-temperature{
  color: #FF9900;
}

.data-bright{
  color: #CC66FF;
}

.data-moist{
  color: #339900;
}

#data-summary{
	margin: 7px;
	background-color: #FFFFFF;
	padding: 10px;
	font-size: 14px;
	text-align: center;
	border-top: 1px solid #F1F1F1;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #F1F1F1;
	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}

#data-summary h2{
	font-size: 14px;
}

#data-map{
	width: 100%;
}

#graph{
  padding: 15px 20px 15px 0;
  border-bottom: 1px solid #E6E6E6;
  background-color: #FFFFFF;
}

.graph{
  padding: 15px 20px 15px 0;
  border-bottom: 1px solid #E6E6E6;
  background-color: #FFFFFF;
}

/* switch-term
---------------------------------------------------- */
#switch-term{
	height: 41px;
}

#switch-left-on{
	float: left;
	width: 50%;
}

#switch-left-on a{
	display: block;
	text-align: center;
	background-color: #F1F1F1;
	line-height: 40px;
	font-weight: bold;
	margin-left: 6px;
	border-left: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
	-moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -khtml-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

#switch-left-off{
	float: left;
	width: 50%;
}

#switch-left-off a{
	display: block;
	text-align: center;
	background-color: #FFFFFF;
	border-left: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	color: #666666;
	line-height: 40px;
	margin-left: 6px;
	-moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -khtml-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

#switch-right-on{
	float: right;
	width: 50%;
}

#switch-right-on a{
	display: block;
	text-align: center;
	background-color: #F1F1F1;
	line-height: 40px;
	font-weight: bold;
	margin-right: 6px;
	border-left: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
	-moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -khtml-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

#switch-right-off{
	float: right;
	width: 50%;
}

#switch-right-off a{
	display: block;
	text-align: center;
	background-color: #FFFFFF;
	border-left: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	color: #666666;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
	line-height: 40px;
	margin-right: 6px;
	-moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -khtml-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

/* detail
------------------------------------------------*/

.data2{
  position: relative;
  border-bottom: 1px solid #E6E6E6;
  padding: 10px 15px 10px 10px;
  font-size: 24px;
  text-align: right;
  font-family:Arial, Avenir , "Open Sans" , "Helvetica Neue" , Helvetica;
}

.data2 h3{
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  float: left;
  margin-top: 4px;
  margin-left: 5px;
}

.data-value{
  float: right;
  margin-top: 6px;
  margin-right: 15px;
}

.time{
	line-height: 36px;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	color: #666666;
	background-color: #E6E6E6;
	font-family:Arial, Avenir , "Open Sans" , "Helvetica Neue" , Helvetica;
}

#select-date{
  padding: 4px 6px;
  border-bottom: 1px solid #E6E6E6;
  background-color: #F1F1F1;
  text-align: center;
}

#select-date a{
  width: 13%;
  float: right;
  display: block;
  text-align: center;
  margin: 5px 5px 5px 0;
  background-color: #FFFFFF;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  background:-moz-linear-gradient(center, #FFFFFF, #F1F1F1);
  background:-webkit-gradient(linear, left center, left bottom, from(#FFFFFF), to(#F1F1F1));
  background: linear-gradient(to bottom, #FFFFFF, #F1F1F1);
  border-top: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  line-height: 32px;
}

.select-box01{
  width: 32%;
  display: inline-block;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.select-box01 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select-box01 select {
  width: 100%;
  padding: 3px 9px;
  font-size: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #E6E6E6;
	background: #eee;
  background: right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#F1F1F1 100%);
	background: right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#F1F1F1 100%);
  background-size: 20px, 100%;
}

.select-box02{
  width: 200px;
  padding: 5px;
  margin: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;

}

.select-box02 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select-box02 select {
	width: 100%;
	padding: 3px 9px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #FFFFFF;
	background: #eee;
	background:  right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#fff 100%);
	background:  right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#fff 100%);
	background-size: 20px, 100%;
}

.select-box02 select option{
	text-align: center;
}

/* page-menu
------------------------------------------------*/
#page-menu{
  position: fixed;
  top: 50px;
  width: 100%;
  height: 70px;
	background-color: #FFFFFF;
}

#page-menu a{
  display: block;
  height: 50px;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);

}

#page-menu img{
  width: 28px;
  height: 24px;
  margin-top: 6px;
  margin-bottom: -4px;
}

#page-menu .table {
  padding-top: 10px;
  padding-bottom: 10px;
}

#page-menu .menu-on{
  /* background-color: #B3D940; */
  /*background-color: #FFFFFF;*/
	background-color: #B3D940;
  font-weight: bold;
  color: #000000;
}

#page-menu .menu-off{
  background-color: #CCCCCC;

  /*color: #FFFFFF;*/
}

#page-menu .cell{
  position: relative;
}


#page-menu .cell{
  position: relative;
}

#page-menu .cell a {
  font-weight: bold;
  color: #FFFFFF;
}

#page-menu .cell:first-child a {
  border-radius: 30px 0 0 30px;
  margin-left: 10px;
}

#page-menu .cell:last-child a {
  border-radius: 0 30px 30px 0;
  margin-right: 10px;
}


/* set-alert
------------------------------------------------*/
.set-alert-container {
	margin: 0 30px;
	padding: 15px 15px 30px 15px;
}

.set-alert{
	position: relative;
	margin: 15px 30px;
	text-align: center;
	padding: 10px;
	border: 1px solid #B3D940;
	background-image: url(../images/icon_bell.png);
	background-position: 12px 15px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.set-alert b{
	margin: 0 5px;
}

.set-alert .arrow{
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 40px;
	text-align: center;
}

.set-alert .arrow img{
	width: 14px;
	height: 14px;
	margin-top:15px;
}

.set-alert .content{
	margin-top: 10px;
}

.set-alert .check{
	padding: 10px;
	text-align: left;
}

.set-alert .check input{
	margin-right: 5px;
}

/* gate
------------------------------------------------*/
#gate-status{
	position: relative;
	padding: 15px;
	margin-bottom: 10px;
	height: 50px;
	margin: auto;
}

#gate-status p{
	margin-top: 15px;
	background-color: #D9F0FF;
	text-align: center;
	line-height: 36px;
	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#gate-status .close{
	position: relative;
	float: left;
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	-moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  border-radius: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#gate-status .close.on{
	/* background-color: #E50000; */
	background-color: #D9CDAA;
	font-weight: bold;
}

#gate-status .close.off{
	background-color: #CCCCCC;
}

#gate-status .open{
	position: relative;
	float: right;
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	-moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  border-radius: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#gate-status .open.on{
	background-color: #0099FF;
	font-weight: bold;
}

#gate-status .open.off{
	background-color: #CCCCCC;
}

#gate-status .none{
	position: absolute;
	top: 21px;
	left: 50%;
	display: block;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	-moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#gate-status .none.on{
	background-color: #999999;
	font-weight: bold;
}

#gate-status .none.off{
	background-color: #E6E6E6;
}

#gate-status .none.off span{
	display: none;
}

#gate-status .line{
	position: absolute;
	top: 29px;
	left: 33px;
	right: 33px;
	height: 8px;
	background-color: #E6E6E6;
}

#gate-status .retry-content{
	padding: 10px;
	font-size: 14px;
	border: 1px solid #E6E6E6;
	background-color: #FAFAFA;
	text-align: center;
	color: #666666;
	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#gate-status .retry-content a{
	display: block;
	padding: 7px;
	margin-top: 7px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top: 1px solid #F1F1F1;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #F1F1F1;

	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#gate-button{
  position: relative;
  padding: 30px 15px;
	overflow: hidden;
  height: 100%;
}

#gate-button p{
	width: 120px;
	height: 120px;
	padding-top: 9px;
	padding-left: 9px;
	border: 1px solid #E6E6E6;
	-moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  border-radius: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#gate-button a{
	display: block;
	width: 100px;
	height: 100px;
	padding-top: 16px;
	color: #FFFFFF;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	background-color: #FFFFFF;
	-moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  border-radius: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}


#gate-button span{
	display: block;
	font-size: 12px;
	margin-top: -8px;
}

#gate-button .close{
	float: left;
}

#gate-button .close.on a{
	background-color: #D9CDAA;
}

#gate-button .close.off a{
	background-color: #E6E6E6;
}

#gate-button .close.wait a{
	background-color: #F1F1F1;
	color: #E6E6E6;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

#gate-button .open{
	float: right;
}

#gate-button .open.on a{
	color: #FFFFFF;
	background-color: #3092F8;
}

#gate-button .open.off a{
	background-color: #E6E6E6;
}

#gate-button .open.wait a{
	background-color: #F1F1F1;
	color: #E6E6E6;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

#gate-button .stay-content{
	position: absolute;
	top: 30px;
	left: 15px;
	right: 15px;
	bottom: 0;
	height: 120px;
	border: 1px solid #E6E6E6;
	background-color: #FAFAFA;
	padding-top: 30px;
	text-align: center;
	color: #666666;
	line-height: 175%;
	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#gate-battery{
	position: relative;
	margin-top: 30px;
	margin-right: 48px;
	height: 40px;
	padding: 15px;
	margin-bottom: 30px;
	border: 1px solid #E6E6E6;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#gate-battery-status{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 90px;
	height: 20px;
	font-size: 12px;
	color: #666666;
	text-indent: 34px;
	background-image: url(../images/battery_status.png);
	background-repeat: no-repeat;
	background-size: contain;
}

#gate-battery-gauge{
	position: absolute;
	top: 15px;
	left: 85px;
	right: 15px;
	background-color: #E6E6E6;
	height: 10px;
	line-height: 0;
}

#gate-battery-gauge img{
	height: 10px;
	margin-left: -10px;
}

#gate-battery-help-button{
	float: right;
	display: block;
	width: 24px;
	height: 24px;
	margin-top: 38px;
	margin-right: 5px;
	text-align: center;
	line-height: 24px;
	color: #999999;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.gate-level {
  text-align: center;
  font-size: 20px;
	margin: 10px;
}

.gate-level span {
  padding: 0 10px 0 30px;
  font-size: 40px;
  font-weight: bold;
}

.gate-level b{
	font-size: 36px;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	color: #000000;
}

.gate-status-hidden {
	display: none;
}


/* footer
------------------------------------------------*/
#footer{
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
}

#footer a{
  display: block;
  height: 50px;
  font-size: 12px;
  text-align: center;
  color: #FFFFFF;
}

#footer img{
  width: 28px;
  height: 24px;
  margin-top: 6px;
  margin-bottom: -4px;
}

#footer .menu-on{
  background-color: #339900;
}

#footer .menu-off{
  background-color: #99CC00;
}

#footer-menu .cell{
  position: relative;
}

#footer-menu .badge{
  position: absolute;
  top: 6px;
  right: 20%;
  width: 10px;
  height: 10px;
  background-color: #FF0000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

#footer-space{
	height: 50px;
}

/* panel
------------------------------------------------*/
#panel{
  display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 75%;
	/* background-color: #F8F2E0; */
	background-color: #FFFFFF;
	-webkit-animation: slideIn 0.2s forwards;
  -moz-animation: slideIn 0.2s forwards;
  animation: slideIn 0.2s forwards;
	box-shadow: 1px 1px 4px -2px #666666;
-moz-box-shadow: 1px 1px 4px -2px #666666;
-webkit-box-shadow: 1px 1px 4px -2px #666666;
	z-index: 200;
}

#panel-menu{
	list-style-type: none;
	/* border-top: 1px solid #E9DFC1; */
	border-top: 1px solid #E6E6E6;
}

#panel-menu li{
	line-height: 48px;
	font-size: 18px;
	/* border-bottom: 1px solid #E9DFC1;
	background-color: #FDFBF4; */
	border-bottom: 1px solid #E6E6E6;
	background-color: #F5F5F5;
}

#panel-menu li a{
	display: block;
	color: #333333;
	padding-left: 15px;
}

#panel-menu li img {
	height: 30px;
	margin-right: 10px;
	vertical-align: middle;
}

#panel-menu div {
	display: inline-block;
}

#panel-menu .panel-menu-flex {
	display: flex;
}

#panel-menu .panel-menu-type {
	flex-grow: 1;
}

#panel-menu .panel-menu-register li a {
	padding: 0 15px;
}

#panel-menu svg {
	vertical-align: -8px;
}


#panel-menu2{
	list-style-type: none;
	padding-top: 30px;
}

#panel-menu2 li{
	position: relative;
	line-height: 40px;
	font-size: 16px;
	border-bottom: 1px dashed #E9DFC1;
}

#panel-menu2 li a{
	display: block;
	color: #333333;
	padding-left: 15px;
}

#panel-menu2 li img {
	height: 24px;
	margin-right: 8px;
	/*vertical-align: middle;*/
	vertical-align: sub;
}

#panel-menu2 li .red-mark{
	position: absolute;
	top: 18px;
	right: 18px;
}

#panel-menu3{
	list-style-type: none;
	/*padding-top: 30px;*/

	position: absolute;
	bottom: 10px;
	left :0%;
	right: 0%;

}

#panel-menu3 li{
	position: relative;
	line-height: 40px;
	font-size: 16px;
	border-bottom: thin solid #E6E6E6;
}

#panel-menu3 li a{
	display: block;
	color: #333333;
	padding-left: 15px;
}

#panel-menu3 li img {
	height: 27px;
	margin-right: 9px;
	vertical-align: middle;
}


#panel-display{
	padding: 10px;
	text-align: center;
}

#panel-display img{
	width: 120px;
	height: auto;
	margin: 15px;
}

.panel-display-button{
	position: relative;
	display: inline-block;
	width: 50%;
	padding: 10px;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.panel-display-button img{
	width: 100%;
	height: auto;
	border-top: 1px solid #F8F2E0;
	border-right: 1px solid #E9DFC1;
	border-bottom: 1px solid #E9DFC1;
	border-left: 1px solid #F8F2E0;
	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}

@-webkit-keyframes slideIn {
  0% {
    transform: translateX(-900px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes slideIn {
  0% {
    transform: translateX(-900px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(-900px);
  }
  100% {
    transform: translateX(0);
  }
}

/* 共通
------------------------------------------------*/
.bg01{
	background-color: #F7F7F7;
}

.bg02{
	background-color: #EEF7E2;
}

.content01{
	padding: 30px;
}

.content01 h2{
	text-align: center;
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 10px;
}

.content02{
	padding: 15px;
}

.content03{
	padding: 10px;
}

.content04{
	padding: 7px 10px;
	background-color: #F1F1F1;
	-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}

.content05{
	padding: 15px;
	border: 1px solid #BFE5FF;
	background-color: #EFF8FF;
	-moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}

.content05 .cell img{
	width: 14px;
	height: 14px;
	margin-right: 7px;
	margin-bottom: -2px;
}

.content06{
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}

.content07{
	padding: 10px 15px;
	margin: 10px 0;
	line-height: 150%;
	border-radius: 6px;
	border: 1px solid #99CC00;
}

.message01{
	padding: 0 5px 10px 5px;
	font-size: 14px;
	line-height: 175%;
	color: #666666;
}

.message01 a{
	color: #99CC33;
}

.message01 strong{
	color: #000000;
}

.message02{
	padding: 10px;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
}

.message03{
	padding: 6px 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #666666;
	background-color: #F8F2E0;
	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}

.message03 ul{
	list-style-position: inside;
}

.message04{
	padding: 0 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 45px;
}

.message05{
	padding: 0 10px;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	color: #666666;
	background-color: #F5F5F5;
	-moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
}

.text-alert01{
	text-align: center;
	font-size: 16px;
	color: #FF0000;
	padding: 10px;
}

.button01{
	display: block;
	text-align: center;
	background-color: #99CC00;
	padding: 12px;
	color: #FFFFFF;
	margin: 5px 0;
	font-size: 18px;
	font-weight: bold;
}

.button02{
	display: block;
	text-align: center;
	padding: 10px;
	/* color: #99CC33; */
	color: #FFFFFF;
	background-color: #99CC33;
	margin: 5px 0;
	font-size: 18px;
}

.button03{
	display: block;
	text-align: center;
	background-color: #666666;
	padding: 12px;
	color: #FFFFFF;
	margin: 5px 0;
	font-size: 18px;
}

.button04{
	display: block;
	padding: 8px 12px;
	margin: 5px 0;
	text-align: center;
	font-size: 16px;
	color: #000000;
	background-color: #F5F5F5;
	background: -moz-linear-gradient(center, #FFFFFF, #F1F1F1);
	background: -webkit-gradient(linear, left center, left bottom, from(#FFFFFF), to(#F1F1F1));
	background: linear-gradient(to bottom, #FFFFFF, #F1F1F1);
	border-top: 1px solid #F1F1F1;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #F1F1F1;
}

.button05{
	display: block;
	text-align: center;
	background-color: #3399FF;
	padding: 12px;
	color: #FFFFFF;
	margin: 5px 0;
	font-size: 18px;
	font-weight: bold;
	-moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}

.button06{
	display: block;
	text-align: center;
	background-color: #FF3333;
	padding: 12px;
	color: #FFFFFF;
	margin: 5px 0;
	font-size: 18px;
}

.button07{
	display: block;
	text-align: center;
	padding: 0 10px;
	color: #99CC33;
	line-height: 48px;
	margin-bottom: 15px;
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	border: 2px solid #99CC33;
}

.button-right{
	float: right;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	background-color: #F5F5F5;
	background: -moz-linear-gradient(center, #FFFFFF, #F5F5F5);
	background: -webkit-gradient(linear, left center, left bottom, from(#FFFFFF), to(#F5F5F5));
	background: linear-gradient(to bottom, #FFFFFF, #F5F5F5);
	-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}

.button-down{
	padding: 15px;
	text-align: right;
}

.button-down a{
	color: #000000;
	padding-left: 20px;
	background-image: url(../images/icon_down.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 12px 12px;
}

.btn {
  text-align: center;
}

.btn a {
  padding: 10px 60px;
  line-height: 48px;
  border-radius: 8px;
  font-size: 16px;
}

.btn-blue a {
  color: #FFFFFF;
  background-color: #3399FF;
}

.btn-green a {
  color: #FFFFFF;
  background-color: #99CC33;
}

.btn-outline-green a {
  color: #99CC33;
  border: 1px solid #99CC33;
}

.center{
	text-align: center;
}

.table{
    display: table;
    table-layout: fixed;
    width: 100%;
}

.cell{
    display: table-cell;
    vertical-align : middle;
}

.width-ss{
	width: 40px;
}

.width-s{
	width: 65px;
}

.width-m{
	width: 100px;
}

.padding01{
	padding: 4px;
}

#screen{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  filter: alpha(opacity=25);
  -moz-opacity:0.25;
  opacity:0.25;
  z-index: 150;
}

.red-mark{
	width: 8px;
	height: 8px;
	background-color: #FF0000;
	-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}

#data-log{
	background-color: #FFFFFF;
	font-size: 14px;
}

#data-log h2{
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #66CCCC;
	padding: 5px;
}

#data-log .open{
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #3092F8;
	-moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#data-log .close{
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #D9CDAA;
	-moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#data-log .direct{
	color: #000000;
}

#data-log .auto{
	color: #999999;
}


.log-table table{
  border-collapse: collapse;
  width: 100%;
}

.log-table th{
  padding: 6px;
  text-align: center;
  background-color: #E8F7D9;
  border-bottom: 1px solid #D9F2BF;
}

.log-table td{
  padding: 6px 15px;
  border-bottom: 1px solid #E6E6E6;
}

.clear{
	clear: both;
}


/* list-entry
------------------------------------------------*/
.list-entry{
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../images/icon_next.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: right center;
	border-bottom: 1px solid #E6E6E6;
	padding: 15px 30px 15px 15px;
	min-height: 60px;
	font-weight: bold;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.list-entry span{
	float: right;
	font-size: 14px;
	font-weight: normal;
	margin-top: 4px;
	margin-left: 10px;
	color: #999999;
}

.list-entry a{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.list-entry h2{
	font-size: 18px;
}

.list-entry h3{
	float: right;
	font-size: 16px;
	font-weight: normal;
}

.list-entry .safe{
	color: #999999;
}

.list-entry .warn{
	color: #FF0000;
}

.list-entry-image{
	float: left;
	width: 60px;
	height: 58px;
	margin-top: -15px;
	margin-right: 15px;
	margin-left: -15px;
}

#account_content {
	display: none;
}

#account_content .list-entry {
	min-height: 20px;
	padding: 10px 50px;
	font-weight: normal;
}


/* home_group
------------------------------------------------*/
.home-group {
	padding-top: 70px;
	padding-bottom: 30px;
}

.home-group .type-tabs {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}

.home-group .type-tabs div {
	width: 48%;
	margin-bottom: -2px;
	padding: 0.6rem;
	box-sizing: border-box;
	border-top: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid transparent;
	border-left: 1px solid #f1f1f1;
	border-radius: 0.4rem 0.4rem 0 0;
	background-color: #f1f1f1;
	text-align: center;
}

.home-group .type-tabs div.active {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #ccc;
}

.home-group .group-add-container {
	margin-right: 1rem;
	text-align: right;
	font-size: 0.9rem;
	color: #212529;
}

.home-group .save-button-container {
	text-align: center;
}

.home-group .edit-button {
	margin-right: 1rem;
	text-align: right;
}

.home-group .save-button-container div,
.home-group .edit-button div {
	display: inline-block;
	padding: 10px 20px;
	font-size: 0.9rem;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 50rem;
	background-color: #8BC63E;
}

.home-group .type-howto {
	margin: 1.25rem;
	padding: 0.8rem;
}

.home-group .list-container {
	margin: 1rem;
}

.home-group .group-order-list {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: .25rem;
}

.home-group .group-order-list li {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5rem 0 0.5rem 1rem;
	color: #212529;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125);
}

.home-group .group-order-list li + li {
	border-top-width: 0;
}

.home-group .group-order-list li:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.home-group .group-order-list li:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}

.home-group .badge {
	display: inline-block;
	padding: 0.35em 0.65em;
	margin-left: 0.6rem;
	font-size: 0.75em;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 50rem;
	background-color: #8BC63E;
}

.home-group .order-handle {
	margin: 0 1rem;
}

.home-group .edit-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.2);
	z-index: 150;
}

.home-group .edit-input-container {
	position: fixed;
	top: 30%;
	left: 5%;
	width: 80%;
	padding: 1rem;
	border-radius: 0.5rem;
	background-color: #fff;
}

.home-group .edit-input-container label {
	font-size: 0.9rem;
}

.home-group .edit-input-container input {
	width: 90%;
	margin: 1rem;
}

#group-delete-button {
	margin-top: 1.5rem;
	text-align: center;
	font-size: 0.9rem;
	color: #666;
}

.home-group .mb-1 {
	margin-bottom: 1rem !important;
}

.home-group .hide {
	display: none !important;
}

/* infomation
------------------------------------------------*/
#home-infomation{
	position: fixed;
	right: 15px;
	bottom: 55px;
	left: 15px;
	padding: 15px;
	background-color: #F7F7F7;
	filter: alpha(opacity=90);
    -moz-opacity:0.9;
    opacity:0.9;
    border: 1px solid #8BC63E;
	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 1px 1px 4px -2px #666666;
-moz-box-shadow: 1px 1px 4px -2px #666666;
-webkit-box-shadow: 1px 1px 4px -2px #666666;
}

#home-infomation img{
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 5px;
	margin-right: 10px;
}

#home-infomation a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.info-title{
	display: block;
	padding: 10px;
	border-bottom: 1px solid #E6E6E6;
	color: #000000;
	font-size: 16px;
	background-image: url(../images/arrow_down.png);
	background-position: right center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}


.info-title span{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin-right: 10px;
}

.info-list{
	display: block;
	padding: 10px;
	border-bottom: 1px solid #E6E6E6;
	color: #000000;
	font-size: 16px;
	background-image: url(../images/arrow_down.png);
	background-position: right center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

.info-list span{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin-right: 10px;
}

.info-content{
	display: none;
	padding: 15px;
	background-color: #F7F7F7;
	font-size: 16px;
	color: #333333;
}


.info-content p {
	margin-bottom: 1rem;
}

.info-content ul {
	margin: 1em 0;
	padding-left: 30px;
}

.info-overview {
	margin-bottom: 0.25rem !important;
}

.info-image-container {
	text-align: center;
}

.info-content img{
	width: 80%;
	height: auto;
	margin-left: 10%;
	margin-top: 15px;
	margin-bottom: 15px;
}

.info-content .date{
	text-align: right;
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
}

/* FAQ
------------------------------------------------*/

#faq {
	padding-top: 50px;
	padding-bottom: 10px;
}

#faq .faq-toc {
	margin: 30px;
	padding: 6px 10px;
	border-radius: 6px;
	background-color: #F8F2E0;
	color: #666666;
	font-size: 14px;
}

#faq .faq-toc ul {
	margin: 1rem 0;
	padding: 0 20px;
}

#faq .faq-toc ul li a{
	color: #666666;
	text-decoration: none;
}

#faq h2 {
	padding: 10px;
	margin: 10px 20px;
	border-bottom: 1px solid #7FD0F1;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}

#faq .faq-content h3, #faq .faq-content p {
	font-size: 16px;
	font-weight: normal;
}

#faq .faq-content {
	margin: 20px;
}

#faq .faq-question {
	background-image: url(../images/faq_icon_q.png);
	background-repeat: no-repeat;
	background-size: 24px;
	padding-left: 30px;
	margin-bottom: 10px;
}

#faq .faq-answer {
	display: none;
	background-color: #D9F1FB;
	border-radius: 5px;
	background-image: url(../images/faq_icon_a.png);
	background-position: left 5px top 10px;
	background-repeat: no-repeat;
	background-size: 24px;
	padding: 10px 10px 10px 35px;
}

#faq .faq-answer p:not(:last-child) {
	margin-bottom: 10px;
}

#faq .faq-answer ul {
  font-size: 0.85rem;
  padding-left: 1.2rem;
}

#faq .faq-answer li {
  list-style-type: none;
}

#faq .faq-answer li::marker {
  content: "※";
  letter-spacing: 0.25rem;
}


/* sort
------------------------------------------------*/
#sort-button{
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 44px;
	height: 44px;
	text-align: center;
	background-color: #FFFFFF;
	-moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  -khtml-border-radius: 22px;
  border-radius: 22px;
   -webkit-overflow-scrolling: touch;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
-o-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
-ms-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

#sort-button img{
	width: 20px;
	height: 20px;
	margin-top: 12px;
}

#sort-menu{
    position: fixed;
	right: 20px;
	bottom: 80px;
	width: 160px;
	padding-top: 15px;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
   -webkit-overflow-scrolling: touch;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
-o-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
-ms-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

#sort-menu ul{
	list-style-type: none;
}

#sort-menu li a{
	display: block;
	color: #000000;
	border-top: 1px solid #E6E6E6;
	padding: 10px;
}

#sort-menu li.menu-on{
	background-image: url(../images/icon_check.png);
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: 134px center;
}

#sort-menu .table{
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
}

#sort-menu .cell{
	text-align: center;
}

#sort-menu .cell img{
	width: 24px;
	height: 24px;
	filter: alpha(opacity=25);
    -moz-opacity:0.25;
    opacity:0.25;
}

#sort-menu .cell img.menu-on{
	filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

#paging{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40px;
	text-align: center;
}

#paging a{
	padding: 6px 10px;
	border: 1px solid #E6E6E6;
	color: #333333;
	margin: 0 3px;
	-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}

#paging a img{
	width: 10px;
	height: 12px;
}

#paging span{
	padding: 6px 10px;
	margin: 0 3px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CCCCCC;
	-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
