@charset "utf-8";

/*---- requestDetail ----*/
.requestDetail img{
	max-width: 100%;
	height:auto;
}
.requestDetail .usr_bold{
	font-weight: bold;
}
.requestDetail .usr_red{
	color:red;
}

/*----- adultWarn ------*/
.adultWarn{color:#ff0000}

/* requestListCard */
.txtRequestListCard{padding:10px;text-align:left;word-break:break-all;background:#ffffff;}
.requestListCard tr.clickable:hover td{background:#fffacd;}
.requestListCard{border:1px solid #CCD6B6;}
.requestListCard .card{padding:0 1.3% 0 1.3%;}

.titleRequestListCard{margin: 0 0 5px;padding:4px 0;line-height:1;}
.titleRequestListCardTxt{float: center;padding: 7px 20px 7px 10px;text-align: center;max-height: 30px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; font-size: 24px;}

/*-- .listCard --*/
ul.listCard{margin:0 -1.1% 0 0; padding:0 0 10px;line-height:1;}
.listCard li.card{float:left;width:29.6%;margin:0 1.1% 15px 0;/margin:0 0.9% 15px 0;}
@media screen and (max-width: 1100px) {
	.listCard li.card{width:46.3%;}
}
.listCard .agentTaskList{width:100%;border:1px solid #CCD6B6;padding:10px 6px 10px;position:relative;}
.listCard .agentTaskList .txtLink{margin:0 4px;padding:10px 0;border-bottom: dotted 1px #CCD7B7;font-size:17px;line-height:1.3; word-break:break-all;word-wrap:break-word;*height:67px;*overflow:hidden;}
.listCard .agentTaskList .pt{ text-align:right; padding:5px 12px 0 0;font-size:17px;font-weight:bold;color:#404040; overflow:hidden;}
.listCard .catetype_02{margin:0 6px;/max-width:72px;}
.listCard .client{margin:10px 6px;font-size: 75%;}
.listCard tr.clickable:hover td{cursor:pointer;background:#fffacd;transition: background 0.1s;}
.oneColumn li.card{width:96.3%;}
.oneColumn .agentTaskList .pt,.twoColumn .agentTaskList .pt{text-align:left; padding:5px 6px 0 6px;}
.oneColumn ul.category li,.twoColumn ul.category li{float:left;margin: 0 8px 0 0;}
.twoColumn li.card{width:46.3%;}

a:hover {color:#ff4200;}
.cf:before, .cf:after {content:"";display:table;}
.cf:after {clear:both;}
.cf {*zoom:1;}