/*
    profile-form.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.PROFILE_WP{
		width:100%;
        border-bottom:1px solid #434343;
        margin-bottom:10px;
        line-height:1.8em;
	}

  /* ---------------------------------
      For PROFILE_H2_410 
    --------------------------------- */
	div.PROFILE_H2_410{
		width:100%;
		border-bottom:1px solid #ccc;
		margin-bottom:30px;
	}

	div.PROFILE_H2_410 h2{
		width:86%;
        margin:0 auto;
		margin-top:10px;
		margin-bottom:10px;
	  font-size:1.1em;
	}

  /* ---------------------------------
      For box 
    --------------------------------- */
  div.BOX_181{
	width:86%;
    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: row;
    justify-content: space-between;
    padding:2% 0;
  }

  div.BOX_181  div.PIC_181{
    width:20%;
    position:relative;
    padding:0 10px;
  }

  div.BOX_181  div.PIC_181 p{
    /*font-size:0.9em;*/
  }

  div.BOX_181  input[type="file"]{
      display: none;
  }

  div.BOX_181  label.EDITPRO_ID_181{
    color: #666;
  }

  div.BOX_181  label.LB_PIC_181{
    color: #fff;
    background: #434343;
    border: solid 1px #434343;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size:0.9em;
    padding:10px;
    cursor:pointer;
  }

  div.BOX_181  label.LB_PIC_181:hover{
    color: #fff;
    background: #71C5E8;
    transition: all .5s;
    border: solid 1px #71C5E8;
  }

  div.BOX_181  label.LB_CLR_181{
    font-size:0.9em;
    cursor:pointer;
  }

  div.BOX_181  label.LB_CLR_181:hover{
    color: #CC3366;
    transition: all .5s;
  }

  div.PIC_IMG_WRP_181{
    width:180px;
    height:180px;
    margin:20px 0;
  }

  div.PIC_IMG_181{
    /*margin:50px 0;*/
  }

  div.PIC_IMG_181 img{
    width:auto;
    height:180px;
  }

  div.PIC_IMGDRP_181{
    width:180px;
    height:180px;
    font-size:0.9em;
    text-align: center;
    border: dashed 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding:20px 0;
  }

  div.BOX_181  div.FORM_181{
    width:80%;
    padding:0 4%;
  }

  div.FORM_181 dt{
    margin-bottom:8px;
  }

  div.EDITPRO_FORM_181{
    width:100%;
    margin-bottom:20px;
  }

  div.DISABLE_EDITPRO_FORM_181{
    width:100%;
    margin-bottom:20px;
  }

  div.HIGH_EDITPRO_FORM_181{
    width:100%;
    margin-bottom:20px;
  }

  div.FORM_181 input[type="text"], div.FORM_181 input[type="password"]{
    width:100%;
    padding: 10px 20px;
    border: 1px solid #434343;
    border-radius: 4px;
    background: #ffffff;
    font-size:1.0em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  div.EDITPRO_FORM_181 input[type="text"], div.EDITPRO_FORM_181 input[type="password"]{
    background: #ffffff;
  }

  div.DISABLE_EDITPRO_FORM_181 input[type="text"], div.DISABLE_EDITPRO_FORM_181 input[type="password"]{
    background: #595959;
  }

  div.HIGH_EDITPRO_FORM_181 input[type="text"], div.HIGH_EDITPRO_FORM_181 input[type="password"]{
    background: #FFCCE8;
  }

/*  div.EDITPRO_FORM_181 input[type="text"]:focus {
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
  }
*/
  div.FORM_181 textarea {
    width:100%;
    height: calc( 1.3em * 8 );
    line-height: 1.3;
    padding: 14px 20px;
    border: 1px solid #434343;
    border-radius: 4px;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size:1.0em;
  }

  div.FORM_181 p.BTN181 {
    text-align:right;
  }

  div.FORM_181 p input[type="button"] {
    padding: 10px 40px;
    border-radius: 4px;
    background: #434343;
    font-size: 0.9em;
    color: #fff;
  }

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


/************************************** For SP. **************************************/
@media screen and (max-width:767px){
	div.PROFILE_WP{
        border-bottom:0;
        line-height:2.0em;
	}

	div.PROFILE_H2_410 h2{
		width:100%;
		padding:0 20px;
	}

  div.BOX_181{
    width:100%;
    flex-wrap: wrap;
	padding:0 20px;
  }


  div.BOX_181  div.FORM_181{
    width:100%;
    padding:0;
    margin-bottom:20px;
  }

  div.BOX_181  div.PIC_181{
    width:100%;
    padding:0;
    margin-bottom:0;
  }

  div.PIC_IMG_181{
    text-align:center;
  }

  div.PIC_IMG_181 img{
    width:70%;
    height:auto;
  }

  div.PIC_IMGDRP_181{
    display:none;
  }



}
