body,div,p,h1,h2,h3,h4,h5,span,article, aside, figcaption, figure, footer, header, nav, section,ul,ol {
  margin: 0;
  padding:0;
  vertical-align: baseline;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  line-height:1;
  box-sizing: border-box;
}

img{
vertical-align: bottom;
}

a{
  text-decoration:none;
}

ol, ul {
    list-style: none;
}

body main {
    background-image: url("//type.jp/st/feature/sta/img/eigyo_back.png") !important;
    background-size: cover;
}

main {
    color:#000;
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN W3',
'Meiryo', 'MS PGothic', sans-serif !important;
}

.textLink{
    color:#06c;
}

.textLink:hover{
    text-decoration: underline;
    color: #e94e30;
}

.float_r{
  float:right;
  margin: 17px 40px 17px 17px;  
}

.float_l{
  float:left;
  margin: 17px 17px 17px 40px;
}

.displayNone {
  display:none;
}

.font12{
  font-size:12px
}

.font14{
  font-size:14px
}

.font16{
  font-size:16px
}

.font18{
  font-size:18px
}

.font20{
  font-size:20px
}

.textLeft{
  text-align:left;
}

.fontNormal{
  font-weight: normal;
}


.bottom_line{
    border-bottom: solid 1px #afafaf;    
    margin:20px 0;
    }

.iframeAmazon {
    margin: 0px 40px 20px 20px;
    float: right;    
}

.px980{
  width:980px;
}

#main_inner{
  margin:0 auto;
  width:980px;
}

#left_area {
    width: 780px;
    float: left;
    padding-right: 40px;
    box-sizing: border-box;    
}

#right_area {
    width: 200px;
    float: left;
}

/* ETヘッダー */
#sales_header {
    background-color: #ff9632;
    height:72px;
}

#sales_nav{
  height:72px;
  margin:0 auto;
  position: relative;  
}

#sales_nav img.sales_logo{
    width: 220px;
    padding: 17px 30px 15px 0;
}

#sales_nav #sales_nav_list li {
    display: inline-block;
}

#sales_nav_list .nav_button1 {
    display: block;
    background-image:url(//type.jp/st/feature/sta/img/nav.gif);
    background-position: 0px 0px;    
    height: 72px;
    width: 150px;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 252px;
}

#sales_nav_list .nav_button2 {
    display: block;
    background-image:url(//type.jp/st/feature/sta/img/nav.gif);
    background-position: 324px 0px;    
    height: 72px;
    width: 159px;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 402px;
}

#sales_nav_list .nav_button3 {
    display: block;
    background-image:url(//type.jp/st/feature/sta/img/nav.gif);
    background-position: 165px 0px;    
    height: 72px;
    width: 165px;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 563px;
}

#sales_nav_list .nav_button1:hover {
    background-image:url(//type.jp/st/feature/sta/img/nav_on.gif);
}

#sales_nav_list .nav_button2:hover {
    background-image:url(//type.jp/st/feature/sta/img/nav_on.gif);
}

#sales_nav_list .nav_button3:hover {
    background-image:url(//type.jp/st/feature/sta/img/nav_on.gif);
}


#sales_nav_list .sns1 {
    display: block;
    background-image: url(//type.jp/st/feature/sta/img/sns1.gif);
    background-repeat: no-repeat;
    background-size: 20px;        
    background-position: 50%;
    height: 72px;
    width: 34px;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 885px;
}

#sales_nav_list .sns2 {
    display: block;
    background-image: url(//type.jp/st/feature/sta/img/sns2.gif);
    background-repeat: no-repeat;    
    background-position: 50%;
    background-size: 20px;         
    height: 72px;
    width: 34px;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 915px;
}

#sales_nav_list .sns3 {
    display: block;
    background-image: url(//type.jp/st/feature/sta/img/sns3.gif);
    background-repeat: no-repeat;    
    background-position: 50%;
    background-size: 20px;         
    height: 72px;
    width: 34px;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 945px;
}

#sales_nav_list .search {
    display: block;
    background-image: url(//type.jp/st/feature/sta/img/search.gif);
    background-position: 2px 0px;
    height: 72px;
    width: 51px;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 936px;
}


/* タグ */
.tagA {
    display: inline-block;
    font-size: 9px;
    color: #525252 !important; 
    text-decoration:none;    
    padding:0px 0px 0.4px 0;
    line-height: 1.1;    
    border-bottom: 1px solid;   
    margin-right: 4px;  
    letter-spacing: 1px;           
}

/* tagA IE 11 用 */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .tagA:not(:target) {
    font-size: 10px;
   }  
}

/* tagA IE 9 10 用 */
  .tagA:not(:target) {
    font-size: 10px;
   }


.tagA:hover {
    text-decoration:none;
    border-bottom:none;        
}

.tag .tag_pic{
    width: 14px;
    padding: 2px 7px 0 0;
    margin-bottom: 20px;
    display: block;
    float: left; 
}

.tag_inner {
    display: inline;
    }
    
.tag_inner li {
    display: inline;
    padding-right: 2px;    
}
    
/* vol */
.vol{
    position: absolute;
    background-color: #000;
    padding: 4px 10px 4px 8px;
    font-size: 10px;
    top: 28px;
    color: #fff;   
    opacity: 0.85;     
}

.wide_vol{
    position: absolute;
    background-color: #000;
    padding: 4px 10px 4px 8px;
    font-size: 10px;
    top: 28px;
    color: #fff;    
    opacity: 0.85;
}


/* vol Fire fox用 */

@-moz-document url-prefix() {
  .vol{
      padding: 4px 2px 4px 0px;  
      right:186px;
      width: 48px;
      text-align: center;
    }
.wide_vol {
      padding: 4px 1px 4px 0px; 
      right: 312px;
      width: 48px;
      text-align: center;    
   }    
}

/* vol IE 11 用 */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .vol:not(:target) {
      padding: 4px 2px 4px 0px;      
      right:186px;
      width: 48px;
      text-align: center;
   }
  .wide_vol {
      padding: 4px 1px 4px 0px;    
      right: 312px;
      width: 48px;
      text-align: center;    
   }   
}

/* vol IE 9 10 用 */
  .vol:not(:target) {
      padding: 4px 1px 4px 0px;    
      right:186px;
      width: 48px;
      text-align: center;
   }
  .wide_vol {
      padding: 4px 2px 4px 0px;    
      right: 312px;
      width: 48px;
      text-align: center;    
   }  

/* カテゴリーネーム */
.categoryName {
    text-align: center;
    font-size: 38px;
    margin: 40px;
    line-height: 1;
}

.CN_under {
    display: block;
    font-weight: normal;
    /*padding-bottom: 7px;*/
    margin-bottom:17px;
}

/* 記事カード カテゴリ表示 */

.cardCategory_p {
    position: absolute;
    width: 80px;
    height: 28px;
    opacity: 0.85;    
    }

.cardCategory_c {
    position: absolute;
    width: 80px;
    height: 28px;
    opacity: 0.85;   
    }

.cardCategory_t {
    position: absolute;
    width: 80px;
    height: 28px;
    opacity: 0.85;   
    }

/* 記事カード 大 */
.big_cardArea{
/*   height: 420px;*/
   margin-bottom:12px;
}

.big_card:first-child{
   margin-right:20px;
}

.big_card {
    width: 360px;
    height: 403px;
    background-color: #fff;
    float: left; 
    box-shadow: 0px 2px #ff9632;
    position: relative;    
}

.big_card .inner .date{
}

.big_card .date time{
    color:#888;
}

.big_card .pic{
    width:360px;
    height:188px;
}

.big_card .img_box:hover{
    opacity:0.7;
}

.big_card .inner{
  padding:16px 20px 10px 21px;
}

.big_card .text_box{
  display:block;
  height:135px;
}

.big_card .text_box:hover{
    text-decoration:none;  
}

.big_card .text_box .title{
  line-height:1.45;
  padding:11px 0 8px 0;
  color:#000;
}

.big_card .text_box .title:hover{
    text-decoration:underline;    
}

.big_card .text_box .text{
  font-size: 11px;
  color:#888;
  line-height:2;
  padding: 0 0 0 0;  
  letter-spacing: 1.5px;
}

/* 記事カード 小 */
.cardArea {
   /*margin-bottom:12px;*/
}


.card {
    width: 234px;
    height: 298px;
    background-color: #fff;
    float: left; 
    box-shadow: 0px 2px #ff9632;
    position: relative; 
    margin-right:19px;  
    margin-bottom: 22px;         
}

.card.rec {
    height:auto !important;
}

.card.rec .img_box{
    height:170px;
    display:block;
}
.card.rec .inner{
    height:131px;
}
.card:nth-of-type(3n) {
    margin-right: 0px;
}

.card .date time{
    color:#888;
}

.card .pic{
    width:234px;
    height:122px;
}

.card .inner{
  padding:15px 18px 8px 20px;
}

.card .tag {
    padding: 0 8px 0 10px;
}

.card .text_box{
  height: 95px;
}

.card .text_box .title{
  line-height:1.6;
  padding: 10px 0 15px 0;
  color:#000;  
}

.card .text_box .title:hover{
    text-decoration:underline;    
}

.card .img_box:hover{
    opacity:0.7;
}

.card .text_box .text{
  color:#888;
  line-height:1.8;
  padding: 0 0 0 0;  
}

.card .tag .tag_pic{
    width: 13px;
}

/* NEW!マーク */
.newMark{
  color:#ff9632;
  font-weight: bold;
  letter-spacing: -1px;
  padding-right: 2px;
}

/* カテゴリページ固有 */
#category .lead{
    padding: 15px 0 34px 0;
    font-size: 13px;
    line-height: 2;
    letter-spacing: 1.8px;
}

#category .categoryName{
    margin: 40px;
}

#category .bottom_line{
   margin:0;
}

#category .big_cardArea{
   margin-bottom: 18px;
}

#category  .pagination{
    margin: 14px 0 41px 0;
}
/* サイドバー */
#right_area section{
    margin-bottom: 0;
}

#right_area .PRpic{
    display: block;
    width: 100%;
    margin: 40px 0 21px 0;
}

#right_area .PRpic2{ 
    margin-top: 20px;
}

#right_area .title{
    padding: 20px 0 0px 0;
    border-top: solid 1px #d2d2d2;    
}

#right_area .title img {
    height: 13px;
}

#right_area .article{
    color:#4f4f4f;
    height: 91px;
    border-bottom: dotted 1px #d2d2d2;
    padding:20px 0 0px 0;
    box-sizing: border-box;    
}

#right_area .article:first-of-type{
    height: 85px;
    padding:14px 0 0px 0;
    box-sizing: border-box;    
}

#right_area .article .pic:hover{ 
    opacity:0.7;
}

#right_area .article .text:hover{
    text-decoration:underline;    
}

#right_area .article .pic{
    width:69px;
    height:50px;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

#right_area #rannking_a .article .pic{
    width:50px;
    height:50px;
}

#right_area .article .text{
   line-height:17.8px;
    width: 200px;
}

#right_area .article .text.font12 {
    font-size: 10px;
}

#right_area .article:last-child{
    border-bottom: none;
}

#rannking_t .title{
    padding: 20px 0 14px 0;
}

#rannking_t .tagList{ 
    padding-bottom: 10px;
    border-bottom: solid 1px #bfbfbf;
    box-sizing: border-box;
    line-height: 1.1;    
}

#rannking_t .tagList li{
    height: 16px;
    display: inline-block;
    text-decoration: none;
    color: #525252;
    padding: 0;
    border-bottom: 1px solid;
    margin-right: 5px;
    margin-bottom: 12px;
    line-height: 1.1;
    box-sizing: border-box;      
}

#rannking_t .tagList li:hover{
    border-bottom:none;
    text-decoration:none;
}

#rannking_t .tagList li a{
    color: #525252;
    text-decoration:none;    
}

#facebookPlagin{
  margin:20px 0;
  border-bottom: 1px solid #bfbfbf;  
}

/****** ページネーション ******/

.pagination {
    text-align: center;
    margin:50px 0 60px 0;
}

.pagination li {
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
}

.pagination li a {
    color:#000;
    display: inline-block;
    background-color: #fff;
    height: 47px;
    width: 47px;
    padding: 17px 0;    
    box-sizing: border-box;
    line-height: 1;    
    box-shadow: 0px 0px 3px rgba(0,0,0,0.4);   
}

.pagination li a:hover{
    text-decoration: none;
    background-color:#ff7930;
    color:#fff;    
}

.pagination .now a{
    background-color: #ff7930;
    color:#fff;
    }

.pagination li.next a {
    background-image: url(//type.jp/st/feature/sta/img/pagen.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 7px;
}

.pagination li.prev a {
    background-image: url(//type.jp/st/feature/sta/img/pagep.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 7px;
}

.pagination li.next a:hover {
    background-image: url(//type.jp/st/feature/sta/img/pagen_on.png);
}

.pagination li.prev a:hover {
    background-image: url(//type.jp/st/feature/sta/img/pagep_on.png);
}

.pagination li.dot {
    background-color: transparent;
}

/*記事ページ*/

#single_post {
    background-color: #fff;
    color:#555;
    padding: 20px 0;  
    box-shadow: 0px 2px #ff9632;  
    margin: 40px 0 0;        
}

#single_post strong {
    font-weight: bold;
}

#single_post p{
    font-size:17px;
    padding: 17px 40px;
    line-height: 1.65;  
    letter-spacing: 1px;      
    max-width: 740px;
    box-sizing: border-box;    
}

#single_post #postHeader{
    background-color: #fff;
    padding:20px 40px 18px 40px;
    border-bottom: solid 1px #b2b2b2;
    margin-bottom: 20px;
    }

#single_post #postHeader .PR{
  font-size: 9px;
  color:#888;
  font-weight: normal;
}

#single_post #postHeader .date time{
    color:#888;
    letter-spacing: 0px;    
}

#single_post #postHeader .CateVol {
    position: relative;
    display: table;    
}

#single_post #postHeader .cardCategory_c{
    position: static;
    opacity: 1;
}

#single_post #postHeader .cardCategory_t{
    position: static;
    opacity: 1;
}

#single_post #postHeader .cardCategory_p{
    position: static;
    opacity: 1;
}

#single_post #postHeader .vol {
    height: 28px;
    position: static;
    display: table-cell;
    vertical-align: middle;    
    background-color: #ff9632;
    color: #000;
    font-size: 11px;
    letter-spacing: 2px;
    padding: 8px 8px 6px 0px;
    line-height: 1;  
    opacity: 1;    
}

#single_post #postHeader h1{
    color:#000;
    font-size: 28px;
    line-height: 37px;
    padding: 15px 0 11px 0;
}

#single_post #postHeader .date{
    float: left;
    padding: 5px 5px 5px 0px;
    margin-right: 14px;
    font-size: 12px;
    line-height: 1;    
}

#single_post #postHeader .tag .tag_inner .tagA{
    color:#000 !important;
}

#single_post iframe{
    max-width: 660px !important;   
}

#single_post figure{
    display: table;
    width: 160px;    
}

#single_post figure.main_pic{
    padding: 17px 0px;
    width: 745px;    
}

#single_post figure.main_pic .pic {
    width: 100%;
    max-width: 745px;    
}

#single_post figure.main_pic .caption {
    padding: 8px 40px 2px 40px;
    margin-bottom: 2px;
    height: 23px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;    
}

#single_post .caption{
    padding-top: 10px;
    font-size: 12px;
    font-style: oblique;
    line-height: 1.3;    
}

#single_post h2{
    border-left: 8px solid #ff9632;
    font-size: 24px;
    line-height: 28px;
    /*height: 24px;*/
    color: #000;
    padding: 0px 0 0px 14px;
    margin: 42px 40px 12px 40px;
    box-sizing: border-box;
    display: inline-block;
}

#single_post_outer #single_post .jobBoad{
    display: table;
    font-size: 14px;
    line-height: 1.7;      
    /*display:inline-block;*/  
    width: 665px;  
    height: 72px;      
    background-color: #e5e5e5;
    /*padding:5px 5px 5px 5px;*/
    margin: 8px 40px;
    * html div.outer {  
        position: relative; 
    }  
    *+html div.outer {  
        position: relative; 
    }      
}

#single_post_outer #single_post .jobBoad .innerLouter{
    float: left;
    display: table;
    margin: 0;
    padding: 0;
    height: 72px;    
    width: 90px;       
}

#single_post_outer #single_post .jobBoad .inner_boxL{
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;    
}

#single_post_outer #single_post .jobBoad .inner_boxR{
    float: left;
    display: table;
    height: 72px;
}

#single_post_outer #single_post .jobBoad .pic{
    /*float:left;*/
    width:83px;
    height:62px;
    padding:0 20px 0 5px;  
}

#single_post_outer #single_post .jobBoad .text{
    display: table-cell;
    vertical-align: middle;
    color:#888;
    margin: 0;
    padding:0;
    width: 552px;       
   /* padding: 12px 0 0 0;*/
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0px;    
}

#single_post_outer #single_post .jobBoad .text .name{
    font-size: 11.5px;
    letter-spacing: 1.5px;
    font-weight: normal;
}

#single_post .profile{
    margin: 20px 0;
    padding: 0px;
}

#single_post .profile .profile_inner{
    margin: 30px 40px 0;
}

#single_post .profile p{
    font-size: 13px;
    letter-spacing: 0.8px;   
    width: 508px;
    float: right;   
    padding: 0px;      
}

#single_post .profile .title{
    display: block;
    font-size: 12px;
    color: #000;
}

#single_post .profile .name{
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: bold;    
    margin-bottom: 7px;    
}

#single_post .profile .pic{
    width: 132px;
    height: 132px;    
    border-radius: 70px;   
    margin: 0 20px 0 0;   
}

#single_post .editor_feature {
    padding: 17px 40px;
}

#single_post .editor_feature_title {
    padding: 17px 0 0;
    font-weight:bold;
    font-size:18px;
    letter-spacing: 1px;
    background-image: url(../img/editor_feature_top_line.png);
    background-repeat: no-repeat;
    background-size: contain;    
}

#single_post .editor_feature_lead {
    padding: 17px 0;
    font-style: oblique;
    font-size: 12px;
    background-image: url(../img/editor_feature_bottom_line.png);
    background-repeat: no-repeat;
    background-size: contain;     
    background-position: bottom;    
}

#single_post_outer #single_post .bottom_line{
    border-bottom: solid 1px #ababab;    
    margin:20px 0;
    }

#single_post_outer .nextLink {
    text-align: center;
    font-size: 14px;
    color: #888;
    margin: 37px 0 0 0;
}

#single_post_outer .pagination {
    margin: 15px 0 20px 0;
}

#single_post_outer .categoryName {
    font-size: 28px;
    margin: 28px 0 28px 0;  
}

#single_post_outer .CN_under {
    padding-top: 5px;
    letter-spacing: 1px;
}

#single_post_outer .cardArea{
    margin-bottom: 0px;
}

#single_post_outer .cardArea .card:nth-child(4){
    margin-bottom: 18px;
}

#single_post_outer .cardArea .card:nth-child(5){
    margin-bottom: 18px;
}

#single_post_outer .cardArea .card:nth-child(6){
    margin-bottom: 18px;
}


#single_post_outer .bottom_line{
    border-bottom: solid 1px #b2b2b2;
    margin: 10px 0;
}
/* JOB BOARD */

#single_post_outer .jobBoad_outer {
    margin:20px 0;
}

#single_post_outer .jobBoad_outer .jobBoad{
    display: table;
    font-size: 14px;
    line-height: 1.7;
    width: 100%;
    background-color: #fff;
    padding: 5px 5px 5px 20px;
    height: 72px;
    * html div.outer {  
        position: relative; 
    }  
    *+html div.outer {  
        position: relative;
        }      
}

#single_post_outer .jobBoad_outer .jobBoad:nth-of-type(even){
    background-color:rgba(255,255,255,0.6);
}

#single_post_outer .jobBoad_outer .jobBoad .text{
    display: table-cell;
    vertical-align: middle;
    color: #888;
    margin: 0;
    /* padding: 12px 0 0 0; */
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0px; 
    * html div.vertical_middle {  
        position: absolute;
        top: 50%;           
    }  
    *+html div.vertical_middle {  
        position: absolute; 
        top: 50%;           
    }      
}

#single_post_outer .jobBoad_outer .jobBoad .text .name{
    font-size: 11.5px;
    letter-spacing: 1.5px;
    font-weight: normal;
}



/* JOB BOARD 2 */
.jobBoad2{
   /*height: 300px;*/
   margin-bottom:22px;
}


.jobBoad2 .card {
    width: 234px;
    height: 249px;
    background-color: #fff;
    float: left; 
    position: relative; 
    margin-right:19px;  
    margin-bottom: 20px;         
}

.jobBoad2 .card:nth-child(3n) {
    margin-right: 0px;
}

.jobBoad2 .card .pic{
    width:234px;
    height:123px;
}

.jobBoad2.recommend .card .pic{
    width:234px;
    height:170px;
}

.jobBoad2 .card .inner{
  padding:16px 18px 18px 18px;
}

.jobBoad2 .card .text_box{
  height: 95px;
}

.jobBoad2 .card .text_box:hover{
  text-decoration:none;   
}

.jobBoad2 .card .text_box .title{
  line-height:1.4;
  padding: 0 0 11px 0;
  color:#000;  
  line-height: 1.6;  
}

.jobBoad2 .card .text_box .title:hover{
    text-decoration:underline;    
}

.jobBoad2 .card .img_box:hover{
    opacity:0.7;
}

.jobBoad2 .card .text_box .text{
  color:#888;
  line-height:1.8;
  padding: 0;  
}

.jobBoad2 .slider_dot_outer {
    text-align: center;
}

.jobBoad2 .slider_dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    padding-right: 36px;    
}

.jobBoad2 .slider_dot:nth-child(3n) {
    padding-right: 0px;
}

.jobBoad2 .slider_dot a{
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("//type.jp/st/feature/sta/img/slider_d.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.jobBoad2 .slider_dot a:hover{
    background-image: url("//type.jp/st/feature/sta/img/slider_dw.gif");
}


.jobBoad2 .slider_dot a.now{
    background-image: url("//type.jp/st/feature/sta/img/slider_dw.gif");
}

.jobBoad2 .slider_dot a.active{
    background-image: url("//type.jp/st/feature/sta/img/slider_dw.gif");
}

/* facebook table */

#fb_bigbox {
  padding: 20px 0 0;
  width:100%;
  height:auto;  
  color:#565656;  
  line-height:0;  
  font-size:14px;
 box-shadow: 0px 2px #ff9632; 
}

#fb_bigbox table{
border-collapse:collapse;
border:none;
}

#fb_bigbox td {
  width:50%;
  height:auto; 
}

#fb_bigbox .fbbox_r{
  font-size: 13px;
  width:50%;
  background-color:#fff; 
  text-align:center; 
  vertical-align:middle; 
  line-height:1.8; 
  letter-spacing:1px;  
  padding:0;
  box-sizing:border-box;
}

#fb_bigbox .fbbox_r .socialmediabottan{
    padding: 6px 0px 12px 0px;
    display: inline-block;
}

#fb_bigbox .fbbox_r .title{
    font-weight: bold;
    color: #000;
    font-size: 16px;
    letter-spacing: 0.5px;
}

#fb_bigbox .fbbox_l img{
  width:100%;
  min-width: 341px;
  height:auto;  
  margin:0;
}

#fb_bigbox .fbbox_l{
  width:50%;
  height:auto; 
}

/* TOP */

#index_top_outer {
    padding: 40px 0 30px 0;
}

#index_top_outer .categoryName {
    text-align: center;
    font-size: 27.8px;
    margin: 28px 40px 28px 40px;    
    /*margin: 40px;*/
    line-height: 1;
    letter-spacing: -1px;    
}

#index_top_outer .categoryName.latestPost {
    margin: 9px 40px 28px 40px;
}


#index_top_outer .CN_under {
    display: block;
    font-weight: normal;
    padding-top: 5px;
    letter-spacing: 1px;    
}

#index_top_outer .big_card:first-of-type{
   margin-right:20px;
}

#index_top_outer .list_button {
    text-align: center;
}

#index_top_outer .list_button a{
    display: inline-block;
    padding-top: 12px;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    width: 235px;
    height: 37px;
    box-sizing: border-box;    
background: -webkit-linear-gradient(top, #ffa652 21%, #ffa652 50%, #ff9632 52%, #ff9632 100%);
background: -moz-linear-gradient(top, #ffa652 21%, #ffa652 50%, #ff9632 52%, #ff9632 100%);
background: -o-linear-gradient(top, #ffa652 21%, #ffa652 50%, #ff9632 52%, #ff9632 100%);
background: -ms-linear-gradient(top, #ffa652 21%, #ffa652 50%, #ff9632 52%, #ff9632 100%);
background: linear-gradient(to bottom, #ffa652 21%, #ffa652 50%, #ff9632 52%, #ff9632 100%);


/*background: -webkit-linear-gradient(top, #ff9358 21%, #ff9358 50%, #ff7930 52%, #ff7930 100%);
background: -moz-linear-gradient(top, #ff9358 21%, #ff9358 50%, #ff7930 52%, #ff7930 100%);
background: -o-linear-gradient(top, #ff9358 21%, #ff9358 50%, #ff7930 52%, #ff7930 100%);
background: -ms-linear-gradient(top, #ff9358 21%, #ff9358 50%, #ff7930 52%, #ff7930 100%);
background: linear-gradient(to bottom, #ff9358 21%, #ff9358 50%, #ff7930 52%, #ff7930 100%);*/
    border-radius: 20px;
    line-height: 1.1;
}

#index_top_outer .list_button a:hover{
    opacity: 0.8;
    text-decoration: none;    
}

#index_top_outer .list_button .pic1 {
    vertical-align: top;
    padding-right: 6px;
    padding-top: 1.5px;
    height: 10px;    
}

#index_top_outer .list_button .pic{
    vertical-align: top;
    padding-right: 0px;
    padding-top: 1.5px;    
    height: 10px;    
}

/* スライダー */
#index_top_outer .slider {
  width:660px;
  height:440px;
}

#index_top_outer .box {
  width:660px;
  height:440px;
  display:block;
  margin: 0 auto;
  position: relative;
}

#index_top_outer .over{
  width: 745px;
  height:386px;
    }

#index_top_outer .absolute_middle p {
    margin: 0;
    padding: 0 0.8em;
    font-size: 50%;
    text-align: center;
}

#index_top_outer .absolute {
    color: #fff;
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 103px;    
    position: absolute;
    bottom: 54px;
    left: 0;     
}

#index_top_outer .absolute .pic{
    width: 103px;
    height: 103px;
}

#index_top_outer .absolute .text_area {
    width: 637px;
    float: right;
}

#index_top_outer .absolute .text_area .date{
    float: right;
    padding-top: 2px;
    margin-right: 23px;  
}

#index_top_outer .absolute .text_area .date time {
    font-size: 98%;
}

#index_top_outer .absolute .text_area .title{
    padding: 27px 0 1px 32px;
}

#index_top_outer .absolute .text_area .title a {
    color: #fff;
}

#index_top_outer .absolute .text_area .title a:hover {
    text-decoration: none;
}

#index_top_outer .absolute .text_area .tag{
    padding: 0px 0 0px 30px;
}

#index_top_outer .absolute .text_area .tag .tag_inner{
}

#index_top_outer .absolute .text_area .tag .tag_inner .tagA{
    color:#fff !important;
}

#index_top_outer .absolute .text_area .tag .tag_pic{
margin-bottom: 0px;
}

#index_top_outer .frameLine {
	border: solid 1px #CCC;
	padding: 20px;
}
#index_top_outer .bx-wrapper {
    width: 100%;
    height: 386px;
	position: relative;
}

#index_top_outer .bx-wrapper .bx-controls-direction a {
	position: absolute;
	z-index: 9999;
}

#index_top_outer .bx-prev {
	left: 30px;
	top:162px;
	color:#fff;
}
#index_top_outer .bx-next {
	right: 30px;
	top:162px;
	color:#fff;
}


.jobBoad2 .card .text_box .text{
  color:#888;
  line-height:1.8;
  padding: 0;  
}

.jobBoad2 .slider_dot_outer {
    text-align: center;
}

.jobBoad2 .bx-pager.bx-default-pager {
    display:block;
    margin:0 auto;
    width:120px;
}
.jobBoad2 .bx-pager-item {
    display: inline-block;
    width: 27px;
    height: 27px;
    padding-right: 45px;
}
.jobBoad2 .bx-wrapper .bx-controls-direction {
    display:none;
}
.jobBoad2 .bx-pager-item a {
	height:15px;
	overflow:hidden;
}
.jobBoad2 .bx-pager-item a:before {
	display: block;
    width: 0;
    height: 150%;
    content: '';
}

.jobBoad2 .bx-pager-item:nth-child(3n) {
    padding-right: 0px;
}

.jobBoad2 .bx-pager-item a{
    display: inline-block;
    width: 27px;
    height: 27px;
    background-position: 50% 50%;
}

.jobBoad2 .bx-pager-item:nth-child(1) a{
    background: url("//type.jp/st/feature/sta/img/recom_1_off.gif") no-repeat;
}
.jobBoad2 .bx-pager-item:nth-child(2) a{
    background: url("//type.jp/st/feature/sta/img/recom_2_off.gif") no-repeat;
}
.jobBoad2 .bx-pager-item:nth-child(3) a{
    background: url("//type.jp/st/feature/sta/img/recom_3_off.gif") no-repeat;
    padding-right: 0px;
}

.jobBoad2 .bx-pager-item:nth-child(1) a:hover{
    background-image: url("//type.jp/st/feature/sta/img/recom_1_on.gif");
}
.jobBoad2 .bx-pager-item:nth-child(1) a.active{
    background-image: url("//type.jp/st/feature/sta/img/recom_1_on.gif");
}

.jobBoad2 .bx-pager-item:nth-child(2) a:hover{
    background-image: url("//type.jp/st/feature/sta/img/recom_2_on.gif");
}
.jobBoad2 .bx-pager-item:nth-child(2) a.active{
    background-image: url("//type.jp/st/feature/sta/img/recom_2_on.gif");
}

.jobBoad2 .bx-pager-item:nth-child(3) a:hover{
    background-image: url("//type.jp/st/feature/sta/img/recom_3_on.gif");
}
.jobBoad2 .bx-pager-item:nth-child(3) a.active{
    background-image: url("//type.jp/st/feature/sta/img/recom_3_on.gif");
}

/* SNS */
.snsShare {
    display: flex;
    padding:13px 40px 15px 40px;
}

.foot_sns {
    text-align: center;
}

.groups2{
    display: inline-block;
    padding: 30px 0px 28px 0px;
}

.snsShare li {
    display: inline-block;
    padding-right: 10px;    
}

.snsShare li #___plusone_0{
    vertical-align: text-top !important;
}

.snsShare li #___plusone_1{
    vertical-align: text-top !important;
}

.snsShare.groups2 li .fb-like.fb_iframe_widget span{
    vertical-align: middle !important;
}

/****** clearfix ******/
.clearfix {
  display:inline-block;
}

.clearfix:after {
  clear:both;
  display:block;
}

/** article_image **/
.alignright {float: right; margin: 0 40px 0 40px;}
.alignleft {float: left; margin: 0 40px 0 40px;}
.aligncenter {text-align:center; margin: 0 auto;}

/** h3 **/
h3.article {
    display: table;
    color: #ff9632 !important;
    font-weight: bold !important;
    font-size:17px !important;
    padding: 17px 40px !important;
}