@charset "utf-8";

/*-----------------------------------------------
  大会参加申込(form/par_apply.php)
  大会参加申込 入力内容のご確認(form/par_confirm.php)
  研究・実践発表のお申込み(form/project_apply.html)
  研究・実践発表のお申込み 入力内容のご確認(form/study_confirm.php)
  研究・実践発表の概要登録(form/project_ol_register.html)
  研究・実践発表の概要登録 入力内容のご確認(form/study_ms_confirm.php)
  研究・実践発表の概要登録 原稿アップロード(form/study_ms_select.php)
  自主ワークショップのお申込み(form/workshop_apply.html)
  自主ワークショップのお申込み 入力内容のご確認(form/workshop_confirm.php)
  自主ワークショップの概要登録(form/workshop_ms_register.html)
  自主ワークショップの概要登録 入力内容のご確認(form/workshop_ms_confirm.php)
  自主ワークショップの概要登録 原稿アップロード(form/workshop_ms_select.php)
-----------------------------------------------*/
/* sidenav無し */
.main{
  padding: 1rem 0;
}

.main-content-box{
  padding: 0 1rem;
}

.notice-box {
  font-weight: bold;
  letter-spacing: 1px;
  color: #cc0000;
  padding: 1em;
  margin-bottom: 1rem;
  border: 1px solid #CC3300;
  background-color: #fff9d2;
}

.required-notice-box {
  font-weight: bold;
  padding-left: 1em;
  margin-bottom: 1rem;
}

.required-item {
  color: #cf3300;
}

input {
  vertical-align: middle;
  margin: 0 5px 5px 0;
}

textarea {
  font-family: sans-serif;
  width: 100%;
}

input,
textarea,
select {
  line-height: 1.5em;
  background: #fff;
  padding: 3px;
  border: #999 1px solid;
  border-radius: 3px;
}

input:focus,
select:focus,
textarea:focus {
  background-color: #FFFFEE;
}

input:disabled {
    background:#eee;
}

.p-country-name {
  display: none;
}

.apply-form-box {
  display: table;
  width: 100%;
  margin-bottom: 3rem;
}

.apply-form-box > dl {
  display: table-row;
}

.apply-form-box > dl > dt,
.apply-form-box > dl > dd {
  display: table-cell;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: #ddd 1px dotted;
  vertical-align: middle;
}

.apply-form-box > dl:first-child > dt,
.apply-form-box > dl:first-child > dd {
  border-top: #ddd 1px dotted;
}

.apply-form-box > dl:nth-child(even) > dt,
.apply-form-box > dl:nth-child(even) > dd {
  background: #e0e0e0;/* #fafafa */
}

.apply-form-box > dl > dt {
  font-weight: bold;
  text-align: right;
  color: #111;
  width: 160px;
  padding-right: 1rem;
  padding-left: 0.75rem;
  border-right: #ddd 1px solid;
  position: relative;
}

.apply-form-box > dl > dd {
  width: 580px;
  padding-right: 0.75rem;
  padding-left: 1rem;
}

/*.apply-form-box > dl > dt span:not(.required-item) {
  display: block;
}*/

.apply-form-box > dl > dt .text-saturday{
  display: inline;
}

.apply-form-item {
  display: block;
}

.apply-form-box .phone-box dt,
.apply-form-box .phone-box dd,
.apply-form-box .participant-division-box dt,
.apply-form-box .participant-division-box dd {
  border-bottom: #ddd 0.75rem solid;
}


/* リスト */

.apply-form-inner-list-box {
  display: table;
}

.apply-form-inner-list-box > dl {
  display: table-row;
}

.apply-form-inner-list-box > dl > dt,
.apply-form-inner-list-box > dl > dd {
  display: table-cell;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  vertical-align: middle;
}

.apply-form-inner-list-box > dl:nth-child(even) > dt,
.apply-form-inner-list-box > dl:nth-child(even) > dd {
  background: #fcfcfc;
}

.apply-form-inner-list-box > dl > dt {
  font-weight: bold;
  color: #333;
  padding-right: 1rem;
  border-right: #ddd 1px dashed;
}

.apply-form-inner-list-box > dl > dd {
  padding-left: 1em;
}

.input-item-list > li {
  min-width: 120px;
  display: inline-block;
}

.char-input-item-line02{
  padding-left: 4rem;
}

.phone-num-box li {
  min-width: 100px;
}

.address-list li {
  margin-bottom: 0.25rem;
}

.input-item-list-lengthwise > li {
  margin-bottom: 1rem;
}

.input-item-char{
  display: block;
}

.input-checkbox-list li {
  font-size: 100%;
  line-height: 2.2;
  padding: 0.2rem 0;
  border-bottom: #ccc 1px dotted;
}

.input-checkbox-list li:first-child {
  border-top: #ccc 1px dotted;
}

.input-checkbox-list li:nth-child(even) {
  background: #fafafa;
}

.address-list li:last-child,
.input-item-list-lengthwise > li:last-child {
  margin-bottom: 0;
}

.apply-form-inner-box {
  margin-top: 1rem;
}

.apply-form-inner-explain {
  color: #0063aa;
  /*#003860*/
  background: #fff;
  /*fcfcfc*/
  padding: 10px 20px;
  margin-top: 1rem;
  border: #e4f5fc 1px solid;
}

.apply-form-inner-explain-item {
  margin-bottom: 20px;
}

.apply-form-inner-explain-item:last-child {
  margin-bottom: 0;
}

.apply-form-inner-title {
  font-weight: bold;
  color: #0066b2;
}

.entrance-fee-list dt {
  width: 150px;
  float: left;
}

.entrance-fee-list dd {
  margin-left: 160px;
}

.member-no-charge-char {
  margin-right: 2em;
}

.space-char {
  letter-spacing: 0.5em;
}


/* 必須項目 */

.required-item {
  font-weight: bold;
  font-size: 90%;
  letter-spacing: 1px;
  color: #fff;
  background: #FF0000;
  padding: 0 0 0 1px;
}

input.error,
textarea.error {
  padding: 0.2em;
  font-size: 85%;
  border: 2px solid #CC3300;
  background-color: #f4e3cd;
}

span.error,
label.error {
  display: none;
  padding: 0.2em;
  color: #CC3300;
  font-size: 90%;
  font-weight: bold;
}

span[id*="_err"] {
  display: block;
}

.apply-form-notice {
  font-weight: bold;
  color: #111;
  background-color: #ffffdd;
  /*#ffd7cc*/
  padding: 10px;
  border: #ff8284 2px solid;
}

.apply-form-closed {
  font-weight: bold;
  color: #CC3300;
  background-color: #ffffdd;
  padding: 10px;
  border: #CC3300 2px solid;
}

.btn-box {
  text-align: center;
  margin-bottom: 40px;
}

.btn-submit {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffc578;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffc578;
  box-shadow: inset 0px 1px 0px 0px #ffc578;
  background: #ffa84c;
  background: linear-gradient(to bottom, #ffa84c 0%, #ff7b0d 100%);
  border-radius: 6px;
  border: 1px solid #ff7400;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 140%;
  font-weight: bold;
  letter-spacing: 1px;
  width: 300px;
  padding: 10px 0;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ff7400;
}

.btn-submit:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff7b0d+0,ffa84c+100 */
  background: #ff7b0d;
  background: linear-gradient(to bottom, #ff7b0d 0%, #ffa84c 100%);
}

.btn-correct {
  -moz-box-shadow: inset 0px 1px 0px 0px #ddd;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ddd;
  box-shadow: inset 0px 1px 0px 0px #ddd;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100 */
  background: #eeeeee;
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  border-radius: 6px;
  border: 1px solid #ccc;
  display: inline-block;
  cursor: pointer;
  color: #666;
  font-size: 140%;
  font-weight: bold;
  width: 200px;
  padding: 10px 0;
  margin-right: 20px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #666;
}

.btn-correct:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+0,eeeeee+100 */
  background: #cccccc;
  background: linear-gradient(to bottom, #cccccc 0%, #eeeeee 100%);
}


/*-----------------------------------------------
  研究・実践発表の概要登録 原稿アップロード(form/study_ms_select.php)
  自主ワークショップの概要登録 原稿アップロード(form/workshop_ms_select.php)
-----------------------------------------------*/
/* ファイルアップロード */

.btn-up {
  letter-spacing: 2px;
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
  background-color: #ffffff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #278ED8;
  display: inline-block;
  cursor: pointer;
  color: #666;
  font-weight: bold;
  font-size: 105%;
  width: 150px;
  padding: 9px 0;
  margin-left: 10px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
}

.btn-up:hover {
  background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
  background-color: #f6f6f6;
  border: 1px solid #40A2E8;
}

.btn-submit:active,
.btn-correct:active,
.btn-up:active {
  position: relative;
  top: 1px;
}


/* 操作手順 */

.procedure-box {
  width: 700px;
}

.procedure-list li {
  list-style-position: inside;
}

.apply-check-list-box li {
  padding: 0 1rem;
}

.fileup {
  background: #cfd7df;
  width: 80%;
  padding: 1em;
  margin: 0 auto 1rem;
  border: #89acd7 2px solid;
}

#ad_err{
  margin-left: 6rem;
}

.btn_up {
  background: #fff;
  width: 150px;
  height: 2em;
  margin-top: 1em;
}

.success {
  width: 70%;
  margin: 1rem auto;
  padding: 1em;
  background: #D2F9C2;
  border: 2px solid #82A349;
}

.please-push{
  font-weight: bold;
  text-align: center;
  color: #c40026;
}


