/*---------------------------------------------------------------*/
/*=|||　基本　|||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1.6rem;
}

img {
  max-width: 100%;
  height: auto;
}

input,select
{font-size:120%; padding:5px;}
input:focus,input:hover
{background:#acf3ff;}
textarea
{font-size:120%; padding:5px; height:50px;}
textarea:focus,textarea:hover
{height: 150px;background:#acf3ff;}

.pcnone {
    display: block;
}
.spnone {
    display: none;
}
.sp_nowrap {
    white-space: nowrap;
}

ul.ul_fl3 li {
  width: 100%;
  margin-right: 0;
}

.font12rem { font-size: 1.2rem; }
.font14rem { font-size: 1.4rem; }
.font16rem { font-size: 1.6rem; }

/* パンくずリスト */
#breadcrumbs {
  margin: 0;
  padding: 4px 0;
  font-size: 1.0rem;
}
#breadcrumbs ol {
  padding: 0;
}

/* 2カラム */
.colLeft {
  float: none;
  margin-right: 0;
  margin-bottom: 10px;
}
.colRight {
  float: none;
}
.colSize470,
.colSize440,
.colSize320,
.colSize270,
.colSize200,
.colSize498,
.colSize150
{ width: 100%; }

/* タイトル */
.titleline01 .to_list {
  font-size: 1.4rem;
}

.title_main01 {
  background: #f8f8f8;
  font-size: 1.6rem;
  padding: 3px 10px 3px 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-left: 5px #edbe44 solid;
}

.frame01 {
  padding: 9px 4px;
}

/* 目次 */
.cont_menu01 {
  margin-bottom: 10px;
}
.cont_menu01 .title {
  margin-bottom: 5px;
}
.cont_menu01 > ul > li {
  width: 100%;
  height: auto;
  padding: 4px;
  margin-right: 0;
  margin-bottom: 10px;
}
.cont_menu01 li .photo {
  width: 30%;
  margin-right: 0;
  padding-right: 10px;
}
.cont_menu01 li .rside {
  width: 70%;
}
.cont_menu01 li .rside .desc {
  font-size: 1.2rem;
}
.cont_menu01 li .rside .to_detail {
  font-size: 1.2rem;
  position: relative;
  right: 0;
  bottom: 0;
}

.cont_menu02 > ul > li {
  float: none;
  width: 100%;
  height: auto;
  border: none;
  border-bottom: 1px #dddddd dotted;
  padding: 5px 5px 5px 20px;
  background: #ffffff url(/img/common/cont_menu02_back.png) no-repeat left 7px;
}
.cont_menu02 > ul > li:last-child {
  border-bottom: none;
}
.cont_menu02 li .desc {
  font-size: 1.4rem;
}
.cont_menu02 li .to_detail {
  font-size: 1.2rem;
  position: relative;
  right: 0;
  bottom: 0;
}
.cont_menu02 .no_border_b {
  border-bottom: 1px #dddddd dotted;
}

/* テーブル(dl) */
.dltbl_t1 dl {
  width: 100%;
  border: none;
  background-color: #ffffff;
}
.dltbl_t1 dl dt {
  margin-bottom: 5px;
  padding: 5px;
  border: none;
  width: 100%;
  float: none;
  background-color: #f5f5dc;
}
.dltbl_t1 dl dd {
  margin: 0;
  margin-bottom: 10px;
  padding: 5px;
  border: none;
}

.gmaps {
  position: relative;
  padding-bottom: 100%; // これが縦横比
  height: 0;
  overflow: hidden;
}
.gmaps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


/*---------------------------------------------------------------*/
/*=|||　エリア　|||||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#container {
  padding: 0 5px;
}

#wrapper {
  width: 100%;
}

/* メインコンテンツエリア */
#contentMainArea {
  width: 100%;
  float: none;
  margin-left: 0;
  padding-bottom: 0;
}


/*---------------------------------------------------------------*/
/*=|||　サブコンテンツエリア関連　|||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#contentSubArea {
  width: 100%;
  float: none;
  padding-bottom: 20px;
  font-size: 1.2rem;
}

#contentSubArea .banner li {
  text-align: center;
}


/*---------------------------------------------------------------*/
/*=|||　ヘッダ関連　|||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#header {
    height: 50px;
}
#header a {
    text-decoration: none;
}
#header .inner {
    width: 100%;
}

#header .inner .tbl {
    width: 100%;
    height: 50px;
    display: table;
    padding: 5px;
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #ffffff;
    border-bottom: 1px #f6f2ea solid;
}
#header .sp_search {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 31px;
}

#header .sp_title {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: calc(100% - 31px - 73px);
}

#header .sp_menu {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 73px;
}


h1 {
  width: 100%;
  text-align: left;
  font-size: 1.1rem;
  overflow: hidden;
}

.js-menu,
.js-search {
  display: none;
  position: absolute;
  z-index: 99;
  top: 44px;
  left: 0;
  width: 100%;
  height: auto;
}

.js-search {
  background-color: #ffffff;
  padding: 10px;
}
.js-search input[type="text"] {
  width: 100%;
  margin-bottom: 3px;
}
.js-search input[type="submit"] {
  -webkit-appearance: none;
  font-size: 1.4rem;
  font-weight: bold;
  width: 150px;
  margin: 0;
  padding: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#c0c0c0));  
  border: 1px #ededed solid;
  color: #3c3c3c;
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px #CCC;
  text-shadow: 1px 2px 3px #ddd;
}
.js-search .search_close {
  margin: 0 auto;
}
.js-search .search_close p {
  text-align: center;
  text-decoration: underline;
  padding: 20px 0;
  font-size: 1.2rem;
}

.js-menu {
  background-color: #f3f3f3;
}
.js-menu li {
  float: left;
  margin: 0;
  padding: 8px;
  font-size: 1.2rem;
  width: 50%;
  border-right: 1px #3c3c3c solid;
  border-bottom: 1px #3c3c3c solid;
  background: url(/img/common/arrow_r02.png?20151217) 98% center no-repeat;
}
.js-menu li:first-child,
.js-menu li:nth-child(2) {
  border-top: 1px #3c3c3c solid;
}
.js-menu li:nth-child(2n) {
  border-right: none;
}
.js-menu .menu_close {
  margin: 0 auto;
}
.js-menu .menu_close p {
  text-align: center;
  text-decoration: underline;
  padding: 20px 0;
  font-size: 1.2rem;
}


/*---------------------------------------------------------------*/
/*=|||　フッタ　|||||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#footer {
  padding: 10px 0;
}
#footer .inner {
  width: 100%;
}

#footer .links {
  float: none;
  width: 100%;
  font-size: 1.2rem;
  margin-right: 0;
  background-color: #f3f3f3;
}
#footer .links ul.ul_arrow01 {
  list-style-image: none;
  margin: 0;
}
#footer .links li {
  float: left;
  margin: 0;
  padding: 8px;
  font-size: 1.2rem;
  width: 50%;
  border-right: 1px #3c3c3c solid;
  border-bottom: 1px #3c3c3c solid;
  background: #f3f3f3 url(/img/common/arrow_r02.png?20151217) 98% center no-repeat;
}
#footer .links li:first-child,
#footer .links li:nth-child(2) {
  border-top: 1px #3c3c3c solid;
}
#footer .links li:nth-child(2n) {
  border-right: none;
}
#footer .nofirst li:first-child,
#footer .nofirst li:nth-child(2) {
  border-top: none;
}

#footer .info {
  clear: both;
  float: none;
  width: 100%;
  font-size: 1.1rem;
  padding: 10px;
}
#footer .info .title {
  width: 150px;
  height: auto;
}

#copyright {
  font-size: 1.0rem;
  padding-bottom: 50px;
}


/*---------------------------------------------------------------*/
/*=|||　トップ　|||||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#top_mainimg .inner {
  width: 100%;
  margin-bottom: 20px;
}

.top_article_list dt {
  float: none;
  width: 100%;
  padding: 0;
  border-top: none;
  font-size: 1.4rem;
}
.top_article_list dd {
  margin-left: 0;
  padding: 0 0 10px 0;
  border-top: none;
  border-bottom: 1px #e3e3e3 dotted;
}
.top_article_list dd:last-child {
  padding: 0 0 10px 0;
  border-bottom: none;
}


/*---------------------------------------------------------------*/
/*=|||　記事関連　|||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.article_title {
  background: #f8f8f8;
  font-size: 1.6rem;
  padding: 3px 10px 3px 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-left: 5px #edbe44 solid;
}

.article_info {
  font-size: 1.2rem;
}
.article_info .contribute_datetime {
  float: none;
}
.article_info dt {
  margin-left: 0;
}

.article_area .colRight p {
  text-align: center;
}

.article_list_title {
  font-size: 1.6rem;
}

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

.prevnext .prev,
.prevnext .next {
  float: none;
  width: 100%;
}


/*---------------------------------------------------------------*/
/*=|||　検索　|||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
#condition,
#chg_condition {
    margin-top: -50px;
    padding-top: 50px;
}
.condition {
    margin-bottom: 20px;
}
.condition .table dl {
    width: 100%;
    display: block;
}
.condition .table dt {
  display: block;
  width: 100%;
  padding: 5px;
}
.condition .table dd {
  display: block;
  width: 100%;
  padding: 5px;
}
.condition .table dd li {
  margin-right: 5px;
}
.condition .table .keyword {
  width: 100%;
}

.results {
  padding: 0;
}
.results li {
  border-top: 2px #dedede solid;
  padding: 0 5px;
}

.results .info {
  float: none;
  width: 100%;
  margin-right: 0;
  font-size: 1.2rem;
}
.results .info dt {
  width: 80px;
  padding: 5px 0;
}
.results .info dd {
  margin-left: 80px;
  padding: 5px 0;
}
.results .info dt:first-child,
.results .info dd:nth-child(2) {
  border-top: none;
}
.results .info .desc {
  padding-left: 0;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.results .col2 .info {
  width: 100%;
  margin-right: 0;
}
.results .col2 .photo {
  float: none;
  width: 100%;
  text-align: center;
}

.results .buttons li {
  display: block;
  margin-bottom: 10px;
}
.results .buttons li:first-child {
  padding-right: 0;
}


/*---------------------------------------------------------------*/
/*=|||　薬局・求人詳細　|||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.detailpage .title_head {
  height: auto;
  background: none;
  padding: 0;
}
#pharmacy .detailpage .title_head {
  background: none;
}
.detailpage .title_head .title {
  float: none;
  font-size: 1.6rem;
  background: url(/img/common/title_main01_back.png) no-repeat 6px 4px;
  padding: 8px 10px 3px 24px;
  min-height: 40px;
}
#pharmacy .detailpage .title_head .title {
  background-color: #fbf2da;
  margin-bottom: 5px;
}
#pharmacy .detailpage .to_joboffer {
  float: none;
  padding: 0;
  display: block;
  text-align: right;
}

.detailpage .ph_topinfo {
  margin-bottom: 20px;
}
.detailpage .ph_topinfo dl {
  display: block;
}
.detailpage .ph_topinfo dt,
.detailpage .ph_topinfo dd {
  display: block;
  font-size: 1.2rem;
}
.detailpage .ph_topinfo dt {
  float: left;
  width: 90px;
}

.detailpage .ph_topinfo dd {
  width: auto;
  margin-left: 100px;
  margin-bottom: 5px;
}
.detailpage .ph_topinfo .col2 dd {
  width: auto;
}


.detailpage .job_topinfo dl {
    display: block;
}
.detailpage .job_topinfo dt,
.detailpage .job_topinfo dd {
  display: block;
  font-size: 1.2rem;
}
.detailpage .job_topinfo dt {
  float: left;
}
.detailpage .job_topinfo dd {
  width: auto;
  margin-left: 100px;
  margin-bottom: 5px;
}
.detailpage .job_topinfo .col2 dd {
  width: auto;
}

.detailpage .photo_list {
    margin-bottom: 40px;
}
.detailpage .photo_list > ul > li {
    width: 100%;
    margin-right: 0;
    text-align: center;
}
.slider li img {
  text-align: center;
  margin: 10px auto;
}

.detailpage .feature {
    padding: 0;
}
.detailpage .feature li {
    max-width: calc(50% - 6px);
    height: 40px;
    padding: 2px;
    font-size: 1.2rem;
}

.detailpage .detail_info dl {
  font-size: 1.2rem;
}
.detailpage .detail_info dl dt {
  width: 7em;
}
.detailpage .detail_info dl dd {
  margin-left: 7em;
  padding: 0.8em 0.5em;
}

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


/*---------------------------------------------------------------*/
/*=|||　フォーム関連　|||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.form_t1 {
  margin-bottom: 20px;
}
.form_t1 dl {
  border: none;
  background: none;
}
.form_t1 dl dt {
  background-color: #f5f5dc;
  margin-bottom: 10px;
  padding: 5px;
  border-top: none;
  width: 100%;
  float: none;
}
.form_t1 dl dd {
  margin-left: 0;
  margin-bottom: 10px;
  padding: 0 5px;
  border: none;
}
.form_t1 dl dd .width90p,
.form_t1 dl dd .width70p,
.form_t1 dl dd .width50p,
.form_t1 dl dd .width20p {
  width: 100%;
}

.form_t1 .button_next {
  width: 100%;
}
.form_t1 .button_prev {
  width: 70%;
  margin-bottom: 10px;
}


/*---------------------------------------------------------------*/
/*=|||　復職支援ガイド　|||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.fukushoku .point {
  margin: 20px auto;
}
.fukushoku .point ul {
  width: 100%;
}
.fukushoku .point li {
  width: 33.3%;
  margin-right: 0;
  font-size: 1.2rem;
  padding: 0 10px;
}

.fukushoku .catch {
  font-size: 2.0rem;
  margin-bottom: 20px;
}

.fukushoku .menu {
  margin-bottom: 20px;
  padding: 5px;
}
.fukushoku .menu li {
  width: 33.3333%;
  margin-right: 0;
}

.fukushoku .list_title {
  font-size: 2.0rem;
}

.fukushoku .to_list a {
  font-size: 1.6rem;
}

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

.fukushoku .flow .title {
  font-size: 1.8rem;
}
.fukushoku .flow .title .no {
  font-size: 2.4rem;
}

.fukushoku .flow p {
  padding-right: 5px;
}

.fukushoku .flow .bline {
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.fukushoku .pharmacist_data {
  padding: 9px;
}
.fukushoku .pharmacist_data .pharmacist_name {
  font-size: 2.0rem;
  font-weight: bold;
}
.fukushoku .pharmacist_data .colLeft p {
  text-align: center;
}


/*---------------------------------------------------------------*/
/*=|||　薬局・薬店一覧表　|||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
.pharmacy_list table {
  font-size: 1.1rem;
}
