@charset "UTF-8";

/* ****************************************************
1. /sectioncare/schedule.html
2. table sort

***************************************************** */



/* 1. /section/care/schedule.html
=========================================*/

/* for map */
#contents .listCol2 li {
	margin-right: 10px;
}

/* form parts */
#contents .select-box h4 {
	margin-top: 10px;
}
#contents .select-box select,
#contents .select-box input,
#contents .select-box span.ex-txt {
	margin: 5px 0 0 15px;
}
#contents .select-box select.ml3 {
	margin-left: 3px;
}
#contents #flashBox {
	width: 312px;
	margin: 10px auto 0;
	padding: 5px;
	background: url(../../recruit/section/seminar/care/images/result_bg001.gif) 0 0;
	border: 1px solid #cccccc;
	text-align: left;
}



/* 2. /seminar/care/result.html
=========================================*/
#seachWork #mainContents {
	padding-right: 0;
}
#seachWork #contents {
	float: none;
	width: 900px;
}

#seachWork #contents .section {
	float: none;
	width: 885px;
}
#seachWork #contents .serch-condition {
	margin-top: 10px;
	padding: 15px;
	background: #f1f1f1;
}
#seachWork #contents .txt-large {
	font-size: 135%;
}
/* equalCol2 */
#seachWork #contents .equalCol2 {
	width: 885px;
}
#seachWork #contents .equalCol2 .first-col {
	width: 435px;
}
#seachWork #contents .equalCol2 .second-col {
	width: 435px;
	margin-left: 15px;
}

#seachWork #contents .two-column {
	width: 900px;
	margin-top: 20px;
}
#seachWork #contents .two-column .two-left,
#seachWork #contents .two-column .two-right {
	float: left;
	width: 450px;
}

/* result-list */
#seachWork #contents .result-list {
	text-align:center;
	margin-top: -1.4em;
}
#seachWork #contents .result-list li {
	display: inline;
}
#seachWork #contents .result-list li a{
	padding: 0 2px;
}

/* noList */
#seachWork #contents .noList {
	width: 40em;
	margin: 10px auto 0;
	padding: 10px;
	background: #FFE0E0;
	border: 1px solid #FF9999;
	font-weight: bold;
	color: #FF0000;
}
/* 3. table sort
=========================================*/
#contents th a{
	text-decoration: none;
	color: #FFFFFF;

}
#contents th a span {
	display: block;
}

#contents th span.arrow {
	display: block;
}

#contents th span.arrow a img{
	margin-right:5px;
}

/* 4. add
=========================================*/
#contents .emphasis-tx {
	color:#FF0000;
}


/* 99. Extra
=========================================*/
/* Clearfix */
#contents .two-column:after,
#seachWork #contents .select-box .two-col:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#contents .two-column,
#seachWork #contents .select-box .two-col {
	display: inline-block;
	min-height:1%;
}
