@charset "utf-8";


/*
 common
*/

/* header#branding */

header#branding h1 a {
    width: 512px;
    height: 66px;
}

header#branding h1 .subtitle {
  margin: 20px 0 0 20px;
}

header#branding nav#access {
  background: #4B9EB2 none repeat scroll 0 0;
}


/* Footer */

footer#colophon {
  background-color: #4B9EB2;
}


/*.mod_searchLocationBox*/

.mod_searchWordBox,
.mod_searchJobBox,
.mod_searchLocationBox {
  border: 3px solid #4B9EB2;
}

.mod_latestJob .infoHead {
  border-bottom: 3px solid #4B9EB2;
}


/*見出しの飾り infoLBar*/

.mod_latestJob .infoHead > .infoLBar,
.mod_searchWordBox .boxHead > .boxLBar,
.mod_searchJobBox .boxHead > .boxLBar,
.mod_searchLocationBox .boxHead > .boxLBar {
  border: 4px solid #E483C7;
}

/* ボタン関連 */


#jobListArea .mod_jobSearchBox .jobSearchSubmitArea .jobSearchBtn {
    position: relative;
    padding: 0;
    border-width: 1px;
    border-style: solid;
/*    border-color: #ff9de1 #236d1b #236d1b #ff9de1;*/

    border-color: #E483C7 #E483C7 #E483C7 #E483C7;

    border-radius: 0.25em;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.7);
    display: inline-block;
    height: 2em;
    width: 214px;
    line-height: 1.4;
    color: white;
    background-color: #E483C7;
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #E483C7), color-stop(100%, ));
    background-image: -webkit-linear-gradient(top, #E483C7 0%, #E483C7 100%);
    background-image: -moz-linear-gradient(top, #E483C7 0%, #E483C7 100%);
    background-image: -o-linear-gradient(top, #E483C7 0%, #E483C7 100%);
    background-image: -ms-linear-gradient(top, #E483C7 0%, #E483C7 100%);
    background-image: linear-gradient(top, #E483C7 0%, #E483C7 100%);
    background-size: 10px 100%;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    font-size: 114%;
    font-weight: bold;
    padding: 0 0.2em 0 0.5em;
    letter-spacing: 0.2em;
}



/*検索ページの検索ボタン、詳細へボタンのhover*/

/*#jobListArea .jobSummary .summary02 .summaryJobBtns a.goJob:hover,
#jobListArea .mod_jobSearchBox .jobSearchSubmitArea .jobSearchBtn:hover {
    color: white;
    background-color: #F38FD4;
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, ), color-stop(100%, #F38FD4));
    background-image: -webkit-linear-gradient(top,  0%, #F38FD4 100%);
    background-image: -moz-linear-gradient(top, #F38FD4 0%, #F38FD4 100%);
    background-image: -o-linear-gradient(top,  0%, #F38FD4 100%);
    background-image: -ms-linear-gradient(top,  0%, #F38FD4 100%);
    background-image: linear-gradient(top,  0%, #F38FD4 100%);
    cursor: pointer;
}*/


#jobListArea .jobSummary .summary02 .summaryJobBtns a.goJob:hover,
#jobListArea .mod_jobSearchBox .jobSearchSubmitArea .jobSearchBtn:hover {
    color: white;
    background-color: #ff9de1;
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff9de1), color-stop(100%, #ff9de1));
    background-image: -webkit-linear-gradient(top, #ff9de1 0%, #ff9de1 100%);
    background-image: -moz-linear-gradient(top, #ff9de1 0%, #ff9de1 100%);
    background-image: -o-linear-gradient(top, #ff9de1 0%, #ff9de1 100%);
    background-image: -ms-linear-gradient(top, #ff9de1 0%, #ff9de1 100%);
    background-image: linear-gradient(top, #ff9de1 0%, #ff9de1 100%);
    cursor: pointer;
}






/* 検索ページの検索ボタン、詳細へボタン */
#jobListArea .jobSummary .summary02 .summaryJobBtns a.goJob,
#jobListArea .mod_jobSearchBox .jobSearchSubmitArea .jobSearchBtn {
    position: relative;
    padding: 0;
    border-width: 1px;
    border-style: solid;

    border-color: #E483C7 #E483C7 #E483C7 #E483C7;
    border-radius: 0.25em;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.7);
    display: inline-block;
    height: 2em;
    width: 214px;
    line-height: 1.4;
    color: white;
    background-color: #E483C7;
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #E483C7), color-stop(100%, ));
    background-image: -webkit-linear-gradient(top, #E483C7 0%, #E483C7 100%);
    background-image: -moz-linear-gradient(top, #E483C7 0%, #E483C7 100%);
    background-image: -o-linear-gradient(top, #E483C7 0%, #E483C7 100%);
    background-image: -ms-linear-gradient(top, #E483C7 0%, #E483C7 100%);
    background-image: linear-gradient(top, #E483C7 0%, #E483C7 100%);
    background-size: 10px 100%;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    font-size: 114%;
    font-weight: bold;
    padding: 0 0.2em 0 0.5em;
    letter-spacing: 0.2em;
}



#jobListArea .jobSummary .summary02 .summaryJobBtns a.goJob, #jobListArea .mod_jobSearchBox .jobSearchSubmitArea .jobSearchBtn{

  line-height: 2;
}


/*モーダルウインドウ（ポップアップ）装飾*/
#jobListArea .jobModalBody {
    position: fixed;
    z-index: 10000;
    background: #4B9EB2 none repeat scroll 0 0;
    border-radius: 8px 8px 8px 8px;
    width: 760px;
    left: 50%;
    top: 0;
    margin-top: 40px;
}
/*モーダルウィンドウ内のボタン*/
#jobListArea .jobModalInputArea .jobModalInputAreaFooter .jobModalBtnBox .jobModalOk:hover,
#jobListArea .jobModalInputArea .jobModalInputAreaFooter .jobModalBtnBox .jobModalOk {
    background-color: #4B9EB2;
    background-image: -moz-linear-gradient(center top , #4B9EB2 0%, #4B9EB2 100%);
    background-size: 10px 100%;
    border-color: #4B9EB2 #4B9EB2 #4B9EB2 #4B9EB2;
    border-radius: 100px 100px 100px 100px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7) inset;
    box-shadow:none;
    color: white;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    height: 2em;
    letter-spacing: 0.5em;
    padding: 0 29px 0 38px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

#jobListArea .jobModalInputArea .jobModalInputAreaFooter .jobModalBtnBox .jobModalClear:hover,
#jobListArea .jobModalInputArea .jobModalInputAreaFooter .jobModalBtnBox .jobModalClear {
    background-color: #999999;
    background-image: -moz-linear-gradient(center top , #999999 0%, #999999 100%);
    background-size: 10px 100%;
    border-color: #999999 #999999 #999999 #999999;
    border-radius: 100px 100px 100px 100px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7) inset;
    box-shadow:none;
    color: white;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    height: 2em;
    letter-spacing: 0;
    padding: 0 29px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}


#jobListArea .jobModalInputArea .jobModalInputAreaFooter .jobModalBtnBox .jobModalOk:hover,
#jobListArea .jobModalInputArea .jobModalInputAreaFooter .jobModalBtnBox .jobModalClear:hover{
  opacity: 0.7
}
/* モーダルウィンドウここまで */


.mod_searchWordBox .boxBody .searchWordBtn {
  background-color: #E483C7;
  border-width: 1px;
  border-style: solid;
  border-color: #E483C7 #E483C7 #E483C7 #E483C7;
  border-radius: 10px;
  color: white;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  height: 32px;
  letter-spacing: 0.2em;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 130px;
  margin-left: 10px;
}

/* 検索ボタンhover */
.mod_searchWordBox .boxBody .searchWordBtn:hover {
    color: white;
    border-color: #F38FD4 #F38FD4 #F38FD4 #F38FD4;
    background-color: #F38FD4;
    cursor: pointer;
}



/*リンクのhover*/

header#branding nav#access ul#menu-global > li > a:hover {
  color: #E483C7;
}


/*#globalwidget*/

#globalwidget section.globalBannerSakuraContactHome {
  /*left: 670px;
top: 372px;*/
  margin-left: -50px;
}

#globalwidget section.globalBannerSakuraContactHome a {
  display: block;
  background: url(../images/banner/b_contact.png) left top no-repeat;
  width: 270px;
  height: 100px;
  text-indent: -9999px;
  position: relative;
}

#globalwidget section.globalBannerSakuraContactHome a:hover {
  background: url(../images/banner/b_contact.png) left -100px;
}




/* bx-sliderの色変更 */

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #4B9EB2 none repeat scroll 0 0;
}




/*search ページ*/

#jobListArea .mod_jobSearchBox #jobSearchForm {
  border-top: 3px solid #4B9EB2;
  border-left: 3px solid #4B9EB2;
  border-right: 3px solid #4B9EB2;
}

#jobListArea .mod_jobSearchBox .jobSearchSubmitArea {
  border-bottom: 3px solid #4B9EB2;
}

#jobListArea .jobSummary .summary02 .summaryTitleArea .jobTitle {
    background-color: #4B9EB2;
}

#jobListArea .mod_jobSummariesJob .jobSummary {
    border: none;
    border-bottom: 1px solid #DCDCDC;
    border-left: 5px solid #4B9EB2;
    border-right: 5px solid #4B9EB2;
    border-bottom: 5px solid #4B9EB2;
    border-radius: 5px;
}


#jobListArea .jobSummary .summary02 .summaryCatchArea .catch_copy {
    color: #4B9EB2;
}









/* Jobページ　この求人に応募する */

#jobListArea .mod_jobDetailJob .applyBtns a.goApply {
    background: #4B9EB2;
    border-color: #4B9EB2;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    color: white;
    display: inline-block;
    font-size: 146%;
    font-weight: bold;
    height: 48px;
    letter-spacing: 0.1em;
    line-height: 48px;
    position: relative;
    width: 280px;
    text-align: center;
}

#jobListArea .mod_jobDetailJob .applyBtns a.goApply:hover {
    color: white;
    border-color: #6CB8CB #6CB8CB #6CB8CB #6CB8CB;
    background-color: #6CB8CB;
    cursor: pointer;
}


#primaryFull #jobListArea .mod_jobDetailJob header {
    border-bottom: 3px solid #4B9EB2;
}

#primaryFull #jobListArea .mod_jobDetailJob header .title_bg {

    border-left: #E483C7 8px solid;

}