article{
	display:none;
}
textarea{
	background-color: #d1d1d1;
    width: 90%;
    height: 7rem;
    border: none;
    font-size: 16px;
    font-size: 1.6rem;

}


#Main1{
	max-width:750px;
}
.Save{
    width: 100%;
    padding:10px;
    box-sizing: border-box;
    text-align: center;
}
.Save > #imgCheck, .Save > #imgSave{
    width:200px;
    box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 50%);
    background-color: #fae077;
    border-radius: 30px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    display: inline-block;
}
@media screen and (max-width: 600px) {
	.Save > #imgCheck{
	    width:190px;
	}
}
.Save > #imgCheck i, .Save > #imgSave i{
    color: #5dc86a;
    font-size:2rem;
    margin-right:5px;
}

.Container{
	width: 100%;
    display: flex;
/*    position:relative;*/
    justify-content: center;

}
@media screen and (max-width:740px) {
	.Container{
	    justify-content: center;
	}

 
}
.Container > .Cont_left {
    display: inline-block;
    width: 90%;
    max-width: 500px;
    height: 400px;
    overflow-y:scroll;
/*    margin: 0 auto;*/
}
.Container > .Cont_left::-webkit-scrollbar {
  display:none;
}
/*
.Container > .Cont_left::-webkit-scrollbar-track {
  background-color: #5ed1d5;
}

.Container > .Cont_left::-webkit-scrollbar-thumb {
  background-color: #2e7ddf;
  border-radius: 10px;
}*/
.Container > .Cont_right {
    background-image: url(../Menu01/scroll_img.png);
    display: block;
    width: 28px;
    background-repeat: no-repeat;
    position:relative;
}

.Cont_top {
    display: block;
}

#Menu{
	width:500px;	/*後で可変にする*/
	padding:1rem 1rem 0 1rem;
    box-sizing: border-box;
	background-color:#F28C8E;
	transform-origin: left center;
    position: relative;

}
#Menu i{
	font-style: normal;
}
#Menu .waku{
    display: table;
    background-color: #FFFFFF;
    border-radius: 28px;
    padding: 1rem;
    width: 100%;
    box-sizing: border-box;
}
#Menu .active:after{
	content:" ";
	border:dotted 2px #4f79cc;
	width:100%;
	height:100%;
	display: block;
	position:absolute;
	top:-2px;
	left:-2px;
}
#Menu .active:before{
	content:" ";
	border:solid 1px #d1d1d1;
	width:100%;
	height:100%;
	display: block;
	position: absolute;
	top:-1px;
	left:-1px;
}
#Menu .writing{
    display: block;
    width: 100%;
    text-align: right;
    color: #FFF;
    font-size: 12px;
    font-size: 1.2rem;
}
#trush{
    background-color: #fff;
    letter-spacing: 5px;
    text-align: center;
    padding: 1rem 0;
    width: 60px;
	bottom:0px;
	right: 28px;
	position: absolute;
	border-radius:5px;
	z-index: 2;
	line-height:22px;
	display:none;
	border: solid 3px #5ed1d5;

}
#trush i{
	display: block;
    font-size: 3rem;
    color: #eb7370;
}
#Menu .row{
	display:table-row;
}

#Menu [class^="cell"]{
	display:table-cell;
}


#Menu .cell-header{
	color:#fff;
}
#Menu .cell-header .title{
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    /*height: 35px;*/
    display: inline-block;
    width: 100%;
}
#Menu .cell-header .circle,#Menu .cell-header .space{
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    margin-right:5px;
    max-height:25px;
    overflow:hidden;
    white-space: nowrap
    max-width: 485px;
}
#Menu .cell-header .circle::before {
    content: url(../Menu01/icon_circle.png);
    vertical-align: -4px;
    margin-right:5px;
}

#Menu .cell-header .space::before {
    content: url(../Menu01/icon_space.png);
    vertical-align: -4px;
    margin-right:5px;
}
#Menu .cell-header .name_sns {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    margin-bottom: 5px;
}
#Menu .cell-header .name_sns i{
    display:inline-block;
    margin-right:1rem;
}

#Menu .cell-header .name_sns i.twitter::before{
    content: url(../Menu01/twitter.png);
    vertical-align: -1px;
    margin-right:3px;
}
#Menu .cell-header .name_sns i.insta::before{
    content: url(../Menu01/insta.png);
    vertical-align: -1px;
    margin-right:3px;
}
#Menu .cell-header .name_sns i.kuruppu::before{
    content: url(../Menu01/kuruppu.png);
    vertical-align: -1px;
    margin-right:3px;
}
#Menu [class^="cell-free"]{
	text-align: center;
}
#Menu [class^="cell-free"] div{
	display:inline-block;
	vertical-align: top;
}

#Menu [class^="cell-free"] .type1{
	color:#747474;
	margin: 1rem 0;
}
#Menu [class^="cell-free"] .type1 .title{
	display:block;
	width:100%;
	height:10%;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    text-align:left;
    line-height: 19px;
}
#Menu [class^="cell-free"] .type1 .img{
	display:block;
    text-align:center;
}
#Menu [class^="cell-free"] .type1 .edit_large{
	width:195px;
	margin: 0 1.5rem;

}
#Menu [class^="cell-free"] .type1 .edit_medium{
	width: 130px;
	margin: 0 1rem;
}
#Menu [class^="cell-free"] .type1 .edit_small{
	width:100px;
	margin: 0 0.5rem;
}
#Menu [class^="cell-free"] .type1 .edit_large img{
	height:195px;
}
#Menu [class^="cell-free"] .type1 .edit_medium img{
	height:130px;
}
#Menu [class^="cell-free"] .type1 .edit_small img{
	height:100px;
}
#Menu [class^="cell-free"] .type1 .kakaku{
	text-align:right;
	display:inline-block;
	width:100%;
}
#Menu [class^="cell-free"] .type1 .price{
	display:inline-block;
	height:10%;
	color:#b2b2b2;
    font-size: 15px;
    font-size: 1.5rem;
}
#Menu [class^="cell-free"] .type1 .yen{
	display:inline-block;
	height:10%;
	color:#b2b2b2;
    font-size: 15px;
    font-size: 1.5rem;
}

#Menu [class^="cell-free"] .type2{
	min-height:100px;
	max-height:200px;
	overflow:hidden;
	width: 100%;
 margin: 1rem 0;
}
#Menu [class^="cell-free"] .l{
	display:block;
}
#Menu [class^="cell-free"] .type2 .title{
	height:10%;
	font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    line-height: 19px;
    color:#747474;
    word-break: break-all;
}
#Menu [class^="cell-free"] .type2 .img{
	width:160px;
	height:160px;
	display:block;
	float: left;
	margin-right:2rem;
}
#Menu [class^="cell-free"] .type2 .img img{
	height:100%;
}
#Menu [class^="cell-free"] .type2 .setumei{
    display: block;
    height: 10%;
    line-height: 22px;
    color: #747474;
    text-align: left;
    word-break: break-all;

}
#Menu [class^="cell-free"] .type2 .kakaku{
    vertical-align: middle;
    font-weight: normal;
    display: block;
    text-align: left;
    line-height: 21px;
    margin: 1rem;
}
#Menu [class^="cell-free"] .type2 .price{
	height:10%;
	color:#b2b2b2;
    font-size: 15px;
    font-size: 1.5rem;
    margin-left:1rem;
}
#Menu [class^="cell-free"] .type2 .yen{
	height:10%;
	color:#b2b2b2;
    font-size: 15px;
    font-size: 1.5rem;
}









#Parts_Window #CategoryTab li{
  display: inline-block;
  width: 30%;
	position: relative;
	line-height: 2.6em;
	text-align: center;
    border-radius: 10px 10px 0px 0px;
    list-style: none;
    background-color: #8adde0;
    cursor: pointer;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 1px;
}

#Parts_Window #CategoryTab li.show{
	background-color: #FFF;

}

#Parts_Window #CategoryTab a{
	display: inline-block;
	width: 100%;
	color: #fff;
}

#CategoryBody {
    width: 100%;
    position: absolute;
    height: 100%;
    padding: 0 0 40px 0;
    box-sizing: border-box;
}


#Items {
    background-color: #fff;
    padding-left: 0;
    height: 100%;
    overflow-y: scroll;
    padding: 8px;
}
#Items div[id^="l_"] {
    display: none;
}
#Items div.show {
    display: block;
}


#Items .spacer {
    width: 100%;
    border-bottom: 2px dotted #5ed1d5;
    margin: 1rem 0;
}

#d_main{
	color: #818181;
}
.category{
}
.category .c_title{
    color:#818181;
    padding-right:0.5rem;
    width: 96%;
    display: inline-block;
    border-bottom: 6px solid #5ed1d5;
    overflow: hidden;
    text-overflow: ellipsis;
}
.category .c_title::after {
    content: "▼";
    font-weight: 900;
    color:#8adde0;
    padding-left: 1rem;
}
.category ul[class^="color_"], .group ul[class^="color_"]{
    list-style-type: none;
    display: block;
    float: left;
    margin: 0.5rem 0 0 0;
}
.category ul[class^="color_"] li.parette, .group ul[class^="color_"] li.parette{
    width: 35px;
    height: 35px;
    border-radius: 5px;
    margin: 2px;
    float: left;
    text-align: center;
    cursor: pointer;
}
.category ul[class^="color_"] li.parette img, .group ul[class^="color_"] li.parette img{
    height:100%;

}
.category ul[class^="color_"] li.select{
    box-shadow:0px 0px 0px 3px #2e7ddf;
}

.category ul[class^="color_"] li.title{
    width: 66px;
    font-size: 11px;
    font-size: 1.1rem;
    float: left;
    box-sizing: border-box;
    display: flex;
    margin: 1rem;
}

.category ul.blocks{
    list-style-type: none;
    width:100%;
    max-width:600px;
    margin: 1rem auto;

}

.category ul.blocks > li{
    border: 4px solid #5ed1d5;
    border-radius: 10px;
    margin-bottom: 1rem;
    padding:0.5rem;
}
.category [class^="btn"]{
    display: inline-block;
    border-radius: 8px;
    text-align:center;
    padding: 0.3rem 0.9rem;
    color: #7b7b7b;
    font-size: 12px;
    font-size: 1.2rem;
    cursor: pointer;
}
.category [class^="btn"] img{
    width: 16px;
    height: 16px;
    vertical-align: -3px;
}
.category .btn_y{
    background-color: #f5ecbd;
}
.category .btn_g{
    background-color: #d8d8d8;
}
.category .l_up, .category .l_down,
.category .edit_up, .category .edit_down{
    padding: 0 7px;
    margin: 0 0.2rem;
}


[class^="layer_"]{
    padding: 0.5rem 0 1rem 0.5rem;
    margin-bottom:3rem;
}
[class^="layer_"] > .sakuhin{
    background-color: #bdf3f5;
    border-radius: 16px;
/*    padding: 0.6rem 0 0.6rem 1rem;*/
    margin-top: 0.5rem;
    height:50px;
    display: flex;
    align-items: center;
    list-style:none;
}
[class^="layer_"] > .sakuhin a, [class^="layer_"] > .sakuhin span{
    vertical-align:15px;
}
[class^="layer_"] > .sakuhin .img{
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-left:10px;
}
[class^="layer_"] > .sakuhin .img img{
    height: 100%;
    overflow:hidden;
}

[class^="layer_"] > .sakuhin li{
	white-space: nowrap;
}
[class^="layer_"] > .sakuhin li:nth-child( 2 ) {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}
[class^="layer_"] > .sakuhin li:nth-child( 3 ) {
    margin: 0 2rem 0 0;
}
@media screen and (max-width:480px) {
	[class^="layer_"] > .sakuhin li:nth-child( 3 ) {
	    margin: 0;
	}
}
[class^="layer_"] > .sakuhin li:nth-child( 4 ) {
  /* CSS */
}
[class^="layer_"] > .sakuhin li:nth-child( 5 ) {
  /* CSS */
}
[class^="layer_"] > .sakuhin li:nth-child( 6 ) {
    margin-right:10px;
}

.layer_gazou{
    border-left: 5px solid #ec9a69;
}
.layer_gazou > .title{
    border-bottom: 4px dotted #ec9a69;
    padding-left: 1rem;
}

.layer_moji{
    border-left: 5px solid #66c14a;
}
.layer_moji > .title{
    border-bottom: 4px dotted #66c14a;
    padding-left: 1rem;
}

.addbtn1{
    border: 3px solid #bdf3f5;
    border-radius: 16px;
    margin-top: 1rem;
    cursor: pointer;
}
.addbtn1 img{
    width: 23px;
    height: 23px;
    padding: 1rem;
    vertical-align: -15px;
}

.addbtn2{
    border: 3px solid #5ed1d5;
    border-radius: 16px;
    margin: 1rem 0 2rem 0;
    cursor: pointer;
}
.addbtn2 img{
    width: 23px;
    height: 23px;
    padding: 1rem;
    vertical-align: -15px;
}
.group{
	display:flex;
    margin: 1rem;
}
.group .group_title{
	display:flex;
    width: 66px;
    font-size: 11px;
    font-size: 1.1rem;
    display: inline-block;
}
.e_layer_gazou .group .group_title{
    border-right: solid #ec9a69 3px;
}
.e_layer_moji .group .group_title{
    border-right: solid #5ed1d5 3px;
}
.group .layer {
    margin-left: 1rem;
    width: 90%;
}

.group input[type="text"]  {
    background-color: #d1d1d1;
    border: none;
    width: 90%;
    font-size: 16px;
    font-size: 1.6rem;

}
.group label {
    font-size: 10px;
    font-size: 1.0rem;
}
#d_edit{
	display:none;
}
#d_edit [class^="e_layer"]{
	display:none;
}
#d_edit .edit_price{
    width: 100px;
    height: 16px;
    display: block;
    resize: none;
}
#d_edit textarea{
    resize: none;
}
#d_edit .c_title i{
    font-style: normal;
    font-size: 14px;
}
.group .l_title .switchArea {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
}
.group .l_title .switchArea input[type="checkbox"] {
    display: none;
}
.group .l_title .switchArea label {
    box-sizing: border-box;
    position: relative;
}
.group .l_title .switchArea label i {
    width: 50px;
    border-radius: 8px;
    height: 14px;
    background-color: #a7a7a7;
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.group .l_title .switchArea label #swImg {
    position: absolute;
    width: 25px;
    height: 14px;
    background: #727272;
    top: 0px;
    left: 0px;
    border-radius: 26px;
    transition: .2s;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.group .l_title .switchArea input[type="checkbox"]:checked ~ label #swImg {
  transform      : translateX(25px);
  background     : #2e7ddf;
}
.group .l_title {
    display: block;
    height: 37px;
    line-height: 32px;
}
.group .l_title [class^="hyouzi"] {
    color: #adadad;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;

}
.group .l_title span.hyouzi_y {
    color: #2e7ddf;
}
#h_edit{
	display:none;
}
#h_edit textarea{
    resize: none;
}
#h_edit .edit_text_circle{
    height: 2rem;
}
#h_edit .edit_text_space{
    height: 2rem;
}
#h_edit .group .group_title{
    border-right: solid #5ed1d5 3px;
}
#h_edit .name_sns span{
    color: #2e7ddf;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    display: block;
}
#h_edit .name_sns textarea{
    height: 2rem;
}
#l_text{
	padding-bottom: 5rem;
}
#l_text span,#l_stamp span{
	color: #000;
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    text-align: left;
}


textarea[id$="textmain"]{
	width: 90%;
	max-width:250px;
    height: 2rem;
}
textarea[id$="textsub"]{
	width: 90%;
	max-width:350px;
    height: 4rem;
}
#l_text [class^="ct_"]{
	background-color: #8adde0;
    padding: 8px;
    border-radius: 10px;
    margin: 10px;
}
#l_text .ct_color,
#l_text .ct_futi,
#l_text .ct_size{
	display: inline-block;
    height: 60px;
    padding-left: 1rem;
    min-width: 100px;
    text-align: center;
}

#l_text .ct_futi{
	position:relative;
}
#l_text .ct_futi .switchArea input[type="checkbox"] {
  display        : none;
}
#l_text .ct_futi .switchArea{
    display: inline-block;
    vertical-align: middle;
    width: 50px;
	position: absolute;
    top: 19px;
    left: 33px;
}
#l_text .ct_futi .switchArea label {
  box-sizing: border-box;
  position: relative;
}
#l_text .ct_futi .switchArea label i{
    width: 50px;
    border-radius: 8px;
    height: 14px;
    background-color: #a7a7a7;
    position: absolute;
    top: 0px;
    bottom:0;
    margin:auto;
	cursor: pointer;
}
#l_text .ct_futi .switchArea label span{
    margin-left:55px;
}
#l_text .ct_futi .switchArea label #swImg {
    position: absolute;
    width: 25px;
    height: 14px;
    background: #727272;
    top: 0px;
    left: 0px;
    border-radius: 26px;
    transition: .2s;
    bottom:0;
    margin:auto;
    cursor: pointer;
}

#l_text .ct_futi .switchArea input[type="checkbox"]:checked ~ label #swImg {
  transform      : translateX(25px);
  background     : #2e7ddf;
}
#l_text .font_radio label{
	margin-right:1rem;
	display:block;
}
#l_text .ct_size p{
    display: inline-block;
    border: solid 1px #767676;
    width: 33px;
    height: 33px;
    line-height: 33px;
    background-color: #fff;
    color: #767676;
    border-radius: 7px;
    cursor: pointer;
}
.custom_t{
    font-size:30px;
    font-size:3.0rem;
    line-height:34px;
}

#l_stamp ul{
    display: inline-block;
    list-style: none;
}
#l_stamp li.item{
    float: left;
    padding: 5px;
}

/*---------------*/
/*fonts          */
/*---------------*/
/*小杉丸*/
@font-face {
  font-family: 'KosugiMaruRegular';
  src: url("../pict_font/KosugiMaru-Regular.ttf") format("truetype");
}
.font-KosugiMaruRegular{
  font-family: 'KosugiMaruRegular';
  font-weight:400;
}
/*Noto Sans Japanese*/
@font-face {
  font-family: 'NotoSansJPBlack';
  src: url("../pict_font/NotoSansJP-Black.otf") format("opentype");
}
.font-NotoSansJPBlack{
  font-family: 'NotoSansJPBlack';
  font-weight:900;
}
@font-face {
  font-family: 'NotoSansJPBold';
  src: url("../pict_font/NotoSansJP-Bold.otf") format("opentype");
}
.font-NotoSansJPBold{
  font-family: 'NotoSansJPBold';
  font-weight:700;
}
@font-face {
  font-family: 'NotoSansJPRegular';
  src: url("../pict_font/NotoSansJP-Regular.otf") format("opentype");
}
.font-NotoSansJPRegular{
  font-family: 'NotoSansJPRegular';
  font-weight:400;
}
/*デラゴシック*/
@font-face {
  font-family: 'DelaGothicOneRegular';
  src: url("../pict_font/DelaGothicOne-Regular.ttf") format("truetype");
}
.font-DelaGothicOneRegular{
  font-family: 'DelaGothicOneRegular';
  font-weight:400;
}
/*解星 春の海*/
@font-face {
  font-family: 'KaiseiHarunoUmiRegular';
  src: url("../pict_font/KaiseiHarunoUmi-Regular.ttf") format("truetype");
}
.font-KaiseiHarunoUmiRegular{
  font-family: 'KaiseiHarunoUmiRegular';
  font-weight:400;
}
.font-KaiseiHarunoUmiRegular{
  font-family: 'KaiseiHarunoUmiRegular';
  font-weight:700;
}
/*解星オプティ*/
@font-face {
  font-family: 'KaiseiOptiBold';
  src: url("../pict_font/KaiseiOpti-Regular.ttf") format("truetype");
}
.font-KaiseiOptiBold{
  font-family: 'KaiseiOptiRegular';
  font-weight:700;
}
@font-face {
  font-family: 'KaiseiOptiRegular';
  src: url("../pict_font/KaiseiOpti-Regular.ttf") format("truetype");
}
.font-KaiseiOptiRegular{
  font-family: 'KaiseiOptiRegular';
}
/*ステッキ*/
@font-face {
  font-family: 'StickRegular';
  src: url("../pict_font/Stick-Regular.ttf") format("truetype");
}
.font-StickRegular{
  font-family: 'StickRegular';
  font-weight:400;
}
/*ロックンロール*/
@font-face {
  font-family: 'RocknRollOneRegular';
  src: url("../pict_font/RocknRollOne-Regular.ttf") format("truetype");
}
.font-RocknRollOneRegular{
  font-family: 'RocknRollOneRegular';
  font-weight:400;
}
/*ニューテゴミン*/
@font-face {
  font-family: 'NewTegominRegular';
  src: url("../pict_font/NewTegomin-Regular.ttf") format("truetype");
}
.font-NewTegominRegular{
  font-family: 'NewTegominRegular';
  font-weight:400;
}
/*---------------*/
/*modal          */
/*---------------*/
#modal_save{
    position: absolute;
    width: 80%;
	background-color:#fff;
	padding:1rem;
    z-index: 13;
    display:none;
    width: 80%;
    left: 10%;
    top: 1%;
    border-radius: 10px;
    overflow: scroll;
    height: 80vh;
}
#modal_save .box{
	text-align: center;
}
#modal_save .box .circle_preview_box{
    display: inline-block;
    max-width: 700px;
    width:90%;
    border: solid 2px #5ed1d5;
    border-radius: 10px;
	padding: 8px;
    box-sizing: border-box;
}
#modal_save .box .circle_preview_box .text_box{
	text-align:left;
	padding-left: 5px;
    border-bottom: dotted 4px #5ed1d5;
}
#modal_save .box .circle_preview_box .grass{

    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #5ed1d5;
    border-radius: 6px;
    color: #fff;
    text-align: center;
}
#modal_save .box .circle_preview_box .menu{
	margin: 11px;
    font-size: 16px;
}
#modal_save .box .circle_preview_box .text1{
	margin-right:11px;
}
#modal_save .box .circle_preview_box .text2{
    font-size: 13px;
}
#modal_save .box .circle_preview_box .circle_preview{
    display: block;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
#modal_save .box .circle_preview_box .circle_preview [id^="circle_preview"]{
    width:100%;
    max-width:224px;
    height:100%;
    height:224px;
    display:inline-block;
    vertical-align: top;
}
#modal_save #circle_preview1{
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}

#modal_addlayer{
    position: absolute;
    width: 80%;
	background-color:#fff;
	padding:1rem;
    z-index: 13;
    display:none;
    width: 80%;
    left: 10%;
    top: 1%;
    border-radius: 10px;
    height: 80vh;
	text-align: center;
	overflow: scroll;
}
#modal_addlayer::-webkit-scrollbar {
  display: none; /* Chrome, Safari 対応 */
}
#modal_addlayer ul{
	text-align: center;
}
#modal_addlayer li{
    max-width: 200px;
    display: inline-block;
    margin: 1rem;
    width: 80%;
}
#modal_addlayer li.select{
	box-shadow: 0px 0px 0px 3px #2e7ddf;
}
#modal_addlayer li img{

}
#modal_addlayer .btn_addlayer{
	background-color: #f5ecbd;
	display: inline-block;
    border-radius: 8px;
    text-align: center;
    width: 190px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

#modal_deleteitem{
    position: absolute;
    width: 80%;
	background-color:#fff;
	padding:1rem;
    z-index: 13;
    display:none;
    width: 80%;
    left: 10%;
    top: 1%;
    border-radius: 10px;
    height: 80vh;
	text-align: center;
	overflow: scroll;
}
#modal_deleteitem #DeleteWork{
	background-color: #f5ecbd;
	display: inline-block;
    border-radius: 8px;
    text-align: center;
    width: 190px;
    height: 40px;
    cursor: pointer;

}
/*------------*/
/*個別設定　　*/
/*------------*/
.Temp1stamp{
	display:inline-flex;
}
.Temp2stamp{
	display:inline-block;
	float:left;
}
.Temp2stamp p{
	line-height:20px;
}
.Temp3stamp{
	display:inline-flex;
}

.Temp1textmain{
	font-size:30px;
	color:#fff;
}
.Temp1textsub{
	font-size:24px;
	color:#fff;
}
.Temp2textmain{
font-size: 30px;
    color: #fff;
    line-height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.Temp2textsub{
	font-size:17px;
	color:#fff;
}
.Temp3textmain{
	font-size:30px;
	color:#d482a0;
}
.Temp3textsub{
	font-size:24px;
	color:#9d90ab;
}
