<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.input, textarea{border: 1px solid #ddd; font-size:16px;}
.input{height:23px;}
.input.small{width:50%; max-width:290px;}
.input.big, textarea{width:100%;}
textarea{height:200px;}
.captchaZone{margin-bottom:5px;}
#captcha{display:inline-block; vertical-align:middle; width:150px; height:50px;}
.reLoadBtn{background-color: #009fe3; height:50px; border: none; color:#fff; padding:0 20px; font-size:16px; vertical-align:middle;}
.reLoadBtn:hover, .reLoadBtn:focus, .saveBtn:hover, .saveBtn:focus{background-color: #024a8d; outline: none; box-shadow: 0 0 0 2px red;}

.btnZone{text-align: right; margin-top:10px;}
.saveBtn{background-color: #009fe3; border: none; color:#fff; padding:5px 20px 7px; font-size:16px;}
@media all and (min-width:1000px) and (max-width:1299px){
	/*PC ���댁긽��+�쒕툝由�*/
	
}
@media all and (min-width:768px) and (max-width:999px){
	/*�쒕툝由�*/

}
@media all and (min-width:481px) and (max-width:767px){
	/*紐⑤컮�� 媛�濡쒕낫湲�*/
	.input.small{width:100%; max-width:none;}
	.reLoadBtn, .saveBtn{font-size:14px;}
}
@media all and (min-width:320px) and (max-width:480px){
	/*紐⑤컮�� �몃줈蹂닿린*/
	.input.small{width:100%; max-width:none;}
	#captcha{margin-bottom:5px;}
	.reLoadBtn, .saveBtn{font-size:14px;}
}</pre></body></html>