@charset "UTF-8";

/*
 * ===========================================
 * 日本メディカルセンター ウェブサイト
 * 採用情報ページスタイル定義
 * ===========================================
 *
 * $Id: recruit.css,v 1.4 2010-02-10 14:23:11 cvsuser Exp $
 *
 * @author S.Sugaya(sugaya@technohead.jp)
 */

/*
 * ===========================================
 * コンテンツ(メイン部分)指定
 * ===========================================
 */
#contents {
	text-align: left;
}

#contents A { color: #00008B; text-decoration: none; font-weight: bold; }
#contents A:hover { color: #FF0000; text-decoration: underline; font-weight: bold;}

#contents H1 {
	display: block;

	font-size: 100%;
	font-weight: bold;

	background: #E0FBF9 url(../_img/title_header.jpg) no-repeat left center;
	border: 1px solid #32C2B8;

	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px 15px;
}

#contents P {
	margin-bottom: 10px;
}

#contents UL {
	list-style-position: inside;
}

#contents UL LI {
	margin-left: 20px;
	margin-bottom: 10px;

	font-size: 90%;
}

#contents UL.apply {
	list-style-type: none;
}

#contents UL.apply LI SPAN.title {
	display: block;

	color: #00008B;
	font-weight: bold;
}

#contents UL.apply LI UL {
	margin-left: 30px;
}

#contents UL.apply LI UL A.pdf {
	display: -moz-inline-box; /* for mozilla */
	display: inline-block; /* for Opera & Safari & IE */

	height: 20px;

	background: #FFFFFF url(../_img/pdficon.gif) no-repeat left center;

	padding-left: 20px;
}

*html #contents UL.apply LI UL A.pdf { /* for ie 6 */
    display: inline !important;
}
*:first-child+html #contents UL.apply LI UL A.pdf { /* for ie 7 */
    display: inline !important;
}


#contents UL.address {
	margin-left: 30px;
}

