@charset "UTF-8";
/** リスト→詳細 css */
/** version 20.12.23 */

#l2d-slider { overflow: auto; -ms-overflow-style: none; scrollbar-width: none; }
#l2d-slider::-webkit-scrollbar { display:none; }
.l2d-content {
 width: 500px;
 height: 0;
 transform: translate(1300px, 0);
}
#l2d-slider.show .l2d-content {
 height: auto;
 -webkit-transition: 0.8s;
 -o-transition: 0.8s;
 transition: 0.8s;
 transform: translate(50px, 0);
}

/* 編集時に編集不可のinput項目用ラベル */
.l2d-inplbl { padding: 0 5px; font-size: 15px; }

.l2d-back { margin-bottom: 10px; }