@CHARSET "UTF-8";

/**
MpUser
edit.ctp
**/

.ProfileArea{
  width:1220px;
}

.ProfileArea .ProfileBox{
  margin:0 auto;
  width:800px;
}

.ProfileBox h2{
  font-size: 23px;
  margin-bottom:20px;
  font-weight:normal;
}

.ProfileBox .ProfileEditBox{
  background-color:#f3f3f3;
  padding:30px;
}

.ProfileEditBox h3{
  font-size:18px;
  margin-bottom:40px;
  font-weight:normal;
  padding-bottom:10px;
  border-bottom:#fff solid 1px;
}

.ProfileArea .acountTABLE{
  width:100%;
  margin-bottom:30px;
}

.acountTABLE th{
  width:35%;
  text-align:left;
  padding:10px;
  font-weight:normal;
}

.acountTABLE td{
  width:65%;
  padding-bottom:10px;
}

.acountTABLE td .acountINPUT{
  padding:10px;
  width:470px;
}

.acountTABLE td select{
  padding:10px;
  width:470px;
}

.ProfileButtonBox{
  text-align:center;
}

.ProfileButtonBox .ChangeButton{
  padding:12px 0;
  width:350px;
  font-size:16px;
  text-align:center;
  border:#007ebe solid 1px;
  color:#fff;
  background-color:#007ebe;
  border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	margin:0 auto 50px auto;
}

.ProfileButtonBox .ChangeButton:hover{
  border:#007ebe solid 1px;
  color:#007ebe;
  background-color:#fff;
}

.ProfileArea .CertificateBOX th{
  padding-right:20px;
}

.ProfileArea .CertificateBOX td{
  font-size:10px;
}

.retarnBox{
	text-align:center;
	margin:30px 0;
}

.ProfileArea .retarn{
	font-size:26px;
	color:#007ebe;
}

.ProfileImgBox{
	overflow:hidden;
	margin-bottom:10px;
}

.ProfileImgBox .LeftBox{
	float:left;
	background-color:#fff;
	margin-right:10px;
}

.ProfileImgBox .LeftBox img{
	width:100px;
	border:#ccc solid 1px;
}

.ProfileImgBox .RightBox{
	float:left;
	background-color:#fff;
	padding:8px 10px;
}

.ProfileImgBox .RightBox .RecommendationPicture{
    font-size:11px;
	margin-bottom:5px;
}

.ProfileImgBox .RightBox .charImg{
    overflow:hidden;
	margin-bottom:5px;
}

.charImg li{
    float:left;
	margin-right:10px;
}

.charImg li img{
	width:38px;
}

.charImg input{
	width:15px;
	height:15px;
	margin-right:5px;
	position:relative;
	top:5px;
}

.ProfileImgBox .RightBox .moreLink a{
	background-color:#ccc;
	display:block;
	font-size:11px;
	color:#fff;
	text-align:center;
	padding:1px 0;	
}

/* モーダルウィンドウ */
#lean_overlay  {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}

#modal-window,
#modal-window2{
	background-color: #FFFFFF;
	display: none;
	padding: 30px;
	width: 700px;
	height:550px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

.modal_close {
	position: absolute;
	top: 30px;
	right: 30px;
	display: inline-block;
	width: 29px;
	height: 29px;
	z-index: 2;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	text-align:center;
	background-color:#ccc;
	color:#fff;
	font-size:18px;
}

.modal_close:hover{
	background-color:#999;
	color:#fff;
	cursor:pointer;
}

.PopupArea{
	padding:20px;
}

.PopupArea h5{
	font-size:20px;
	font-weight:normal;
	padding-bottom:5px;
	margin-bottom:20px;
	display:block;
	margin-top:-20px;
}

.PopupArea .faceImgPOP{
	width:600px;
	height:350px;
	overflow:auto;
	padding:20px;
	margin-bottom:30px;
}

.faceImgPOP ul{
	overflow:hidden;
}

.faceImgPOP ul li{
	float:left;
	margin-right:25px;
	margin-bottom:10px;
}

.faceImgPOP ul li:hover{
	cursor:pointer;
}

.faceImgPOP ul li input{
	width:15px;
	height:15px;
	position:relative;
	top:5px;
}

.faceImgPOP ul li img{
	width:60px;
}

.PopupArea .faceImgButton{
    background-color:#007ebe;
	color:#fff;
	font-size:18px;
	text-align:center;
	border:none;
	padding:10px 0;
	width:600px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border:#007ebe solid 1px;
}

.PopupArea .faceImgButton:hover{
	cursor:pointer;
	border:#007ebe solid 1px;
	background-color:#fff;
	color:#007ebe;
}

.uploadImgBox{
	padding:10px;
	border:#ccc dotted 3px;
	margin-right:10px;
	background-color:#fff;
	margin-bottom:10px;
}

.uploadImgBox span{
    font-size:12px;
	font-weight:bold;
	display:block;
}

.fileText li{
	font-size:12px;
	color:#999;
}

.memberloginAREA2 h3{
    margin-bottom:20px;
}

.memberTitle{
     overflow:hidden;
}

.memberTitle span{
    font-size:12px;
	font-weight:normal;
	float:right;
	position:relative;
	top:3px;
}






