@charset "utf-8";

/* ----------------------------------------------

	bowls / PRIVACY 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 div#cntMain h4 {
	margin: 0 0 10px;
}
div#contents p.exp {
	margin: 0 0 30px;
}
div#contents p.navLink {
	text-align: left;
}

div#contents div#boxRecruitInfo {}
div#contents h3 {
	margin: 0 0 10px;
	padding: 4px 0 4px 20px;
	border-left: 3px solid #000000;
}
div#contents ul,
div#contents ol {
	margin: 0 0 20px;
}
div#contents ul li,
div#contents ol li {
	margin: 0 0 5px;
}




/* ----------------------------------------------

		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;/**/
}

