@charset "UTF-8";
/*
 * /usage/
 */

/* ==============================================
	ジョブメドレーエージェント 薬剤師に無料登録する　わずか60秒
============================================== */
.index_support_btn_01 {
    background: url(/usage/img/index_signup-bg_01.gif) no-repeat left bottom;
    height: 91px;
    margin-bottom: 52px;
    text-align: center;
}

	.index_support_btn_01 p {
		padding-top: 20px;
	}

/* ==============================================
	都道府県から薬剤師求人を探す
============================================== */
.index_prefecture_inner_01 {
	padding: 38px 15px 16px;
}
	.index_prefecture_inner_01 h3 {
		position: absolute;
		left: 66px;
		top: -22px;
	}
	.index_prefecture_inner_01 ul {
	}
		.index_prefecture_inner_01 ul li {
			margin-bottom: 11px;
		}
		.index_prefecture_inner_01 ul li.last {
			margin-bottom: 0;
		}
			.index_prefecture_inner_01 ul li dl {
				display: block;
				min-height: 1%;
			}
			.index_prefecture_inner_01 ul li dl:after {
				clear: both;
				content:".";
				display: block;
				height: 0;
				visibility: hidden;
			}
				.index_prefecture_inner_01 ul li dl dt {
					width: 88px;
					padding: 2px 6px;
					float: left;
					margin-right: 14px;
					background-color: #ecdde0;
					font-weight: bold;
					color: #754251;
				}
				.index_prefecture_inner_01 ul li dl dd {
					padding: 2px 0;
					float: left;
					margin-right: 6px;
				}

/* ==============================================
	ジョブメドレーエージェント 薬剤師の薬剤師求人・募集情報をご覧の皆様へ
============================================== */
.index_notice_heading_01 {
	color: #771d37;
	font-weight: bold;
	margin-bottom: 10px;
}
.index_notice_txt_01 {
	color: #333;
}

/* ==============================================
	記事
============================================== */
.temp_column_01 {
	margin-bottom: 35px;
	clear: both;
	overflow: hidden;
}
.temp_column_01.last {
	margin-bottom: 0;
}
	.temp_column_01 .temp_heading_01 {
		border: 2px solid #d5c6c3;
		background-color:#f9f5f6;
		color:#6d3747;
		font-weight: bold;
		padding: 3px 10px;
		font-size: 117%;
		margin-bottom: 15px;
	}

	.temp_column_01 .temp_columnbody_01 {
		padding: 0 15px;
	}

	.temp_columnbody_01 .temp_txt_01 {
		margin-bottom: 20px;
	}

		.temp_columnbody_01 .temp_subheading_02 {
			background: url(/usage/img/temp_subtitle-icn_01.gif) no-repeat left 0.2em;
			padding-left: 25px;
			margin-bottom: 10px;
			font-size: 117%;
			font-weight: bold;
			color:#6d3747;
		}

		.temp_columnbody_01 .temp_txt_01.last {
			margin-bottom: 0;
		}
		.temp_columnbody_01 .temp_pic_01 {
			float: right;
			margin-left: 30px;
		}

/* print */
@media print {
	#contents {
		display:block;
	}
		#contents #main {
			display:block;
			vertical-align: top;
			float: left;
			padding-right: 20px;
		}

		#contents #side {
			display:block;
			vertical-align: top;
			float: right;
		}
	.temp_one_column_01 {
		page-break-after: always; /* for Mac Safari */
	}
	.temp_columnbody_01 .temp_txt_01 {
		padding-bottom: 10px; /* for Mac Safari */
	}
}