@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;
}
#contents .imgBorder a {
	display: block;
	padding: 2px;
	border: 1px solid #cccccc;
}
/* 5 txt setting
=========================================*/
#contents .txt-line {
	text-decoration: underline;
}
#contents .txt-large {
	font-size: 110%;
}
#contents .txt-small {
	font-size: 80%;
}
#contents .txt-color-red {
	color: #FF0000;
}


/* 6. /select.html
=========================================*/
#recruit_select #headContainer {
	border-bottom: 1px solid #006EBB;
}
* html #recruit_select #header {
	padding-bottom: 12px;
}
*:first-child+html #recruit_select #header {
	padding-bottom: 12px;
}
#recruit_select #mainContents {
	padding-right: 0;
	width: 900px;
}
#recruit_select #selectContents {
	width: 830px;
	margin: 0 auto;
}
#recruit_select .selectColumn {
	margin-top: 10px;
	padding-bottom: 20px;
	background: url(../../recruit/images/select_bg002.gif) no-repeat 0 100%;
}
#recruit_select .heading {
	margin: 19px 0 0 22px;
}
#recruit_select .selectColumn .inner {
	width: 830px;
	background: url(../../recruit/images/select_bg001.gif) no-repeat 0 0;
}
#recruit_select .selectColumn .colLeft {
	float: left;
	width: 390px;
}
#recruit_select .selectColumn .colLeft .txBox {
	margin: 20px 0 0 32px;
}
#recruit_select .selectColumn .colRight {
	float: right;
	width: 390px;
}
#recruit_select .selectColumn .colRight .txBox {
	margin: 20px 0 0 32px;
}

#recruit_select .selectColumn .entryBtn {
	margin-top: 15px;
	text-align: center;
}
#recruit_select .noteColumn {
	clear: both;
	margin-top: 5px;
}
#recruit_select .noteColumn .colLeft {
	float: left;
	width: 390px;
}
#recruit_select .noteColumn .colRight {
	float: right;
	width: 390px;
}
#recruit_select .noteColumn .notes01 {
	font-size: 80%;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
#recruit_select .noteColumn .notes01 span {
	margin-right: 0.5em;
}
/*=================================

	Clearfix

=================================*/
#recruit_select .selectColumn .inner:before {
	content:"";
	display:table;
}
#recruit_select .selectColumn .inner:after {
	clear:both;
	content:"";
	display:table;
}

#recruit_select .selectColumn .inner {
	zoom:1;
}

/* 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%;
}

