@charset "utf-8";

/* ----------------------------------------------

	bowls / RECRUIT STYLE
	author   : (C)KAYAC http://www.kayac.com/

---------------------------------------------- */

@import url("./parts/base.css");
@import url("./parts/layout.css");
@import url("./parts/module.css");
@import url("./parts/form.css");


/* general styles
---------------------------------------------- */

div#contents div#cntMain h3 {
	margin: 0 0 15px;
}
div#contents p.exp {
	margin: 0 0 30px;
}


/* ----------------------------------------------

		INFO

---------------------------------------------- */

div#contents div#frontRecruit {}
div#contents div#frontRecruit p {
	padding: 0 0 20px;
}

div#contents div#boxRecruitInfo {}
div#contents div#boxRecruitInfo table {
	margin: 0 0 10px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
div#contents div#boxRecruitInfo table tr th,
div#contents div#boxRecruitInfo table tr td {
	margin: 0;
	padding: 10px;
	vertical-align: top;
	text-align: left;
}
div#contents div#boxRecruitInfo table tr th {
	width: 132px;
	font-weight: bold;
	background: url(/img/common/bg_dot_corner.gif) no-repeat 100% 100%;
}
div#contents div#boxRecruitInfo table tr td {
	width: 520px;
	line-height: 1.6;
	background: url(/img/common/bg_dot_b.gif) no-repeat 100% 100%;
}
div#contents div#boxRecruitInfo table tr td p.navLink {
	margin: 10px 0 0;
	text-align: left;
}
div#contents div#boxRecruitInfo table tr td h4 {
	margin: 0 0 5px;
}
div#contents div#boxRecruitInfo table tr td p.exp {
	margin: 0 0 10px;
}
div#contents div#boxRecruitInfo table tr td h4.recruitDetail {
	margin: 0 0 10px;
	padding: 8px;
	font-weight: bold;
	background: #F6F6F6;
}

div#contents div#boxRecruitInfo table tr th.last {
	background: url(/img/common/bg_dot_s.gif) no-repeat 100% 0;
}
div#contents div#boxRecruitInfo table tr td.last {
	background: none;
}

div#contents div#boxRecruitInfo table span {
	display: block;
	margin: 6px 0 0;
	color: #888888;
}




/* ----------------------------------------------

		hacks

---------------------------------------------- */

/* Clearfix
---------------------------------------------- */


div#contents div#boxInfoMap ul {
		zoom: 1;/*for IE 5.5-7*/
}
div#contents div#boxInfoMap ul:after {/*for modern browser*/
		display: block;
		clear: both;
		visibility: hidden;
		content: ".";
		height: 0px;
}
* html div#contents div#boxInfoMap ul {
	display: inline-table;
	/*\*/display: block;/**/
}

