.signup{
    text-align: center;
}
.signup ol{
width:400px;
text-align: left;
margin:2em auto;
}
.signup ol em{
font-size: 12px;
display: inline-block;
}
.signup .g-btn a,
.signup .f-btn a{
text-decoration: none;
}

.signup table.sign-t{
width:550px;
text-align: left;
margin: auto;
list-style: none;
}
.signup table.sign-t td{
padding:0 0 1em 0;
}
.signup table.sign-t p{
margin: 0;
padding: 0;
}
.signup table.sign-t input[type=url],
.signup table.sign-t input[type=email],
.signup table.sign-t input[type=password],
.signup table.sign-t input[type=text],
.signup table.sign-t select{
    padding: 0.5em;
    width: 100%;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.signup textarea{
    width: 100%;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
line-height: 1.5;
}
.signup table.sign-t select,.signup table.sign-t option{
    color: #000;
    background-color: #f2f2f2;
    border: 1px solid #333;
        -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-size:16px;
    width: 100%;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
	}


.signup table.sign-t label{
    	display:inline-block;
	justify-content:flex-start;
	align-items: center;	
flex-direction: initial;
}
em{
    font-size: 12px;
}
#imgpreview,
#previewCanvas {
    border-radius:50%;
    width:180px;
    height:180px;
    object-fit:cover;
object-position: 100% 100%;
    border: 1px solid #ccc;
}
p.short{
    font-size: 13px;
}

/* 小さいアイコン */
.profile-thumb {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  cursor: pointer;
}

/* モーダルのベース */
#imgModal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.75);
  justify-content: center;
  align-items: center;
}

#imgModal img {
  max-width:550px;
  max-height:550px;
  border-radius: 10px;
  box-shadow: 0 0 10px #000;
  background: #fff;
}

.forgot_password .inner{
    max-width: 550px;
    margin: 0 auto;
    line-height: 2;
    padding: 2em;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}


#profileModal{
    display:none;
    position:fixed;
    top:20%;
    left:50%;
    transform:translateX(-50%);
background:#fff;
padding:10px;
border:1px solid #ccc;
border-radius:8px;
z-index:1000;
width:300px;
}
#profileModal p{
margin: 0;
}
#profileModal p.txtR a{
font-size: 12px;
}

.inner h3{
font-size: 18px;
background-color:#6b825d;
color: #fff;
padding: 0.25em;
}

h2.title {
    font-size: 24px;
    color: #6b825d;
    font-weight: bold;
    margin:20px 0;
}
.login_box {
    width: 100%;
    min-width: 450px;
    max-width: 450px;
    margin: 0 auto;
    padding:1.5em;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 2px 2px 2px #999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.login_box.wide{
        min-width: 700px;
    max-width: 700px;
}

.green{
    color: #168745;
}

.login_box table{
	border-collapse:collapse;
border-spacing:0;
empty-cells:show;
	margin:20px 0;
}
.login_box table td{
	padding: 0.5em 0;

}

.login_box table td:nth-of-type(1) {
    min-width: 7em;
    font-size: 13px;
}
.login_box .f-btn{
    margin-bottom: 1em;
}

.login_box a{
text-decoration: none;
}
.login_box #login_form button{
	background-color: #999;
	border-radius: 0.25em;
		padding: 0 2em;
}
.login_box #login_form button:hover {
background-color: #777;
}
.login_box #login_form a{
	color:  #999;
}
.single .login_box.wide ol,
.single .login_box ol,
.login_box.wide,
.login_box {
    padding: 1em;
    min-width:inherit
}
button {
    background-color: #6b825d;
    color: white;
    border: 1px solid #6b825d;
    padding: 5px 16px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

button:hover {
    background-color: #Ffffff;
    color: #6b825d;
}
button#facebook_btn{
	font-weight: bold;
    display:flex;
	justify-content:flex-start;
	align-items: center;
    margin: auto;
    background-color: #0276FF;
    color: white;
    border: none;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}
button#facebook_btn img{
	margin-right:0.5em;
	width: 35px;
	height: 35px;
}



button#google_btn{
        background-color: #ffffff;
    border: 1px solid #0276FF;
    color: #0276FF;
	font-weight: bold;
    display:flex;
	justify-content:flex-start;
	align-items: center;
    margin: auto;
}
button#google_btn img{
	margin-right:0.5em;
	width: 35px;
	height: 35px;
}
button#google_btn:hover{
    background-color: #ededed;
}
.title {
    text-align: center;
}

/*---------------------------------------------*
* width 1200px
*----------------------------------------------*/
@media screen and (max-width:1200px) {
}
/* width 1200px end --------------------------------------------*/

/*---------------------------------------------*
* width 1000px
*----------------------------------------------*/
@media screen and (max-width:1000px) {
}
/* width 1000px end --------------------------------------------*/

/*---------------------------------------------*
* width 768px
*----------------------------------------------*/
@media screen and (max-width:768px) {

    .login_box table td {
width: 100%;
display: block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.login_box table td input{
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.signup ol {
    width:100%;
    text-align: left;
    margin: 2em auto;
}

.signup table.sign-t {
    width:100%;
    text-align: left;
    margin: auto;
    list-style: none;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.signup table.sign-t td select, .signup table.sign-t td input {
    font-size: 16px;
    max-width: 100%;
}
}
/* width 768px end --------------------------------------------*/

