
/*=============================

共通common.css

=============================*/
/*=============================

2カラム分岐

=============================*/
.main {
    margin-left: 180px;
}

.main .main_inner {
    padding: 30px 0 140px;
    margin-bottom: -40px;
}

#gnav {
    width: 180px;
}

/*index*/
#index_body .main .main_inner {
    padding: 0px 0px 80px;
    /*margin-bottom: -40px;*/
    position: relative;
    margin-left: 180px;
}
#index_contents #main_top{
	min-height:500px;
}

/*=============================

gnav

=============================*/

#gnav #home a {
    height: 70px;
	width: 100%;
	position: relative;
}

/*フリーワード*/
#gnav .freeword_box {
    width: 160px
}

#gnav .freeword_box .txt-field .hd_int-word {
    width: 75%;
}


/*=============================

footer

=============================*/

#footer_wrap {
	height: 80px;
	line-height: 80px;\
}


/*=============================

interview_l

=============================*/

.staff_cts {
    margin-top: -8px;
    padding-top: 8px;
}

.staff_cts .section01 {
    padding: 20px 20px 30px 20px;
    background: #f8f8f8;
    margin: 0 10px 10px 10px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #e7e7e7\9; /* 全てのIE */
    box-shadow: none\9;
}

.staff_cts .section01 .profile {
    overflow: hidden;
}

.staff_cts .section01 .box_img {
    height: auto;
    background: #747474;
    margin: 0 auto;
    overflow: hidden;
    max-width: 312px;
    float: none;
}

.staff_cts .section01 .box_img img {
    height: auto;
    width: 100%;
}

.staff_cts .section01 .box_movie {
    height:auto;
    background:#f8f8f8;
    margin:0 auto;
    overflow:hidden;
    padding:0 10px;
    max-width:312px;
    float: none;
}

.staff_cts .section01 .box_movie .iframe-wrapper__inner {
    position: relative;
    height: auto;
}

.staff_cts .section01 .box_movie .iframe-wrapper__inner::before {
    content: "";
    display: block;
    padding-top: calc(100% / 16 * 9);
}

.staff_cts .section01 .box_movie .iframe-wrapper__inner > iframe {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.staff_cts .section01 .profile_text {
    margin: 0;
}

.staff_cts .section01 .box_name {
    padding: 15px 10px;
    max-width: 292px;
    margin: 0 auto;
}

/*色の切り替え*/
.staff_cts #white_box .box_name {
    color: #666;
    margin-bottom: 2px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #e7e7e7\9; /* 全てのIE */
}

.staff_cts #color_box .box_name {
    color: #fff;
}
/*//色の切り替え*/

.staff_cts .section01 .box_name .staff_name {
    font-size: 15px;
}

.staff_cts .section01 .history dt,
dd {
    display: block;
}

.staff_cts .section01 .history {
    padding: 10px;
    background: #fff;
    margin-top: 20px;
}

.staff_cts .section01 .history dt {
    background: #eeeeee;
    text-align: center;
    padding: 3px 0;
    width: 126px;
}

.staff_cts .section01 .history dd {
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
}

.staff_cts .section01 .staff_text {
    clear: both;
    margin-top: 20px;
}

.staff_cts .section01 .staff_text p {
    background: #fff;
    padding: 10px;
}

/*詳細ボタン*/
.detail_btn {
    width: 200px;
    margin: 30px auto 0;
    border-radius: 6px;
    position: relative;
}

.detail_btn:hover {
    box-shadow: none;
    top: 2px;
}

.detail_btn a {
    display: block;
    letter-spacing: 3px;
    color: #fff;
    width: 200px;
    padding: 8px 0;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    background: url(../img/common/ic_btn_arrow.png) no-repeat scroll 95% center;
}

/*分岐css*/
.no_kyujin {
    text-align: center;
    margin: 150px auto;
}


/*=============================

下層共通css

=============================*/
#container {
    color: #666;
    font-size: 12px;
}

#container .tit_default {
    font-size: 20px;
    margin: 0 0 30px 0;
}

#container .tit_default p {
    font-size: 15px;
    margin-top: 8px;
}

#container h3 {
    font-size: 17px;
    padding: 0 10px 10px 10px;
    margin-bottom: 10px;
}

#container h4 {
    font-size: 15px;
    margin-bottom: 5px;
}


/*=============================

再検索 求人一覧マップ表示

=============================*/

#kyujin_typeD_map .search_cross {
    padding: 20px 15px;
}

#kyujin_typeD_map .search_cross .tit_default {
    font-size: 18px;
    margin: 0px 0px 15px;
}

#kyujin_typeD_map .search_cross .search_btn {
    font-size: 18px;
    height: 36px;
    width: 70%;
    border-radius: 3px;
    letter-spacing: 8px;
    padding-left: 8px;
}

#kyujin_typeD_map .search_cross dl dd select {
    padding: 8px 0px 8px 5px;
    font-size: 12px !important;
    line-height:1;
}


/*=============================

再検索 求人一覧デフォルト表示

=============================*/

.list_cts {
    margin-bottom: 40px;
}

.list_cts #list_search_cross .btn_list_search_cross {
    padding: 15px 20px;
}

.list_cts .search_cross dl dd select {
    font-size: 15px;
}

.list_cts .search_cross dl {
    margin: 0px 0px 15px;
}

.list_cts .search_cross dl dt {
    font-size: 14px;
}

.list_cts .search_cross dl dd select {
    width: 100%;
    padding: 15px;
}

.list_cts .search_cross .search_btn {
    font-size: 24px;
    width: 250px;
    height: 54px;
    letter-spacing: 10px;
    padding-left: 10px;
}

.list_cts .search_cross .search_check {
    font-size: 15px;
}


/*=============================

entry_flow

=============================*/
.entry_wrap .flowItemDetail_BOX .box_img {
    float: none;
    margin: 0 auto 20px;
}

.entry_cts .section01 .entry_text_img {
    margin: 0;
}

.entry_cts .btn_box a {
    font-size: 18px;
    padding: 18px 0px;
}
/*=============================

News

=============================*/
#News_contents_BOX .contents_BOX dl dd .company_name{
	font-size: 10px;
}

/*「Googleアナリティクスの利用について」PDFへのリンク追加用*/
#index_body .main .main_inner {
    padding: 0;
}
#footer_wrap {
	height: auto;
    padding: 20px 0px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
#footer_wrap p {
    font-size: 12px;
    color: #FFF;
    text-align: center;
    line-height: 1;
}
#footer_wrap .wrap-copyright .ga-pdf {
    padding: 1em 0 0 0;
}
#footer_wrap .wrap-copyright .ga-pdf a{
    color: #FFFFFF;
    text-decoration: none;
}
#footer_wrap .wrap-copyright .ga-pdf a:hover{
    text-decoration: underline;
}