/*「お問い合わせ内容」エリアを2行から8行に変更*/
textarea.fs-system-assistedItem {
	height: 190px;
}
/*
「お問い合わせ内容」エリアを2行から6行に変更
textarea.fs-system-assistedItem {
	height: 150px;
}
*/

/*メール認証時の会員登録ページ次へボタン*/
.fs-body-register .fs-c-button--secondary{
 background: #957a1c;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
 border: none;
 padding: 5px 50px 4px;
 position: relative;
 font-size: 14px;
 margin: 10px 0 25px;
 color: #fff;
 font-weight: bold;
 letter-spacing: 2px;
 font-size: 18px;
 display: block;
 text-align: center;
 transition: all 0.5s;
 line-height: 1.7;
}

.fs-body-register .fs-c-button--secondary:hover{
 background: #7c7c7c;
 color:#fff;
}

.fs-body-register .fs-c-button--secondary{
 width: 300px;
 margin:20px auto;
}

/*メール認証ページのボタン*/
.fs-body-register-verification form#fs_form{
 width:80%;
 max-width: 500px;
 margin:0px auto;
 background:rgba(165, 165, 165, 0.08);
 padding: 16px 32px;
}

.fs-body-register-verification .fs-c-inputInformation__message{
 text-align:center;
}


.fs-body-register-verification .fs-c-button--primary{
 max-width:400px;
 margin:10px auto;
}

/*サイドメニューの大きさをFTPサーバーページに揃える*/
.categorymenu * {
box-sizing:unset;
}
