@charset "utf-8";
@import "common/0-import.css";
/*------------------------------------------------------------
	お申し込みフォーム
------------------------------------------------------------*/
#conts h2 {
	background: url(/img/entry/h2_img.gif) no-repeat;
	font-size: 1.48em;
	padding: 10px 0 8px 10px;
	margin-bottom: 20px;
}

#conts .msg {
	margin-bottom: 35px;
	padding: 10px;
	border: 5px solid #BDDDF4;
}

#conts h3 {
	background: url(/img/drag/drug_h3_bg.jpg) no-repeat top center;
	color: #000;
	padding: 8px 0px 12px 15px;
	height: 15px;
	margin-bottom: 18px;
	font-size: 1.16em;
}

#conts .entryTable th .must {
	font-size: 10px;
}

/* フッター導線削除スタイル調整 */
#footer.entryIndex {
	padding: 7px 0;
	height: auto;
	background: none;
	border-top: 1px solid #DEDEDE;
}

/*------------------------------------------------------------
	お申し込み入力内容確認
------------------------------------------------------------*/

.entryTable tr.confirmation .credentialList li {
	float: none;
	width: auto;
	margin-bottom: 0px;
}

.entryTable tr.confirmation .jobList li  {
	margin-bottom: 0px!important;
}

.entryTable tr.confirmation .areaList li {
    float: none;
    margin-bottom: 0px;
    margin-right: 0px;
}

.confirm #header {
	margin-bottom: 57px;
}

.confirm #footer .footInner {
	padding-top: 57px;
}


/*------------------------------------------------------------
	案件エントリの場合
------------------------------------------------------------*/

#conts .matter {
	margin-bottom: 35px;
}

#conts .matter table {
	border-collapse: collapse;
	border: 5px solid #BDDDF4;
}

#conts .matter table th,
#conts .matter table td {
	border: 1px dotted #CCCCCC;
	padding: 8px 10px;
	text-align: left;
}

#conts .matter table th {
	font-weight: normal;
}

#conts .matter table th span,
#conts .matter table td span {
	font-weight: bold;
}


/*------------------------------------------------------------
	サンキューページ
------------------------------------------------------------*/
#conts .inquiry h2 {
	font-size: 18px;
}

#conts .inquiry h2 span {
	font-size: 16px;
}

#conts .inquiry .text,
#conts .inquiry p {
	margin-bottom: 20px;
}

#conts .inquiry table {
	width: 49%;
	border-collapse: collapse;
	border: 1px solid #DDDDDD;
	margin-bottom: 15px;
}

#conts .inquiry table.left {
	float: left;
}

#conts .inquiry table.right {
	float: right;
}

#conts .inquiry table th {
	border-right: 1px dotted #CCCCCC;
	vertical-align: middle;
	text-align: center;
}

#conts .inquiry table th,
#conts .inquiry table td {
	padding: 15px;
}

#conts .inquiry table td dl {
	margin-top: 5px;
}

#conts .inquiry table td dl dt {
	float: left;
	width: 42px;
}

#conts .inquiry table td dl dd {
}

#conts .inquiry .back {
	background: url(/img/entry/directly_icon.png) no-repeat 0px 4px;
	padding-left: 15px;
	display: block;
}

#conts .inquiry .infoBox {
	width: 550px;
	margin: 0 auto;
	border: 2px solid #FF0000;
	color: #333333;
	margin-bottom: 30px;
	padding: 15px 20px;
}

#conts .inquiry .infoBox h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

#conts .inquiry .infoBox p {
	margin-bottom: 25px;
}

#conts .inquiry .infoBox p.last {
	margin-bottom: 0;
}

#conts .inquiry .infoBox p.date {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	text-decoration: underline;
}

#conts .inquiry .infoBox p span {
	font-weight: bold;
}

#conts .inquiry .thanksNote {
	margin: 20px auto;
	padding: 20px;
	border: 1px solid #ccc;
}

#conts .inquiry .thanksNote p+p {
	margin-bottom: 0;
}

/* メールが届かない場合 */
#conts .not_reach {
	padding: 14px 20px;
	border: 5px solid #BDDDF4;
}

#conts .not_reach:after {
	height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

#conts .not_reach p {
	margin-bottom: 0;
}

#conts .not_reach .txt {
	margin: 4px 10px 0 0;
	padding-left: 30px;
	background: url(/img/entry/icon_mail.png) no-repeat left center;
	float: left;
	font-size: 1.1574em;
}

#conts .not_reach .address {
	padding-left: 15px;
	background: url(/img/entry/icon_arrow.png) no-repeat left center;
	float: left;
	font-family: メイリオ,MS PGothic,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
}

#conts .not_reach .address a {
	color: #258DDA;
	font-size: 1.5432em;
	text-decoration: none;
}

#conts .not_reach .address a:hover {
	text-decoration: underline;
}

/* AnswersNews */
#conts .pharmanews {
    margin: 45px 0;
    background: url(/img/index/news_bg.png) repeat-x left 0 #F6F6F6;
}

#conts .pharmanews .inner {
	padding: 0 20px 20px;
}

#conts .pharmanews .ttl {
	margin-bottom: 0;
    padding: 13px 20px 12px;
    background: none;
    position: relative;
    color: #111;
    font-size: 22px;
    font-weight: normal;
    font-family: メイリオ,MS PGothic,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
}

#conts .pharmanews .ttl:before {
    width: 730px;
    height: 5px;
    background: #555;
    position: absolute;
    top: -7px;
    left: -1px;
    content: "";
}

#conts .pharmanews .ttl span {
    color: #258CD8;
    font-size: 22px;
    font-weight: bold;
}

#conts .pharmanews .ban {
	background: url(/img/index/news_bn_over.jpg) no-repeat;
}

#conts .pharmanews .ban a {
	display: block;
}

#conts .pharmanews .ban a:hover img {
	visibility: hidden;
}

#conts .pharmanews p {
	margin-bottom: 20px;
	font-size: 1.08024em;
	line-height: 1.6;
}