/*
Theme Name: Type01
*/
/*---------------------------------------------------------------*/
/*=|||　共通　|||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.clearfix{
  zoom: 1;/*for IE 5.5-7*/
}

.clearfix:after{/*for modern browser*/
  content:".";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
}
* html .clearfix{
  display: inline-table;
  /*\*/display: block;/**/
  height: 1%;
}


/*---------------------------------------------------------------*/
/*=|||　基本　|||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
a:link { color: #666666; }
a:visited { color: #8d8d8d; }
a:hover { color: #e8850d; }

h2, h3, h4, h5, h6, address, p, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form {
  margin:0;
}
h2, h3, h4, h5, h6, address, p, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form {
  padding:0;
  border:none;
  font-style:normal;
  font-size:100%;
  text-align:left;
}
h2, h3, h4, h5, h6, address, p, table, caption, th, td, img, form {
  font-weight:normal;
}
ul, ol {
  list-style-type: none;
}

form, fieldset {
  margin: 0;
  padding: 0;
}

img, a img { border: 0; }
a:hover img , a img:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}

strong {
  font-weight: normal;
}

blockquote {
  margin: 0;
  padding: 0 1em;
}

input[type="text"],
input[type="email"],
textarea {
  padding: 3px 5px;
}

.pcnone {
    display: none;
}


/*縦スクロールバーの領域を確保*/
html {
  overflow:scroll;
}

body {
  font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  background: url(/img/common/body_back.png);
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  line-height: 1.625;
  letter-spacing: 1px;
  text-align: center;
  font-size: 100%;
  word-break: break-all;
  color: #3c3c3c;
}

li {
  margin-bottom: 5px;
}
li:last-child {
  margin-bottom: 0;
}

p { line-height: 1.625; }

.bold { font-weight: bold; }
.italic {
  font-style: italic;
}
.center { text-align: center; }
.right { text-align: right; }
.newicon {
  font-weight: bold;
  color: #ff4500;
}
.nowrap {
  white-space: nowrap;
}
.underline {
  text-decoration: underline;
}
.red {
  color: #ff0000;
}
.breakall {
  word-break: break-all;
}

.more:after {
  content: url(/img/common/arrow_r02.png?20151217);
  padding-left: 5px;
  position: relative;
  top: 3px;
}

ul.ul_t1 {
  list-style: disc;
  margin: 0 0 0 2em;
}

ul.ul_arrow01 {
  list-style-image: url(/img/common/arrow_r01.png);
  margin: 0 0 0 1.7em;
}

ul.ul_fl3 li {
  float: left;
  width: 220px;
  margin-right: 15px;
}
ul.ul_fl3 li:nth-child(3n) {
  margin-right: 0;
}

ol.ol_t1 {
  list-style: decimal;
  margin-left: 2.5em;
}
ol.ol_t1 ol {
  list-style: upper-alpha;
  margin: 0 0 0 1.5em;
}
ol.ol_t1 ol ol {
  list-style: lower-roman;
  margin: 0 0 0 1.5em;
}
ol.ol_t1 ol ol ol {
  list-style: lower-alpha;
}
ol.ol_t1 ol,
ul ol.ol_t1,
ol.ol_t1 ul {
  margin-bottom: 0;
}

dl.dl_t1 dt {
  font-weight: bold;
}


/* マージン(top) */
.mgn10 { margin: 10px; }
.mgn20 { margin: 20px; }

/* マージン(top) */
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 {	margin-top: 20px; }
.mt30 {	margin-top: 30px; }
.mt40 {	margin-top: 40px; }

/* マージン(bottom) */
.mb5 { margin-bottom: 5px; }
.mb10 {	margin-bottom: 10px; }
.mb15 {	margin-bottom: 15px; }
.mb20 {	margin-bottom: 20px; }
.mb30 {	margin-bottom: 30px; }
.mb40 {	margin-bottom: 40px; }
.mb1em { margin-bottom: 1em; }

/* マージン(left) */
.ml5 { margin-left: 5px; }
.ml10 {	margin-left: 10px; }
.ml15 {	margin-left: 10px; }
.ml20 {	margin-left: 20px; }

/* マージン(right) */
.mr5 { margin-right: 5px; }
.mr10 {	margin-right: 10px; }
.mr15 {	margin-right: 15px; }
.mr20 {	margin-right: 20px; }

/* パディング(top) */
.pt5 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 {	padding-top: 20px; }

/* パディング(top) */
.pd5 { padding: 5px; }
.pd10 { padding: 10px; }
.pd15 { padding: 15px; }
.pd20 {	padding: 20px; }


/* page-top */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 0px;
}

/* パンくずリスト */
#breadcrumbs {
  font-size: 75%;
  margin: 0 0 10px;
  padding: 4px 0;
}
#breadcrumbs ol {
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
}
#breadcrumbs ol li {
  padding: 0;
  margin-left: 3px;
  float: left;
  white-space: nowrap;
}
#breadcrumbs ol li:before {
  content: ">";
  margin-left: 3px;
  margin-right: 3px;
}
#breadcrumbs ol li:first-child {
  padding: 0;
  margin: 0;
  background-image: none;
}
#breadcrumbs ol li:first-child:before {
  content: "";
  margin: 0;
}
#breadcrumbs ol li a {letter-spacing: normal;}

/* 2カラム */
.colLeft {
  float: left;
  margin-right: 20px;
}
.colRight {
  float: left;
}

.colSize470 { width: 470px; }
.colSize200 { width: 200px; }

.colSize498 { width: 498px; }
.colSize150 { width: 150px; }

.colSize440 { width: 440px; }
.colSize320 { width: 320px; }
.colSize270 { width: 270px; }


.width90p { width: 90%; }
.width70p { width: 70%; }
.width50p { width: 50%; }
.width20p { width: 20%; }

.colarea {
  padding: 0 5px;
  margin-bottom: 30px;
}

.fb_large {
  padding: 20px 0;
}
.fb_large .inner {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}


/* タイトル */
.titleline01 {
  background-color: #f2f2f2;
  padding: 3px 7px;
  margin-bottom: 10px;
}
.titleline01 .title {
  float: left;
  border-left: 4px #edbe44 solid;
  padding-left: 5px;
  font-weight: bold;
  vertical-align: middle;
}
.titleline01 .to_list {
  float: right;
  font-size: 87.5%;
  vertical-align: middle;
}

.title_main01 {
  background: #f8f8f8 url(/img/common/title_main01_back.png) no-repeat 6px 4px;
  color: #565656;
  font-size: 137.5%;
  font-weight: bold;
  padding: 3px 10px 3px 24px;
  margin-bottom: 20px;
}

.title_sub01 {
  font-weight: bold;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #fbf2da;
  border-left: 6px #edbe44 solid;
  padding: 3px 8px;
  margin-bottom: 15px;
}

.title_sub02 {
  color: #d9a315;
  font-weight: bold;
  border-bottom: 1px #d9a315 dotted;
  margin-bottom: 10px;
}

.title_sub03 {
  color: #d9a315;
  font-weight: bold;
  margin-bottom: 5px;
}

.frame01 {
  border: 1px #e7ad16 solid;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #ffffff;
  padding: 9px;
  margin-bottom: 10px;
}


/* 目次 */
.cont_menu01 {
  width: 100%;
  margin-bottom: 20px;
}
.cont_menu01 .title {
  color: #ca9813;
  margin-bottom: 10px;
  font-weight: bold;
}
.cont_menu01 .title a {
  color: #ca9813;
  text-decoration: none;
}
.cont_menu01 .title a:hover {
  text-decoration: underline;
}
.cont_menu01 > ul > li {
  float: left;
  width: 335px;
  height: 170px;
  border: 1px #e7ad16 solid;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #ffffff;
  padding: 9px;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.cont_menu01 > ul > li:nth-child(2n) {
  margin-right: 0;
}
.cont_menu01 li .photo {
  float: left;
  width: 130px;
  margin-right: 10px;
}
.cont_menu01 li .rside {
  float: left;
  width: 193px;
}
.cont_menu01 li .rside .desc {
  font-size: 87.5%;
}
.cont_menu01 li .rside .to_detail {
  text-align: right;
  font-size: 75%;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.cont_menu02 {
  width: 100%;
  margin-bottom: 20px;
}
.cont_menu02 .title {
  color: #d9a315;
  margin-bottom: 5px;
  font-weight: bold;
}
.cont_menu02 .title a {
  color: #d9a315;
  text-decoration: none;
}
.cont_menu02 .title a:hover {
  text-decoration: underline;
}

.cont_menu02 > ul > li {
  float: left;
  width: 314px;
  height: 100px;
  border-right: 1px #dddddd dotted;
  border-bottom: 1px #dddddd dotted;
  padding: 10px 10px 10px 25px;
  position: relative;
  background: #ffffff url(/img/common/cont_menu02_back.png) no-repeat 10px 10px;
}
.cont_menu02 > ul > li:first-child,
.cont_menu02 > ul > li:nth-child(2) {
  border-top: none;
}
.cont_menu02 > ul > li:nth-child(2n) {
  border-right: none;
}
.cont_menu02 .no_border_b {
  border-bottom: none;
}
.cont_menu02 li .desc {
  font-size: 87.5%;
}
.cont_menu02 li .to_detail {
  text-align: right;
  font-size: 75%;
  position: absolute;
  right: 10px;
  bottom: 10px;
}


/* テーブル */
.table_t1 table {
  padding: 0;
  border: 1px solid #cccccc;
  border-collapse: collapse;
}
.table_t1 caption {
  text-align: center;
}
.table_t1 th {
  border: 1px solid #cccccc;
  color: #000000;
  padding: 5px 10px;
}
.table_t1 .head th {
  background-color: #f5f5dc;
  text-align: center;
}
.table_t1 td {
  border: 1px solid #cccccc;
  padding: 5px 10px;
}


/* テーブル(dl) */
.dltbl_t1 dl {
  width: 100%;
  padding: 0;
  line-height: 1.2;
  border: 1px solid #999;
  border-top: none;
  background-color: #f5f5dc;
}
.dltbl_t1 dl dt {
  font-weight: bold;
  margin: 0;
  padding: 0.8em 0 0.1em 0.5em;
  border-top: 1px solid #999;
  width: 10.5em;
  float: left;
}
.dltbl_t1 dl dd {
  margin-left: 10.5em;
  padding: 0.8em 1em;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  background-color: #fff;
}
.dltbl_t1 dl dd p {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

/* FAQ */
.faq .detail dl {
  width: 100%;
}
.faq .detail dt {
  background:transparent url(/img/common/question.png) no-repeat top left;
  padding-left: 39px;
  padding-bottom: 5px;
  min-height: 34px;
  font-weight: bold;
  color: #dc143c;
}
.faq .detail dd {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  padding-left: 39px;
  background:transparent url(/img/common/answer.png) no-repeat top left;
  border-bottom: 1px #666 dashed;
}
.faq .detail dd:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.hitNumArea {
  text-align: center;
  margin-bottom: 10px;
}
.hitNumArea .hitNum {
  font-weight: bold;
  color: #990000;
}


/*---------------------------------------------------------------*/
/*=|||　Not Found　||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.alert {
  width: 90%;
  padding: 10px 20px;
  border: 2px #ff0000 solid;
  background-color: #f9fbe5 ;
}
.alert .big {
  font-weight: bold;
  color: #ff0000;
}


/*---------------------------------------------------------------*/
/*=|||　エリア　|||||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#container {
  width: 100%;
  color: #3c3c3c;
}

#wrapper {
  width: 960px;
  text-align: left;
  margin: 0 auto;
  clear: both;
}

/* メインコンテンツエリア */
#contentMainArea {
  width: 720px;
  float: right;
  margin-left: 20px;
  padding-bottom: 30px;
}


/*---------------------------------------------------------------*/
/*=|||　サブコンテンツエリア関連　|||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#contentSubArea {
  width: 220px;
  float: right;
  padding-bottom: 30px;
  font-size: 87.5%;
}

#contentSubArea .banner {
  margin-bottom: 20px;
}
#contentSubArea .banner li {
  text-align: center;
}

#contentSubArea .sitemenu {
  width: 100%;
  margin-bottom: 20px;
}
#contentSubArea .sitemenu .inner {
  border: 5px #edbe44 solid;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 27px 5px 7px 5px;
  background: #ffffff url(/img/sub/menu_head01.png) top center no-repeat;
}
#contentSubArea .sitemenu li {
  border-bottom: 1px dotted #e7ad16;
  padding: 2px 0;
}
#contentSubArea .sitemenu li:last-child {
  border-bottom: none;
}
#contentSubArea .sitemenu li a {
  text-decoration: none;
  color: #666666;
  background: url(/img/common/square01.png) no-repeat 5px 4px;
  padding-left: 20px;
}
#contentSubArea .sitemenu li a:hover {
  color: #e8850d;
  background: url(/img/common/check01.png) no-repeat 5px 4px;
}

#contentSubArea .submenu {
  width: 100%;
  margin-bottom: 20px;
}
#contentSubArea .submenu .inner {
  border: 5px #edbe44 solid;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 7px 5px 7px 5px;
  background-color: #ffffff;
}
#contentSubArea .submenu li {
  border-bottom: 1px dotted #e7ad16;
  padding: 2px 0;
}
#contentSubArea .submenu li:last-child {
  border-bottom: none;
}
#contentSubArea .submenu li a {
  text-decoration: none;
  color: #666666;
  background: url(/img/common/square01.png) no-repeat 5px 4px;
  padding-left: 20px;
}
#contentSubArea .submenu li a:hover {
  color: #e8850d;
  background: url(/img/common/check01.png) no-repeat 5px 4px;
}

#contentSubArea .sublist {
  width: 100%;
  margin-bottom: 20px;
}
#contentSubArea .sublist .inner {
  border: 5px #edbe44 solid;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 7px 5px 7px 5px;
  background-color: #ffffff;
}
#contentSubArea .sublist li {
  padding: 2px 0;
}
#contentSubArea .sublist li:last-child {
  border-bottom: none;
}
#contentSubArea .sublist .title_main {
  font-weight: bold;
  font-size: 115%;
  color: #d9a315;
  margin-bottom: 5px;
}
#contentSubArea .sublist .title_sub {
  font-weight: bold;
  margin-bottom: 5px;
}

/*---------------------------------------------------------------*/
/*=|||　ヘッダ関連　|||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#header {
  margin: 0 auto;
  background-color: #ffffff;
}
#header .inner {
  width: 960px;
  margin: 0 auto;
}

#header .logo_mark {
  float: left;
  padding: 5px 15px 0 10px;
  width: 69px;
}

#header .title {
  float: left;
  padding: 10px 20px 0 0;
  width: 210px;
}
#header .title .main_title {
  margin-bottom: 5px;
}

#header .illust {
  float: left;
  padding: 10px 0 0 0;
  width: 404px;
}
#header .illust .kintakun {
  margin-right: 10px;
}

#header .rightarea {
  float: left;
  text-align: right;
  width: 231px;
}
#header .rightarea .inquiry {
  margin-bottom: 15px;
}

#header .rightarea .search > form > div {
    display: flex;
    align-items: center;
}

#header .rightarea .search input[type="text"] {
    height: 23px;
    padding: 0 6px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px / 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px / 3px 0 0 3px;
    flex: 1 1 auto;
    min-width: 0;
}

#header .rightarea .search .button {
    margin: 0;
    display: flex;
    align-items: center;
}

#header .rightarea .search img {
    display: block;
    height: 25px;
}

#h1_title {
  background-color: #f6f2ea;
}
h1 {
  width: 960px;
  margin: 0 auto;
  padding: 1px 0;
  text-align: right;
  font-size: 65%;
  font-weight: normal;
  color: #555555;
}


/*---------------------------------------------------------------*/
/*=|||　トップ　|||||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#top_mainimg {
  background: url(/img/top/main_img_back.png?20151208);
}
#top_mainimg .inner {
  width: 960px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.top_article_list {
  padding-left: 5px;
}
.top_article_list dt {
  float: left;
  width: 110px;
  padding: 5px 0 5px 5px;
  clear: both;
  color: #111111;
  border-top: 1px #e3e3e3 dotted;
}
.top_article_list dd {
  margin-left: 120px;
  padding: 5px 0 5px 0;
  border-top: 1px #e3e3e3 dotted;
}
.top_article_list dt:first-child,
.top_article_list dd:nth-child(2) {
  border-top: none;
  padding-top: 0;
}


/*---------------------------------------------------------------*/
/*=|||　フッタ　|||||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#footer {
  padding: 20px 0;
  background-color: #ffffff;
}
#footer .inner {
  width: 960px;
  margin: 0 auto;
}

#footer .links {
  float: left;
  width: 210px;
  font-size: 87.5%;
  margin-right: 20px;
}
#footer .links li {
  margin-bottom: 10px;
}
#footer .links li a {
  text-decoration: none;
  color: #666666;
}
#footer .links li a:hover {
  text-decoration: underline;
  color: #e8850d;
}

#footer .info {
  float: left;
  width: 270px;
  font-size: 75%;
  text-align: left;
}
#footer .info .title {
  margin-bottom: 5px;
}
#footer .info .etitle {
  margin-bottom: 10px;
}
#footer .info .address {
  margin-bottom: 10px;
}

#copyright {
  width: 100%;
  font-size: 75%;
}


/*---------------------------------------------------------------*/
/*=|||　検索　|||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.condition {
  width: 100%;
  margin-bottom: 30px;
}
.condition .table {
  margin-bottom: 20px;
}
.condition .table dl {
  width: 698px;
  border: 1px #dedede solid;
  border-style: solid solid none solid;
  display: table;
}
.condition .table dl:last-child {
  border-bottom: 1px #dedede solid;
}
#pharmacy_search .condition .table dl {
  background-color: #fbf2da;
}
#joboffer_search .condition .table dl {
  background-color: #e3edf7;
}
#search .condition .table dl {
  background-color: #f5f5dc;
}

.condition .table dt {
  display: table-cell;
  width: 114px;
  padding: 15px;
  vertical-align: middle;
}

.condition .table dd {
  display: table-cell;
  background-color: #ffffff;
  width: 524px;
  padding: 10px 15px;
  vertical-align: middle;
}
.condition .table dd li {
  float: left;
  white-space: nowrap;
  margin-right: 10px;
}

.condition .table .keyword {
  width: 400px;
}

.results {
  padding: 0 10px;
}
.results > ul > li {
  border-top: 2px #dedede solid;
  margin-bottom: 35px;
  padding: 0 10px;
}
.results .phname {
  background: #fbf2da url(/img/common/bl01.png) no-repeat 5px 9px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 9px 15px;
}
.results .phname a {
  color: #565656;
}
.results .phname a:hover {
  color: #e8850d;
}

.results .jobtitle {
  background: #e3edf7 url(/img/common/bl02.png) no-repeat 5px 9px;
  margin-bottom: 10px;
  padding: 9px 15px;
}
.results .jobtitle .catch {
  font-weight: bold;
  margin-bottom: 5px;
}
.results .jobtitle .catch a {
  color: #4f89c4;
}
.results .jobtitle .catch a:hover {
  color: #e8850d;
}
.results .jobtitle .name {
  font-weight: bold;
  margin-right: 10px;
}

.results .col2 .info {
  float: left;
  width: 440px;
  margin-right: 20px;
}
#joboffer .results .info dl {
  margin-bottom: 10px;
}
.results .info dt {
  float: left;
  border-top: 1px #dedede dotted;
  padding: 10px;
  color: #777777;
}
.results .info dt {
  width: 110px;
}
.results .info dd {
  border-top: 1px #dedede dotted;
  margin-left: 110px;
  padding: 10px;
}
.results .info dt:first-child,
.results .info dd:nth-child(2) {
  border-top: none;
}
.results .info .desc {
  padding-top: 10px;
  padding-left: 10px;
}

.results .col2 .photo {
  float: left;
  width: 200px;
  padding-top: 10px;
}

.results .buttons ul {
  text-align: center;
  line-height: 1.0;
}
.results .buttons li {
  border-top: none;
  text-align: center;
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
}
.results .buttons li:first-child {
  padding-right: 15px;
}

.wp-pagenavi {
  text-align: center;
  margin-bottom: 20px;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: 1px #ccc solid;
  background-color: #fff;
  margin-right: 3px;
  text-align: center;
  text-decoration: none;
  color: #000;
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;

  border-radius: 3px; /* CSS3 */
  -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
  -moz-border-radius: 3px; /* Firefox用 */
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  color: #fff;
  background-color: #db413d;
}
.wp-pagenavi span.current {
  background-color: #db413d;
  color: #fff;
}
.wp-pagenavi span.pages {
  border: none;
  width: auto;
  font-weight: bold;
  background-color: none;
  color: #000;
}


/*---------------------------------------------------------------*/
/*=|||　薬局・求人詳細　|||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.detailpage .title_head {
  padding: 3px 10px 3px 24px;
}
#pharmacy .detailpage .title_head {
  background: #fbf2da url(/img/common/title_main01_back.png) no-repeat 6px 4px;
  margin-bottom: 20px;
}
#joboffer .detailpage .title_head {
  background: #e3edf7 url(/img/common/bl04.png) no-repeat 6px 4px;
  margin-bottom: 20px;
}
.detailpage .title_head .title {
  float: left;
  color: #565656;
  font-size: 137.5%;
  font-weight: bold;
  vertical-align: middle;
}
#pharmacy .detailpage .to_joboffer {
  float: right;
  padding-top: 5px;
}

.detailpage .ph_topinfo {
  margin-bottom: 30px;
}
.detailpage .ph_topinfo dl {
  display: table;
}
.detailpage .ph_topinfo dt,
.detailpage .ph_topinfo dd {
  display: table-cell;
}
.detailpage .ph_topinfo dt {
  width: 90px;
}
.detailpage .ph_topinfo dt span {
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 0;
  text-align: center;
}
#pharmacy .detailpage .ph_topinfo dt span {
  color: #ffffff;
  background-color: #edbe44;
}

.detailpage .ph_topinfo dd {
  padding: 0 5px;
  width: 590px;
}
.detailpage .ph_topinfo .col2 dd {
  width: 245px;
}

.detailpage .job_topinfo {
  margin-bottom: 20px;
}
.detailpage .job_topinfo dl {
  display: table;
  margin-bottom: 10px;
}
.detailpage .job_topinfo dt,
.detailpage .job_topinfo dd {
  display: table-cell;
}
.detailpage .job_topinfo dt {
  width: 90px;
}
.detailpage .job_topinfo dt span {
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 0;
  text-align: center;
  color: #ffffff;
  background-color: #4f89c4;
}
.detailpage .job_topinfo dd {
  padding: 0 5px;
  width: 245px;
}

.detailpage .photo_list {
    margin-bottom: 20px;
}
.detailpage .photo_list > ul > li {
  float: left;
  width: 220px;
  margin-right: 15px;
}
.detailpage .photo_list > ul > li:last-child {
  margin-right: 0;
}

.detailpage .desc {
  margin-bottom: 20px;
}

.detailpage .feature {
    margin-bottom: 20px;
    padding: 0 5px;
}
.detailpage .feature ul {
    display: flex;
    flex-wrap: wrap;
}
.detailpage .feature li {
    display: flex;
    align-items: center;       /* 垂直方向の中央揃え */
    justify-content: center;   /* 水平方向の中央揃え（必要に応じて） */
    width: 220px;
    height: 30px;
    margin: 0 3px 5px 3px;
    padding: 2px 0;
    border-radius: 3px;
    background-color: #cccccc;
    color: #ffffff;
    font-size: 80%;
    box-sizing: border-box;
    line-height: 1.4;
}


#pharmacy .detailpage .feature li.on {
    background-color: #edbe44;
    color: #ffffff;
}
#joboffer .detailpage .feature li.on {
    background-color: #4f89c4;
    color: #ffffff;
}

#joboffer .detailpage .to_entry_l {
  margin-bottom: 40px;
}
#joboffer .detailpage .to_entry_l p {
  text-align: center;
}

.detailpage .detail_info {
  margin-bottom: 30px;
}
.detailpage .detail_info dl {
  width: 100%;
  padding: 0;
  line-height: 1.2;
  border: 1px solid #999;
  border-top: none;
}
#pharmacy .detailpage .detail_info dl {
  background-color: #fbf2da;
}
#joboffer .detailpage .detail_info dl {
  background-color: #e3edf7;
}
.detailpage .detail_info dl dt {
  font-weight: bold;
  margin: 0;
  padding: 0.8em 0 0.1em 0.5em;
  border-top: 1px solid #999;
  width: 10.5em;
  float: left;
  color: #565656;
}
.detailpage .detail_info dl dd {
  margin-left: 10.5em;
  padding: 0.8em 1em;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  background-color: #fff;
}
.detailpage .detail_info dl dd p {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

.detailpage .to_joboffer_l {
  margin-bottom: 40px;
}
.detailpage .to_joboffer_l p {
  text-align: center;
}

.detailpage .detail_info .link {
  margin-left: 20px;
}
.detailpage .detail_info .link a {
  color: #e8850d;
}
.detailpage .detail_info .link a:hover {
  color: #e80000;
}

.detailpage .accessmap {
}
.detailpage .accessmap .title {
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
}
#pharmacy .detailpage .accessmap .title {
  width: 150px;
  color: #ffffff;
  background-color: #edbe44;
}
#joboffer .detailpage .accessmap .title {
  width: 220px;
  color: #ffffff;
  background-color: #4f89c4;
}

.detailpage .accessmap #map-canvas {
    width:100%;
    height: 400px;
}


/*---------------------------------------------------------------*/
/*=|||　フォーム関連　|||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.form_t1 {
  padding: 0 5px;
  margin-bottom: 30px;
}
.form_t1 dl {
  width: 100%;
  padding: 0;
  line-height: 1.2;
  border: 1px solid #999;
  border-top: none;
  background-color: #f5f5dc;
  margin-bottom: 10px;
}
.form_t1 dl dt {
  font-weight: bold;
  margin: 0;
  padding: 0.8em 0.5em 0.1em 0.5em;
  border-top: 1px solid #999;
  width: 11.0em;
  float: left;
}
.form_t1 dl dd {
  margin-left: 11.5em;
  padding: 0.8em 1em;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  background-color: #fff;
}
.form_t1 dl dd p {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

.form_t1 .button_next {
  font-size: 100%;
  padding: 3px 40px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-color: #94A700;
  background : -webkit-gradient(linear, left top, left bottom, from(#94A700), to(#7D9C00));
  background : -webkit-linear-gradient(top, #94A700, #7D9C00);
  background : linear-gradient(to bottom, #94A700, #7D9C00);
  color: #ffffff;
}
.form_t1 .button_prev {
  font-size: 90%;
  padding: 2px 15px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-color: #94A700;
  background : -webkit-gradient(linear, left top, left bottom, from(#808080), to(#c0c0c0));
  background : -webkit-linear-gradient(top, #808080, #c0c0c0);
  background : linear-gradient(to bottom, #808080, #c0c0c0);
  color: #ffffff;
}
.form_t1 .button_next:hover,
.form_t1 .button_prev:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
  cursor: pointer;
}


/*---------------------------------------------------------------*/
/*=|||　記事関連　|||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.social_button ul {
  display: table;
}
.social_button li {
  display: table-cell;
  float: left;
  vertical-align: top;
  margin-right: 10px;
}

.article_title {
  background: #f8f8f8 url(/img/common/title_main01_back.png) no-repeat 6px 4px;
  color: #565656;
  font-size: 137.5%;
  font-weight: bold;
  padding: 3px 10px 3px 24px;
  margin-bottom: 10px;
}

.article_info {
  font-size: 75%;
  margin-bottom: 10px;
}
.article_info .contribute_datetime {
  float: left;
}
.article_info dt {
  float: left;
  margin-left: 10px;
}

.article_area {
  margin: 0 5px 20px 5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px #f0b747 solid;  
}
.article_area .inner {
  padding: 10px;
}

.article_list_title {
  font-size: 112.5%;
  font-weight: bold;
}
.article_list_title a {
  color: #a74100;
  text-decoration: none;
}
.article_list_title a:hover {
  text-decoration: underline;
  color: #e8850d;
  margin-bottom: 10px;
}

.article_list_area .todetail {
  text-align: right;
}
.article_list_area .todetail a:before {
  padding-right: 5px;
  content: url(/img/common/icon_clover.png);
  position: relative;
  top: 3px;
}

#textBody {
  padding: 15px 5px 20px 5px;
}

#textBody p {
  margin-bottom: 1em;
}

#textBody blockquote {
  quotes: none;
}
#textBody blockquote:before, blockquote:after {
  content: '';
  content: none;
}
#textBody del {
  text-decoration: line-through;
}
#textBody a img {
  border: none;
}
#textBody ul {
  list-style: disc;
  margin: 0 0 15px 1.5em;
}
#textBody ol {
  list-style: decimal;
  margin: 0 0 15px 1.5em;
}
#textBody ol ol {
  list-style: upper-alpha;
}
#textBody ol ol ol {
  list-style: lower-roman;
}
#textBody ol ol ol ol {
  list-style: lower-alpha;
}
#textBody ul ul,
#textBody ol ol,
#textBody ul ol,
#textBody ol ul {
  margin-bottom: 0;
}
#textBody dl {
  margin: 0 0 15px 0;
}
#textBody dt {
  font-weight: bold;
}
#textBody dd {
  margin-bottom: 15px;
}
#textBody strong {
  font-weight: bold;
}
#textBody i {
  font-style: italic;
}
#textBody big {
  font-size: 131.25%;
}
#textBody ins {
  background: #ffc;
  text-decoration: none;
}
#textBody blockquote {
  font-style: italic;
  padding: 0 3em;
}
#textBody blockquote em,
#textBody blockquote i {
  font-style: normal;
}
#textBody pre {
  background: #f7f7f7;
  color: #222;
  line-height: 1.6;
  margin-bottom: 15px;
  overflow: auto;
  padding: 1.5em;
}
#textBody abbr,
#textBody acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
#textBody sup,
#textBody sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
#textBody sup {
  bottom: 1ex;
}
#textBody sub {
  top: .5ex;
}
#textBody img.size-auto,
#textBody img.size-full,
#textBody img.size-large,
#textBody img.size-medium,
#textBody .attachment img {
  max-width: 100%;
  height: auto;
}
#textBody .alignleft,
#textBody img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
#textBody .alignright,
#textBody img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
#textBody .aligncenter,
#textBody img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#textBody img.alignleft,
#textBody img.alignright,
#textBody img.aligncenter {
  margin-bottom: 12px;
}
#textBody .wp-caption {
  background: #f1f1f1;
  line-height: 1.6;
  margin-bottom: 15px;
  max-width: 100% !important;
  padding: 4px;
  text-align: center;
}
#textBody .wp-caption img {
  margin: 5px 5px 0;
}
#textBody .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 85%;
  margin: 5px;
}
#textBody .wp-smiley {
  margin: 0;
}
#textBody .gallery {
  margin: 0 auto 15px;
}
#textBody .gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}
#textBody .gallery-columns-2 .gallery-item {
  width: 50%;
}
#textBody .gallery-columns-4 .gallery-item {
  width: 25%;
}
#textBody .gallery img {
  border: 2px solid #cfcfcf;
}
#textBody .gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
#textBody .gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
.gallery .gallery-caption {
  color: #888;
  font-size: 85%;
  margin: 0 0 12px;
}
#textBody .gallery dl {
  margin: 0;
}
#textBody .gallery img {
  border: 10px solid #f1f1f1;
}
#textBody .gallery br+br {
  display: none;
}

/* テーブル */
#textBody table {
  padding: 0;
  border: 1px solid #cccccc;
  border-collapse: collapse;
}
#textBody caption {
  text-align: center;
}
#textBody  th {
  border: 1px solid #cccccc;
  text-align: center;
  background-color: #c4e8fb;
  color: #000000;
  padding: 5px;
}
#textBody  td {
  border: 1px solid #cccccc;
  padding: 5px;
}

/* 見出し */
#textBody h1,
#textBody h2
{
  color: #000;
  font-size: 130%;
  font-weight: bold;
  text-align: left;
}
#textBody h3 {
  font-size: 130%;
  font-weight: bold;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
}
#textBody h4 {
  font-size: 115%;
  font-weight: bold;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
}
#textBody h5 {
  font-size: 100%;
  font-weight: bold;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
}
#textBody h6 {
  font-size: 100%;
  font-weight: bold;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
}

.prevnext .prev {
  float: left;
  width: 45%;
}
.prevnext .next {
  float: right;
  width: 45%;
  text-align: right;
}


/*---------------------------------------------------------------*/
/*=|||　復職支援ガイド　|||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.fukushoku .point {
  margin: 40px auto;
}
.fukushoku .point ul {
  width: 603px;
  margin: 0 auto;
}
.fukushoku .point li {
  float: left;
  width: 191px;
  margin-right: 15px;
  font-size: 75%;
}
.fukushoku .point li:last-child {
  margin-right: 0;
}

.fukushoku .catch {
  font-size: 187.5%;
  text-align: center;
  margin-bottom: 40px;
}

.fukushoku .menu {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-color: #e8dfd2;
  margin-bottom: 40px;
  padding: 10px;
}
.fukushoku .menu li {
  float: left;
  margin: 0;
  padding: 0;
  line-height: 0;
  margin-right: 10px;
}
.fukushoku .menu li:last-child {
  margin-right: 0;
}

.fukushoku .list_title {
  font-size: 187.5%;
  text-align: center;
  margin-bottom: 5px;
}

.fukushoku .to_list {
  margin: 40px 0 20px 0;
  text-align: center;
}
.fukushoku .to_list a {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-color: #f5a649;
  text-decoration: none;
  padding: 5px 50px;
  font-size: 112.5%;
  color: #ffffff;
}

.fukushoku .flow {
  padding: 0 40px;
  margin-bottom: 40px;
}

.fukushoku .flow .title {
  font-size: 150%;
  display: table;
  line-height: 30px;
  margin-bottom: 10px;
}
.fukushoku .flow .title .no {
  display: table-cell;
  font-size: 125%;
  width: 45px;
  vertical-align: middle;
}

.fukushoku .flow p {
  margin-left: 45px;
  padding-right: 20px;
}

.fukushoku .flow .bline {
  border-bottom: 1px #f39700 solid;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.fukushoku .pharmacist_data {
  border: 1px #9c9c9c solid;
  padding: 19px;
  margin-bottom: 20px;
}
.fukushoku .pharmacist_data .pharmacist_name {
  font-size: 175%;
  color: #d9a315;
  margin-bottom: 10px;
}


/*---------------------------------------------------------------*/
/*=|||　薬局・薬店一覧表　|||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.pharmacy_list table {
  padding: 0;
  border: 1px solid #dddddd;
  border-collapse: collapse;
  width: 100%;
}

.pharmacy_list td {
  vertical-align: top;
  border: 1px solid #dddddd;
  padding: 5px;
}

.pharmacy_list th {
  border: 1px solid #dddddd;
  background-color: #f5f5dc;
  padding: 5px;
}

