/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:600');

html, body{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
label{
	display:inline;
}
dd {
	margin-left: 0em;
	padding-left: 0em;
}
.RequiredDisp{
	background: #e85050;
	border:1px solid #c02020;
	border-radius:3px;
	padding:0px 6px 1px 5px;
	color:#ffffff;
	font-size: 70%;
	font-weight:normal;
	margin-left:5px;
	font-style: normal;
	line-height: normal;
	word-break: keep-all;
}
.PriceDisp{
	white-space:nowrap;
	text-align:right;
}
.NoteDisp{
	font-weight: normal;
	font-size: 14px;
}
.Result{
	text-align:center;
	width:150px;
}
select{
	color: #444;
	font-size:16px;
	border-radius:5px;
	margin-bottom:2px;
	text-overflow: ellipsis;
	z-index: 1;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	max-width:100%;
}
.container, .entry-body, .entry-body h2, #CardForm .form-control, #OrderDisp h2, #MainTitle, #MainForm select, #MainForm input, #MainForm table,	#MainForm button, #MainForm h4, #DialogItem h6, .Entry textarea, .orderMessage{
	font-family: 'Noto Serif JP', serif !important;
}
#MainTitle{
	font-size: 18px !important;
}
#content button {
	width:100%;
	padding: 9px 0px;
	border-radius: 5px;
	border: 1px solid #c0c0c0;
	background: #e0e0e0;
	transition-duration:0.2s;
	margin-top: 2px;
	color: #000;
	font-style: normal;
}
#content button:hover{
	cursor: pointer;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	transition-duration:0.2s;
}
.redText{
	color:#d00;
}
.ui-widget select, .ui-widget button, .ui-widget{
	color: #444;
	font-size:14px;
	font-family: "Noto Serif JP", "sans-serif" !important;
}
.ui-widget button{
	outline: 0;
}
.ui-dialog .ui-dialog-buttonpane button:hover, .ui-button:hover{
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	transition-duration:0.2s;
}
.Dialog table{
	border-top:1px #c0c0c0 solid;
	padding:0px;
	margin:0px;
}
.Dialog table tr{
	border:0px;
	padding:0px;
	margin:0px;
}
.Dialog table th{
	border-bottom:1px #c0c0c0 solid;
	padding:0px;
	margin:0px;
	font-weight:bold;
	background-color: rgb(224, 255, 224);
	text-align:center;
}
.Dialog table td {
	border-bottom:1px #c0c0c0 solid;
	padding:0px;
	margin:0px;
	text-align:left;
}

.orderMessage{
	font-size: 14px;
	margin:3px 0px 3px 0px;
	line-height:130%;
}
.content h4{
	font-size:16px;
	margin-top:5px;
}
.content h5{
	font-size:14px;
}
.content h6{
	color:#fff;
}
#content .flowBox dl dt{
	font-size:18px;
}
#content .flowBox dl dd p{
	font-size:14px;
}

.content form table{
	margin:0px;
}
.content form input[type=text], .content form input[type=email], .content form input[type=tel], .content form textarea {
	margin:0px 0px 2px 0px;
}
.content table {
	background:none;
	border:none;
	border-top: 1px solid #d0d0d0;
	border-collapse: collapse;
	opacity: 1.0;
	padding:1px;
}
.content table tr {
	border: none;
}
.content table td{
	font-size:14px;
	padding:3px 0px 3px 0px;
	vertical-align:middle;
	border:none;
	border-bottom: 1px solid #d0d0d0;
	line-height:120%;
}
.content table th, .content table thead th {
	border:none;
	font-size:14px;
	font-weight: normal;
	text-align:center;
	border-bottom: 1px solid #d0d0d0;
	background-color: rgb(112,192,112);
	color:#fff;
	padding: 5px;
	opacity: 1.0;
}
.content form table td, .content form table th {
	padding: 3px 15px;
	text-align:left;
	font-size:14px;
}
.content form table.CardForm th{
	background-color: rgb(112,192,112);
	border: 1px solid #ccc;
}
.content form table.CardForm td{
	border: 1px solid #ccc;
}
#OrderDisp table td{
	border-bottom: 1px solid #d0d0d0;
}
#OrderDisp table th{
	text-align:center;
	background: rgb(112,192,112);
	color: #fff;
}
#OrderDisp table td.PriceDisp{
	text-align:right;
}
.Entry input[type="tel"], .Entry input[type="email"], .Entry input[type="password"], .Entry input[type="text"], .Entry select, .Entry textarea {
	border: 1px solid #c5c5c5;
	border-radius: 5px;
	padding: 10px 5px;
	outline: 0;
	margin: 0px 0px 2px 0px;
	-webkit-appearance: none;
	display:inline-block;
}
.Entry select{
	-webkit-appearance: menulist;
}
.Entry input {
	font-size:16px;
	width:90%;
}
.Entry table{
	border:0px;
	padding:0px;
	margin:0px;
}
.Entry table tr{
	border:0px;
	padding:0px;
	margin:0px;
}
.Entry table th{
	border:0px;
	padding:0px;
	margin:0px;
	font-weight:bold;
	background-color:transparent;
	text-align:left;
	color:#444;
	line-height:120%;
}
.Entry table td {
	border:0px;
	padding:0px;
	margin:0px;
	text-align:left;
	color:#444;
	line-height:120%;
	border-bottom: none !important;
}
.Entry textarea {
	font-size:16px;
}


/* これ以降を修正しています */
.ui-tooltip {
	text-align:left;
}
.ui-dialog-title{
	line-height:150%;
}
.ui-dialog .ui-dialog-titlebar{
	font-size:15px;
	padding:3px 3px;
	height:auto;
}
.ui-widget-header{
	border: 1px solid #106010;
	background: #106010;
}
.ui-widget-header .ui-state-hobver{
	color:rgb(112,192,112);
}
.ui-widget-content {
	border: none;
}
.ui-dialog .ui-dialog-buttonpane button{
	border: 1px solid #ecdbc5;
	background: #fcefdf;
	font-weight: normal;
	color: #106010;
	padding: 0.3em 2em !important;
}
.ui-button-text-only .ui-button-text {
	padding: 0px;
	line-height: 100%;
}
.ui-state-default .ui-icon{
	background: none;
}
.ui-dialog-titlebar-close{
	border: 1px solid #ecdbc5;
	background: #fcefdf;
}
.ui-button-icon-only .ui-button-text{
	display: none;
}
.ui-dialog-titlebar-close:before{
	content: "\F00D";
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	font-style:normal;
	font-weight: bold;
	padding-right:0px;
	color: #106010;
	top:-10px;
	position: relative;
}
.ui-dialog-titlebar-close:hover{
	background: rgb(200,200,200) !important;
}
.ui-dialog{
	box-shadow: 4px 4px 4px 4px rgba(0,0,0,0.3);
}
#content .flowBox dl{
	border-radius: 8px;
}
.content h5 {
	margin-bottom: 2px;
}
.EstabNote{
	opacity: 1 !important;
	position: relative !important;
	left: initial !important;
	bottom: initial !important;
	box-shadow: initial !important;
	margin-top: 3px !important;
	display: inline-block;
	text-align:left;
}
.EstabIconPosActive{
	position: absolute;
	left: 3px;
	bottom: 3px;
	padding: 2px;
	border: 1px solid #ccc;
	border-radius:5px;
	background: #888;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	Opacity: 0.6;
}
.EstabIconPos{
	position: absolute;
	left: 3px;
	bottom: 3px;
	padding: 2px;
	border: 1px solid #ccc;
	border-radius:5px;
	background: #a00;
	box-shadow: 2px 2px 2px rgba(64,0,0,0.4);
	Opacity: 0.6;
}
.EstabIcon{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.FreeIconPos{
	position: absolute;
	left: 3px;
	bottom: 3px;
	padding: 2px;
	border: none;
	border-radius: initial;
	background: none;
	box-shadow: none;
	Opacity: 0.8;
}
.FreeIconGold{
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
	color: #e2d06e;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 20px;
	font-weight: bold;
	transition-duration:0.2s;
}
.FreeIconSilver{
	background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
	color: #e2d06e;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 20px;
	font-weight: bold;
	transition-duration:0.2s;
}
.FreeIconBack, .GradeUpIconBack{
	color: #444;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0px 0px 3px #444;
}
.GradeUpIcon{
	background: linear-gradient(25deg, #F13F79, #FFC778);
	color: #F13F79;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 20px;
	font-weight: bold;
	transition-duration:0.2s;
}
.borderNone{
	border: none !important;
	border-bottom: none !important;
}
.fontGray{ color: #aaa; }
.fontBlack{ color: #000; }
.alignL{ text-align: left !important; }
.alignR{ text-align: right !important; }
.alignC{ text-align: center !important; }
.w1{ width: 1em; }
.w6{ width: 6em; }
.w10{ width: 10em; }
.font16{ font-size: 16px !important;; }
.marginL1{ margin-left: 1em; }
.TableItemParent{
	padding: 0px !important;
	border:2px solid rgba(112,192,112,0.6) !important;
	margin:0px 0px 1px 0px !important;
	border-radius: 5px !important;
	background: none;
	transition-duration:0.2s;
}
.TableItemParent .TableItem .TableItemCellImage img{
	opacity: 0.3 !important;
}
.TableItemParentActive{
	padding: 0px !important;
	border:2px solid #106010 !important;
	margin:0px 0px 1px 0px !important;
	border-radius: 5px !important;
	background: rgba(224, 255, 224, 0.4) !important;
	transition-duration:0.2s;
}
.TableItemParentActive .TableItem .TableItemCellImage img{
	opacity: 1.0 !important;
}
.TableItem{
	width: 100%;
	display: table;
	margin: 0px;
	padding: 0px;
	border: none;
	color: #444;
}
.TableItemRight{
	float: right;
	display: table;
	margin: 0px;
	padding: 0px;
	border: none;
}
.TableItemCellImage{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	min-width: 96px !important;
	width: 96px !important;
	border: none;
	/*padding-left:2px;*/
	/*padding-bottom:2px;*/
	padding: 1px;
}
.TableItemCellImage img{
	min-width: 96px !important;
	width: 96px !important;
}
.TableItemCell{
	display: table-cell;
	vertical-align: top;
	border: none;
}
.TableItemCellCenter{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: none;
}
.TableItemCellRight{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	border: none;
}
.TableItemCellRightTop{
	display: table-cell;
	vertical-align: top;
	white-space: nowrap;
	text-align: right;
	border: none;
}
.TableItemCellRightMiddle{
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	text-align: right;
	border: none;
}
.TableItemRow{
	display: table-row;
	border: none;
}

.TableItemHR{
	border: 0.5px dashed #d0d0d0;
	margin: 3px auto !important;
	width: 98%;
}
.TableItemCount{
	width:150px;
	user-select:none;
}

.PicFrame {
	display: inline-block;
	position: relative;
	box-radius:10px;
}
.PicFrame:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
	box-shadow:
	  inset 0 0 10px #fff,
	  inset 0 0 10px #fff,
	  inset 0 0 10px #fff,
	  inset 0 0 10px #fff;
}
.RadioBox input{
	display: none;
}
.RadioBox label{
	display: block;
	float: left;
	cursor: pointer;
	margin: 1px 1px 1px 1px;
	padding: 9px 5px;
	border: 2px solid rgb(112,192,112);
	background: none;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	border-radius: 3px 3px 3px 3px;
	white-space: nowrap;
	overflow: auto;
	opacity: 0.6;
	color: rgb(112,192,112);
	transition-duration:0.2s;
}
.RadioBox input[type="radio"]:checked + label {
	text-decoration: none;
	background: rgba(224, 255, 224, 0.4);
	border: 2px solid #40a040;
	opacity: 1.0;
	color: #106010;
	transition-duration:0.2s;
}
.RadioBox input[type="radio"] + label span:before {
	content: "\F14A";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-style:normal;
	font-weight: 400;
	padding-right:5px;
}
.RadioBox input[type="radio"]:checked + label span:before {
	content: "\F14A";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-style:normal;
	font-weight: 900;
	padding-right:5px;
}
.RadioBox label:hover{
	background:none;
	border: 2px solid #40a040;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	color: #106010;
	font-style:normal;
	opacity: 1.0;
	transition-duration:0.2s;
}
.PlanPriceDisp{
	font-weight: bold !important;
	font-size: 16px !important;
}
.PlanPriceDisp span:before{
	content: "" !important;
}

.TabsBox input{
	display: none;
}
.TabsBox label{
	display: block;
	float: left;
	cursor: pointer;
	margin: 0px -2px 0px 0px;
	padding: 9px 5px 9px 7px;
	border: 2px solid #aaa;
	border-bottom: none;
	background: none;
	font-size: 13px;
	text-align: center;
	line-height: 1;
	border-radius: 20px 10px 0px 0px;
	white-space: nowrap;
	overflow: hidden;
	transition-duration:0.2s;
	position: relative;
	top: 2px;
}
.TabsBox input[type="radio"]:checked + label {
	text-decoration: none;
	background: #106010;
	color: #ffffff;
	transition-duration:0.2s;
}
.TabsBox label:hover{
	background: #eee;
	transition-duration:0.2s;
}

#content .flowBox dl dd p{
	margin-bottom: 0px;
}
.RadioBox label p{
	font-size: 14px;
}


.ButtonMark{
	font-size: 18px;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
	color: rgba(112,192,112,0.6);
}
.ButtonMark:hover{
	color:#106010;
	transition-duration:0.2s;
}


/* PC */
.RadioBoxItem img{
	width:100px;
	height:30px;
}
.RadioBoxItem label{
	width:95%;
}
.RadioBoxPlan label{
	width:47%;
}
.RadioBoxEstab label, .RadioBoxClass label{
	width:47%;
}
.RadioBoxSafety label{
	padding-left:20px;
	padding-right:20px;
}
@media only screen and (max-width: 979px) {
}
/*デバイスの横幅が979px以下の場合*/
@media only screen and (min-width: 531px) and (max-width: 768px) {
	.RadioBoxPlan label{
		width:92%;
	}
	.RadioBoxEstab label, .RadioBoxClass label{
		width:45%;
	}
	.TaxPriceDisp{
		display: none;
	}
}
/*デバイスの横幅が321以上391以下の場合*/
@media only screen and (min-width: 321px) and (max-width: 530px) {
	.RadioBoxRental label{
		width:45% !important;
	}
	.RadioBoxPlan label{
		width:92%;
	}
	.RadioBoxEstab label, .RadioBoxClass label{
		width:92%;
	}
	.TableItemCount{
		width:100px;
		text-align: center;
	}
	.TaxPriceDisp{
		display: none;
	}
}
/*デバイスの横幅が321以上768以下の場合*/
@media only screen and (max-width: 320px) {
	.RadioBoxRental label{
		width:45% !important;
	}
	.RadioBoxPlan label{
		width:92%;
	}
	.RadioBoxEstab label, .RadioBoxClass label{
		width:92%;
	}
	.TableItemCount{
		width:100px;
		text-align: center;
	}
	.TaxPriceDisp{
		display: none;
	}
}
/* Smart */
@media only screen and (min-device-width:414px) and (max-device-width:736px) and (orientation:portrait) {
	.RadioBoxRental label{
		width:45% !important;
	}
	.RadioBoxPlan label{
		width:92%;
	}
	.RadioBoxEstab label, .RadioBoxClass label{
		width:45%;
	}
	.TableItemCount{
		width:60px;
		text-align: center;
	}
	.ButtonMark{
		display:none;
	}
	.TaxPriceDisp{
		display: none;
	}
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) and (orientation:landscape) {
	.RadioBoxPlan label{
		width:46%;
	}
	.RadioBoxEstab label, .RadioBoxClass label{
		width:46%;
	}
	.TableItemCount{
		width:150px;
		text-align: center;
	}
	.ButtonMark{
		display:none;
	}
	.TaxPriceDisp{
		display: none;
	}
}
/* Tablet */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
	.RadioBoxPlan label{
		width:46%;
	}
	.RadioBoxEstab label, .RadioBoxClass label{
		width:46%;
	}
	.ButtonMark{
		display:none;
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	.RadioBoxPlan label{
		width:46%;
	}
	.RadioBoxEstab label, .RadioBoxClass label{
		width:46%;
	}
	.ButtonMark{
		display:none;
	}
}
@media (min-width: 992px){
	.entry-body {
		width: 660px;
		margin: 0 auto;
	}
}
@media (min-width: 768px){
	.entry-body {
		width: 660px;
		margin: 0 auto;
	}
}

.ToggleSwitch {
	position: absolute;
	margin-left: -9999px;
	visibility: hidden;
	line-height: 150%;
}
.ToggleSwitch + label {
	display: block;
	position: relative;
	cursor: pointer;
	outline: none;
	user-select: none;
}
input.ToggleSwitchFlat + label {
	padding: 2px;
	width: 34px;
	height: 20px;
	background-color: rgba(112,192,112,0.6);
	border-radius: 15px;
	transition: background 0.4s;
	margin: 0px;
}
input.ToggleSwitchFlat + label:before,
input.ToggleSwitchFlat + label:after {
	display: block;
	position: absolute;
	content: "";
}
input.ToggleSwitchFlat + label:before {
	top: 2px;
	left: 2px;
	bottom: 2px;
	right: 2px;
	background-color: #fff;
	border-radius: 15px;
	transition: background 0.4s;
}
input.ToggleSwitchFlat + label:after {
	top: 4px;
	left: 4px;
	bottom: 4px;
	width: 13px;
	background-color: rgba(112,192,112,0.6);
	border-radius: 13px;
	transition: margin 0.4s, background 0.4s;
}
input.ToggleSwitchFlat:checked + label {
	background-color: #106010;
}
input.ToggleSwitchFlat:checked + label:after {
	margin-left: 13px;
	background-color: #106010;
}


/* Lighting用 */
select{
	width: auto !important;
	display: inline-block !important;
}
#MainForm, #DialogItem, .CardForm{
	font-family: "Noto Serif JP", "sans-serif" !important;
}
#MainForm{
	margin: 0 auto;
}
#MainForm .sectionBox {
	padding: 0px;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
	clear: both;
}
#MainForm .flowBox {
	padding-bottom: 30px;
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	background: url(/images/arrow_down.png) center bottom no-repeat;
}
#MainForm .flowBox:last-child {
	background: 0 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
#MainForm .flowBox dl {
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 8px;
	display: block;
	overflow: hidden;
	padding: 15px 20px;
	border: 3px solid #e5e5e5;
}
#MainForm .flowBox dl dt {
	font-size: 1.1em;
	font-weight: bold;
	border-left: none;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 3px;
}
#MainForm .flowBox dl dd {
	border-left: none;
}
#MainForm select{
	width:auto !important;
	display: inline-block  !important;
	color: #444  !important;
	font-size: 16px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	border: 1px solid #ccc;
	height: 30px;
}
#MainForm p{
	margin-bottom: 0px;
	line-height: 1.4em;
	font-size: 14px;
	text-indent: 0em;
}
#MainForm h5{
	font-size: 14px;
	line-height: 100%;
	font-weight: normal;
	border: 2px solid #40a040;
	background-color: rgba(224, 255, 224, 0.4);
	margin: 0px 5px 3px 5px;
	border-radius: 5px;
	padding: 8px;
	clear: both;
}
#MainForm h4 {
	font-size: 1.1em;
	font-weight: bold;
	border-left: none;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding: 0px 15px 0px;
	background-color: initial;
	border-radius: 0px;
}
#MainForm h4:after {
	background: none;
}
#MainForm table {
	background: none;
	border: none;
	border-top: 1px solid #d0d0d0;
	border-collapse: collapse;
	border-spacing: 1px;
	opacity: 1.0;
	padding: 1px;
	margin: 0px 0px 5px 0px;
	width: 100%;
	text-align: left;
	line-height: 140%;
}
#MainForm table td, #MainForm table th {
	padding: 5px 5px;
	border: none;
	margin: 0px 0px 0px 2px;
	vertical-align: top;
}
#MainForm table td {
	font-size: 14px;
	padding: 3px 0px 3px 0px;
	vertical-align: middle;
	border: none;
	border-bottom: 1px solid #d0d0d0;
	line-height: 120%;
}
#MainForm button {
	width: 100%;
	padding: 9px 0px;
	border-radius: 5px;
	border: 1px solid #c0c0c0;
	background: #e0e0e0;
	transition-duration: 0.2s;
	margin-top: 2px;
	color: #000;
	font-style: normal;
}
table.CardForm{
	background:none;
	border:none;
	border-top: 1px solid #d0d0d0;
	border-collapse: collapse;
	opacity: 1.0;
	padding:1px;
}
table.CardForm tr {
	border: none;
}
table.CardForm td, table.CardForm th {
	line-height:120%;
	padding: 3px 15px;
	text-align:left;
	font-size:14px;
	vertical-align:middle;
	border:none;
	border-bottom: 1px solid #d0d0d0;
}
table.CardForm th{
	background-color: #ff6000;
	border-bottom: 1px solid #d0d0d0;
	font-size:14px;
	font-weight: normal;
	text-align:center;
	color:#fff;
	padding: 5px;
	opacity: 1.0;
}
table.CardForm td{
	border: 1px solid #ccc;
}
input.ToggleSwitchFlat + label {
	width: 34px;
	height: 20px;
}
#DialogItem h5{
	font-size: 1em;
	font-weight: bold;
	border-left: none;
	margin-bottom: 10px;
	padding: 0px 15px 0px;
	border-bottom: 1px solid #aaa;
	box-shadow:0px 8px 20px -10px rgba(0,0,0,0.4);
	background-color: transparent;
	border-radius: 0px;
	color:#006;
	overflow:hidden;
}
#DialogItem h6{
	margin: 0px;
	line-height: 1em;
	font-size: 1em;
	font-weight: normal;
}
.Dialog table th {
	border-bottom: none;
}
.Dialog p{
	line-height: 1.1em;
}
.Dialog .redText {
	line-height: 1.1em;
}
#DialogItem table td{
	padding-bottom: 10px;
	border-bottom: none;
}
.ui-dialog-title{
	text-align: center;
	font-size: 1.1em;
	line-height: 100%;
}
h4, h5{
	color: #000 !important;
}
label{
	font-weight: normal;
}
#OrderMenu label {
	display: initial;
	padding-left: 0.3em;
}
.Entry table th{
	border-bottom: none !important;
	font-size: 0.9em;
}
.entry-body p{
	line-height: 1.4em;
}
.fa-stack {
	width: 2em !important;
}
.fontBold{
	font-weight: bold;
}
.font18{
	font-size: 18px;
}
