@charset "utf-8";

.disableBtn {cursor:default !important;}
.disableBtn input{
	cursor: default !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	background:#CCCCCC !important;
	background: -webkit-linear-gradient(top, #CCCCCC 0%, #CCCCCC 100%)  !important;
	background: -o-linear-gradient(top, #CCCCCC 0%,#CCCCCC 100%)  !important;
	background: -ms-linear-gradient(top, #CCCCCC 0%, #CCCCCC 100%)  !important;
	background: -moz-linear-gradient(top, #CCCCCC 0%, #CCCCCC 100%)  !important;
	background: linear-gradient(to bottom, #CCCCCC 0%, #CCCCCC 100%)  !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#CCCCCC, endcolorstr=#CCCCCC, gradienttype=0) !important;
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
}
.disableBtn a{cursor:default !important; -moz-box-shadow:none !important; -webkit-box-shadow:none !important;
	background:#CCCCCC !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#CCCCCC, endcolorstr=#CCCCCC, gradienttype=0) !important;
	color:#FFFFFF !important;
}

.disableLink {text-decoration:underline; color:#808080;}

.disableText {background-color:#CCCCCC !important;}

textarea.textarea {font-size: 12px; padding: 4px; border: 1px solid #CCCCCC;}

input.text {font-size:12px; padding:4px; border: 1px solid #CCCCCC;}

table.default td select {border: 1px solid #CCCCCC;}

.attention {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 3px solid #FDDCA5;
	padding: 10px;
}

.caution {
	padding: 10px;
	text-align: center;
	background-color: #FFEFB4;
}
.iconPoint {
	padding-left:2px;
	vertical-align: middle;
}
*:first-child+html .iconPoint img {
	margin-top: -3px;
}
.icnPoint {
	background: url(/CWR/images/icon_point.png) no-repeat 50px center;
}
.icnPen {
    padding-left: 25px;
    background: url(/CWR/images/icon_pen.png) no-repeat left center;
}
.icnMealTicket {
    padding-left: 30px;
    background: url(/CWR/images/icon_meal_ticket.png) no-repeat left center;
}
.icnGrantPoint {
    padding-left: 25px;
    background: url(/CWR/images/icon_point.png) no-repeat left center;
}
.icnUsePoint {
    padding-left: 30px;
    background: url(/CWR/images/icon_point_use.png) no-repeat left center;
}
.fixTable {
	width: 980px;
	table-layout: fixed;
	line-height: 1.3;
	word-wrap: break-word;
	word-break: break-all;
}
.fixTable th,
.fixTable td {
	border: 1px solid #999999;
	font-size: 10px;
	font-weight: normal;
}
.fixTable th {
	padding: 5px 2px;
	background: #E0E0E0;
	text-align: center;
}
.sortBtn img {
	margin-top: 3px;
}
.fixTable td {
	padding: 5px 4px;
	background: #FFFFFF;
}
table.disable th,
table.disable td {background:#d6d6d6;}

/* GUIカレンダーの土日色変更 */
th.ui-datepicker-week-end {
	color: #CC0000;
}
th.ui-datepicker-week-end ~ th.ui-datepicker-week-end {
	color: #0066CC;
}
.ui-datepicker td.ui-datepicker-week-end:first-child a {
	background: #FFCCCC;
}