/*
------------------------------------------------*/
.red {
    color: #ff0000;
}

#potetoDetail table.datatable th {
	background-color: #FFEFBF;
}

.inlineContent {
	display:none
}

#cboxContent p.txt {
	padding: 0px 10px;	
}

.cssBtn2,
.cssBtn {
	font-size: 0.875em;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 150px;
	margin: 3px auto;
	padding: 4px;
	border: 1px solid #FFE599;
	background-color: #FFEFBF;
	background-image: -webkit-linear-gradient(top, #FFF8E1, #FFEFBF);
	background-image: linear-gradient(to bottom, #FFF8E1, #FFEFBF);
	border-radius: 4px;
	color: #fff;
	line-height: 24px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.cssBtn2 {
	width: 100px;	
	padding: 2px;
	line-height: 22px;
}

.cssBtn2:hover,
.cssBtn:hover {
	border:1px solid #FFA64D;
	background-color: #1ab0ec;
	background-image: -webkit-linear-gradient(top, #FFEFBF, #FFB973);
	background-image: linear-gradient(to bottom, #FFEFBF, #FFB973);
}

#boujyo {
	background-color: #FF9900;
	color: #000;
}

#fukidashi {
	padding-left: 145px;	
}
#fukidashi .redbg {
	display: inline-block;
	position: relative;
	background: #ff0000;
	border-radius: 8px;
	color: #fff;
	font-size: 0.875em;
	padding: 0.5em;
	margin-top: 15px;
}
#fukidashi .redbg:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 25%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #ff0000;
}
td.ruikei {
	font-weight: bold;
	color: #fff;
	background-color: #ff9900;	
}

#potetoDetail table.datatable tr.limit th {
	background-color: #A3D900;
}

tr.limit td {
	background-color: #E5FF99;
}

tr.limit td.ruikei {
	background-color: #468C00;
}

.chub {
	color: #3675F4;
	font-size: 0.875em;
}
span.chub {	
	color: #3675F4;
	font-size: 0.75em;
}

.detail_flex_wrap {
	display: flex;
	justify-content: space-between;
}
.detail_flex_wrap .detail_left {
	width: 48%;
}
.detail_flex_wrap .detail_right {
	width: 48%;
}