@charset "UTF-8";
/* CSS Document */

.profile-contents-detail {
	padding:1.2em 0 ;
}
.profile-contents-detail .comment-body-wrap {
	padding:1em 0;
	line-height:1.6;
}
.profile_edit_bt>a {
    border-top: 1px solid #FDE0B6;
    border-left: 1px solid #FDE0B6;
    border-right: 1px solid #FFC064;
    border-bottom: 1px solid #FFB954;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    border-radius: 5px;
    padding: 0px 5px;
    font-size: 10px;
    color: #FFF;
    background-color: #FFA137;
    display: inline-block;
    width: 20px;
    line-height: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.profile_edit_bt>a:hover{
	background-color: #FFF;
	color: #FFA137;
}
.loader-hide{ display: none; }
.purpleWithWhite{
	background: #8437ff;
}

/* プライベートつぶやきラベル用*/
.tealWithWhite{
	background: #008080;
}

/* 誰でも相談ラベル用 */
.blueWithWhite{
	background: #3895FF;
}

/* スタッフのみラベル用 */
.pinkWithWhite{
	background: #ff37c7;
}

/* ルームラベル用*/
.RimegreenWithWhite{
	background: #32cd32;
}

/* つぶやきボタン用 */
.center-input {
  text-align: center;
}
#mutterSubmit01:disabled {
    color: #FFFFFF;
    background: #93c9e7;
    font-size: 0.8rem;
    text-align: center;
}
#mutterSubmit02:disabled {
    color: #FFFFFF;
    background: #93c9e7;
}