<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">form input{
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
}

/* NGなら背景を赤くする */
form input:invalid {
/* 	background-color : #ffeaea; */
}
/* 操作中、入力値が正しい場合は、不正エラーを消す */
form input:focus:valid + .error .invalid {
	display: none;
}
/* OKなら背景を戻す */
form input:valid {
	background-color: none;
}
/* OKなら不正エラーを消す */
form input:valid + .error .invalid {
	display: none;
}

#search input{
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.invalid{
	color: red;
}

#contents{
	font-size: 14px;
}

#reg_email{
	font-size: 16px;
}

#reg_btn{
	margin-left: 10px;
}

.input_table{
	color: #000000;
	width: 1200px;
	margin: 10px auto 5px auto;
}

.input_table th{
	width: 20%;
	color: #585858;
	padding: 10px;
	text-align: right;
	vertical-align: middle;
	border-top: 1px solid #dcdcdc;
	background-color: #fff6e8;;
	height: 38px;
}

.input_table td{
	color: #000000;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	vertical-align: middle;
	height: 38px;
	background-color: white;
	text-align:left;
}

.hrStyle{
	border: 1px solid #585858;
	margin: 8px auto;
}

.td_end{
	border-bottom: 1px solid #dcdcdc;
}

.note{
	margin: 3px;
	font-size: 0.8em;
}

.radius{
	border-radius: 6px;
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 6px;
}

.comfirm{
	border: 1px #e8e8e8 solid !important;
	background-color: #e8e8e8 !important;
}

.panel-body{
  background: rgba(240, 240, 240, 0);
  /*background: rgba(230, 230, 230, 0.75);*/
  padding: 1px 2px 2px 2px;
}

.panel-header{
  background: rgba(240, 240, 240, 0);
  /*background: rgba(230, 230, 230, 0.75);*/
  padding: 2px 2px 0px 2px; }
.panel-m-body {
  background: rgba(0, 0, 255, 0);
  padding: 10px 10px 1px 10px; }

.panel.panel-toggle .panel-heading {
  cursor: pointer; }

.panel.panel-toggle.closed .panel-body {
  display: none; }

.btn-panel-toggle {
  cursor: pointer;
  float: right; }

.panel.panel-toggle .btn-panel-toggle:before {
  content: '\f139';
  /* FontAwesome char code inside the '' */
  font-family: FontAwesome;
  /* FontAwesome or whatever */
  display: inline-block;
  width: 1.2em;
  /* same as padding-left set on li */
  margin-left: 0em;
  /* same as padding-left set on li */ }

.panel.panel-toggle .btn-panel-toggle:after {
  content: '閉じる';
  display: inline-block; }

.panel.panel-toggle.closed .btn-panel-toggle:before {
  content: '\f13a';
  /* FontAwesome char code inside the '' */
  font-family: FontAwesome;
  /* FontAwesome or whatever */
  display: inline-block;
  width: 1.2em;
  /* same as padding-left set on li */
  margin-left: 0em;
  /* same as padding-left set on li */ }

.panel.panel-toggle.closed .btn-panel-toggle:after {
  content: '開く';
  display: inline-block;
}


#btnRetArea{
	height: 40px;
}

#btnRetArea a{
	font-size: 11pt;
	cursor: pointer;
	text-decoration: none !important;
	color: #000;
}

#btnRetArea a:hover{
	color: #000;
}

#btnRegArea{
	text-align: right;
	/*height: 40px;*/
}

#contentArea{
	width: 1200px;
}

.large-btn{
	/*width:165px;*/
	/*font-size:20px;*/
	width: 110px;
	font-size: 16px;
}

.large-btn2{
	width: 220px;
	font-size: 16px;
}

.large-btn3{
	width: 180px;
	font-size: 16px;
}

.table thead th {
  text-align: center!important;
  background-image: linear-gradient(to bottom, #FFF 0, #DDD 100%);
}

#tblList td{
	vertical-align: middle;
	word-break:break-all;
}

input[type="password"][disabled]{
    background:#dcdcdc;
}

input[type="password"]{
    background:none;
}

#user_name:disabled,
#last_name:disabled,
#first_name:disabled,
#mailaddress:disabled,
#AuthorityList:disabled,
#user_group_name:disabled,
#department:disabled,
#postalcode:disabled,
#address:disabled,
#address1:disabled,
#address2:disabled,
#tel:disabled,
#mailaddress_now:disabled{
    background:#dcdcdc;
}

#user_name,#last_name,#first_name,#mailaddressd,#AuthorityList{
    background:none;
}

.sort{
	cursor: pointer !important;
	text-decoration: none !important;
}

#countArea{
	text-align: left;
	vertical-align: top;
}

#bank_msg {
	padding: 10px;
	background: #fbf0d1;
	margin-top: 10px;
}

.hideArea {
	display: none;
}

label {
	font-weight: normal!important;
}

#bankTable {
	width: 580px;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 3px solid #369;
	border-left: 3px solid #009fb9;
}

#bankTable th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #153d73;
	color: #008fa7;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

}

#bankTable td {
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.attendtd {
	color: red;
	font-size: 12px;
	padding-top: 0!important;
}

.no_bottom {
	font-size: 18px;
	border-bottom: none!important;
}

.bankinfo {
	width: 120px;
	background-color: #eeeeee;
}

.required{
	margin-left:3px;
	color:red;
}

/*料金表示*/
.planTable td {
	border: none;
	font-size: 16px;
	padding: 10px 20px;
}

.planTable label {
	margin-bottom: 0;
	cursor: pointer;
}

.planTitle td {
	background-color: #F7F5F5;
	text-align: center;
	font-weight: bold!important;
}

.freeTR {
	border-bottom: 1px solid #dcdcdc;
}

.balloon1-left {
 	position: relative;
	display: inline-block;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
	border-radius: 5px;
}

.balloon1-left:before{
	content: "";
	position: absolute;
	top: 65%;
	left: -30px;
	margin-top: -15px;
	border: 10px solid transparent;
}

.balloon1-left p {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.hukidashi1 {
	background: #FFC926;
}

.hukidashi1:before {
	border-right: 20px solid #FFC926;
}

.hukidashi2 {
	background: #F0E800;
}

.hukidashi2:before {
	border-right: 20px solid #F0E800;
}

.hukidashi3 {
	background: #9CC715;
}

.hukidashi3:before {
	border-right: 20px solid #9CC715;
}

.hukidashi4 {
	background: #30A3B1;
}

.hukidashi4:before {
	border-right: 20px solid #30A3B1;
}

.plan-input:checked + label{
	color: #009fb9;
	font-weight: bold!important;
}

.partition {
	border-right: 1px solid #dcdcdc!important;
}
</pre></body></html>