@charset "UTF-8";
/*** ADD  */
 /** 文字 */
input,select,textarea {
  font-size: 9pt;
  font-family: monospace;
}

.imgbtn:hover {
	cursor: pointer;
}
.link_off {
	color: #404D40;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	display:inline-block;
	line-height:1;
	padding-bottom:1px;
}
.link_on {
	color: #4D4D4D;
	cursor: pointer;
	text-decoration: none;
	display:inline-block;
	line-height:1;
	padding-bottom:2px;

}
.link_home_off {
	color: #404D40;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	padding-bottom:1px;
}
.link_home_on {
	color: #4D4D4D;
	cursor: pointer;
	text-decoration: none;
	padding-bottom:2px;
}
.link_insrd_off {
	color: #404D40;
	border-bottom: 1px solid #000000;
}
.link_insrd_on {
	color: #4D4D4D;
	cursor: pointer;
	text-decoration: none;
}
.link_disable {
	color: #4D4D4D;
	text-decoration: none;
}
label, input[type='radio'] , input[type='checkbox'] {
	cursor: pointer;
}
label:hover {
   color: #FF4500;
}
/*テキストの左寄せ*/
.ri{
	text-align: right;
}
.or{
/*	background-color: #FCE1C7; */
}
/*エラー表示*/
#errormsg li{
	color:#FF0000;
	background: url(../image/common/green/icon002.jpg) no-repeat;
	padding-left: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-position: 0 3px;
}
/*エラーメッセージ内のハイライト*/
#errormsg .highlight{
	color:#1E90FF;
	background-color: transparent;
}

/*画像ボタン*/
button.imgButton {
	border: none;
	cursor:pointer;
	margin: 0;
	padding: 0;
	background: none;
}
/*テキストボタン*/
button.txtButton {
	font-size: 120%;
	cursor:pointer;
	margin: 0;
	padding: 0;
	text-align: center;
}
/*登録、一覧へ反映ボタン*/
button.register{
	color: blue;
}
/*削除ボタン*/
button.delete{
	color: red;
}


.white_ripple {
    background-color: #f7f7f7;
    text-align: center;
    line-height: 100px;
    cursor: pointer;

    overflow: hidden;
    position: relative;
}

.white_ripple_effect {
    width: 150px;
    height: 130px;

    position: absolute;
    border-radius: 100%;
    pointer-events: none;
    transform: scale(0);
    opacity: 0;
}

.white_ripple_effect.is-orange { background: #FFFFFF;}
.white_ripple_effect.is-blue   { background: #FFFFFF;}
.white_ripple_effect.is-black  { background: #FFFFFF;}

.white_ripple_effect.is-show {
    animation: white_ripple 0.35s ease-out;
}

@keyframes white_ripple {
    from {
        opacity: 1;
    }
    to {
        transform: scale(2);
        opacity: 0;
    }
}

#magicwand {
    left: 105px;
    position: absolute;
    top: 30px;
}

#abnormalClr:hover {
	opacity: 0.7;
}
