@charset "utf-8";
/*--------------------------------------
	m3.com Pharmacist Style Sheet
	Last Update 2012-02
---------------------------------------*/

/*header*/

.font-base {
	font-size:80%;
}
#history-search-header {
	height:31px;
	line-height:31px;
	vertical-align:middle;
	text-align:right;
	padding-top:7px;
	padding-bottom:3px;
	margin:0 auto;
	font-size:80%;
	color:#000000;
}
#history-search-header .ico-mail {
	vertical-align:-1px;
	margin-right:5px;
}
#history-search-header .ico-howto {
	vertical-align:-3px;
	margin-right:3px;
	margin-left:15px;
}
#history-search-header a {
	color:#0000ff;
}
#history-search-header span {
	font-weight:bold;
	color:#444444;
}
#history-search-header img {
	vertical-align:-10px;
}
.history-search-top {
	width:950px;
	background: url(../../images/header_top_bg.gif) repeat-x top;
}
.history-search-2col {
	width:950px;
	border-bottom:1px solid #cccccc;
	margin-bottom:0!important;
}
.history-search-detail {
	width:750px;
	border-bottom:1px solid #cccccc;
}
.history-search-search {
	width:750px;
	border-bottom:1px solid #cccccc;
	margin-bottom:0!important;
}
.history-search-special {
	width:950px;
	border-bottom:1px solid #cccccc;
	margin-bottom:0!important;
}
/*-- 20120720求人詳細ページのみ適用start --*/
.history-search-careerdetail {
	width:950px;
	border-bottom:1px solid #cccccc;
	margin-bottom:0!important;
}
/*-- 20120720求人詳細ページのみ適用end --*/

/*breadcrumbs*/





/*update-number*/

.history-search-top-update {
	float: left;
	font-size: 12px;
	border-right: 1px dotted #76B94E;
	padding-right: 10px;
	padding-left: 10px;
}
.history-search-top-update strong {
	color: #F63;
	font-size: 14px;
}
.history-search-top-number {
	float: left;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
}
.history-search-top-number strong {
	color: #F63;
	font-size: 14px;
}
/*login*/
#history-search-header .login {
	display:block;
	margin-bottom:7px;
	padding-bottom:7px;
	float: right;
}
#history-search-header .login .l-name {
	float:right;
	display:inline;
	width:525px;
	overflow:hidden;
	white-space:nowrap;
	margin-right:10px;
}
#history-search-header .login .r-btn {
	float:right;
	display:inline;
	width:210px;
}
/*logout*/
#history-search-header .logout {
	margin-bottom:7px;
	padding-bottom:7px;
}
#history-search-header .logout .howto {
	margin-left:20px;
}
#history-search-header .logout .howto img {
	vertical-align:-2px;
	margin-right:6px;
	border:none;
	text-decoration:none;
}
#history-search-header .bor {
	border-bottom:1px solid #cccccc;
}
/*pulldown*/

#history-search-pulldown {
	position:absolute;
	width:430px;
	background-color:white;
	max-height:445px;
	max-height:_none;
	vertical-align:top;
	overflow-x:hidden;
	overflow-y:auto;
	border:2px solid #70B348;
	font-size:80%;
	z-index:10;
}
*:first-child+html #history-search-pulldown {
	overflow-y:scroll;
	overflow-x:hidden;
}
#history-search-pulldown .howto a {
	position:absolute;
	top:5px;
	right:30px;
	color:#0000ff;
	font-size:90%;
}
#history-search-pulldown .howto a img {
	vertical-align:-2px;
	margin-right:4px;
	border:none;
}
#history-search-pulldown table {
	width:430px;
	margin-top:0;
	border-collapse:collapse;
}
#history-search-pulldown table th {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	background-color:#eeeeee;
	color:#555555;
	text-align:left;
	border-top:2px solid #999;
}
#history-search-pulldown table th img {
	vertical-align:-2px;
	margin-right:3px;
}
#history-search-pulldown table td {
	line-height:140%;
	padding-top:5px;
	padding-right:30px;
	padding-bottom:10px;
	padding-left:30px;
	border-bottom:1px dotted #ccc;
}
#history-search-pulldown table .first {
	border-top:none;
}
#history-search-pulldown table .last {
	border-bottom:none;
}
#history-search-pulldown table td a {
	text-decoration:none;
	color:#0000ff;
}
#history-search-pulldown table .setup {
	background-color:#fff4db;
}
#history-search-pulldown table td a img {
	border:none;
}
#history-search-pulldown table td .btn {
	margin-top:2px;
	text-align:right;
}
#history-search-pulldown table td .setup-message {
	margin-bottom:3px;
	color: #FE3300;
	font-weight:bold;
}
#history-search-pulldown table td .setup-message img {
	margin-right:5px;
	vertical-align:-5px;
}
#history-search-pulldown table .search-box {
	padding-top:13px;
	padding-bottom:14px;
}
#history-search-pulldown table .search-box input[type="text"] {
	width:290px;
}
#history-search-pulldown table .search-box input[type="button"] {
	width:70px;
	margin-left:5px;
}
#history-search-pulldown table td .position {
}
#history-search-pulldown table .position .ad {
	color:#0000ff!important;
}
#history-search-pulldown table .position .catch-copy {
	color:black;
}
#history-search-pulldown table .position .income {
	color:black;
}
#history-search-pulldown table .detail {
	text-align:right !important;
	color:#0000ff;
}
/*mail-pulldown*/

#history-search-mail-pulldown {
	position:absolute;
	width:430px;
	background-color:white;
	max-height:445px;
	max-height:_none;
	vertical-align:top;
	overflow-x:hidden;
	overflow-y:auto;
	border:2px solid #70B348;
	font-size:80%;
	z-index:10;
}
*:first-child+html #history-search-mail-pulldown {
	overflow-y:scroll;
	overflow-x:hidden;
}
#history-search-mail-pulldown .howto a {
	position:absolute;
	top:5px;
	right:30px;
	color:#0000ff;
	font-size:90%;
}
#history-search-mail-pulldown .howto a img {
	vertical-align:-2px;
	margin-right:4px;
	border:none;
}
#history-search-mail-pulldown table {
	width:430px;
	margin-top:0;
	border-collapse:collapse;
}
#history-search-mail-pulldown table th {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	background-color:#eeeeee;
	color:#555555;
	text-align:left;
	border-top:2px solid #999;
}
#history-search-mail-pulldown table th img {
	vertical-align:-2px;
	margin-right:3px;
}
#history-search-mail-pulldown table td {
	line-height:140%;
	padding-top:5px;
	padding-right:30px;
	padding-bottom:5px;
	padding-left:30px;/*border-bottom:1px dotted #ccc;*/
}
#history-search-mail-pulldown table .first {
	border-top:none;
}
#history-search-pulldown table .last {
	border-bottom:none;
}
#history-search-mail-pulldown table td a {
	text-decoration:none;
	color:#0000ff;
}
#history-search-mail-pulldown table .setup {
	background-color:#fff4db;
}
#history-search-pulldown table td a img {
	border:none;
}
#history-search-mail-pulldown table td .btn {
	margin-top:2px;
	text-align:right;
}
#history-search-mail-pulldown table td a img {
	border-style: none;
}
/*history-search-list*/

#history-search-list {
}
#history-search-list .ico-howto {
	vertical-align:-3px;
	margin-right:3px;
	margin-left:15px;
}
.history-search-line {
	border:1px solid #ff6c00;
}
#history-search-list table {
	border-collapse:collapse;
}
#history-search-list table th {
	padding-top:5px;
	padding-left:25px;
	padding-bottom:5px;
	border-bottom:1px solid #ffcca0;
	background-color:#fff4db;
	color:#333333;
	font-weight:bold;
	text-align:left;
}
#history-search-list table th img {
	margin-right:3px;
	vertical-align:-2px;
}
#history-search-list table td {
	padding-top:5px;
	padding-left:25px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	background-color:#fff;
}
#history-search-list table td img {
	vertical-align:-4px;
	margin-right:5px;
}
#history-search-list table td a img {
	border:none;
}
#history-search-list table .last {
	border-bottom:none;
}
#history-search-list .notes {
	margin-top:10px;
	text-align:right;
}
#history-search-list .notes a {
	text-decoration:underline !important;
}
#history-search-list .notes img {
	margin-right:5px;
}
.history-search-list-top {
	width:680px;
	margin-top:7px;
}
.history-search-list-top table {
	width:678px;
}
.history-search-list-search {
	width:750px;
	margin-top:7px;
	margin-bottom:15px;
}
.history-search-list-search table {
	width:748px;
}
.history-search-list-detail {
	width:750px;
	margin-top:12px;
}
.history-search-list-detail table {
	width:748px;
}
/*search-resultbox*/

.search-resultbox {
    position:relative;
    height:86px;
    margin-bottom:10px;
    border-top:7px solid #ff7747;
    border-right:1px solid #ff7747;
    border-bottom:1px solid #ff7747;
    border-left:1px solid #ff7747;
    background-color:#fff3e1;
    margin: 10px 0px 8px;
}
.search-resultbox-notes {
    margin-top:10px;
    margin-bottom:20px;
    font-size:70%;
    text-align:right;
}
.search-resultbox .howto02 a {
    position:absolute;
    top:60px;
    right:30px;
    color:#0000ff!important;
    font-size:12px;
    text-decoration:underline!important;
}
.search-resultbox .howto02 a img {
    vertical-align:-2px;
    margin-right:4px;
    border:none;
}
.search-resultbox .kw {
    height:42px;
    line-height:44px;
    padding-left:20px;
    border-bottom:1px dotted #999999;
    color:#444444;
    font-size:16px;
    font-weight:bold;
    letter-spacing:1px;
    overflow:hidden;
}
.search-resultbox .kw span {
    padding:0 5px;
    color:#fe3300;
}
.search-resultbox .result {
    display:block;
    height:32px;
    line-height:32px;
    margin-top:6px;
    margin-left:20px;
}
.search-resultbox .result .l {
    display:inline;
    float:left;
    font-size:12px;
    letter-spacing:1px;
}
.search-resultbox .result .m {
    display:inline;
    float:left;
    height:30px;
    vertical-align:middle;
    line-height:30px;
    margin-left:10px;
    margin-right:20px;
    padding-right:5px;
    padding-left:5px;
    font-size:12px;
    font-weight:bold;
    background-color:#FFFFFF;
}
.search-resultbox .result .m span {
    padding:5px 5px 0 5px;
    vertical-align:-4px;
    color:#fe3300;
    font-family:Arial, Helvetica, sans-serif;
    font-size:25px;
}
.search-resultbox .result .r {
    margin-top:5px;
}
.search-resultbox .result .r a img {
    margin-top:5px;
    *margin-top:0px;/*IE6IE7*/
    border:none;
}
/*search-resultbox_120925_start*/
.search-resultbox_logout {
    position:relative;
    height:43px;
    border-top:7px solid #ff7747;
    border-right:1px solid #ff7747;
    border-bottom:1px solid #ff7747;
    border-left:1px solid #ff7747;
    background-color:#fff3e1;
    margin: 10px 0px 0px;
}
.search-resultbox_logout .howto02 a {
    position:absolute;
    top:60px;
    right:30px;
    color:#0000ff!important;
    font-size:12px;
    text-decoration:underline!important;
}
.search-resultbox_logout .howto02 a img {
    vertical-align:-2px;
    margin-right:4px;
    border:none;
}
.search-resultbox_logout .kw {
    height:42px;
    line-height:44px;
    padding-left:20px;
    color:#444444;
    font-size:16px;
    font-weight:bold;
    letter-spacing:1px;
    overflow:hidden;
    float: left;
}
.search-resultbox_logout .kw span {
    padding:0 5px;
    color:#fe3300;
}
.search-resultbox_logout .result {
    display:block;
    height:42px;
    margin-top:6px;
    margin-right:20px;
    float: right;
}
.search-resultbox_logout .result .l {
    display:inline;
    float: right;
    font-size:12px;
    letter-spacing:1px;
    line-height:30px;
}
.search-resultbox_logout .result .m {
    display:inline;
    float: right;
    line-height:44px;
    height:30px;
    vertical-align:middle;
    line-height:30px;
    margin-left:10px;
    margin-right:10px;
    padding-right:5px;
    padding-left:5px;
    font-size:12px;
    font-weight:bold;
    background-color:#FFFFFF;
}
.search-resultbox_logout .result .m span {
    padding:5px 5px 0 5px;
    vertical-align:-4px;
    color:#fe3300;
    font-family:Arial, Helvetica, sans-serif;
    font-size:25px;
}
.search-resultbox_logoutbtn_l, .search-resultbox_logoutbtn_r {
	font-size:12px;
	background: url(../../images/common_parts/btn_s01_bg_right.gif) no-repeat right top;
	line-height: 15px;
	font-weight: bold;
	height: 35px;
}
.search-resultbox_logoutbtn_l {
	float: right;
	margin-right: 105px;
	margin-top: 20px;
	font-weight: bold;
}
.search-resultbox_logoutbtn_r {
	float: left;margin-left: 10px;
}
.search-resultbox_logoutbtn_r span {
	font-weight: normal;font-size:11px;
}
.search-resultbox_logoutbtn_l p, .search-resultbox_logoutbtn_r p {
	background: url(../../images/common_parts/btn_s01_bg_left.gif) no-repeat left top;
}
.search-resultbox_logoutbtn_l p a, .search-resultbox_logoutbtn_r p a {
	padding: 5px 10px 5px 20px;
	display: block;
	text-indent: 20px;
	color: #333!important;
	text-decoration: none;
}
.search-resultbox_logoutbtn_l p a:hover, .search-resultbox_logoutbtn_r p a:hover {
	text-decoration: none;
}
.search-resultbox_logoutbtn_l p a {
	background: url(../../images/ico_folder.gif) no-repeat 15px center;
}
.search-resultbox_logoutbtn_r p a {
	background: url(../../images/ico_mail_s02.gif) no-repeat 15px center;
}
.search-resultbox_logoutbtn_r {
	font-size:12px;
	font-weight: bold;
	text-decoration: underline;
	background: url(../../images/search_history/ico_setup_mail.gif) no-repeat 25px 0px;
	padding: 2px 0px 10px 70px;
}
.search-resultbox_logoutbtn_l02 {
	float: right;
	margin-right: 100px;
	margin-top: 0px;
}

/*search-resultbox_arrowbtn*/
.search-resultbox_arrowbtn {
	font-size:12px;
	text-decoration: underline;
	padding: 0px 0px 4px 0px;
	background: url(../../images/common_parts/btn_s01_arrow_bg_right.gif) no-repeat right top;
	line-height: 25px;
	font-weight: bold;
	height: 25px;
	float: left;
	margin-left: 30px;
}
.search-resultbox_arrowbtn span {
	font-weight: normal;font-size:11px;
}
.search-resultbox_arrowbtn p {background: url(../../images/common_parts/btn_s01_arrow_bg_left.gif) no-repeat left top;
	}
.search-resultbox_arrowbtn p a {
	padding: 5px 10px 5px 30px;
	display: block;
	text-indent: 25px;
	color: #333!important;
	text-decoration: none;	
	background: url(../../images/ico_mail_s02.gif) no-repeat 30px center;
}
.search-resultbox_arrowbtn p a:hover {
	text-decoration: none;
}
/*search-resultbox_arrowbtn02*/
.search-resultbox_arrowbtn02 {
	padding: 0 0 0 110px;
}
.search-resultbox_arrowbtn02 a img {
	border-style: none;
}
.search-resultbox02 {
	width:720px;
	padding:20px 10px 20px 20px;
	margin-bottom:30px;
	border-top:7px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	background-color:#f7f7f7;
	font-size:80%;
	background-image:url(../../images/search_history/ico_arrow_mail.gif);
	background-repeat:no-repeat;
	background-position:center top;
}
.search-resultbox02 img {
	vertical-align:-5px;
	margin-left:10px;
	border:none;
}
/*search-resultboxのsearchでのtit positions.cssにも記述あり*/
div.ph_rcm_htry {
	width:746px;
	margin:35px 0 10px 0;
	background-color:#eeeeee;
	border-left:4px solid #639013;
	border-bottom:1px solid #b0b0b0;
	font-size:80%;
}
div.ph_rcm_htry p {
	margin:0;
	padding:5px 10px;
	font-size:120%;
	font-weight:bold;
	color:#000;
}
/*ログインアナウンス*/
#login-detail {
	margin-top:20px;
	margin-bottom:-10px;
	text-align:right;
	letter-spacing:1px;
}
#login-detail a {
	text-decoration:underline!important;
}
/*会員登録バナー*/
.bnr-regist {
	padding:15px 0px 10px 10px;
	background: url(../../images/common_parts/bg_gradation_gr.gif) repeat-x center top;
	margin: 35px 0px 30px;
}
.bnr-regist .moreinfo {
	font-size: 12px;
}
.bnr-regist a img {
	border:none;
	padding-left: 40px;
}
.bnr-regist-detail {
	margin-top:25px;
	margin-bottom:30px;
}
.bnr-regist .search {
	margin-top:25px;
	margin-bottom:5px;
}
.bnr-regist #search-getmail02 {
	width: 475px;
	margin: 20px 0px 0px;
	float: left;
}
.bnr-regist #search-getmail02 p.search-getmail-keyword {
	float: left;
	font-size: 14px;
	font-weight: bold;
}
.bnr-regist #search-getmail02 .kw {
	background: #FFF url(../../images/search_getmail/fukidashi_meil.gif) no-repeat left top;
	width: 475px;
	height: 55px;
}
.bnr-regist #search-getmail02 .kw p {
	font-size: 14px;
	font-weight: bold;
	padding: 13px 10px;
	color: #F30;
}
.bnr-regist #search-getmail02 .search-getmail02-box {
	width: 475px;
	height: 23px;
}
.bnr-regist .catch {
	font-size: 13px;
	margin-top:10px;
	border-top: 1px dotted #CCC;
	padding: 10px 0 5px;
	line-height: 140%;
}
.bnr-regist .catch span {
	color: #F30;
}
.bnr-regist .attention {
	font-size: 11px;
	margin-top:10px;
	color: #666;
	padding-left: 50px;
}
.bnr-regist .attention span {
	font-weight: bold;
	color: #666;
}
.bnr-regist .research {
	float: right;
	text-align: left;
	font-size: 12px;
	margin: 0px 0 0px;
	text-indent: 20px;
	line-height: 18px;
}
.bnr-regist .research a {
    background: url(../../images/ico_search_gr.gif) no-repeat 0 center;
    display: block;
    float: right;
}
.bnr-regist .research a:hover {
	text-decoration: underline !important;
}
/*20120925_header-menu*/
.header-menu-search {
	margin:0 auto;
	padding: 10px 0px 3px;
	width:950px;
	clear: both;
}
.header-menu-search-main {
	border-bottom: 3px solid #70B348;
	height:33px;
	clear: both;
	margin:0;
	padding: 0;
}
.header-menu-search-main a img {
	border-style: none;
	margin:0;
	padding: 0;
}
ul.header-menu-search-mainlist {
	margin:0;
	padding: 0;
}
ul.header-menu-search-mainlist li {
	float: left;
	margin-right: 5px;
	list-style: none;
	padding: 0;
}
.header-menu-search-main p {
	font-size: 10px;
	padding: 10px 0px 0px 5px;
	float: left;
	margin:0;
}
.header-menu-search-main p span {
	font-size: 12px;
}
.header-menu-search-main p span strong {
	color: #F74C00;
}
ul.header-menu-search-sublist {
	margin:0;
	padding: 0;
}
ul.header-menu-search-sublist li {
	font-size: 12px;
	list-style: none;
	float: right;
	margin-left: 10px;
	padding: 10px 0px 10px 17px;
}
ul.header-menu-search-sublist li a {
	text-decoration: none;
	color: #00C;
}
ul.header-menu-search-sublist li a:hover {
	text-decoration: underline;
}
ul.header-menu-search-sublist li.header-menu-search-sublist-key {
	background: url(../../images/common_parts/ico_lock.gif) no-repeat 0px 8px;
}
ul.header-menu-search-sublist li.header-menu-search-sublist-beginner {
	background: url(../../images/common_parts/ico_beginner.gif) no-repeat 0px 8px;
}
.header-menu-search-sub {
	margin:0;
	padding:3px 0 3px;
	background:url(../../images/searchbox/headermenu_history_bg.gif) no-repeat left bottom;
	height: 20px;
	clear: both;
}
.header-menu-search-sub a img {
	border-style: none;
}
/*20120925_overview_mail*/
#overview-mail-pulldown {
	position:absolute;
	width:252px;
	vertical-align:top;
	overflow-x:hidden;
	overflow-y:auto;
	font-size:80%;
	z-index:10;
	background: url(../../images/search_history/parts_bg_fukidashi.gif) no-repeat center top;
	padding-top: 8px;
}
*:first-child+html #overview-mail-pulldown {
	overflow-y:scroll;
	overflow-x:hidden;
}
#overview-mail-pulldown .howto {
	margin: 2px 12px 0 0;
	padding: 0px;
}
#overview-mail-pulldown .howto a {
	color:#0000ff;
	font-size:8pt;
}
#overview-mail-pulldown table {
	border:2px solid #70B348;
	width:252px;
	margin-top:0;
	border-collapse:collapse;
	background: #F4FCEF;
}
#overview-mail-pulldown table th {
	padding-top:5px;
	padding-bottom:0px;
	padding-left:12px;
	text-align:left;
	font-size: 12px;
	font-weight: normal;
	line-height:140%;
}
#overview-mail-pulldown table td {
	padding-top:2px;
	padding-right:0px;
	padding-bottom:5px;
	padding-left:12px;
}
#overview-mail-pulldown table td a {
	text-decoration:none;
	color:#0000ff;
}
#overview-pulldown table td a img {
	border:none;
}
#overview-mail-pulldown table td .btn {
}

/*20120925_overview_mail*/
#save-condition-pulldown {
    position:absolute;
    width:252px;
    vertical-align:top;
    overflow-x:hidden;
    overflow-y:auto;
    font-size:80%;
    z-index:10;
    background: url(../../images/search_history/parts_bg_fukidashi.gif) no-repeat center top;
    padding-top: 8px;
}
*:first-child+html #save-condition-pulldown {
    overflow-y:scroll;
    overflow-x:hidden;
}
#save-condition-pulldown .howto {
    margin: 2px 12px 0 0;
    padding: 0px;
}
#save-condition-pulldown .howto a {
    color:#0000ff;
    font-size:80%;
}
#save-condition-pulldown table {
    border:2px solid #70B348;
    width:252px;
    margin-top:0;
    border-collapse:collapse;
    background: #F4FCEF;
}
#save-condition-pulldown table th {
    padding-top:5px;
    padding-bottom:0px;
    padding-left:12px;
    text-align:left;
    font-size: 12px;
    font-weight: normal;
    line-height:140%;
}
#save-condition-pulldown table td {
    padding-top:2px;
    padding-right:0px;
    padding-bottom:5px;
    padding-left:12px;
}
#save-condition-pulldown table td a {
    text-decoration:none;
    color:#0000ff;
}
#overview-pulldown table td a img {
    border:none;
}
#save-condition-pulldown table td .btn {
}

#overview-mail-pulldown .close {
    position:absolute;
    top:10px;
    right:10px;
    font-size:81.25%;
    text-align:left;
    cursor:pointer;
}
#overview-mail-pulldown .close a {
    color:#000;
}
#overview-mail-pulldown .close img {
    vertical-align:-2px;
    margin-left:3px;
}
#overview-mail-pulldown a img {
 border: none;
}

#history-search-mail-pulldown .close {
    position:absolute;
    top:4px;
    right:10px;
    font-size:81.25%;
    text-align:left;
    cursor:pointer;
}
#history-search-mail-pulldown .close a {
    color:#000;
}
#history-search-mail-pulldown .close img {
    vertical-align:-2px;
    margin-left:3px;
}
#history-search-mail-pulldown a img {
 border: none;
}
