/*
iPadの横幅のときに、PC版のスクロールバーを考慮した幅指定をつめる
*/

/* ---------------------------------------------------------------- */
/* CSSリセット */
/* ---------------------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	text-decoration: none;
	border: none;
	list-style: none;
	color: #363636;
	font-size: 16px;
}
body { 
	font-size: 16px;
	font-weight: normal;
	background: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	line-height: 100%;
}
input[type="text"]:focus,
textarea:focus {
	outline: none;
}
html,body {
	height: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}
table tr th,
table tr td{
	padding: 0;
	margin: 0;
	border: none;
	vertical-align: top;
}

/* ---------------------------------------------------------------- */
/* ログイン画面 */
/* ---------------------------------------------------------------- */
.b00 {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #071230;
}
.b00_e01 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -85px;
	width: 400px;
	height: 170px;
	text-align: center;
	background: rgba(0,0,0,0);
	color:#FFF;
	padding: 30px;
	border-radius: 8px;
}
.b00_e02 {
	color: #FFF;
	padding-bottom: 10px;
}
.b00_e03 {
	width: 100%;
	border: 1px solid #000;
	border-radius: 8px;
	background: #FFF;
	padding: 12px;
	color: #000;
	font-size: 20px;
}
.b00_e04 {
	padding-top: 10px;
}
.b00_e05 {
	max-width: 200px;
	display: block;
	padding: 16px;
	color: #FFF;
	background: #fcba03;
	color: #000;
	border-radius: 8px;
	margin: 0 auto 0 auto;
	cursor: pointer;
}
	.b00_e05:hover {
		opacity: 0.5;
	}
	
.b00_e06 {
	margin-top: 26px;
}
.b00_e06 * {
	font-size: 12px;
	color: #AAA;
}
.b00_e07 {
	font-size: 12px;
	text-decoration: underline;
}
.b00_e07:hover {
	text-decoration: none;
	color: #FF0000;
}

/* ---------------------------------------------------------------- */
/* ヘッダー1 : ホーム・検索窓・ユーザー情報・設定 */
/* ---------------------------------------------------------------- */
.b01 {
	display: block;
	background: #071230;
	color: #FFF;
	padding: 10px 5px 10px 5px;
}
.b01_e01 {
	display: table;
	width: 100%;
}
.b01_e02 {
	display: table-cell;
	padding: 0 5px 0 5px;
	vertical-align: top;
	position: relative;
}
.b01_e03 {
	display: block;
	padding: 16px;
	background: #20315e;
	border-radius: 4px;
}
.b01_e03--nbg {
	background: none;
}
.b01_e04 {
	width: 58px;
}
.b01_e05 {
	width: 48px;
	display: block;
	background: #20315e;
	position: relative;
	cursor: pointer;
}
	.b01_e05:hover {
		opacity: 0.5;
	}
.b01_e06 {
	display: block;
	position: absolute;
	left: 14px;
	top: 8px;
	width: 20px;
	height: 20px;
	background: url(./img/icon_home.svg);
	background-size: 20px 20px;
}
.b01_e07 {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 2px;
	font-size: 10px;
	color: #FFF;
}
.b01_e11 {
	width: 282px;
}
.b01_e08 {
	position: relative;
	color: #FFF;
	cursor: pointer;
}
	.b01_e08:hover {
		opacity: 0.5;
	}
.b01_e09 {
	width: 240px;
	display: block;
	color: #FFF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.b01_e10 {
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 6px solid #ffffff;
	border-bottom: 0;
	position: absolute;
	right: 16px;
	top: 20px;
}
.b01_e12 {
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	width: 100%;
	height: 100%;
}
.b01_e13 {
	width: 100%;
	height: 48px;
	background: #FFF;
	color: #000;
}
	.b01_e13::placeholder {
		color: #CCC;
	}
.b01_e14 {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 0 8px 8px 0;
	background: #fcba03;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}
	.b01_e14:hover {
		
	}
.b01_e15 {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 14px;
	top: 14px;
	background: url(./img/icon_search.svg);
	background-size: 20px 20px;
}
.b01_e16 {
	color: #FFF;
}
.b01_e17 {
	cursor: pointer;
	color: #fcba03;
	font-size: 14px;
	margin-left: 4px;
}
.b01_e18 {
	width: 240px;
}
.b01_e19 {
	width: 58px;
}
.b01_e20 {
	display: block;
	position: relative;
}
.b01_e21 {
	display: block;
	position: absolute;
	left: 14px;
	top: 13px;
	width: 20px;
	height: 20px;
	background: url(./img/icon_settings.svg);
	background-size: 20px 20px;
}
	.b01_e21:hover {
		opacity: 0.5;
	}





/* ---------------------------------------------------------------- */
/* ヘッダー2 : 各項目グローバルメニュー */
/* ---------------------------------------------------------------- */
.b02 {
	display: block;
	background: #202a45;
	color: #FFF;
	padding: 10px;
	text-align: center;
	font-size: 0;
	position: relative;
}
.b02_e01 {
	display: inline-block;
	padding: 14px 10px;
	padding-left: 36px;
	background: #000;
	border: 2px solid #000;
	color: #FFF;
	border-radius: 8px;
	cursor: pointer;
	font-size: 16px;
	margin: 0 2.5px 0 2.5px;
	position: relative;
}
.b02_e15 {
	color: #fcba03;
	border: 2px solid #fcba03;
	background: #0e1b47;
}
	.b02_e01:hover {
		opacity: 0.5;
	}
.b02_e02 {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 10px;
	top: 14px;
}
.b02_e03 {
	background: url(./img/icon_cart.svg);
	background-size: 20px 20px;
}
.b02_e04 {
	background: url(./img/icon_calendar.svg);
	background-size: 20px 20px;
	top: 13px;
}
.b02_e05 {
	background: url(./img/icon_history.svg);
	background-size: 20px 20px;
}
.b02_e06 {
	background: url(./img/icon_king.svg);
	background-size: 20px 20px;
	top: 12px;
}
.b02_e12 {
	background: url(./img/icon_areaselect.svg);
	background-size: 20px 20px;
	top: 12px;
}
.b02_e13 {
	background: url(./img/icon_track.svg);
	background-size: 20px 20px;
}
.b02_e13 {
	background: url(./img/icon_track.svg);
	background-size: 20px 20px;
}
.b02_e16 {
	background: url(./img/icon_reload.svg);
	background-size: 20px 20px;
}
.b02_e17 {
	background: url(./img/icon_camera.svg);
	background-size: 20px 20px;
}


.b02_e10 {
	display: inline-block;
	padding: 16px 16px;
	padding-left: 42px;
	background: #1d5e33;
	color: #FFF;
	border-radius: 8px;
	cursor: pointer;
	font-size: 16px;
	margin: 0 5px 0 5px;
	position: relative;
}
	.b02_e10:hover {
		opacity: 0.5;
	}
.b02_e11 {
	background: url(./img/icon_tel.svg);
	background-size: 20px 20px;
	left: 15px;
}

.b02_e14 {
	width: 16px;
	height: 16px;
	border-radius: 16px;
	background: #FF0000;
	position: absolute;
	right: -2px;
	top: -2px;
}


/* ---------------------------------------------------------------- */
/* ヘッダー3 : アイテム大分類メニュー */
/* ---------------------------------------------------------------- */
.b03 {
	display: block;
	background: #353947;
	color: #292e3d;
	padding: 0px;
	text-align: center;
	font-size: 0;
	position: relative;
}
.b03_e01 {
	display: inline-block;
	padding: 14px 12px;
	background: rgba(0,0,0,0);
	color: #FFF;
	cursor: pointer;
	margin: 0 0 0 0;
}
	.b03_e01:hover {
		opacity: 0.5;
	}
.b03_e02 {
	background: #19203b;
	color: #fcba03;
}

/* ホーム画面・現場別デザイン修正 */
body.FD006 .b03_e01 {
	font-size: 14px;
	padding: 14px 8px;
}

/* ---------------------------------------------------------------- */
/* 商品選択 各項目 */
/* ---------------------------------------------------------------- */
.b04 {
	width: 100vw;
	height: 100%;
}
.b04_e01 {
	width: 140px;
	height: 100%;
	background: #CCC;
}
.b04_e05 {
	height: 100%;
	overflow-y: scroll;
	padding: 10px;
	text-align: center;
	padding-bottom: 125px;
}
.b04_e02 {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto 0 auto;
	background: #666;
	border-radius: 8px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	border: 2px solid #666;
	margin-bottom: 10px;
}
	.b04_e02:hover {
		opacity: 0.8;
		border: 2px solid #fcba03;
	}
.b04_e06 {
	border: 2px solid #fcba03;
}
.b04_e03 {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.b04_e04 {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align: center;
	padding: 4px;
	font-size: 12px;
	background: rgba(0,0,0,0.8);
	color: #FFF;
}
.b04_e07 {
	
}
.b04_e08 {
	width: 100%;
	table-layout: fixed;
}
.b04_e09 {
	position: relative;
	padding: 0px 5px 10px 5px;
}
.b04_e10 {
	display: block;
	width: 100%;
	height: 100px;
	background: #EEE;
	color: #000;
	border-radius: 8px;
	padding: 11px 24px 11px 11px;
	padding-left: 100px;
	border-radius: 8px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	border: 2px solid #666;
}
	.b04_e10:hover {
		opacity: 0.8;
		border: 2px solid #fcba03;
	}
.b04_e17 {
	border: 2px solid #fcba03;
	pointer-events: noneX;
}
.b04_e18 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.b04_e19 {
	width: 40px;
	height: 40px;
	background: #00b542;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	border-radius: 40px;
}
.b04_e20 {
	display: block;
	width: 18px;
	height: 4px;
	background: #FFF;
	position: absolute;
	left: 15px;
	top: 17px;
	transform: rotate(-45deg);
}
.b04_e21 {
	display: block;
	width: 12px;
	height: 4px;
	background: #FFF;
	position: absolute;
	left: 9px;
	top: 20px;
	transform: rotate(45deg);
}

.b04_e11 {
	width: 77px;
	height: 77px;
	position: absolute;
	left: 10px;
	top: 10px;
	border-radius: 8px;
	overflow: hidden;
	border: 2px solid #999;
}
.b04_e12 {
	width: 76px;
	height: 76px;
}
.b04_e13 {
	display: inline-block;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 130%;
}
.b04_e14 {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 100%;
	padding-left: 111px;
}

.b04_e16 {
	height: 100%;
	overflow-y: scroll;
	padding: 10px 5px 10px 5px;
	padding-bottom: 125px;
}
.b04_e22 {
	
}
.b04_e23 {
	display: block;
	text-align: center;
	padding-top: 100px;
}

/* ---------------------------------------------------------------- */
/* 選択したアイテム */
/* ---------------------------------------------------------------- */
.b05 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #FFF;
	background: rgba(0,0,0,0.9);
	z-index: 900;
}
.b05_e08 {
	width: 100%;
	min-height:110px;
	padding: 10px;
	padding-right: 120px;
	font-size: 0;
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
}
.b05_e01 {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 90px;
	padding: 5px 5px 5px 90px;
	margin-right: 10px;
	position: relative;
	background: #FFF;
	border-radius: 8px;
	font-size: 12px;
}
.b05_e02 {
	width: 80px;
	height: 80px;
	border: 2px solid #999;
	border-radius: 8px;
	overflow: hidden;
	position: absolute;
	left: 5px;
	top: 5px;
}
.b05_e03 {
	width: 76px;
	height: 76px;
}
.b05_e04 {
	font-size: 14px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	height: 48px;
}
.b05_e05 {
	width: 64px;
	height: 24px;
	display: block;
	padding: 4px;
	background: url(./img/icon_trash.svg) center center no-repeat #999;
	background-size: 15px 15px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	cursor: pointer;
	border-radius: 8px;
	margin-right: 10px;
}
	.b05_e05:hover {
		opacity: 0.5;
	}

.b05_e06 {
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width: 120px;
	height: 110px;
	background: rgba(0,0,0,0.9);
	z-index: 100;
}
.b05_e07 {
	display: block;
	width: 100px;
	padding: 40px 8px 8px 8px;
	color: #000;
	font-size: 14px;
	background: url(./img/icon_calculator.svg) center 12px no-repeat #fcba03;
	background-size: 20px 20px;
	border-radius: 8px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -32px;
	cursor: pointer;
}
	.b05_e07:hover {
		opacity: 0.5;
	}

@media screen and (max-width: 1200px) {
	
}

/* ---------------------------------------------------------------- */
/* セット選択 */
/* ---------------------------------------------------------------- */
.b06 {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 950;
	background: rgba(0,0,0,0.5);
}
.b06_10 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 400px;
	height: 400px;
	background: #FFF;
	border-radius: 8px;
	padding: 16px;
	margin-left: -200px;
	margin-top: -200px;
}
.b06_19 {
	position: absolute;
	right: -14px;
	top: -14px;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 32px;
	background: #AAA;
	cursor: pointer;
}
	.b08_e52:hover {
		opacity: 0.5;
	}
.b06_20 {
	display: block;
	width: 17px;
	height: 2px;
	background: #FFF;
	position: absolute;
	left: 8px;
	top: 15px;
	transform: rotate(-45deg);
}
.b06_21 {
	display: block;
	width: 17px;
	height: 2px;
	background: #FFF;
	position: absolute;
	left: 8px;
	top: 15px;
	transform: rotate(45deg);
}

.b06_09 {
	width: 100%;
	height: 100%;
}
.b06_01 {
	position: relative;
	padding-left: 90px;
	font-weight: bold;
	height: 90px;
}
.b06_02 {
	display: block;
	width: 100%;
	height: 80px;
	border: 1px solid #999;
	padding: 10px 28px 10px 10px;
	border-radius: 8px;
}
.b06_03 {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 2px solid #999;
	overflow: hidden;
	border-radius: 8px;
}
.b06_11{
	width: 80px;
	height: 80px;
}
.b06_04 {
	padding: 10px;
	height: 222px;
	border: 2px solid #CCC;
	overflow-y: scroll;
}
.b06_05 {
	display: block;
	padding: 16px;
	margin-bottom: 5px;
	border: 2px solid #000;
	border-radius: 8px;
	cursor: pointer;
}
.b06_12 {
	border: 2px solid #fcba03;
	background: #ffe8a8;
	color: #000;
	position: relative;
	padding-right: 40px;
}
	.b06_05:hover {
		opacity: 0.5;
	}
.b06_13 {
	position: absolute;
	right: 10px;
	top: 14px;
	width: 20px;
	height: 20px;
	background: #00b542;
	border-radius: 20px;
}
.b06_14 {
	display: block;
	width: 9px;
	height: 2px;
	background: #FFF;
	position: absolute;
	left: 7px;
	top: 9px;
	transform: rotate(-45deg);
}
.b06_15 {
	display: block;
	width: 4px;
	height: 2px;
	background: #FFF;
	position: absolute;
	left: 5px;
	top: 10px;
	transform: rotate(45deg);
}
.b06_06 {
	
}
.b06_07 {
	height: 48px;
}
.b06_08 {
	cursor: pointer;
	display: block;
	text-align: center;
	padding: 16px;
	color: #000;
	background: #fcba03;
	border-radius: 8px;
}
	.b06_08:hover {
		opacity: 0.5;
	}
.b06_16 {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.b06_17 {
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 8px solid #555555;
	border-bottom: 0;
	position: absolute;
	right: 10px;
	top: 37px;
}
.b06_18 {
		display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ---------------------------------------------------------------- */
/* ステップリンク */
/* ---------------------------------------------------------------- */
.b07 {
	text-align: center;
	background: #DDD;
	font-size: 0;
	padding: 10px;
}
.b07_e08 {
	margin: 0 auto 0 auto;
}
.b07_e01 {
	position: relative;
	display: inline-block;
	font-size: 16px;
	padding: 8px 25px 8px 32px;
	background: rgba(255,255,255,0.5);
	color: #BBB;
	border-radius: 14px;
	margin: 0 2px 0 2px;
	line-height: 16px;
	cursor: pointer;
}
	.b07_e01:hover {
		/*opacity: 0.5;*/
	}
.b07_e04{
	color: #000;
	background: #FFF;
}
.b07_e02 {
	position: absolute;
	right: 10px;
	top: 12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #BBB;
	border-right: 0;
}
.b07_e09 {
	border-left: 7px solid #000;
}
.b07_e03 {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 6px;
	top: 6px;
	width: 20px;
	height: 20px;
	border: 1px solid #BBB;
	border-radius: 20px;
	font-size: 12px;
	color: #BBB;
}
.b07_e06 {
	border: 1px solid #00b542;
	background: #00b542;
	color: #FFF;
}

.b07_e05 {
	display: block;
	width: 100%;
	background: #FFF;
	border: 1px solid #000;
	color: #000;
	padding: 4px;
	font-size: 12px;
	margin-top: 10px;
	border-radius: 4px;
}
.b07_e07 {
	display: block;
	width: 100%;
	background: #000;
	border: 1px solid #000;
	color: #FFF;
	padding: 4px;
	font-size: 12px;
	margin-top: 10px;
	border-radius: 4px;
}

/* ---------------------------------------------------------------- */
/*詳細入力リスト*/
/* ---------------------------------------------------------------- */
.b08 {
	display: block;
	text-align: center;
}
.b08_e01 {
	display: block;
	margin: 10px auto 0 auto;
	padding: 0 10px 0 10px;
	width: 100%;
	max-width: 1200px;
}
.b08_e27 {
	padding-bottom: 62px;
}

/* -------------------- */

.b08_e02 {
	display: block;
	text-align: left;
	border: 2px solid #AAA;
	border-radius: 8px;
	padding: 10px 10px 10px 45px;
	position: relative;
	margin-bottom: 10px;
}
	.b08_e02.fadein {
		opacity: 0;
		animation: fadeIn 500ms ease-in forwards;
	}
.b08_e02.hin {
	padding: 10px;
}
	@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.b08_e03 {
	display: block;
	margin-bottom: 10px;
	min-height: 70px;
}
.b08_e04 {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding-right: 112px;
	padding-left: 80px;
}
.b08_e61 {
	position: absolute;
	right: 10px;
	top: 10px;
}

.b08_e05 {
	display: inline-block;
	font-size: 14px;
	padding: 10px 32px 10px 14px;
	border-radius: 8px;
	background: #226de6;
	color: #FFF;
	position: relative;
}
.b08_e22 {
	width: 16px;
	height: 16px;
	background: url(./img/icon_history.svg) 0 0 no-repeat;
	background-size: 16px 16px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.b08_e62 {
	display: inline-block;
	font-size: 14px;
	padding: 10px 32px 10px 14px;
	background: #FFF;
	color: #000;
	border: 1px solid #CCC;
	border-radius: 8px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	position: relative;
}
	.b08_e62:hover {
		opacity: 0.6;
		cursor: pointer;
	}
.b08_e63 {
	width: 16px;
	height: 16px;
	background: url(./img/icon_memo_g.svg) 0 0 no-repeat;
	background-size: 16px 16px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.b08_e70 {
	display: inline-block;
	font-size: 14px;
	padding: 10px 32px 10px 14px;
	background: #226de6;
	color: #FFF;
	border-radius: 8px;
	position: relative;
}
	.b08_e70:hover {
		opacity: 0.6;
		cursor: pointer;
	}
.b08_e71 {
	width: 16px;
	height: 16px;
	background: url(./img/icon_plus.svg) 0 0 no-repeat;
	background-size: 16px 16px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.b08_e72 {
    display: inline-block;
    font-size: 14px;
    padding: 10px 32px 10px 14px;
    background: #ad2a10;
    color: #FFF;
    border-radius: 8px;
    position: relative;
	cursor: pointer;
}
	.b08_e72:hover {
		opacity: 0.5;
	}
.b08_e73 {
	width: 16px;
    height: 16px;
    background: url(./img/icon_trash.svg);
    background-size: 16px 16px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.b08_e74 {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 5px;
	top: 5px;
	background: url(./img/icon_up.svg) 0px 0px no-repeat #FFF;
	background-size: 30px 30px;
	border-radius: 30px;
	z-index: 10;
	cursor: pointer;
}
	.b08_e74:hover {
		opacity: 0.5;
	}
.b08_e75 {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 5px;
	bottom: 5px;
	background: url(./img/icon_down.svg) 0px 0px no-repeat #FFF;
	background-size: 30px 30px;
	border-radius: 30px;
	z-index: 10;
	cursor: pointer;
}
	.b08_e75:hover {
		opacity: 0.5;
	}

.b08_e02:first-child .b08_e74,
.b08_e02:last-child .b08_e75 {
	display: none;
}


.b08_e20 {
	width: 70px;
	height: 70px;
	border: 2px solid #333;
	border-radius: 8px;
	overflow: hidden;
	position: absolute;
	left: 45px;
	top: 10px;
}
.b08_e21 {
	width: 66px;
	height: 66px;
}
.b08_e08 {
	width: 100%;
	border-left: 1px solid #AAA;
	border-top: 1px solid #AAA;
}
.b08_e09 {
	width: 25%;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	padding: 10px;
	position: relative;
}
.b08_e16 {
	background: #353947;
	color: #FFF;
	font-weight: normal;
	font-size: 14px;
}
.b08_e13 {
	display: block;
	font-size: 12px;
	margin-bottom: 3px;
	font-weight: normal;
}
.b08_e19 {
	border-bottom: 1px dashed #EEE;
}
.b08_e15 {
	display: block;
	width: 100%;
	font-size: 14px;
	padding: 8px 30px 8px 8px;
	border: 1px solid #000;
	background: #EEE;
	border-radius: 8px;
	position: relative;
	cursor: pointer;
}
.b08_e17 {
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 6px solid #000;
	border-bottom: 0;
	position: absolute;
	right: 10px;
	top: 13px;
}
.b08_e14 {
	position: relative;
}
.b08_e18 {
	/*background: #FF0000;*/
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.b08_e10 {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
}
.b08_e23 {
	background: rgba(0,0,0,0.8);
	padding: 10px;
}
.b08_e24 {
	width: 100%;
}
.b08_e25 {
	text-align: left;
}
.b08_e26 {
	text-align: right;
}
.b08_e11 {
	display: inline-block;
	padding: 8px 36px 8px 13px;
	color: #FFF;
	font-size: 14px;
	background: url(./img/icon_save.svg) right 9px top 9px no-repeat #226de6;
	background-size: 16px 16px;
	border-radius: 8px;
	text-align: center;
}
.b08_e58 {
	display: inline-block;
	padding: 8px 13px 8px 36px;
	color: #FFF;
	font-size: 14px;
	background: url(./img/icon_back.svg) left 9px top 9px no-repeat #20315e;
	background-size: 16px 16px;
	border-radius: 8px;
	text-align: center;
	cursor: pointer;
}
	.b08_e58:hover {
		opacity: 0.5;
	}
.b08_e12 {
	display: inline-block;
	padding: 8px 36px 8px 13px;
	color: #000;
	font-size: 14px;
	background: url(./img/icon_areaselect_b.svg) right 8px top 5px no-repeat #fcba03;
	background-size: 20px 20px;
	border-radius: 8px;
	text-align: center;
	cursor: pointer;
}
.b08_e12:hover {
	opacity: 0.5;
}

/* ------------------------ */
/* 日時指定 */
/* ------------------------ */
.b08_e28 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: rgba(0,0,0,0.5);
}
.b08_e29 {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 400px;
	height: 445px;
	margin-left: -200px;
	margin-top: -223px;
	background: #FFF;
	border-radius: 8px;
	padding: 16px;
}
.b08_e30 {
	display: block;
	font-weight: normal;
	margin-bottom: 20px;
}
.b08_e31 {
	display: block;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 12px;
	position: relative;
}
.b08_e32, .b08_e32 * {
	font-size: 24px;
}
.b08_e33 {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.b08_e34 {
	margin-right: 6px;
	font-weight: normal;
	font-size: 14px;
	cursor: pointer;
	position: realtive;
	padding-left: 12px;
}
	.b08_e34:hover{
		opacity: 0.5;
	}
.b08_e55 {
	position: absolute;
	left: 0px;
	top: 6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 7px solid #555555;
	border-left: 0;
}
.b08_e35 {
	font-weight: normal;
	font-size: 14px;
	cursor: pointer;
	padding-right: 12px;
}
	.b08_e35:hover{
		opacity: 0.5;
	}
.b08_e56 {
	position: absolute;
	right: 0px;
	top: 6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 0;
	border-left: 7px solid #555555;
}

.b08_e36 {
	margin-bottom: 10px;
}
.b08_e37 {
	width: 100%;
	padding: 4px;
	border-left: 1px solid #AAA;
	border-top: 1px solid #AAA;
}
.b08_e38 {
	padding: 4px;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	background: #353947;
	color: #FFF;
	font-weight: normal;
	font-size: 14px;
}
.b08_e39 {
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}

.b08_e60 {
	width: 1px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
}

.b08_e65 {
	padding-top: 10px;
}
.b08_e66 {
	cursor: pointer;
	
	display: inline-block;
	font-size: 14px;
	padding: 8px;
	background: #FFF;
	border: 1px solid #AAA;
	border-radius: 8px;
	color: #666;
}
	.b08_e66:hover {
		opacity: 0.5;
	}

.b08_e51 {
	display: block;
	padding: 10px 4px;
	cursor: pointer;
	text-align: center;
	border: 1px solid #FFF;
}
.b08_e59 {
	border: 1px solid #fc5603;
}
.b08_e40 {
	background: #fff2f5;
	color: #ff0040;
}
.b08_e41 {
	background: #f2f8ff;
	color: #006aff;
}
.b08_e57 {
	background: #FFF;
	color: #DDD;
}
.b08_e42 {
	margin-bottom: 10px;
}
.b08_e43 {

}
.b08_e44 {
	font-size: 14px;
	margin-bottom: 4px;
	font-weight: bold;
	position: relative;
	padding-left: 16px;
}
.b08_e45 {

}
.b08_e46 {
	vertical-align: middle;
	padding: 2px;
}
.b08_e47 {
	width: 45px;
	font-size: 16px;
	padding: 8px;
	border: 1px solid #CCC;
	background: #EEE;
	color: #CCC;
	border-radius: 8px;
}
.b08_e48 {
	margin-right: 4px;
}
.b08_e49 {
	text-align: right;
}
.b08_e50 {
	display: inline-block;
	padding: 16px 42px 16px 21px;
	color: #000;
	font-size: 16px;
	background: url(./img/icon_calendar_b.svg) right 11px top 14px no-repeat #fcba03;
	background-size: 20px 20px;
	border-radius: 8px;
	text-align: center;
	cursor: pointer;
}
	.b08_e50:hover {
		opacity: 0.5;
	}
.b08_e52 {
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 32px;
	background: #AAA;
	cursor: pointer;
}
	.b08_e52:hover {
		opacity: 0.5;
	}
.b08_e53 {
	display: block;
	width: 17px;
	height: 2px;
	background: #FFF;
	position: absolute;
	left: 8px;
	top: 15px;
	transform: rotate(-45deg);
}
.b08_e54 {
	display: block;
	width: 17px;
	height: 2px;
	background: #FFF;
	position: absolute;
	left: 8px;
	top: 15px;
	transform: rotate(45deg);
}

.b08_e80 {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	left: 0;
	top: 0;
	z-index: 2000;
}
.b08_e81 {
	width: 500px;
	height: 440px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -220px;
	background: #FFF;
	border-radius: 16px;
	box-shadow: 0 0 16px rgba(0,0,0,0.3);
	padding: 24px;
	overflow-y: scroll;
}
.b08_e82 {
	margin-bottom: 16px;
	font-weight: bold;
}
.b08_e83 {
	margin-bottom: 16px;
}
.b08_e84 {
	display: block;
	width: 100%;
	height: 200px;
	border: 1px solid #AAA;
	border-radius: 4px;
	padding: 8px;
}
.b08_e85 {
	width: 100%;
	margin-bottom: 16px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.b08_e86 {
	width: calc(25% - 5px);
}
.b08_e87 {
	padding-top: 56.25%;
	color: #FFF;
	border: 1px solid #333;
	border-radius: 4px;
	background-size: contain;
	background-color: #333;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.b08_e88 {
	text-align: right;
}
.b08_e89 {
	display: inline-block;
	padding: 8px 36px 8px 13px;
	font-size: 14px;
	border-radius: 8px;
	color: #000;
	background: url(./img/icon_save_b.svg) right 10px top 8px no-repeat #fcba03;
	background-size: 16px 16px;
}
.b08_e90 {
	padding-top: 56.25%;
	border: 1px solid #CCC;
	border-radius: 4px;
	background-color: #CCC;
	position: relative;
}
	.b08_e90:hover {
		opacity: 0.6;
		cursor: pointer;
	}
.b08_e91 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	border: 4px solid #FFF;
	border-radius: 32px;
}
.b08_e92 {
	position: absolute;
	left: 14px;
	top: 6px;
	width: 4px;
	height: 20px;
	background: #FFF;
	border-radius: 2px;
}
.b08_e93 {
	position: absolute;
	left: 14px;
	top: 6px;
	width: 4px;
	height: 20px;
	background: #FFF;
	border-radius: 2px;
	transform: rotate(90deg);
}
.b08_e94 {
	width: 40px;
	height: 24px;
	display: block;
	padding: 4px;
	background: url(./img/icon_trash.svg) center center no-repeat rgba(100,100,100,0.5);
	background-size: 15px 15px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	cursor: pointer;
	border-radius: 8px;
	margin-right: 0px;
}
.b08_e95 {
	
}
.b08_e96 {
	width: 42%;
	padding-left: 5px;
}
.b08_e97 {
	width:90%;
}
.b08_e98 {
	padding: 2px;
}
.b08_e99 {
	width: 100%;
    font-size: 14px;
    padding: 8px;
    border: 1px solid #CCC;
    background: #EEE;
	color: #CCC;
    border-radius: 8px;
	text-align: center;
	letter-spacing: -1px;
	cursor: pointer;
}
#E091 {
	width: 100%;
}

#E091.b08_e101 #I003,
#E091.b08_e101 #I004,
#E091.b08_e102 #I013,
#E091.b08_e103 #I014,
#E091.b08_e104 #I015
{
	border: 1px solid #000;
    background: #EEE;
	color: #000;
}


#E091.b08_e102 .b08_e95 .p10_e34,
#E091.b08_e103 .b08_e95 .p10_e34,
#E091.b08_e104 .b08_e95 .p10_e34,
#E091.b08_e101 .b08_e96 .p10_e34 {
	background-color: #fcba03;
}




/* ---------------------------------------------------------------- */
/* 搬入場所指示 */
/* ---------------------------------------------------------------- */
.b09 {
	width: 100%;
	height: 100%;
}
.b09_e23 {
	height: 32px;
}
.b09_e01 {
	width: 100%;
	height: 180px;
	position: relative;
	background: #666;
}
@media screen and (max-width: 1200px) {
	/*
	.b09_e01 {
		height: 157px;
	}
	*/
}
.b09_e02 {
	position: relative;
}
.b09_e04 {
	position: relative;
	
}
.b09_e14 {
	display: block;
	position: relative;
	background: #333;
}
.b09_e15 {
	display: inline-block;
	padding: 8px;
	font-size: 14px;
	color: #FFF;
}
.b09_e16 {
	display: inline-block;
	padding: 8px;
	font-size: 12px;
	color: #cfeeff;
	cursor: pointer;
}
	.b09_e16:hover {
		opacity: 0.5;
	}
.b09_e17 {
	display: inline-block;
	padding: 8px;
	font-size: 12px;
	color: #cfeeff;
	cursor: pointer;
}
	.b09_e17:hover {
		opacity: 0.5;
	}

.b09_e05 {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	overflow-x: auto;
	background: none;
}
.b09_e06 {
	padding: 10px;
	white-space: nowrap;
}
.b09_e07 {
	display: inline-block;
	width: 200px;
	height: 160px;
	padding: 5px 5px 5px 90px;
	margin-right: 7px;
	position: relative;
	background: #FFF;
	border-radius: 8px;
	font-size: 12px;
	border: 4px solid #FFF;
	cursor: pointer;
	vertical-align: top;
}
	.b09_e07:hover {
		opacity: 0.8;
	}
.b09_e22 {
	position: absolute;
	bottom: 40px;
	left: 0px;
	width: 100%;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 3px;
	vertical-align: bottom;
}
.b09_e22 * {
	font-size: 14px;
}
.b09_e38 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 3px;
	vertical-align: bottom;
}

.b09_e13 {
	border: 4px solid #fcba03;
	background-color: #ffe4b5;
}


.b09_e08 {
	width: 80px;
	height: 80px;
	border: 2px solid #999;
	border-radius: 8px;
	overflow: hidden;
	position: absolute;
	left: 5px;
	top: 5px;
}
.b09_e09 {
	width: 76px;
	height: 76px;
}
.b09_e10 {
	height: 48px;
	font-size: 14px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}
.b09_e11 {
	width: 40px;
	height: 24px;
	display: block;
	padding: 4px;
	background: url(./img/icon_trash.svg) center center no-repeat #999;
	background-size: 15px 15px;
	position: absolute;
	right: 5px;
	bottom: 68px;
	cursor: pointer;
	border-radius: 8px;
	margin-right: 0px;
}
.b09_e12 {
	width: 40px;
	height: 24px;
	display: block;
	padding: 4px;
	background: url(./img/icon_info_b.svg) center center no-repeat #fcba03;
	background-size: 15px 15px;
	position: absolute;
	right: 52px;
	bottom: 68px;
	cursor: pointer;
	border-radius: 8px;
	margin-right: 0px;
}
.b09_e18 {
	width: 100%;
	height: 100%;
}
.b09_e19 {
	padding-right: 0px;
	width: 300px;
}

.b09_e20 {
	
}
.b09_e21 {
	display: block;
	width: 100%;
	padding: 8px;
	background: #333;
	color: #FFF;
	font-size: 14px;
	
}
.b09_e24 {
	width: 100%;
	Xheight: 100%;
	Xoverflow-y: scroll;
	padding-bottom: 55px;
}
.b09_e25 {
	width: 100%;
	Xheight: 100%;
	padding-bottom: 55px;
	background: #FFF;
	Xoverflow-y: scroll;
}


.b09_e30 {
	padding: 10px;
	padding-bottom: 55px;
}
.b09_e26 {
	width: 100%;
	display: block;
	background: #EEE;
	border: 1px solid #000;
	border-radius: 10px;
	margin-bottom: 5px;
	position: relative;
	cursor: pointer;
}
	.b09_e26:hover {
		opacity: 0.5;
	}
.b09_e27 {
	display: block;
	position: absolute;
	left: 7px;
	top: 8px;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	background: #226de6;
}
.b09_e28 {
	position: absolute;
	left: 0px;
	top: 4px;
	display: block;
	width: 25px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	letter-spacing: -0.5px;
}
.b09_e29 {
	display: block;
	padding: 12px 45px 12px 41px;
	color: #000;
}
.b09_e31 {
	width: 100%;
	display: block;
	background: #226de6;
	border: 1px solid #000;
	border-radius: 10px;
	margin-bottom: 5px;
	position: relative;
	cursor: pointer;
}
.b09_e32 {
	display: block;
	padding: 12px 12px 12px 41px;
	text-align: left;
	color: #FFF;
}
.b09_e33 {
	display: block;
	position: absolute;
	left: 9px;
	top: 10px;
	width: 21px;
	height: 21px;
	border-radius: 25px;
	background: url(./img/icon_plus.svg) 0 0 no-repeat;
	background-size: 21px 21px;
}
.b09_e34 {
	/* padding-left: 10px; */
	border-left: 1px solid #FFF;
}


.b09_e35 {
	position: relative;
	width: 100%;
	padding-top: 75%;
	background-size: contain;
	background-repeat: no-repeat;
}

.b09_e36 {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 29px;
	height: 29px;
	border-radius: 29px;
	background: #226de6;
	border: 2px solid #FFF;
	pointer-events: none;
}
.b09_e37 {
	position: absolute;
	left: 0px;
	top: 4px;
	display: block;
	width: 25px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	letter-spacing: -0.5px;
}


.b09_e03 {
	display: inline-block;
	padding: 8px 36px 8px 13px;
	color: #000;
	font-size: 14px;
	background: url(./img/icon_cart_b.svg) right 9px top 7px no-repeat #fcba03;
	background-size: 16px 16px;
	border-radius: 8px;
	text-align: center;
	cursor: pointer;
}
	.b09_e03:hover {
		opacity: 0.5;
	}


/* 商品の設定変更モーダル */
.b09_e50 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.5);
}
.b09_e51 {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 400px;
	/*height: 635px;*/
	margin-left: -200px;
	margin-top: -317px;
	background: #FFF;
	border-radius: 8px;
	padding: 16px;
}
.b09_e52 {
position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 32px;
	background: #AAA;
	cursor: pointer;
}
.b09_e53 {
display: block;
	width: 17px;
	height: 2px;
	background: #FFF;
	position: absolute;
	left: 8px;
	top: 15px;
	transform: rotate(-45deg);
}
.b09_e54 {
	display: block;
	width: 17px;
	height: 2px;
	background: #FFF;
	position: absolute;
	left: 8px;
	top: 15px;
	transform: rotate(45deg);
}
.b09_e55 {
	padding-bottom: 15px;
}
.b09_e56 {
	display: block;
	width: 100%;
	position: relative;
	padding: 0 0 0 90px;
	min-height: 80px;
	margin-bottom: 10px;
}
.b09_e57 {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border: 2px solid #999;
	border-radius: 8px;
	position: absolute;
	left: 0;
	top: 0;
}
.b09_e58 {
	width: 76px;
	height: 76px;
}
.b09_e59 {
	width: 100%;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
}

.b09_e60 {
	width: 60px;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	padding: 5px;
	background: #353947;
	color: #FFF;
}
.b09_e63 {
	width: 90px;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	padding: 5px;
	background: #353947;
	color: #FFF;
}

.b09_e61 {
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	padding: 5px;
	position: relative;
}

.b09_e62 {}
.b09_e64 {
	display: block;
	font-size: 14px;
	color: #FFF;
	padding: 9px;
}
.b09_e65 {
	display: block;
	font-size: 14px;
	color: #FFF;
	padding: 4px;
}
.b09_e68 {
	display: block;
	font-size: 14px;
	color: #000;
	padding: 4px;
}
.b09_e66 {
	padding-top: 10px;
	display: block;
	text-align: right;
	position: relative;
}
.b09_e67 {
	display: inline-block;
	padding: 16px 42px 16px 21px;
	color: #000;
	font-size: 16px;
	background: url(./img/icon_save_b.svg) right 11px top 14px no-repeat #fcba03;
	background-size: 20px 20px;
	border-radius: 8px;
	text-align: center;
	cursor: pointer;
}
.b09_e70 {
	width: 1px;
	height: 1px;
	position: absolute;
	left: -1000px;
	top: -1000px;
	opacity: 0;
}
.b09_e71 {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 8px;
	background: #FFF;
	border: 1px solid #AAA;
	border-radius: 8px;
	color: #666;
	margin-top: 5px;
}
.b09_e72 {
	display: block;
	width: 32px;
	height: 24px;
	position: absolute;
	right: 5px;
	top: 8px;
	background: url(./img/icon_edit.svg) 8px 4px no-repeat #999;
	background-size: 14px 14px;
	border: 1px solid #AAA;
	border-radius: 4px;
}

.b09_e73 {
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 100%;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 3px;
	vertical-align: bottom;
}
.b09_e73 * {
	font-size: 14px;
}

.b09_e74 {
	
	text-align: left;
	line-height: 100%;
}
.b09_e75 {
	width: 200px;
	display: inline-block;
	background: #EEE;
	border: 1px solid #000;
	border-radius: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	position: relative;
	cursor: pointer;
	padding: 10px;
}
	.b09_e75:hover {
		opacity: 0.5;
	}
.b09_e76 {
	display: block;
	width:100%;
	padding-top: 66.66%;
	background-color: #000;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.b09_e77 {
	display: block;
	padding-top: 4px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.b09_e78 {
	display: block;
	width: 32px;
	height: 24px;
	position: absolute;
	right: 4px;
	top: 4px;
	background: url(./img/icon_edit.svg) 8px 4px no-repeat #999;
	background-size: 14px 14px;
	border: 1px solid #FFF;
	border-radius: 4px;
}
.b09_e79 {
	padding: 10px 10px 10px 10px;
	position: relative;
	line-height: 100%;
	background: #EEE;
	border-bottom: 1px solid #CCC;
}
.b09_e80 {
	display: inline-block;
	/* border: 1px solid #000; */
	border-radius: 10px;
	position: relative;
	cursor: pointer;
	padding: 12px 12px 12px 41px;
	text-align: left;
	color: #FFF;
	background: url(./img/icon_plus.svg) 10px 10px no-repeat #226de6;
	background-size: 21px 21px;
}
	.b09_e80:hover {
		opacity: 0.5;
	}
.b09_e81 {
	display: inline-block;
	border-radius: 10px;
	margin-bottom: 5px;
	position: relative;
	cursor: pointer;
	padding: 12px 12px 12px 41px;
	text-align: left;
	color: #FFF;
	background: url(./img/icon_trash.svg) 10px 10px no-repeat #999;
	background-size: 21px 21px;
	position: absolute;
	right: 10px;
	top: 10px;
}
	.b09_e81:hover {
		opacity: 0.5;
	}
.b09_e82 {
	padding: 10px 10px 10px 10px;
}
.b09_e83 {
	background-size: contain;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-color: #111 !important;
	border-radius: 8px 8px 0 0 !important;
}
.b09_e84 {
	display: inline-block;
	padding: 10px;
	background: #226de6;
	color: #FFF;
	position: absolute;
	left: 10px;
	top: 10px;
	border: 1px solid #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,1);
	border-radius: 8px;
	font-size: 14px;
	cursor: pointer;
}
	.b09_e84:hover {
		opacity: 0.8;
	}
.b09_e85 {
	opacity: 0;
}
.b09_e86 {
	padding: 10px 10px 0 10px;
	font-size: 0;
}
.b09_e87 {
	width: 50%;
	display: inline-block;
}
.b09_e88 {
	display: block;
	padding: 20px;
	font-size: 16px;
	background: #BBB;
	color: #000;
	border: 6px solid #333;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	text-align: center;
	cursor: pointer;
}
	.b09_e88:hover {
		opacity: 0.8;
	}
.b09_e89 {
	padding-right: 5px;
}
.b09_e90 {
	padding-left: 5px;
}
.b09_e91 {
	color: #000;
	background: #fcba03;
	border: 6px solid #333;
	border-bottom: none;
	font-weight: bold;
}

.b09_e92 {
	background: url(./img/icon_areaselect_b.svg) 0px 0px no-repeat;
	background-size: 20px 20px;
	padding-left: 24px;
	
}
.b09_e93 {
	background: url(./img/icon_photo.svg) 1px 3px no-repeat;
	background-size: 18px 18px;
	padding-left: 24px;
}

.b09_e94 {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(./img/icon_areaselect_b.svg) 0px 0px no-repeat;
	background-size: 20px 20px;
	margin-bottom: -3px;
	margin-right: 4px;
}
.b09_e95 {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(./img/icon_photo.svg) 0px 0px no-repeat;
	background-size: 20px 20px;
	margin-bottom: -4px;
	margin-right: 4px;
}

.b09_e96 {
	position: absolute;
	left: 0px;
	top: 10px;
	display: inline-block;
	padding: 8px 29px 8px 8px;
	color: #000;
	font-size: 14px;
	background: url(./img/icon_memo_g.svg) right 9px top 8px no-repeat #FFF;
	background-size: 15px 15px;
	border: 1px solid #CCC;
	border-radius: 8px;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
	
/* ---------------------------------------------------------------- */
/* 搬入情報画面 */
/* ---------------------------------------------------------------- */
.b10_01 {
	display: block;
	width: 100%;
}
.b10_02 {
	width: 100%;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	margin-bottom: 10px;
}
.b10_03 {
	text-align: left;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 5px;
	position: relative;
}
.b10_14 {
	width: 100px;
	background: #353947;
}
.b10_04 {
	display: block;
	text-align: center;
	padding: 8px;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
}
.b10_05 {
	display: inline-block;
	text-align: center;
	min-width: 100px;
	padding: 8px;
	background: #FFF;
	border: 1px solid #CCC;
	color: #AAA;
	border-radius: 8px;
	font-size: 14px;
	cursor: pointer;
}
.b10_15 {
	border: 1px solid #fcba03;
	background: #ffdc7a;
	color: #000;
}
.b10_16 {
	width: 240px;
}
.b10_06 {

}
.b10_07 {
	width: 100%;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	margin-bottom: 10px;
}
.b10_08 {
	text-align: center;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 8px;
	position: relative;
	background: #353947;
	color: #FFF;
	font-weight: normal;
}
.b10_09 {
	text-align: left;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 8px;
	position: relative;
}
.b10_17 { width: 160px; }
.b10_18 {	}
.b10_19 {	}
.b10_20 { width: 160px; }
.b10_21 { width: 255px; }

.b10_10 {
	display: inline-block;
	text-align: center;
	min-width: 70px;
	padding: 8px;
	background: #333;
	color: #FFF;
	border-radius: 8px;
	font-size: 14px;
	cursor: pointer;
}
.b10_22 {
	margin-right: 4px;
	background: #fcba03;
	color: #000;
}
.b10_22.b10_22--off {
	background: #CCC;
	color: #FFF;
	pointer-events: none;
}

.b11_e23 .b10_22.b10_22--off {
	background: #fcba03;
	color: #000;
	pointer-events: auto;
}

.b10_23 {
	background: #ad2a10;
	color: #FFF;
}
.b10_24 {
	text-align: right;
}
.b10_11 {
	margin-left: auto;
}
.b10_24 {
	display: block;
	margin-top: 20px;
}
.b10_12 {
	padding: 4px;
}
.b10_13 {
	display: inline-block;
	padding: 8px;
	font-size: 14px;
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 12px;
}
.b10_25 {
	display: inline-block;
	padding: 8px;
}

.b10_26 {
	padding-left: 22px;
	position: relative;
	cursor: pointer;
}
.b10_27 {
	padding-right: 22px;
	position: relative;
	cursor: pointer;
}
	 .b10_26:hover {
		opacity: 0.8;
	}
	 .b10_27:hover {
		opacity: 0.8;
	}
.b10_28 {
	position: absolute;
	left: 7px;
	top: 12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 7px solid #555555;
	border-left: 0;
}
.b10_29 {
	position: absolute;
	right: 7px;
	top: 12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 0;
	border-left: 7px solid #555555;
}

/* ---------------------------------------------------------------- */
/* 納品確認画面 */
/* ---------------------------------------------------------------- */
.b11 {

}
.b11_e01 {
	
}
.b11_e02 {
	width: 100%;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	margin-bottom: 10px;

}
.b11_e03 {
	text-align: center;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 8px;
	position: relative;
	background: #353947;
	color: #FFF;
	font-weight: normal;
}
.b11_e04 {
	text-align: left;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 8px;
	position: relative;
}
.b11_e05 { width: 50px; }
.b11_e06 {	}
.b11_e07 {	}
.b11_e08 {	}
.b11_e09 { width: 70px; }
.b11_e10 {	}
.b11_e11 { width: 190px; }

.b11_e12 {
	display: block;
	width: 20px;
	height: 20px;
	border: 2px solid #CCC;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
}
.b11_e13 {
	display: block;
	width: 10px;
	height: 3px;
	background: #FFF;
	position: absolute;
	left: 5px;
	top: 6px;
	transform: rotate(-45deg);
	opacity: 0;
}
.b11_e14 {
	display: block;
	width: 7px;
	height: 3px;
	background: #FFF;
	position: absolute;
	left: 2px;
	top: 7px;
	transform: rotate(45deg);
	opacity: 0;
}
.b11_e23 {
	background: #f5fff8;
}
.b11_e23 .b11_e12 {
	background: #00b542;
}
.b11_e23 .b11_e13,
.b11_e23 .b11_e14 {
	opacity: 1;
}
.b11_e24 {
	cursor: pointer;
}
.b11_e24:hover {
	background: #fffecc;
}

.b11_e25 {
	display: block;
	margin: 20px auto 0 auto;
	padding: 0 10px 0 10px;
	width: 100%;
	max-width: 1200px;
border-top: 1px solid #CCC;
}
.b11_e39 {
	position: relative;
}
.b11_e40 {
	position: absolute;
	left: 0px;
	top: 0px;
}

.b11_e27 {
	display: block;
	margin: 10px auto 0 auto;
	padding: 0 10px 20px 10px;
	width: 100%;
	max-width: 1200px;
}
.b11_e28 {
	width: 100%;
}
.b11_e29 {
	width: 50%;
	
}
.b11_e34 {
	width: 50%;
	
}
.b11_e31 {
	background: #353947;
	color: #FFF;
	padding: 8px;
	margin-bottom: 4px;
}
.b11_e36 {
	background: #353947;
	color: #FFF;
	padding: 8px;
	margin-bottom: 4px;
}
.b11_e30 {
	padding-right: 5px;
}
.b11_e35 {
	padding-left: 5px;
}
.b11_e33 {
	width: 100%;
	position: relative;
	width: 100%;
	padding-top: 75%;
	background-color: #333;
	background-size: contain;
	background-repeat: no-repeat;
}
.b11_e38 {
	width: 100%;
	position: relative;
	width: 100%;
	padding-top: 75%;
	background: #333;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.b12_e01 {

}
.b12_e02 {
	
}

/* ---------------------------------------------------------------- */
/* 注文履歴画面 */
/* ---------------------------------------------------------------- */
.b12 {

}
.b12_e01 {
	display: block;
	width: 100%;
}
.b12_e02 {
	width: 100%;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	margin-bottom: 20px;
}
.b12_e03 {
text-align: left;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	position: relative;
}
.b12_e04 {
display: block;
	text-align: center;
	padding: 16px;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
background: #353947;
}
.b12_e05 {

}
.b12_e07 {
	position : realtive;
	padding: 7px;
}
.b12_e08 {
	width: 100px;
}
.b12_e09 {
	width: 180px;
}
.b12_e10 {
	width: 250px;
}

.b12_e20 {
	text-align: center;
	font-size: 0;
	margin-bottom: 10px;
}
.b12_e21 {
	display:inline-block;
	font-size: 14px;
	padding: 10px;
	color: #000;
	margin: 0 2px 0 2px;
	border: 1px solid #CCC;
	border-radius: 16px;
	cursor: pointer;
}
	.b12_e21:hover {
		opacity: 0.5;
	}
.b12_e22 {
	text-align: center;
	font-size: 0;
	margin-bottom: 20px;
}
.b12_e23 {
	display:inline-block;
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	color: #000;
	margin: 0 2px 0 2px;
	border: 1px solid #CCC;
	border-radius: 16px;
	cursor: pointer;
}
	.b12_e23:hover {
		opacity: 0.5;
	}
.b12_e34 {
	border: 1px solid #fcba03;
	background: #ffdc7a;
	color: #000;
}

.b12_e24 {
	margin-bottom: 20px;
}
.b12_e26 {
	display: block;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.b12_e28 {
	width: 100%;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
.b12_e29 {
	position: relative;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	color: #FFF;
	background: #353947;
}
.b12_e30 {
	position: relative;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: left;
	cursor: pointer;
}
.b12_e35 {
	display: block;
	padding: 10px;
	color: #FFF;
}
.b12_e36 {
	display: block;
	padding: 10px;
	color: #000;
}
.b12_e37 { width: 40px; }
.b12_e38 {}
.b12_e39 {}
.b12_e40 {}

.b12_e31 {
display: block;
	width: 20px;
	height: 20px;
	border: 2px solid #CCC;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
}
.b12_e32 {
	display: block;
	width: 10px;
	height: 3px;
	background: #FFF;
	position: absolute;
	left: 5px;
	top: 6px;
	transform: rotate(-45deg);
	opacity: 0;
}
.b12_e33 {
	display: block;
	width: 7px;
	height: 3px;
	background: #FFF;
	position: absolute;
	left: 2px;
	top: 7px;
	transform: rotate(45deg);
	opacity: 0;
}
.b12_e41 {
	background: #f5fff8;
}
.b12_e42:hover {
	background: #fffecc;
}
.b12_e41 .b12_e31 {
	background: #00b542;
}
.b12_e41 .b12_e32,
.b12_e41 .b12_e33 {
	opacity: 1;
}
.b12_e43 {
	width: 200px;
}

.b12_e50 {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #FFF;
	background: rgba(0, 0, 0, 0.9);
	z-index: 900;
}
.b12_e51 {
	width: 100%;
	padding: 10px;
	padding-right: 160px;
	font-size: 0;
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
}
.b12_e52 {
	display: inline-block;
	width: 200px;
	height: 90px;
	padding: 5px 5px 5px 90px;
	margin-right: 10px;
	position: relative;
	background: #FFF;
	border-radius: 8px;
	font-size: 12px;
}
.b12_e53 {
	width: 80px;
	height: 80px;
	border: 2px solid #999;
	border-radius: 8px;
	overflow: hidden;
	position: absolute;
	left: 5px;
	top: 5px;
}
.b12_e54 {
	width: 80px;
	height: 80px;
}
.b12_e55 {
	font-size: 14px;
	height: 48px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}
.b12_e56 {
	width: 64px;
	height: 24px;
	display: block;
	padding: 4px;
	background: url(./img/icon_trash.svg) center center no-repeat #999;
	background-size: 15px 15px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	cursor: pointer;
	border-radius: 8px;
	margin-right: 10px;
}
	.b12_e56:hover {
		opacity: 0.5;
	}
.b12_e57 {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 155px;
	height: 125px;
	background: rgba(0, 0, 0, 0.9);
	z-index: 100;
}
.b12_e58 {
	display: block;
	width: 135px;
	padding: 8px 36px 8px 8px;
	color: #000;
	font-size: 14px;
	background: url(./img/icn_repeat_b.svg) right 10px top 6px no-repeat #fcba03;
	background-size: 20px 20px;
	border-radius: 8px;
	text-align: center;
	position: absolute;
	left: 10px;
	top: 20px;
	cursor: pointer;
}
.b12_e59 {
	display: block;
	width: 135px;
	padding: 8px 36px 8px 8px;
	color: #000;
	font-size: 14px;
	background: url(./img/icon_areaselect_b.svg) right 10px top 6px no-repeat #fcba03;
	background-size: 20px 20px;
	border-radius: 8px;
	text-align: center;
	position: absolute;
	left: 10px;
	top: 60px;
	cursor: pointer;
}

.b12_e44 {
	padding-bottom: 150px;
}

/* ---------------------------------------------------------------- */
/* 頻出商品 */
/* ---------------------------------------------------------------- */
.b13_e01 {
	padding-right: 0;
}
.b13_e02 {
	display: table;
	width: 100%;
}
.b13_e03 {
	display: table-cell;
	width: 50px;
	cursor: pointer;
	position: relative;
}
.b13_e04 {
	display: table-cell;
	position: relative;
}
.b13_e05 {
	left: 0;
	top: 0;
}
.b13_e06 {
display: block;
	width: 20px;
	height: 20px;
	border: 2px solid #CCC;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -10px;

}
.b13_e07 {
	display: block;
	width: 10px;
	height: 3px;
	background: #FFF;
	position: absolute;
	left: 5px;
	top: 6px;
	transform: rotate(-45deg);
	opacity: 0;
}
.b13_e08 {
	display: block;
	width: 7px;
	height: 3px;
	background: #FFF;
	position: absolute;
	left: 2px;
	top: 7px;
	transform: rotate(45deg);
	opacity: 0;
}

.b13_e09 {
	border: 2px solid #fcba03;
	background: #fcfbf5;
}
.b13_e09 .b13_e06 {
	background: #00b542;
}
.b13_e09 .b13_e07,
.b13_e09 .b13_e08 {
	opacity: 1;
}
.b13_e10 {
	color: #FFF;
	background: url(./img/icon_cart.svg) right 9px top 7px no-repeat #FF0000;
	background-size: 16px 16px;
}

/* ---------------------------------------------------------------- */
/* 置場編集ウィンドウ */
/* ---------------------------------------------------------------- */
.b14_e01 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 100;
}
.b14_e02 {
	width: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -256px;
	background: #FFF;
	border-radius: 8px;
	box-shadow: 0 0 30px rgba(0,0,0,0.8);
	position: relaive;
}
.b14_e03 {
position: absolute;
	right: -10px;
	top: -10px;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 32px;
	background: #AAA;
	cursor: pointer;
}
.b14_e04 {
display: block;
	width: 17px;
	height: 2px;
	background: #FFF;
	position: absolute;
	left: 8px;
	top: 15px;
	transform: rotate(-45deg);
}
.b14_e05 {
display: block;
	width: 17px;
	height: 2px;
	background: #FFF;
	position: absolute;
	left: 8px;
	top: 15px;
	transform: rotate(45deg);
}
.b14_e08 {
	width: 600px;
	padding-top: 70%;
	background: #CCC;
	border-radius: 8px;
	background-size: contain;
}
.b14_e09 {
	width: 100%;
	background: rgba(0,0,0,0.5);
}
.b14_e10 {
	width: 100%;
}
.b14_e11 {
	
}
.b14_e12 {
	padding: 8px;
}
.b14_e13 {
	display: block;
	width: 100%;
	padding: 8px;
	border: 1px solid #999;
	border-radius: 8px;
	font-size: 16px;
}
.b14_e14 {
	width: 100%;
	display: inline-block;
	padding: 9px 16px 9px 16px;
	color: #000;
	font-size: 16px;
	background: url(./img/icon_save_b.svg) right 9px top 9px no-repeat #fcba03;
	background-size: 16px 16px;
	border-radius: 8px;
	text-align: left;
	cursor: pointer;
	font-size: 16px;
}
.b14_e07 {
	width: 90px;
}
.b14_e15 {
	padding-left: 0;
}
.b14_e20 {
	
}
.b14_e21 {
	background: #000;
}

tr.status_2 {
	
}
tr.status_2 * {
	color: #CCC;
}
tr.status_2 td {
	background: #EEE;
}
tr.status_2 td .b10_10 {
	color: #FFF;
	background: #EEE;
	pointer-events: none;
}

tr.status_3 td .b10_30 {
	color: #FFF;
	background: #EEE;
	pointer-events: none;
}

/* ---------------------------------------------------------------- */
/* 悪口box */
/* ---------------------------------------------------------------- */
.b20_e01 {
	position: absolute;
	right: 10px;
	bottom: 120px;
	display: inline-block;
	padding: 10px 34px 10px 10px;
	font-size: 14px;
	background: #20315e;
	color: #FFF;
	border-radius: 8px;
	cursor: pointer;
}
.b20_e01:hover {
	opacity: 0.8;
}
.b20_e02 {
	display: block;
	width: 25px;
	height: 25px;
	background: rgba(255,255,255,0);
	position: absolute;
	right: 6px;
	top: 6px;
	cursor: pointer;
}
.b20_e02:hover {
	opacity: 0.5;
}
.b20_e03 {
	display: block;
	background: #AAA;
	position: absolute;
	right: 4px;
	top: 11px;
	width: 16px;
	height: 2px;
	 transform: rotate(45deg);
}
.b20_e04 {
	display: block;
	background: #AAA;
	position: absolute;
	right: 4px;
	top: 11px;
	width: 16px;
	height: 2px;
	 transform: rotate(-45deg);
}
.b20_e05 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 8000;
}
.b20_e06 {
	padding: 20px 20px 0 20px;
	height: 40px;
	position: relative;
}
.b20_e07 {
	padding: 10px 20px 10px 20px;
	

}
.b20_e08 {
	padding: 0 20px 20px 20px;
	height: 40px;
	text-align: right;
}
.b20_e09 {
	display: inline-block;
	font-weight: bold;
	padding: 10px 35px 10px 20px;
	font-size: 14px;
	background:url(./img/icon_send.svg) right 8px top 8px no-repeat #fcba03;
	background-size: 20px 20px;
	border-radius: 8px;
	cursor: pointer;
}
.b20_e09:hover {
	opacity: 0.8;
}
.b20_e10 {
	width: 100%;
	height: 100%;
	border: 1px solid #999;
	padding: 5px;
	border-radius: 4px;
	text-align: left;
}
.b20_e10:focus {
	border: 1px solid #fc8c03;
}
.b20_e11 {
	position: absolute;
	width: 30px;
	height: 30px;
	background: #AAA;
	right: 10px;
	top: 10px;
	border-radius: 30px;
	cursor: pointer;
}
.b20_e11:hover {
	opacity: 0.5;
}
.b20_e12 {
	display: block;
	background: #FFF;
	position: absolute;
	right: 7px;
	top: 14px;
	width: 16px;
	height: 2px;
	 transform: rotate(45deg);
}
.b20_e13 {
	display: block;
	background: #FFF;
	position: absolute;
	right: 7px;
	top: 14px;
	width: 16px;
	height: 2px;
	 transform: rotate(-45deg);
}
.b20_e14 {
	width: 500px;
	height: 400px;
	background: #FFF;
	border-radius: 8px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -200px;
	padding: 20px;
	box-shadow: 0 0 20px rgba(0,0,0,1);
}
.b20_e15 {}
.b20_e16 {}





/* ---------------------------------------------------------------- */
/* スーパーユーザー用 */
/* ---------------------------------------------------------------- */
.sp01_e01 {
	padding: 20px;
}
.sp01_e02 {
	width: 100%;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}
.sp01_e03 {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 8px;
	word-break: break-all;
	font-size: 14px;
	position: relative;
}
.sp01_e03 * {
	font-size: 14px;
	word-break: break-all;
}
.sp01_e04 {
	width: 100%;
	display: block;
	border: 1px solid #FF0000;
	
	width: 1px;
	height: 1px;
	position: absolute;
	left: 1px;
	top: 1px;
	opacity: 0;
	
}
.sp01_e05 {
	margin-bottom: 24px;
	font-size: 24px;
}
.sp01_e06 {
	vertical-align: middle;
	background: #1d3459;
	color: #FFF;
	border-right: 1px solid #CCC;
}
.sp01_e07 {
	padding: 10px 0 0 0;
}
.sp01_e08 {
	width: 120px;
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	background: #fcba03;
	color: #000;
	padding: 10px;
	border-radius: 8px;
	text-align: center;
}
	.sp01_e08:hover {
		opacity: 0.5;
	}
.sp01_e09 {
	display: block;
	width: 50px;
	text-align: center;
	padding: 4px;
	background: #fcba03;
	color: #000;
	cursor: pointer;
	margin-top: 5px;
	border-radius: 4px;
}
.sp01_e10 {
	border: 1px solid #CCC;
	padding: 5px;
	border-radius: 4px;
}

.sp01_e11 {
	background: #202a45;
}
.sp01_e12 {
	display: inline-block;
	padding: 14px;
	font-size: 14px;
	color: #FFF;
}
.sp01_e12:hover {
	opacity: 0.5;
}

.sp01_e13 {
	width: 100%;
	border: 1px solid #AAA;
	border-radius: 4px;
	margin-bottom: 10px;
}
.sp01_e18 {
	padding: 16px;
	background: #EEE;
	border-radius: 4px 4px 0 0;
	position: relative;
}
.sp01_e14 {
	padding: 16px;
	line-height: 140%;
}
.sp01_e15 {
	font-weight: bold;
}
.sp01_e16 {
	margin-left: 10px;
}
.sp01_e19 {
	position: absolute;
	right: 16px;
	top: 16px;
	font-size: 14px;
	color: #FF0000;
	cursor: pointer;
}
.sp01_e19:hover {
	opacity: 0.5;
}

.sp01_e20 {
	
}
.sp01_e21 {
	padding-bottom:10px;
}
.sp01_e22 {
	color: #2162a1;
	cursor: pointer;
}
.sp01_e22:hover {
	opacity: 0.5;
}

.sp01_e50 {
	display: none;
}


.biko_e01 {
	margin-top: 16px;
	padding: 16px;
	text-align: center;
}
.biko_e02 {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
}
.biko_e03 {}
.biko_e04 {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 16px;
}
.biko_e05 {
	line-height: 150%;
	margin-bottom: 24px;
}
.biko_e06 {
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 16px;
	border-radius: 16px;
	background-color: #CCC;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

/* ---------------------------------------------------------------- */
/* 工区選択 */
/* ---------------------------------------------------------------- */
.pi01_e01 {
	position: relative;
	width: 100%;
	height: 100%;
}
.pi01_e02 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,0,0,0);
	background-repeat: no-repeat;
	
}
.pi01_e03 {
	position: relative;
}
.pi01_e04 {
	position: absolute;
	width: 16px;
	height: 16px;
	border: 2px solid #ff8e2b;
	background: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.7);
	border-radius: 4px;
	cursor: pointer;
	
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	
}
.sp01_e23 {
	background: #ffe0b5;
}
.sp01_e23:before,
.sp01_e23:after {
	content: "";
	display: block;
	position: absolute;
	background: #ff8e2b;
}
.sp01_e23:before {
	left: 3px;
	top: 4px;
	width: 11px;
	height: 3px;
	transform: rotate(-45deg);
}
.sp01_e23:after {
	left: 0px;
	top: 5px;
	width: 7px;
	height: 3px;
	transform: rotate(45deg);
}


.pi01_e05 {
	width: 269px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,0.5);
	overflow-y: scroll;
	z-index: 5;
}
.pi01_e06 {
	padding: 7px 7px 84px 7px;
}
.pi01_e07 {
	border: 2px solid #666;
	position: relative;
	display: block;
	vertical-align: top;
	width: 240px;
	min-height: 90px;
	padding: 5px 5px 5px 5px;
	/* padding: 5px 5px 5px 90px; */
	margin-right: 10px;
	position: relative;
	background: #FFF;
	border-radius: 8px;
	font-size: 12px;
	margin-bottom: 4px;
	/*cursor: pointer;*/
}
.pi01_e08 {}
.pi01_e09 {}
.pi01_e10 {}
.pi01_e11 {}
.pi01_e12 {}
.pi01_e13 {
	width: 77px;
	height: 77px;
}
.pi01_e14 {
	font-size: 14px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	padding-left: 82px;
	max-height: 32px;
	margin-bottom: 4px;
}
.pi01_e15 {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 77px;
	height: 77px;
	border-radius: 8px;
	overflow: hidden;
	border: 2px solid #999;
}
.pi01_e16 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 269px;
	height: 83px;
	background: rgba(0,0,0,0.8);
	z-index: 10;
}
.pi01_e17 {
	padding: 10px;
	text-align: center;
}
.pi01_e18 {
	display: block;
	width: 100px;
	padding: 40px 8px 8px 8px;
	color: #000;
	font-size: 14px;
	background: url(./img/icon_calculator.svg) center 12px no-repeat #fcba03;
	background-size: 20px 20px;
	border-radius: 8px;
	text-align: center;
	cursor: pointer;
	margin: 0 auto 0 auto;
}
.pi01_e19 {
	border: 2px solid #fcba03;
	background-color: #ffefc9;
}
.pi01_e20 {
	display: block;
	width: 50px;
	height: 50px;
	border: 2px solid #999;
	border-radius: 50px;
	position: absolute;
	right: 20px;
	cursor: pointer;
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	z-index: 9999;
}
.pi01_e20:hover {
	opacity: 0.5;
}


.pi01_e21 {
	background: rgba(0,0,0,0.8);
	border: 1px solid #000;
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: inline-block;
	padding: 0 7px 7px 7px;
	border-radius: 4px;
	z-index: 10;
}
.pi01_e22 {
	position: relative;
	display: block;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #FFF;
}
.pi01_e23 {
	color: #FFF;
}
.pi01_e24 {
	width: 120px;
	display: inline-block;
	padding: 4px;
	background: #FFF;
	border: 1px solid #000;
	border-radius: 4px;
	margin-left: 4px;
	margin-right: 4px;
}
.pi01_e25 {}
.pi01_e26 {
	position: absolute;
	left: 9px;
	top: 0px;
	width: 1px;
	height: 48px;
	background: #FF0000;
}
.pi01_e27 {
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 7px solid #ff0000;
	border-top: 0;
	position: absolute;
	left: 5px;
	top: 0px;
}
.pi01_e28 {
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 7px solid #ff0000;
	border-bottom: 0;
	position: absolute;
	left: 5px;
	bottom: 0px;
}

.pi01_e29 {
	position: absolute;
	right: 20px;
	top: 20px;
	display: inline-block;
}
.pi01_e30 {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 6px solid #000;
	border-bottom: 0;
	position: absolute;
	right: 10px;
	top: 16px;
}
.pi01_e31 {
	min-width: 100px;
	font-size: 16px;
	padding: 10px 27px 10px 10px;
	border: 1px solid #CCC;
	background: #FFF;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
	display: inline-block;
}
.pi01_e32 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(255,0,0,0.5);
	border: 1px solid #FF0000;
}
.pi01_e33 {
	margin-top: 5px;
	width: 100%;
	padding: 3px;
	border: 1px solid #D5D9D9;
	border-radius: 8px;
	background: #F7FAFA;
}
.pi01_e34 {
	width: 100%;
}
.pi01_e35 {
	color: #000;
	font-size: 13px;
	font-weight: normal;
	width: 35px;
	text-align: center;
	vertical-align: middle;
}
.pi01_e36 {
	padding: 0px 0px 0 0px;
}
.pi01_e37 {
	width: 100%;
	border: 1px solid #D5D9D9;
	padding: 2px 4px;
	border-radius: 4px;
}
.pi01_e38 {
}
.pi01_e39 {
	
}
.pi01_e40 {
	
}
.pi01_e41 {
	pointer-events: none;
	cursor: not-allowed !important;
	background: none;
}
.pi01_e42 {
	border: 1px solid #fcba03;
}
.pi01_e43 {
	color: #007185;
	font-weight: bold;
}
.pi01_e44 {
	border-color: #007185;
	background-color: #007185;
	color: #FFF;
	text-align: center;
}
.pi01_e45 {
	display: block;
	width: 100%;
	height: 84px;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255,0,0,0.5);
	cursor: pointer;
}
.pi01_e46 {
	padding-left: 82px;
	font-size: 13px;
	line-height: 16px;
	word-break: break-all;
	
}
.pi01_e47 {
	min-height: 77px;
}
.pi01_e48 {
	font-size: 12px;
	opacity: 0.5;
}
.pi01_e49 {
	
}
	.pi01_e49 .pi01_e15 {
		display: none;
	}
	.pi01_e49 .pi01_e14 {
		padding-left: 0;
		
	}
	.pi01_e49 .pi01_e46 {
		padding-left: 0;
	}
	.pi01_e49 .pi01_e47 {
		min-height: auto;
	}
	
.pi01_e50 {
	font-size: 14px;
	line-height: 16px;
	word-break: break-all;
}


.pi01_e51 {
	position: absolute;
	left: 286px;
	top: 20px;
	display: inline-block;
	z-index: 10;
}
.pi01_e52 {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 6px solid #000;
	border-bottom: 0;
	position: absolute;
	right: 10px;
	top: 16px;
}
.pi01_e53 {
	min-width: 100px;
	font-size: 16px;
	padding: 10px 27px 10px 34px;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
	display: inline-block;
	background: url(./img/icon_time.svg) 8px 8px no-repeat #FFF;
	background-size: 20px 20px;
}
.pi01_e54 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(255,0,0,0.5);
	border: 1px solid #FF0000;
	
	-webkit-user-select: none;
	user-select: none;
	
}
.pi01_e56 {
	width: 240px;
	position: absolute;
	z-index: 100;
	left: 7px;
	top: 6px;
}
.pi01_e57 {
	width: 33.33%;
}
.pi01_e58 {
	display: block;
	font-size: 14px;
	text-align: center;
	padding: 6px 0 6px 0;
	border-radius: 4px;
	background: #000;
	color: #FFF;
	border: 2px solid #000;
	cursor: pointer;
}

	/* 絞込ボタン：補強筋 */
	.pi01_e65 {
		background-color: #ff00c6;
		border-color: #970076;
	}
	/* 絞込ボタン：打込み物 */
	.pi01_e66 {
		background-color: #007633;
		border-color: #003c1a;
	}
	/* 絞込ボタン：スペーサー */
	.pi01_e67 {
		background-color: #0051ff;
		border-color: #002c8c;
	}


.pi01_e59 {
	/*background: #0e1b47;*/
	color: #fcba03;
	border: 2px solid #fcba03;
}

.pi01_e60 {
	position: absolute;
	right: -6px;
	top: -4px;
	display: inline-block;
	background: #fcba03;
	color: #000;
	width: 25px;
	height: 25px;
	border-radius: 24px;
	text-align: center;
	padding-top: 4px;
	font-size: 12px;
	box-shadow: 0 0 5px #000;
}
.pi01_e61 {
	margin-top: 35px;
}

/* チェックボックス：補強筋 */
.pi01_e62 {
	border: 2px solid #ff00c6;
}
	.pi01_e62.sp01_e23 {
		background: #ffe9fa;
	}
	.pi01_e62.sp01_e23:before,
	.pi01_e62.sp01_e23:after {
		background-color: #ff00c6;
	}

/* チェックボックス：打込み物 */
.pi01_e63 {
	border: 2px solid #007633;
}
	.pi01_e63.sp01_e23 {
		background-color: #e5fff0;
	}
	.pi01_e63.sp01_e23:before,
	.pi01_e63.sp01_e23:after {
		background-color: #007633;
	}

/* チェックボックス：スペーサー */
.pi01_e64 {
	border: 2px solid #0051ff;
}
	.pi01_e64.sp01_e23 {
		background-color: #dce7ff;
	}
	.pi01_e64.sp01_e23:before,
	.pi01_e64.sp01_e23:after {
		background-color: #0051ff;
	}


/* チェックボックス表示 */
.pi01_e04 {
	display: none;
}
/* チェックボックス表示：補強筋 */
.pi01_e68 .pi01_e62 {
	display: block;
}
/* チェックボックス表示：打込み物 */
.pi01_e69 .pi01_e63 {
	display: block;
}
/* チェックボックス表示：スペーサー */
.pi01_e70 .pi01_e64 {
	display: block;
}


.pi02_e01 {
	min-width: 1024px;
	min-height: 768px;
}

#PE015._MOVE #PE009,
#PE015._SQUARE #PE010,
#PE015._PENTAGON #PE011
{
	border: 2px solid #fcba03;
	background-color: #ffefc9;
}


.pi01_e71 {
	border: 2px solid #666;
	position: relative;
	display: block;
	width: 240px;
	padding: 10px;
	position: relative;
	background: #FFF;
	border-radius: 8px;
	font-size: 12px;
	margin-bottom: 4px;
}
.pi01_e72 {}
.pi01_e73 {
	display: block;
	position: relative;
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 2px solid #353947;
	padding-left: 16px;
	cursor: pointer;
}
.pi01_e74 {
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
}
.pi01_e75 {
	width: 14px;
	height: 14px;
	display: block;
	border: 2px solid #000;
	border-radius: 14px;
	position: absolute;
	left: 0px;
	top: 2px;
}
.pi01_e91 {
	padding: 4px;
	background: #EEE;
	border: 1px solid #BBB;
	border-radius: 8px;
}
._SAMPLE_SHIYO_ONE:nth-child(n+2) {
	margin-top: 4px;
}
.pi01_e92 {
	position: relative;
	padding-bottom: 5px;
	padding-left: 16px;
	line-height: 16px;
	position: relative;
	cursor: pointer;
}


.pi01_e93 {
	font-size: 14px;
	font-weight: bold;
}
.pi01_e94 {
	width: 14px;
	height: 14px;
	display: block;
	border: 2px solid #000;
	border-radius: 14px;
	position: absolute;
	left: 0px;
	top: 2px;
}
.pi01_e76 {
	
}
.pi01_e77 {
	padding-left: 16px;
	padding-bottom: 3px;
	position: relative;
	cursor: pointer;
}
.pi01_e78 {
	width: 14px;
	height: 14px;
	display: block;
	border: 2px solid #000;
	border-radius: 14px;
	position: absolute;
	left: 0px;
	top: 2px;
}
.pi01_e79 {
	font-size: 14px;
	line-height: 16px;
}
.pi01_e80 {
	display: table;
}
.pi01_e81 {
	display: block;
	letter-spacing: -1px;
	text-align: center;
	font-size: 11px;
	width:23px;
	line-height: 12px;
	position: absolute;
	left: 2px;
	top: 6px;
}
.pi01_e82 {
	display: table-cell;
	vertical-align: top;
	padding-right: 4px;
	position: relative;
}
.pi01_e83 {
	display: block;
	letter-spacing: -1px;
	text-align: center;
	font-size: 11px;
	width:23px;
	line-height: 12px;
	position: absolute;
	left: 2px;
	top: 6px;
}
.pi01_e84 {
	display: table-cell;
	vertical-align: top;
	position: relative;
}
.pi01_e85 {
	display: block;
	letter-spacing: -1px;
	text-align: center;
	font-size: 11px;
	width:23px;
	line-height: 12px;
	position: absolute;
	left: 5px;
	top: 6px;
	color: #FFF;
}
.pi01_e86 {
	display: table-cell;
	vertical-align: top;
	padding-left: 4px;
	position: relative;
}
.pi01_e87 {
	display: block;
	width: 100%;
	border: 1px solid #666;
	border-radius: 4px;
	font-size: 14px;
	padding: 4px;
	text-align: right;
	padding: 4px 3px 3px 26px;
	pointer-events: none;
}
.pi01_e88 {
	display: block;
	width: 100%;
	border: 1px solid #fcba03;
	border-radius: 4px;
	font-size: 14px;
	padding: 4px;
	text-align: right;
	padding: 4px 3px 3px 26px;
}
.pi01_e89 {
	display: block;
	width: 100%;
	border: 1px solid #007185;
	background: #007185;
	color: #FFF;
	border-radius: 4px;
	font-size: 14px;
	padding: 4px;
	text-align: right;
	padding: 4px 3px 3px 26px;
	pointer-events: none;
}
.pi01_e90 {
	padding: 4px;
	background: #FFF;
	border: 1px solid #BBB;
	border-radius: 8px;
}
.pi01_e90:nth-child(n+2) {
	margin-top: 4px;
}

.pi03_e01 {
	position: absolute;
	display: inline-block;
	color: #FFF;
	font-size: 10px;
	padding: 2px 4px;
	z-index: 128;
	line-height: 10px;
	border: 1px solid #FFF;
	border-radius: 14px;
	
}




.pi03_e02 {
	background-color: #ff00c6;
	animation: pi03_e02_anie 500ms ease-in-out infinite alternate;
}
.pi03_e03 {
	background-color: #007633;
	animation: pi03_e03_anie 500ms ease-in-out infinite alternate;
}
.pi03_e04 {
	background-color: #0051ff;
	animation: pi03_e04_anie 500ms ease-in-out infinite alternate;
}

@keyframes pi03_e02_anie {
	from { border-color: #ffffff; }
	to   { border-color: #ff00c6; }
}
@keyframes pi03_e03_anie {
	from { border-color: #ffffff; }
	to   { border-color: #007633; }
}
@keyframes pi03_e04_anie {
	from { border-color: #ffffff; }
	to   { border-color: #0051ff; }
}


.pi03_e05 .pi01_e73{
	border-bottom: 2px solid #ff00c6;
}
.pi03_e06 .pi01_e73{
	border-bottom: 2px solid #007633;
}
.pi03_e07 .pi01_e73{
	border-bottom: 2px solid #0051ff;
}

.pi03_e08 .pi01_e75,
.pi03_e08 .pi01_e94,
.pi03_e08 .pi01_e78 {
	background-color: #fcba03;
}

.pi03_e09 {
	pointer-events: none;
}

.pi03_e09:before,
.pi03_e09:after {
	content: "";
	display: block;
	width: 18px;
	height: 3px;
	background: #666;
	position: absolute;
	left: -3px;
	top: 5px;
}
.pi03_e09:before {
	transform: rotate(-45deg);
}
.pi03_e09:after {
	transform: rotate(45deg);
}

.pi01_e62.pi03_e09 {
	border: 2px solid #c270c4;
}
.pi01_e62.pi03_e09:before,
.pi01_e62.pi03_e09:after {
	background: #c270c4;
}

.pi01_e63.pi03_e09 {
	border: 2px solid #6c917c;
}
.pi01_e63.pi03_e09:before,
.pi01_e63.pi03_e09:after {
	background: #6c917c;
}


.pi01_e64.pi03_e09 {
	border: 2px solid #57678b;
}
.pi01_e64.pi03_e09:before,
.pi01_e64.pi03_e09:after {
	background: #57678b;
}

.pi03_e10 {
	position: absolute;
	right: 140px;
	top: 20px;
	padding: 4px;
	border: 2px solid #999;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	pointer-events: none;
}

.pi03_e11 {
	position: relative;
	font-size: 14px;
	padding: 4px;
}
.pi03_e12 {
	width: 16px;
	height: 16px;
	border: 2px solid #000;
	background: #FFF;
	border-radius: 4px;
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	position: relative;
}

.pi03_e13:before,
.pi03_e13:after {
	content: "";
	display: block;
	position: absolute;
	background: #000;
}
.pi03_e13:before {
	left: 3px;
	top: 4px;
	width: 11px;
	height: 3px;
	transform: rotate(-45deg);
}
.pi03_e13:after {
	left: 0px;
	top: 5px;
	width: 7px;
	height: 3px;
	transform: rotate(45deg);
}
.pi03_e14:before,
.pi03_e14:after {
	content: "";
	display: block;
	width: 18px;
	height: 3px;
	background: #000;
	position: absolute;
	left: -3px;
	top: 5px;
}
.pi03_e14:before {
	transform: rotate(-45deg);
}
.pi03_e14:after {
	transform: rotate(45deg);
}

.pi03_e15 {
	font-weight: bold;
	font-size: 14px;
	color: #000;
}


.pi03_e15 {
	padding-top: 16px;
}
.pi03_e16 {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 8px;
	cursor: pointer;
	position: relative;
	padding-left: 16px;
	padding-right: 24px;
}
	.pi03_e16:hover {
		opacity: 0.6;
	}
.pi03_e17 {
	position: absolute;
	left: 0px;
	top: 1px;
	
}

.p09_e01 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 100;
}
.p09_e02 {
	background: #FFF;
	width: 980px;
	max-height: calc( 100% - 40px );
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: calc( 985px / -2 );
	z-index: 101;
	border-radius: 16px 0 0 16px;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	overflow-y: scroll;
}
.p09_e03 {
	padding: 24px;
	
}
.p09_e04 {
	font-size: 20px;
	line-height: 100%;
	font-weight: bold;
	padding-bottom: 16px;
}
.p09_e06 {
	width: 100%;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}
.p09_e07 {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 100px;
	padding: 16px;
	background: #333;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
}
.p09_e08 {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 16px;
	text-align: left;
	vertical-align: top;
}
.p09_e09 {
	text-align: right;
	padding-top: 16px;
	position: relative;
}
.p09_e10 {
	display: inline-block;
    padding: 16px 42px 16px 21px;
    color: #000;
    font-size: 16px;
    background: url(./img/icon_send.svg) right 11px top 14px no-repeat #fcba03;
    background-size: 20px 20px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}
.p09_e301 {
	display: inline-block;
    padding: 16px 42px 16px 21px;
    color: #000;
    font-size: 16px;
    background: url(./img/icon_trash.svg) right 11px top 14px no-repeat #fcba03;
    background-size: 20px 20px;
    border-radius: 8px;
	background-color: #ad2a10;
    text-align: center;
    cursor: pointer;
	position: absolute;
	left: 0;
	top: 16px;
	color: #FFF;
}

.p09_e11 {
	width: 100%;
	height: 100px;
	display: block;
	resize: none;
	border: 1px solid #000;
	border-radius: 8px;
	padding: 8px;
}
.p09_e12 {
	display: inline-block;
    font-size: 14px;
    padding: 8px 30px 8px 8px;
    border: 1px solid #000;
    background: #EEE;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
}
.p09_e13 {

}
.p09_e14 {
	width: 0;
    height: 0;
    border-style: solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 6px solid #000;
    border-bottom: 0;
    position: absolute;
    right: 10px;
    top: 13px;
}
.p09_e15 {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.p09_e16 {
    width: calc(25% - 5px);
}
.p09_e17 {
	padding-top: 56.25%;
    color: #FFF;
    border: 1px solid #333;
    border-radius: 4px;
    background-size: contain;
    background-color: #333;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.p09_e18 {
	width: 40px;
    height: 24px;
    display: block;
    padding: 4px;
    background: url(./img/icon_trash.svg) center center no-repeat rgba(100, 100, 100, 0.5);
    background-size: 15px 15px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    cursor: pointer;
    border-radius: 8px;
    margin-right: 0px;
}
.p09_e19 {
	width: calc(25% - 5px);
}
.p09_e20 {
	padding-top: 56.25%;
    border: 1px solid #CCC;
    border-radius: 4px;
    background-color: #CCC;
    position: relative;
}
.p09_e21 {
	position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 4px solid #FFF;
    border-radius: 32px;
}
.p09_e22 {
	    position: absolute;
    left: 14px;
    top: 6px;
    width: 4px;
    height: 20px;
    background: #FFF;
    border-radius: 2px;
}
.p09_e23 {
	position: absolute;
    left: 14px;
    top: 6px;
    width: 4px;
    height: 20px;
    background: #FFF;
    border-radius: 2px;
    transform: rotate(90deg);
}
.p09_e24 {
	width: 100%;
	display: table;
}
.p09_e25 {
	display: table-cell;
	width: 280px;
	padding-right: 16px;
}
.p09_e26 {
	display: table-cell;
    vertical-align: top;
}
.p09_e27 {
	width: 100%;
    display: block;
    background: #EEE;
    border: 1px solid #000;
    border-radius: 10px;
    margin-bottom: 5px;
    position: relative;
    cursor: pointer;
}
.p09_e28 {
	display: block;
    position: absolute;
    left: 7px;
    top: 8px;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: #226de6;
}
.p09_e32 {
	position: absolute;
    left: 0px;
    top: 4px;
    display: block;
    width: 25px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    letter-spacing: -0.5px;
}
.p09_e31 {
	    display: block;
    padding: 12px 12px 12px 41px;
    color: #000;
}
.p09_e29 {
	width: 100%;
	position: relative;
	background-color: #666;
	background-repeat: no-repeat;
}
.p09_e30 {
	display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 29px;
    height: 29px;
    border-radius: 29px;
    background: #226de6;
    border: 2px solid #FFF;
    pointer-events: none;
}
.p09_e33 {
	position: absolute;
    left: 0px;
    top: 4px;
    display: block;
    width: 25px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    letter-spacing: -0.5px;
}
.p09_e34 {
	cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 8px;
    background: #FFF;
    border: 1px solid #AAA;
    border-radius: 8px;
    color: #666;
    margin-top: 5px;
	margin-left: 8px;
}
.p09_e35 {
	border: 1px solid #fcba03;
	background: #0e1b47;
}
.p09_e35 .p09_e31 {
	color: #fcba03;
}
.p09_e36 {
	position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: #AAA;
    cursor: pointer;
}
.p09_e37 {
	display: block;
    width: 17px;
    height: 2px;
    background: #FFF;
    position: absolute;
    left: 8px;
    top: 15px;
    transform: rotate(-45deg);
}
.p09_e38 {
	display: block;
    width: 17px;
    height: 2px;
    background: #FFF;
    position: absolute;
    left: 8px;
    top: 15px;
    transform: rotate(45deg);
}

.p09_e100 {
	padding: 16px;
	text-align: center;
}
.p09_e101 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 0 auto;
	text-align: left;
}
.p09_e102 {
	padding-bottom: 16px;
}
.p09_e103 {
	display: inline-block;
    /* border: 1px solid #000; */
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    padding: 12px 12px 12px 41px;
    text-align: left;
    color: #FFF;
    background: url(./img/icon_plus.svg) 10px 10px no-repeat #226de6;
    background-size: 21px 21px;
}
.p09_e105 {
	width: 100%;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}
.p09_e107 {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 8px;
	background: #333;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	font-size: 15px;
}
.p09_e109 {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 8px;
	font-size: 15px;
}
.p09_e109 * {
	font-size: 15px;
}
.p09_e110 {
	display: inline-block;
    text-align: center;
    min-width: 70px;
    padding: 8px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
	background-color: #fcba03;
	color: #000;
}
.p09_e111 {
	width: 130px;
	text-align: center;
}
.p09_e112 {
	width: 200px;
	
}
.p09_e113 {
	width: 80px;
}
.p09_e114 {
	width: 130px;
}

.p09_e200 {
	
}
.p09_e200 .p09_e200_kill {
	display: none;
}
.p09_e201 {
	
}
.p09_e201 .p09_e201_kill {
	display: none;
}


.p10_e01 {
	padding: 0px;
	text-align: center;
}
.p10_e02 {
	width: 100%;
	max-width: 980px;
	margin: 0 auto 0 auto;
	text-align: left;
}
.p10_e03 {
	display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
    gap: 8px;
}
.p10_e04 {
	position: relative;
	border: 1px solid #CCC;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 16px 16px 16px 116px;
	width: calc( 50% - 8px );
	cursor: pointer;
	min-height: 112px;
}
	.p10_e04:hover {
		opacity: 0.5;
	}
.p10_e05 {
	font-weight: bold;
	padding-bottom: 8px;
	ine-height: 140%;
	user-select: none;
}
.p10_e06 {
	line-height: 140%;
	font-size: 15px;
	user-select: none;
}
.p10_e07 {
	width: 94px;
    height: 94px;
    background-color: #333;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
    position: absolute;
    left: 8px;
    top: 8px;
}
.p10_e08 {
	position: absolute;
	left: 32px;
	top: 32px;
	width: calc( 100% - 64px );
	height: calc( 100% - 64px );
	background-color: #FFF;
	z-index: 805;
	box-shadow: 0 0 20px rgba(0,0,0,1);
	background-position: 0px 0px;
	background-repeat: no-repeat;
    background-color: #FFF;
}
.p10_e09 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 800;
}
.p10_e10 {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: #AAA;
    cursor: pointer;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
}
	.p10_e10:hover {
		opacity: 0.5;
	}
.p10_e11 {
	display: block;
    width: 17px;
    height: 2px;
    background: #FFF;
    position: absolute;
    left: 8px;
    top: 15px;
    transform: rotate(-45deg);
}
.p10_e12 {
	display: block;
    width: 17px;
    height: 2px;
    background: #FFF;
    position: absolute;
    left: 8px;
    top: 15px;
    transform: rotate(45deg);
}
.p10_e13 {
	position: absolute;
	left: 0;
	top: 0;
}
.p10_e14 {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,255,0);
	position: absolute;
	left: 0;
	top: 0;
}
.p10_e15 {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
}
.p10_e16 {
	display: block;
    position: absolute;
    left: 7px;
    top: 8px;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: #226de6;
	border: 1px solid #FFF;
}
.p10_e17 {
	position: absolute;
    left: -1px;
    top: 3px;
    display: block;
    width: 25px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    letter-spacing: -0.5px;
}
.p10_e18 {
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 100%;
	background: rgba(0,0,0,0.5);
	overflow-y: auto;
	z-index: 100;
	display: none;
}
.p10_e19 {
	padding: 16px 16px 87px 16px;
}
.p10_e20 {
	display: block;
    width: 100%;
    background: #EEE;
    color: #000;
    padding: 10px 10px 10px 65px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: 2px solid #666;
	margin-bottom: 4px;
}
	.p10_e20:hover {
		opacity: 0.9;
		border: 2px solid #fcba03;
	}
.p10_e21 {
	width: 48px;
	height: 48px;
	background: #000;
	border-radius: 8px;
	position: absolute;
	left: 8px;
	top: 8px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.p10_e22 {
	font-weight: bold;
	padding-bottom: 8px;
	font-size: 15px;
	line-height: 120%;;
}
.p10_e23 {
	font-size: 12px;
}
.p10_e24 {
	font-size: 12px;
	font-weight: bold;
}
.p10_e25 {
	font-size: 12px;
}
.p10_e26 {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
	display: none;
}
.p10_e30 .p10_e26 {
	display: block;
}
.p10_e27 {
	width: 40px;
    height: 40px;
    background: #00b542;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 40px;
	pointer-events: none;
}
.p10_e27 * {
	pointer-events: none;
}
.p10_e28 {
	display: block;
    width: 18px;
    height: 4px;
    background: #FFF;
    position: absolute;
    left: 15px;
    top: 17px;
    transform: rotate(-45deg);
}
.p10_e29 {
	display: block;
    width: 12px;
    height: 4px;
    background: #FFF;
    position: absolute;
    left: 9px;
    top: 20px;
    transform: rotate(45deg);
}
.p10_e30 {
	border: 2px solid #fcba03;
}
.p10_e31 {
	display: block;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 20px;
    height: 20px;
    border-radius: 25px;
    background: #226de6;
    border: 1px solid #FFF;
}
.p10_e32 {
	position: absolute;
    left: -1px;
    top: 0px;
    display: block;
    width: 20px;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    letter-spacing: -0.5px;
}
.p10_e33 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 300px;
	height: 76px;
	background: rgba(0,0,0,0.8);
	z-index: 120;
}
.p10_e34 {
	width: 14px;
    height: 14px;
    display: block;
    border: 2px solid #000;
    border-radius: 14px;
    position: absolute;
    left: 0px;
    top: 1px;
}
.p10_e35 {
	background-color: #fcba03;
}
.p10_e36 {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 7px;
	top: 6px;
	background: url(./img/icon_calendar_b.svg);
	background-size: 20px 20px;
}
.p10_e37 {}
.p10_e38 {}
.p10_e39 {}
.p10_e40 {}


.p11_e01 {
	position: absolute;
	right: 6px;
	top: 6px;
	display: inline-block;
	background: #fcba03;
	padding: 4px 8px;
	color: #000;
	border-radius: 4px;
	font-size: 12px;
}
.p11_e02 {
	width: 100%;
    padding: 4px 8px;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 0;
	opacity:0;
}

.add02_e01 {
	position: absolute;
	right: 7px;
	top: 2px;
	display:block;
	width: 30px;
	height: 30px;
	background: url(./img/icon_like_gray.svg) center center no-repeat;
	background-size: 18px 18px;
}
.add02_e02 {
	background-image: url(./img/icon_like_pink.svg);
}



/* ---------------------------------------------------------------- */
/* メインコンテンツ外側 */
/* ---------------------------------------------------------------- */
.container {
	width: 100%;
	height: 100dvh;
}
.container_td_header {
	height: 1px;
}
.container_td_body {
	
}
#main {
	height: 100%;
}




/* ---------------------------------------------------------------- */
/* 共通インターフェース */
/* ---------------------------------------------------------------- */
/* 画面ロック */
#lock {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0,0,0,0.5);
	cursor: wait;
}
#lock.on {
	display: block;
}
#lock .lock_ring {
	position: fixed;
	left: 50%;
	top: 50%;
	border-radius: 60px;
	width: 120px;
	height: 120px;
	margin-top: -60px;
	margin-left: -60px;
	border: 16px solid rgba(255,255,255,0.5);
	border-top: 16px solid rgba(255,255,255,1);
	animation: spin 2s linear infinite;
}
@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.progress {
	z-index: 9000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}
.progress_window {
	width:300px;
	height: 70px;
	background: #EEE;
	border: 1px solid #AAA;
	border-radius: 8px;
	padding: 16px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -35px;
	margin-left: -150px;
	box-shadow: 0 0 20px rgba(0,0,0,1);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.progress_text {
	font-size: 14px;
	margin-bottom: 10px;
}
.progress_bar_out {
	width: 100%;
	height: 5px;
	background: #000;
}
.progress_bar {
	width: 0%;
	height: 5px;
	background: #fcba03;
}


/* ---------------------------------------------------------------- */
/* デザイン調整 */
/* ---------------------------------------------------------------- */
.nakaguro {
	letter-spacing: 0px;
    color: #FFF;
    margin: 0 -2px 0 -2px;
}
	.b02_e15 .nakaguro {
		color: #fcba03;
	}


/* -------------------------------------------------------------------------------------------- */
/* スマートフォンデザイン */
/* -------------------------------------------------------------------------------------------- */
.kill {
	display: none;
}

.caution {
	color: #FF0000 !important;
}


/* delete */
.b08_e74,.b08_e75 {
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
}
.b08_e02 {
	padding-left: 10px;
}
.b08_e20 {
	left: 10px;
}