span.error {
    color: #F28AB1;
}
.btn-collapse-with-dots {
    border: 1px solid #ccc;
    padding: 0 2px;
    margin-left: 2px;
    display: inline-block;
}
.hide {
    display: none;
}
.commu_hidden {
    display: none;
}

#myshop_osirase > li {
    border-bottom:1px solid #eee;
    padding:15px 10px;
    position:relative;
}

#myshop_osirase > li:last-child {
    border: none;
}

#myshop_osirase li .photo {
    width: 80px;
    height: 80px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    box-sizing: border-box;
    float:left;
}

#myshop_osirase li .photo.circle{
    border-radius: 50%;
}

#myshop_osirase li .photo.square{
    border-radius: 5px;
}

#myshop_osirase li .photo img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
}

#myshop_osirase li .text {
    float:left;
    width:calc(100% - 100px);
    line-height:1.5;
    font-size:12rem;
    color:#333;
}

#myshop_osirase li .text .name {
    font-weight:bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 12px;
    line-height:1.2;
    color: #416090;
    margin:0 0 5px;
}

#myshop_osirase li .text .title {
    color: #416090;
    font-size: 12px;
}

#myshop_osirase li .date {
    font-size: 11px;
    margin-top: 3px;
}

#main #diary_list .list .left {
    overflow: hidden;
}

.commu_sp_page_banner_block.radius {
    padding: 5px;
}

.commu_sp_page_banner_block .commu_sp_page_banner_slider img {
    width:100%;
}

.commu_sp_page_banner_block .bx-wrapper {
    position: relative;
    padding: 0 !important;
}

.commu_sp_page_banner_block .bx-wrapper .bx-viewport {
    height: auto !important;
    z-index: 0;
}

.commu_sp_page_banner_block .bx-controls a.bx-prev,
.commu_sp_page_banner_block .bx-controls a.bx-next {
    position: absolute;
    top: -webkit-calc(50% - 16px);
    top: -moz-calc(50% - 16px);
    top: calc(50% - 16px);
    background: rgba(0,0,0,0.3);
    font-weight: bold;
    display: block;
    color: #fff;
    padding: 15px 10px;
    left: auto;
}

.commu_sp_page_banner_block .bx-controls a.bx-prev::before,
.commu_sp_page_banner_block .bx-controls a.bx-next::before {
    content: none;
}

.commu_sp_page_banner_block .bx-controls a:hover.bx-prev,
.commu_sp_page_banner_block .bx-controls a:hover.bx-next {
    background: rgba(0,0,0,1);
    text-decoration: none;
}

.commu_sp_page_banner_block .bx-controls .bx-prev {
    left: 0;
}

.commu_sp_page_banner_block .bx-controls .bx-next {
    right: 0;
}

.commu_sp_page_banner_block.public_top {
    margin: 15px auto;
}

textarea.auto_resize_v2 {
    resize: none !important;
    font-size: 13px !important;
}

/* block kaiin profile*/
.lc_box {
	border:#ccc 1px solid;
	margin: 20px 10px;
	position:relative;
}

.lc_box .none {
	background:rgba(0,0,0,0.8);
	color:#fff;
	position:absolute;
	height:100%;
	width:100%;
	z-index:1;
	font-size:14px;
	text-align:center;
}

.lc_box .none p {
	top: 50%;
	width:100%;
	position:absolute;
	margin:-7px 0 0 0;
}

.lc_box h3 {
	background:#efefef;
    border-bottom:#ccc 1px solid;
	padding:12px 15px;
	font-size:14px;
	position:relative;
}

.lc_box h3 a {
	background:#fff;
	border:#ccc 1px solid;
	display:inline-block;
	font-size:11px;
	font-weight:normal;
	padding:3px 7px;
	position:absolute;
	text-decoration:none;
	right:10px;
	top:10px;
}

.lc_box a {
	text-decoration:underline;
}

.lc_box dl {
	padding:12px 15px;
}

.lc_box dl dt {
    margin: 0;
    margin-right: -10em;
    padding: 0.4em 0;
    float: left;
    clear: both;
    display: inline;
    width: 9em;
    border-bottom:#ccc 1px dotted;
}

.lc_box dl dd {
    margin-left: 9em;
    padding: 0.4em 0;
	border-bottom:#ccc 1px dotted;
}

.lc_box dl dd:before {
	content:"：";
}

.lc_box dl dt:last-of-type,
.lc_box dl dd:last-child,
.lc_box ul li:last-child {
	border:none;
	padding-bottom:0;
}
.lc_box ul {
	padding:12px 15px;
}
.lc_box ul li {
	border-bottom:#ccc 1px dotted;
}
.lc_box ul li a {
	text-decoration:none;
	display:block;
    padding: 0.4em;
}

/* block shop profile */
.block_shop_info {
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.block_shop_info > a {
    display: block;
    text-decoration: none;
    color: #2980b9;
}

.block_shop_info > a > .shop_name {
    background: #2a313c;
    border: none;
    margin-bottom: 10px;
    padding: 8px 10px;
    color: white;
    font-size: 18px;
}

.block_shop_info .shop_image {
    border: 1px solid #ccc;
    height: 250px;
    margin: 0 10px;
    text-align: center;
}

.block_shop_info .shop_image img {
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.block_shop_info .shop_address,
.block_shop_info .shop_description {
    margin: 10px 10px 0 10px;
    line-height: 150%;
    font-size: 90%;
}

.block_shop_info .shop_address {
    font-size: 105%;
}

/*css page top*/
#main .block_profile .block_shop_info{
    margin-top: 18px;
    margin-bottom: 0;
}

/*css page mybike_list*/
#mybike_list .lc_box {
    margin-left: 10px;
    margin-right: 10px;
}

/*css page profile*/
#profile .lc_box {
    margin-left: 15px;
    margin-right: 15px;
}

/*css page article + friend*/
#user_list .lc_box,
.friend_search .lc_box,
.widget_impre .lc_box {
    margin-left: 10px;
    margin-right: 10px;
}

/*css page friend search*/
.friend_search .lc_box {
    margin-top: 0;
    margin-bottom: 0;
}

/*css page article detail*/
#w_comm_sp #impre_list .article_detail h3 {
    padding: 8px 10px !important;
    font-size: 18px !important;
    margin: 0 0 10px 0 !important;
    border: none !important;
}

/*css page favarite list*/
.favarite_list .lc_box {
    margin-bottom: 0;
}

#top .profile .name span{
    font-size: 13px;
    line-height: 18px !important;
}

/* Community modal */
.commu-modal .btn-submit {
    font-size: 14px;
    color: #000;
    background-color: #fff;
    border-radius: 100px;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid #000;
    min-width: 100px;
    padding: 1px 10px;
    display: inline-block;
    text-decoration: none;
}

.commu-modal .btn-submit:hover {
    background: #000;
    color: #fff;
}

.commu-modal .btn-close {
    font-size: 14px;
    color: #000;
    background-color: #fff;
    border-radius: 100px;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid #000;
    min-width: 100px;
    margin-left: 5px;
    padding: 1px 10px;
    display: inline-block;
    text-decoration: none;
}

.commu-modal .btn-close:hover {
    background: #000;
    color: #fff;
}

.commu-modal .modal-title,
.commu-modal .commu-modal-title {
    font-size: 14px;
    padding-left: 5px;
    padding-top: 3px;
    border-left: 4px solid #e61e25;
    padding-bottom: 3px;
}

.commu-modal .modal-body,
.commu-modal .commu-modal-body {
    padding: 40px 10px;
    max-height: 500px;
    overflow-x: overlay;
    background: #fff;
}

.commu-modal .modal-content,
.commu-modal .commu-modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #f8fafc;
    background-clip: padding-box;
    border: 1px
    solid transparent;
    border-radius: 4px;
    outline: 0;
    margin: 20px;
    text-align: center;
}

.commu-modal .modal-footer,
.commu-modal .commu-modal-footer {
    padding: 10px;
    text-align: center;
    background: #e7e7e7;
}

.commu-modal .modal-footer .btn,
.commu-modal .commu-modal-footer a {
    padding: 4px 0;
}

.commu-modal .commu-modal-footer a:hover {
    text-decoration: none;
}

.commu-modal .modal-dialog-centered,
.commu-modal .commu-modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 3.5rem);
    margin: auto auto;
}

.commu-modal.fade {
    transition: opacity .15s linear;
}

.commu-modal.fade:not(.show) {
    opacity: 0;
}

.commu-modal.modal.show .modal-dialog,
.commu-modal.show .commu-modal-dialog {
    transform: none;
}

.commu-modal.modal.fade .modal-dialog,
.commu-modal.fade .commu-modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,0);
    max-width: 440px;
}

.commu-modal.modal,
.commu-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.commu-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #1e293b;
}

.commu-modal-backdrop.fade {
    opacity: 0;
}

.commu-modal-backdrop.show {
    opacity: .24;
}


.commu-modal .link-title {
    display: flex;
}

.commu-modal .link-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: calc(100% - 45px);
    color: #416090;
}

.lc-box-v2 .shop-todouhoken {
    display: flex;
    padding: 10px;
    align-items: center;
}

.lc-box-v2 .shop-todouhoken img {
    min-width: 25px;
    width: 25px;
    height: 25px;
}