/*
    create_session.css
*/
/*
    For reset.
*/

	*{
        -webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	button, input, select, textarea {
		font-family : inherit;
		font-size   : 100%;
	}

/************************************** For PC. **************************************/
	div.CREATE_SESSION_WP{
      width:100%;
      border-bottom:1px solid #434343;
      padding-bottom:50px;
      line-height:1.8em;
      background:#F9FEFF;
      padding-top:50px;
	}


  /* ---------------------------------
      For PROFILE_H2_410 
    --------------------------------- */
	div.CREATE_SESSION_H2{
      width:86%;
      margin:0 auto;
	}

	div.CREATE_SESSION_H2 h2{
      width:100%;
      margin-bottom:40px;
      font-size:1.8em;
	}

	div.CREATE_SESSION_H2 h2:lang(zh) {
      font-weight:bold;
      -webkit-text-stroke:0;
	}

  /* ---------------------------------
      For box 
    --------------------------------- */
	div.CR_SESSION_BOX{
      width:86%;
      max-width: 1000px;
      margin:0 auto;
      display: -webkit-box;  /*Android*/
      display: -moz-box;     /*Firefox*/
      display: -ms-flexbox;  /*IE*/
      display: -webkit-flex; /*PC-Safari,iOS*/
      display: flex;
      flex-direction: column;
      border:1px solid #ccc;
      background:#fff;
      padding:20px;
      margin-bottom:40px;
	}

  /* ----------------------------
      Basic Fieldset.
    ---------------------------- */
  fieldset {
    width: 100%;
    border:1px solid #fff;
    font-size:0.9em;
    padding-bottom:30px;
    margin-bottom: 30px;
  }

  .SESSION_BOX_ITEMS {
    width: 100%;
    display: -webkit-box;  /*Android*/
    display: -moz-box;     /*Firefox*/
    display: -ms-flexbox;  /*IE*/
    display: -webkit-flex; /*PC-Safari,iOS*/
    display: flex;
    align-items: flex-start;
    margin: 14px 10px 0 10px;
  }

  .SESSION_BOX_ITEMS select{
    font-size:1.0em;
  	padding: 6px 10px;
    border: solid 1px #ccc;
    /*border-radius: 4px;*/
    background:url(../imgs/chevron-down.svg) 97%  50% no-repeat;
    background-size:20px auto;
	}

  .SESSION_BOX_ITEMS input[type="text"]{
  	padding: 6px 10px;
    border: 1px solid #ccc;
    /*border-radius: 4px;*/
    background: #ffffff;
    font-size:1.0em;
	}

  .SESSION_BOX_ITEMS textarea{
    font-size:1.0em;
    width: 70%;
  	padding: 6px 10px;
    border: solid 1px #ccc;
    /*border-radius: 4px;*/
	}

  /* 1st Column's label */
  .LB_BASIC_01_SESSION {
    display: block;
    width: 26%;
  }

  /* For Seller */
  .LB_BASIC_02_SESSION {
    color: #000;
    background:#f5f5f5;
    display: block;
    padding:0 10px;
    margin-left: 0;
    margin-right: 5px;
    font-size:1.0em;
    font-weight:bold;
  }

  .LB_BASIC_03_SESSION {
    display: block;
    margin-right: 10px;
  }



  div.SESSION_BOX_ITEMS input[type="checkbox"]{
/*
	  -webkit-transform: scale(1.4);
	  transform: scale(1.4);
*/
	  margin-right: 8px;
	}

  .IN_CHK_01_SESSION {
    font-size: 0.9em;
    margin-left: 0px;
    margin-bottom: 0px;
    color: #C0C0C0;
    background-color: #FFFFFF;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  select.SEL_BASIC_01_SESSION {
    width: 20%;
    color: #434343;
    background-color: #fff;
  }

  select.DISABLE_SEL_BASIC_01_SESSION {
    width: 20%;
    color: #434343;
    background-color: #EAE8E8;
  }

  select.HIGH_SEL_BASIC_01_SESSION {
    width: 20%;
    color: #595959;
    background-color: #FFCCE8;
  }

  select.SEL_BASIC_02_SESSION {
    width: 80px;
    color: #434343;
    background-color: #fff;
  }

  select.DISABLE_SEL_BASIC_02_SESSION {
    width: 80px;
    color: #434343;
    background-color: #EAE8E8;
  }

  select.HIGH_SEL_BASIC_02_SESSION {
    width: 80px;
    color: #595959;
    background-color: #FFCCE8;
  }


  input[type="text"].IN_BASIC_01_SESSION {
    width: 70%;
    color: #434343;
    background-color: #fff;
  }

  input[type="text"].DISABLE_IN_BASIC_01_SESSION {
    width: 70%;
    color: #434343;
    background-color: #EAE8E8;
  }

  input[type="text"].HIGH_IN_BASIC_01_SESSION {
    width: 70%;
    color: #595959;
    background-color: #FFCCE8;
  }

  input[type="text"].IN_BASIC_02_SESSION {
    width: 20%;
    color: #434343;
    background-color: #FFFFFF;

  }

  input[type="text"].DISABLE_IN_BASIC_02_SESSION {
    width: 20%;
    color: #434343;
    background-color: #EAE8E8;
  }

  input[type="text"].HIGH_IN_BASIC_02_SESSION {
    width: 20%;
    color: #595959;
    background-color: #FFCCE8;
  }


  .IN_TXA_01_SESSION {
    color: #434343;
    background-color: #FFFFFF;
  }

  .DISABLE_IN_TXA_01_SESSION {
    color: #434343;
    background-color: #EAE8E8;
  }

  .HIGH_IN_TXA_01_SESSION {
    color: #595959;
    background-color: #FFCCE8;
  }


  /* -----------------------------
    Edit main function buttons.
  --------------------------------*/

	div.SESSION_SUBMIT{
		text-align:center;
	}

	div.SESSION_SUBMIT input[type="button"] {
		padding: 10px 30px;
		border-radius: 4px;
		background: #434343;
		font-size: 1.0em;
		color: #ffffff;
		margin-left:20px;
	}

	div.SESSION_SUBMIT input[type="button"]:hover {
		cursor: pointer;
		background: #71C5E8;
		color:#fff;
	  transition: all .5s;
	}

  /* Calender icon */
  .IMG_CALD_SESSION {
    width: 26px;
    height: 26px;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 3px;
  }



.sp_view{
  display:none;
}







/************************************** For SP. **************************************/
@media screen and (max-width:767px){
.sp_view{
  display:block;
}
	div.CREATE_SESSION_WP{
    border-bottom:0;
    line-height:2.0em;
    padding:30px 20px 20px 20px;
	}


	div.CREATE_SESSION_H2{
		width:100%;
        margin-right:0;
	}

	div.CREATE_SESSION_H2 h2{
		width:100%;
    font-size:120%;
    margin-bottom:20px;
	}

  div.CR_SESSION_BOX{
		width:100%;
    padding: 0 0 20px 0;
      flex-direction: column;
  }

  .SESSION_BOX_ITEMS{
    flex-wrap: wrap;
    padding-top:10px;
    padding-bottom:5px;
    margin: 10px 0 0 0;
  }

  .LB_BASIC_01_SESSION {
    width: 100%;
  }

  input[type="text"].IN_BASIC_01_SESSION {
    width: 100%;
  }

  input[type="text"].DISABLE_IN_BASIC_01_SESSION {
    width: 100%;
  }

  input[type="text"].HIGH_IN_BASIC_01_SESSION {
    width: 100%;
  }

  input[type="text"].IN_BASIC_02_SESSION {
    width: 100px;
  }

  input[type="text"].DISABLE_IN_BASIC_02_SESSION {
    width: 100px;
  }

  input[type="text"].HIGH_IN_BASIC_02_SESSION {
    width: 100px;
  }

  select.SEL_BASIC_01_SESSION {
    width: 70%;
  }

  select.DISABLE_SEL_BASIC_01_SESSION {
    width: 70%;
  }

  select.HIGH_SEL_BASIC_01_SESSION {
    width: 70%;
  }

  select.SEL_BASIC_02_SESSION {
    width: 70px;
  }

  select.DISABLE_SEL_BASIC_02_SESSION {
    width: 70px;
  }

  select.HIGH_SEL_BASIC_02_SESSION {
    width: 70px;
  }

  .SESSION_BOX_ITEMS textarea{
    width: 100%;
	}


.pc_view{
  display:none;
}



}
