@charset "UTF-8";
/*** ADD  */
 /** 文字 */
input, select, textarea {
	font-size: 9pt;
	font-family: monospace;
}
select {
	height: 30px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
}

.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;
}

/*エラー表示*/
#errormsg li {
	color: #FF0000;
	margin-top: 2px;
	margin-bottom: 2px;
	background-position: 0 3px;
	text-align: left;
}
/*エラーメッセージ内のハイライト*/
#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: #FF3366;
}

.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;
}

input:read-only,
textarea:read-only {
  background-color: #ccc;
}

.round-button{
    border-radius: 10px;
    display: block;
    width: 200px;
    padding: 15px;
    box-sizing: border-box;
    background: #6fa1ff;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
}

.round-text {
	border-radius: 8px;
	border: 2px solid #606060;
}
.round-text:focus {
	outline: 0;
	border-color: #6fa1ff;
}

.disabled{
	pointer-events: none;
	background: #999999;
}

#T_BODY_ON_MESSAGE {
	margin-top: 20px;
	margin-bottom: 20px;
}
