
/*#region using edit profile*/

.edit-profile {
	/*border: 1px solid red;*/
	width: 60%;
	margin-top: 20px;
	margin-left: 20%;
}

.edit-picture-profile {
	/*border: 1px solid blue;*/
	width: 550px;
	margin-left: 215px;
	margin-right: auto;
	height: 150px;
}

.profile-label {
	/*border: 1px solid orange;*/
	margin-top: -140px;
	margin-left: 180px;
}

.picture-profile-show {
	width: 150px;
}

.edit-profile-area {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
}

#profile-image {
	max-width: 150px;
	max-height: 150px;
	border-radius: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
}

#request-authencode-button {
	/*
    left: 330px;
    */
    left: 70%;
	position: absolute;
    font-size: 14px;
    font-weight: bold;
	top: 2px;
	width: 130px;
}

#request-authencode-password-button {
    /*
    left: 330px;
    */
    left: 70%;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    top: 2px;
}

#request-authencode-phone-button {
    /*
    left: 330px;
    */
    left: 70%;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    top: 2px;
    width: 130px;
}

/*#endregion*/


#popup_container.saving-completed-alert {
	min-width:300px !important;
	max-width:300px !important;
	width:300px !important;
}

#popup_container.receive-authentication-code-alert {
	min-width:300px !important;
	max-width:300px !important;
	width:300px !important;
}

#popup_container.receive-authentication-code-phone-alert {
    min-width: 400px !important;
    max-width: 400px !important;
    width: 400px !important;
}

#popup_container.save-authentication-code-phone-alert {
    min-width: 500px !important;
    max-width: 500px !important;
    width: 500px !important;
}
#popup_message {
	text-align: center;
	padding-right:8px;
	word-break:break-word;
}

.rotate90 {
	transform: rotate(90deg) !important;
	-webkit-transform: rotate(90deg) !important;
	-ms-transform: rotate(90deg) !important;
}

.rotate180 {
	transform: rotate(180deg) !important;
	-webkit-transform: rotate(180deg) !important;
	-ms-transform: rotate(180deg) !important;
}

.rotate270 {
	transform: rotate(270deg) !important;
	-webkit-transform: rotate(270deg) !important;
	-ms-transform: rotate(270deg) !important;
}

.rotate360 {
	transform: rotate(360deg) !important;
	-webkit-transform: rotate(360deg) !important;
	-ms-transform: rotate(360deg) !important;
}

.rotate0 {
	transform: none !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
}

/* 追加 */
.edit-profile .show-inline {
    display:block !important;
}
.edit-profile {
    width:90% !important;
    margin-left:auto !important;
    margin-right:auto !important;
}

.edit-picture-profile {
    margin-left:auto !important;
    margin-right:auto !important;
}

.edit-profile-section-margin {
    margin-top: 40px !important;
}

.edit-profile-section{
    background-color: gray;
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

.description pre {overflow:hidden;}

.form-group .col-md-7 .form-control,
.form-group .col-md-3 .form-control{
    width:70% !important;
}

.message-please-wait-area {
    width:60% !important;
    min-width:360px;
    margin-left:auto !important;
    margin-right:auto !important;
}

#change-email-flow-area {
    text-align: center;
}

    #change-email-flow-area pre {
        background-color: white;
        border-color: lightgray; 
        border-style: solid;
        border-width: 1px;
        border-radius: 0px;
        display: inline-block;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 10px;
        text-align: left;
        white-space: pre-wrap;
    }
#reset-password-phone-flow-area {
    text-align: center;
}

#reset-password-phone-flow-area pre {
    background-color: white;
    border-color: lightgray;
    border-style: solid;
    border-width: 1px;
    border-radius: 0px;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 10px;
    text-align: left;
    white-space: pre-line;
}

.reset-password-phone-contents {
    text-align: left;
    white-space: pre-line;
}

/* 追加 */

/*
#user-tabs-panel {
    border:none;
}

#user-tabs-panel ul {
    background:none;
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
}
    */

#user-tabs-panel .nav-tabs { 
    text-align: center; 
} 
#user-tabs-panel .nav-tabs li { 
    display: inline-block; 
    float: none; 
    top: 1px; 
    margin: 0em; 
    padding-bottom: 0px; 
}

#user-tabs-panel .nav-tabs li.disabled a{ 
    background-color:#eee;
    color:gray !important;
}

.supplementary:after {
	font-weight: bold;
	color: #f00;
	content: "(※)";
}

.supplementarydocument {
    white-space: pre;
    display:inline-block;
}

.user-tabs-ccus-isenable {
    text-align:center;
    margin-bottom:10px;
}

.control-label-user {
    /*word-break: break-all;*/
    margin-bottom: 0;
    padding-top: 7px;
    /*text-align: right;*/
}

