@charset "UTF-8";
/* ==========================================================================
   ボタン
   ========================================================================== */
/* デフォルト設定は base.normalize.css に設定 */

:root {
	--peger-button-background: #DEEBF7;
	--peger-button-border-color: #000000;
}

/*----------------------------------*/
/* ログイン                         */
/*----------------------------------*/

.button_large {
	font-size: var(--primary-font-size);
	padding: 10px 20px;
	border-style: none;
}

/*----------------------------------*/
/* 検索                             */
/*----------------------------------*/

.button_search {
	font-size: var(--large-font-size);
	padding: 10px 0px 10px 60px;
	width: 140px;
	text-align: left;
	border-style: none;
	background-image: url(../../img/search.png);
	background-repeat: no-repeat;
	background-position: center left 10%;
	background-size: 25%;
}

/*----------------------------------*/
/* 新規登録                         */
/*----------------------------------*/

.button_new {
	font-size: var(--large-font-size);
	padding: 10px 0px 10px 60px;
	border-style: none;
	width: 140px;
	border-style: none;
	text-align: left;
	background-image: url(../../img/regit_white.png);
	background-repeat: no-repeat;
	background-position: center left 10%;
	background-size: 18%;
}

/*----------------------------------*/
/* 新しいセンサーを追加             */
/*----------------------------------*/

.button_add_sensor {
	font-size: var(--large-font-size);
	padding: 10px 0px 10px 60px;
	border-style: none;
	width: 260px;
	border-style: none;
	text-align: left;
	background-image: url(../../img/regit_white.png);
	background-repeat: no-repeat;
	background-position: center left 7%;
	background-size: 8%;
}

/*----------------------------------*/
/* 新しいグループを追加         */
/*----------------------------------*/

.button_add_group {
	font-size: var(--large-font-size);
	padding: 10px 0px 10px 60px;
	border-style: none;
	width: 300px;
	border-style: none;
	text-align: left;
	background-image: url(../../img/regit_white.png);
	background-repeat: no-repeat;
	background-position: center left 7%;
	background-size: 8%;
}

/*----------------------------------*/
/* 最初へ　                         */
/*----------------------------------*/

.button_first {
	margin: 0rem;
	padding: 3px 10px;
	width: 3rem;
	height: 2.5rem;
	border: var(--primary-border);
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	background-color: var(--peger-button-background);
	background-image: url(../../img/first.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40%;
	/* 文字を消す */
	text-indent:-9999px;
}

/*----------------------------------*/
/* 前へ　　                         */
/*----------------------------------*/

.button_prev {
	margin: 0rem;
	padding: 3px 10px;
	width: 3rem;
	height: 2.5rem;
	border: var(--primary-border);
	background-color: var(--peger-button-background);
	background-image: url(../../img/prev.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40%;
	/* 文字を消す */
	text-indent:-9999px;
}

/*----------------------------------*/
/* 次へ　　                         */
/*----------------------------------*/

.button_next {
	margin: 0rem;
	padding: 3px 10px;
	width: 3rem;
	height: 2.5rem;
	border: var(--primary-border);
	background-color: var(--peger-button-background);
	background-image: url(../../img/next.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40%;
	/* 文字を消す */
	text-indent:-9999px;
}

/*----------------------------------*/
/* 最後へ　                         */
/*----------------------------------*/

.button_last {
	margin: 0rem;
	padding: 3px 10px;
	width: 3rem;
	height: 2.5rem;
	border: var(--primary-border);
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	background-color: var(--peger-button-background);
	background-image: url(../../img/last.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40%;
	/* 文字を消す */
	text-indent:-9999px;
}

/*----------------------------------*/
/* 保存  　                         */
/*----------------------------------*/

.button_save {
	font-size: var(--large-font-size);
	padding: 10px 0px 10px 60px;
	border-style: none;
	width: 140px;
	border-style: none;
	text-align: left;
	background-image: url(../../img/save.png);
	background-repeat: no-repeat;
	background-position: center left 10%;
	background-size: 20%;
}

/*----------------------------------*/
/* 選択                             */
/*----------------------------------*/

.button_select {
	margin: 0px 0px 0px -20px;	/*テキストに寄るよう左寄せ*/
	padding: 3px 10px;
	width: 40px;
	height: 40px;
	border-style: none;
	border-radius: var(--primaryborder-radius);
	background-image: url(../../img/select.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
}

/*----------------------------------*/
/* 更新                             */
/*----------------------------------*/

.button_reload {
	margin: 0px 0px 0px -20px;	/*テキストに寄るよう左寄せ*/
	padding: 3px 10px;
	width: 40px;
	height: 40px;
	border-style: none;
	border-radius: var(--primaryborder-radius);
	background-image: url(../../img/reload.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70%;
}

/*----------------------------------*/
/* 削除                             */
/*----------------------------------*/

.button_delete {
	background-color: var(--error-color);
}

/*----------------------------------*/
/* 警報開始                         */
/*----------------------------------*/

.button_alarm_start {
	height: 50px;
	width :330px;
	border-style: none;
	font-weight: bolder;
	font-size: var(--large-font-size);
	margin-top: 1rem;
	margin-left: 1rem;
}

/*----------------------------------*/
/* 警報一斉停止                     */
/*----------------------------------*/

.button_alarm_all_stop {
	background-color: var(--error-color);
	height: 50px;
	width :330px;
	border-style: none;
	font-weight: bolder;
	font-size: var(--large-font-size);
	margin-top: 1rem;
	margin-left: 1rem;
}

/*----------------------------------*/
/* 検索マーク                       */
/*----------------------------------*/

.button_search_mark {
	margin: 0px 5px 0px 5px;
	padding: 0px;
	width: 50px;
	height: 43px;
	border-style: none;
	background-image: url(../../img/search.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
}

/*----------------------------------*/
/* 表示タイプ                       */
/*----------------------------------*/

.disp_type button {
	margin: 0px;
	padding: 10px 0px 10px 25px;
	width: 120px;
	font-size: var(--large-font-size);
	color: var(--primary-color);
	border: 1px solid #dedede;
	background-color: #f6f6f6;
}

/* 当日 */
.disp_type button.the_day {
	background-image: url(../../img/the_day.png);
	background-repeat: no-repeat;
	background-position: top 40% left 10%;
	background-size: 25%;
}

/* 過去 */
.disp_type button.past {
	background-image: url(../../img/past.png);
	background-repeat: no-repeat;
	background-position: top 40% left 10%;
	background-size: 25%;
}

/* 登録 */
.disp_type button.regist {
	background-image: url(../../img/regit.png);
	background-repeat: no-repeat;
	background-position: top 40% left 10%;
	background-size: 25%;
}

/* 表示 */
.disp_type button.disp {
	background-image: url(../../img/disp.png);
	background-repeat: no-repeat;
	background-position: top 40% left 10%;
	background-size: 25%;
}

/* 開始 */
.disp_type button.start {
	background-image: url(../../img/start.png);
	background-repeat: no-repeat;
	background-position: top 47% left 10%;
	background-size: 21%;
}

/* 終了 */
.disp_type button.end {
	background-image: url(../../img/end.png);
	background-repeat: no-repeat;
	background-position: top 40% left 10%;
	background-size: 25%;
}

/* 札入れ */
.disp_type button.bid {
	background-image: url(../../img/bid.png);
	background-repeat: no-repeat;
	background-position: top 40% left 10%;
	background-size: 25%;
}

/* 訂正 */
.disp_type button.correction {
	background-image: url(../../img/correction.png);
	background-repeat: no-repeat;
	background-position: top 40% left 10%;
	background-size: 25%;
}

/* お気に入り */
.disp_type button.favorite {
	width: 190px;
	background-image: url(../../img/favorite.png);
	background-repeat: no-repeat;
	background-position: top 40% left 6%;
	background-size: 15%;
}

.disp_type button.is_current {
	background-color: var(--hover-background);
	pointer-events: none;
}

