

.selfInformation .entryForm .building,
.selfInformation .entryForm .email {
    width: 230px;
}

.emailVerify {
    font-size: 200%;
    font-weight: bold;
    width: 270px;
    word-wrap: break-word;
    line-height: 36px;
}

.qTipBasic {
    width: 200px;
    border: 1px solid rgb(250, 230, 0);
}
.qTipBasic .qtip-content {
    background-color: rgb(250, 230, 0);
    color: rgb(29, 29, 29);
    overflow: hidden;
    padding: 7px 13px;
    font-size: 85%;
    line-height: 1.5;
}

.ui-autocomplete{
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: scroll;
    text-align: left;
}

.b-link,
.b-submit-btn {
    cursor: pointer;
}

.ui-autocomplete {
    z-index:99999 !important;
    background-color: #feffcd;
}

.b-sub-page {
    width: 100%;
    position: absolute;
    top:0;
    left:0;
    text-align: left;
}

.b-scroll-lock {
    overflow: hidden;
    height: 100%;
}

.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.b-error-msg {
	margin: 9px 0;
	padding-left: 18px;
	background: url(/img-sp/lion/common/ico_alert.png) no-repeat;
    background-position-y: 2px;
    text-align: left;
	font-weight: bold;
	color: #C00;
	font-size:18px;
}

.b-hide {
    display: none;
}

.rowKanaBlock {
    display: none;
}

.rowAddressBlock {
    display: none;
}

.rowOtherBlock {
    display: none;
}

ul.b-horizontal li {
    margin: 0;
    padding: 0;
    width: 120px;
    float: left;
    list-style: none;
}

.input-error {
    color: red;
    font-weight: bold;
}

.b-display-lock {
    background:rgba(255,255,255,0.5);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 40000;
    display: none;
}

.b-content-display-lock > .loading-wrap .loading-box {
    background: none;
}

/*========== Loading（ローディング） ============*/
.loading-wrap {
    position:fixed;
    background:rgba(255,255,255,0);

    height:100%;
    width:100%;

    top:0;
    left:0;
    z-index:40000;
    /**/
    display:none;
}
.loading-wrap.b-op50 {
    background:rgba(255,255,255,0.5);
}
.loading-wrap > .loading-box{
    position:absolute;
    top: 50%;
    left: 50%;
    z-index: 40001;
    width: 60px;
    height: 60px;

    margin:-30px 0 0 -30px;

    background:url(../../img/common/loading.gif) 0 0 no-repeat;
    background-size:60px auto;
    opacity: 1;
}

.jBox-overlay {
    background:rgba(255,255,255,0.6);
}

/*========== アンケート選択肢 ============*/
.b-regular-cancel-answer > .checkbox,
.b-regular-cancel-answer > .radio {
    width:215px;
    float: left;
    margin-bottom: 5px;
}
.b-regular-cancel-answer-long > .checkbox {
    margin-left: 16px;
    margin-bottom: 5px;
    text-indent: -16px;
}

.b-regular-cancel-answer > textarea {
    width: 426px;
    height: 80px;
}

.myPage-payShip-step-to-button {
	text-align: right;
	margin:2px 10px 3px 0;
}

/*========== アイコン ============*/
.b-env-icon {
    position: fixed;
    top: 0;
    z-index: 10000;
    background: #d9534f;
    padding: 2px 10px;
    margin:5px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
}
.b-env-icon.b-development {
    background: #33CC99;
}

/*========== 定期変更アップセルでお届け日時が変更になるときのメッセージ ============*/
#teikiChangeDatetime {
    margin-right: 111px;
    margin-bottom: 20px;
    margin-left: 177px;
}
#teikiChangeDatetime p {
    font-size: 100%;
    font-weight: bold;
    margin: 0;
}

/************************************************
    error box
*************************************************/
.errorBox {
    margin: 0 12px 10px;
    border: 3px solid #C00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
}

.errorBox dt {
    line-height: 1.2;
    text-align: center;
    padding: 6px 9px;
    font-weight: bold;
    color: #FFF;
    background-color: #C00;
}

.errorBox dd {
    line-height: 1.4;
    padding: 6px 9px;
    font-size: 18px;
    background-color: #FFF;
}

/************************************************
  balloon
*************************************************/
.b-balloon-parent {
    z-index : 10;
    position: absolute;
}
.b-balloon {
    display: inline;                      /* 要素をインラインとして表示 */
    padding: 4px;                         /* テキストの前後の余白 */
    background-color: rgba(255, 127, 127, 0.89);       /* 背景色（透明度） */
    width:180px;                          /* 吹き出し全体の幅 */
    left : 35%;                           /* 表示位置 */
    bottom : 100%;                        /* 表示位置 */
    margin-bottom : 12px;                 /* 表示位置 */
    font-size: 80%;                       /* 文字サイズ */
    border-radius: 3px;
}
.b-balloon:after{
    border-top: 12px solid rgba(255, 127, 127, 0.89);    /* 吹き出し口の高さ・色 */
    border-left: 10px solid transparent;    /* 吹き出し口の幅１／２ */
    border-right: 10px solid transparent;   /* 吹き出し口の幅１／２ */
    bottom: -12px;                          /* 吹き出し口の位置調整 */
    left : 5%;                              /* 吹き出し口の横位置 */
    content: "";                       /* コンテンツの挿入 */
    position: absolute;                /* 親要素を基準 */
}

/************************************************
  未完了入力項目一覧
*************************************************/
.input-assist-invalid-items-area {
    opacity: 1;
    width: 180px;
    padding: 0;
    z-index: 30000;
    line-height: 18px;
    text-align: left;
    position: fixed;
    display: block;
    left: 83%;
    top: 100px;
}

.input-assist-invalid-items-area-sp {
    opacity: 1;
    width: 100%;
    padding: 0;
    z-index: 30000;
    line-height: 18px;
    text-align: left;
    position: fixed;
    display: block;
    right: 0;
    bottom: 0;
}

.input-assist-invalid-items-area-title-area {
    border-radius: 3px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.input-assist-invalid-items-area-title {
    font-weight: bold;
    color: rgb(0, 0, 0);
    background-color: #fff6f6;
    border-color: #eb4b4b;
    border-radius: 3px 3px 0 0;
    border-left-width: 3px;
    border-left-style: solid;
    border-right-width: 3px;
    border-right-style: solid;
    border-top-width: 3px;
    border-top-style: solid;
    width: 100%;
    box-sizing: border-box;
    padding: 6px 10px 0 10px;
}

.input-assist-invalid-items-area-sp .input-assist-invalid-items-area-title {
    padding: 6px 10px 3px 10px;
}

.input-assist-invalid-items-area-title-inner {
    width: 84%;
    margin: 0 8%;
}

.input-assist-invalid-items-area-title span {
    font-weight: bolder;
    height: 100%;
    line-height: 38px;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 2rem;
}
.input-assist-invalid-items-area-title span.input-assist-invalid-items-num {
    color: #eb4b4b;
}

.input-assist-invalid-items-area-items {
    font-size: 11px;
    padding: 0;
    background-color: #fff6f6;
    border-color: #eb4b4b;
    border-left-width: 3px;
    border-left-style: solid;
    border-right-width: 3px;
    border-right-style: solid;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-radius: 0 0 3px 3px;
    width: 100%;
    line-height: 18px;
    box-sizing: border-box;
    display: block;
}

.input-assist-invalid-items-area-items ul {
    margin: 0 10px;
    padding: 10px;
    line-height: 18px;
    /*width: 100%;*/
    list-style-position: inside;
    list-style-type: disc;
    box-sizing: border-box;
    color: rgb(89, 87, 87);
    border-top: #c5c5c5 3px solid;
}

.input-assist-invalid-items-area-items ul li {
    line-height: 1.5em;
    color: #eb4b4b;
    font-size: 12px;
    text-indent: -1.2em;
    margin-left: 2.2em;
    width: 95%;
    display: inline-block;
}
.input-assist-invalid-items-area-items ul li:before {
    /* 横向きの三角形(▶) */
    content: '\0025B6';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 4px;
}

.input-assist-absolute {
    position: sticky;
    top: 10px;
    right: 0;
    float: right;
}
.input-assist-absolute-regist {
    position: sticky;
    top: 110px;
    right: 0;
    float: right;
}
.input-assist-absolute-lp {
    position: sticky;
    top: 10px;
    right: -30px;
    float: right;
}

.bottomUpInputAssist {
    bottom: 58px !important;
}

.grecaptcha-badge {
    position: fixed;
    bottom: 70px!important;
}

.b-select-qty {
    float: right;
    margin-top: -15px;
}
