body.ilayout{
	min-width: 100px;
}
.ml10{
	margin-left: 10px;
}
.t-center{
	text-align: center;
}
.previewHeader {
    padding: 0 15px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    position: relative;
}

.previewSize {
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 30px;
    font-size: 3rem;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.previewSize .previewSize_item {
    text-align: center;
    width: 120px;
    -webkit-transition: background 0.6s cubic-bezier(0.24, 1, 0.32, 1);
    transition: background 0.6s cubic-bezier(0.24, 1, 0.32, 1);
    cursor: pointer;
    height: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.previewSize .previewSize_item:hover {
    background: #efefef
}

.previewSize .previewSize_item.is-active {
    color: #fff;
    background: #F9A1BC
}

.previewLang {
    position: absolute;
    right: 15px;
    top: 10px
}

#previewBody {
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    margin: 0 auto;
    -webkit-transition: width 0.6s cubic-bezier(0.24, 1, 0.32, 1);
    transition: width 0.6s cubic-bezier(0.24, 1, 0.32, 1)
}

#previewBody.is-pc {
    width: 100%
}

#previewBody.is-tablet {
    width: 768px
}

#previewBody.is-mobile {
    width: 380px
}

.previewHeader_print{
    position: absolute;
    right: 0;
    top: 50%;
    height: 48px;
    margin-top: -24px;
}
.holiday{
  color: #fff;
	background: #ff7f7f;
}
.weekday{
  color: #fff;
	background: #9393ff;
}
.dholiday{
  color: #000;
	background: #ffeaf4;
}
.dweekday{
  color: #000;
	background: #fff;
}
.sumrow{
  color: #000;
	background: #efefff;
	font-weight: bold;
}
.sumtit{
  color: #f9fff9;
	background: #00008b;
	font-weight: bold;
}
.sumbus{
  color: #7f7fff;
	background: #f4fff4;
	font-weight: bold;
}

.dpn {
	display: none
}
.sideNavi_ttl{
	cursor: pointer;
}
.iwidth5 {
	width: 5% !important;
}
.iwidth10 {
	width: 10% !important;
}
.iwidth15 {
	width: 15% !important;
}
.iwidth20 {
	width: 20% !important;
}
.iwidth25 {
	width: 25% !important;
}
.iwidth30 {
	width: 30% !important;
}
.iwidth35 {
	width: 35% !important;
}
.iwidth40 {
	width: 40% !important;
}
.iwidth45 {
	width: 45% !important;
}
.iwidth50 {
	width: 50% !important;
}
.iwidth55 {
	width: 55% !important;
}
.iwidth60 {
	width: 60% !important;
}
.iwidth65 {
	width: 65% !important;
}
.iwidth70 {
	width: 70% !important;
}
.iwidth75 {
	width: 75% !important;
}
.iwidth80 {
	width: 80% !important;
}
.iwidth85 {
	width: 85% !important;
}
.iwidth90 {
	width: 90% !important;
}
.iwidth95 {
	width: 95% !important;
}
.iwidth100 {
	width: 100% !important;
}

.taikai{
  color: #ea5550 !important;
	background: #e5e5e5 !important;
}
.taikai a{
  color: #ea5532 !important;
}

.un-read{
  color: #efffff !important;
	background: #8989ff !important;
}
.un-read a{
  color: #d1ffd1 !important;
}

.dummy-m-card {
	margin-bottom: 76px;
}

.user_float {
	width: 83%;
}
.pv-img {
	margin: 5px 10px;
	width: 300px;
}
.pv-img img {
	width: 250px;
}
.pv-img2 {
	margin: 5px 10px;
	float: left;
}
.pv-img2 img {
	max-width: 120px;
}
pv-img2-del {
	float: left;
}
.img-wrap {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.img-wrap .img-data {
    display: none
}

.img-wrap .img-btn {
    margin-right: 15px
}

.img-wrap .img-txt {
    width: 100%;
    -ms-flex: 1;
    flex: 1;
    pointer-events: none
}

.ui-sortable-list {
    display: table !important;
    background: #eff1f4;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    transition: box-shadow 0.3s cubic-bezier(0.24, 1, 0.32, 1)
}

.ui-sortable-list .sort-list {
    background: #eff1f4;
    border-bottom: 1px dotted #8c7177;
    width: 215px;
    margin-right: 0;
}

.read-btn{
  margin: 2px 0 0 200px;
}

.c-successMessage {
  color: #27ae60;
  border: 2px solid #27ae60;
  padding: 15px 30px;
  background: #fff;
  margin-bottom: 30px
}

.c-successMessage>li {
  padding-left: 20px;
  position: relative
}

.c-successMessage>li:before {
  -webkit-transition: opacity 0.3s cubic-bezier(0.24, 1, 0.32, 1);
  transition: opacity 0.3s cubic-bezier(0.24, 1, 0.32, 1);
  position: absolute;
  top: 50%;
  left: 3px;
  display: block;
  margin-top: -9px;
  width: 6px;
  height: 14px;
  border-right: 2px solid #27ae60;
  border-bottom: 3px solid #27ae60;
  content: '';
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  z-index: 1
}

.c-successMessage>li~li {
  margin-top: .5em
}

.display-hidden{
	background: #e5e5e5 !important;
}

.gray-out {
  background: #e5e5e5 !important;
  pointer-events: none;
}
