
/* -----------------------------------------------------
   レイアウト上書き
  -----------------------------------------------------*/
#layout-wrap {
    border-top: none;
}

#autojob_rpa #layout-wrap header {
    padding: 10px 6px 10px 28px;
}

#autojob_rpa #layout-header-ad {
    width: 738px;
    text-align: -webkit-right;
}

#autojob_rpa .adcloud_frame {
    margin: 0 0;
}

#autojob_rpa #latest_news, #autojob_rpa #latest_review, 
#autojob_rpa #backnumber, #autojob_rpa #article_archive {
    margin-bottom: 30px;
}
#layout-wrap-inner2 #main {
	margin-bottom: 0px;
}

#autojob_rpa .top_banner {
    margin-bottom: 8px;
}

/* -----------------------------------------------------
   ロゴ周り
  -----------------------------------------------------*/
#autojob_rpa #layout-header-logo {
    position: relative;
    height: 90px;
    background: url(/assets/img/autojob_rpa/autojob_rpa_logo.png) no-repeat;
}
#autojob_rpa #layout-header-logo div#logo_header{
    position: absolute;
    top: 10px;
    left: 0px;
    width: 187px;
    height: 67px;
    text-indent: -9999px;
}
#autojob_rpa #layout-header-logo div#logo_header a{
    display: block;
    height: 130%;
    width:  140%;
}
#autojob_rpa header .ascii_logo{
    position: absolute;
    right: 0px;
    width: 140px;
    height: 65px;
    text-indent: -9999px;
}
#autojob_rpa header .ascii_logo a{
    display: block;
    width:100%;
    height:100%;
}

/* -----------------------------------------------------
   トップ広告
  -----------------------------------------------------*/
#autojob_rpa.top #content_top_ad{
    margin-bottom: 10px;
}
#autojob_rpa.top #content_top_ad:after{
    display: block;
    clear: both;
    content: "";
}
#autojob_rpa.top #content_top_ad .ad-box:nth-child(odd){
    float: left;
    width: 355px;
}
#autojob_rpa.top #content_top_ad .ad-box:nth-child(even){
    float: right;
    width: 355px;
}

/* トップ最新記事
  ---------------------------------------*/
#autojob_rpa.top #latest_news .title-box{
    background-color: #000000;
    border-left: 10px solid #393b8c;
    margin-bottom: 5px;
    min-height: 32px;
    padding: 5px 10px;
}
#autojob_rpa.top #latest_news .c_box{
    position: relative;
}
#autojob_rpa.top #latest_news h2{
    font-size: 0.9rem;
    color: #fff;
    font-weight: normal;
}
#autojob_rpa.top #latest_news .subtitle{
    font-size: 0.8rem;
    margin-bottom: 3px;
    color: #666;
    font-weight: 600;
}
#autojob_rpa.top #latest_news h3{
    font-size: 1.125rem;
    margin-bottom: 6px;
    line-height: 1.3;
    font-weight: 600;
}
#autojob_rpa.top #latest_news a:hover h3{
    text-decoration: underline;
}
#autojob_rpa.top #latest_news p{
    font-size: 0.8rem;
    color: #333;
    margin-bottom: 10px;
}
#autojob_rpa.top #latest_news time{
    font-size: 0.8rem;
    text-align: right;
    color: #666;
    display: block;
}

#autojob_rpa.top #latest_news .c_box{
    overflow: hidden;
    padding: 20px 15px;
    border-bottom: 1px solid #ccc;
}
#autojob_rpa.top #latest_news .c_box:after{
    display: block;
    clear: both;
    content: "";
}
#autojob_rpa.top #latest_news a{
    display: block;
}
#autojob_rpa.top #latest_news .img_box{
    margin-right: 15px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 1px solid #ccc;
    float: left;
}

#autojob_rpa.top #latest_news a:hover .img_box {
	border: 1px solid #393b8c;
}
#autojob_rpa.top #latest_news .img_box img{
    width: 100px;
    height: 100px;
    object-fit: contain;
}
#autojob_rpa.top #latest_news .text_box{
    display: inline-block;
    width: 582px;
}


/* オススメ記事
  ---------------------------------------*/
#autojob_rpa.top #latest_review .title-box{
    background-color: #000000;
    border-left: 10px solid #393b8c;
    margin-bottom: 5px;
    min-height: 32px;
    padding: 5px 10px;
}
#autojob_rpa.top #latest_review .c_box{
    position: relative;
}

#autojob_rpa.top #latest_review .subtitle {
    font-size: 0.8rem;
    margin-bottom: 3px;
    color: #666;
    font-weight: 600;
}
#autojob_rpa.top #latest_review h2{
    font-size: 0.9rem;
    color: #fff;
    font-weight: normal;
}
#autojob_rpa.top #latest_review h3{
    font-size: 1.125rem;
    margin-bottom: 6px;
    line-height: 1.3;
    font-weight: 600;
}
#autojob_rpa.top #latest_review a:hover h3{
    text-decoration: underline;
}
#autojob_rpa.top #latest_review p{
    font-size: 0.8rem;
    color: #333;
    margin-bottom: 10px;
}
#autojob_rpa.top #latest_review .read_more {
    width: 170px;
    font-size: 12px;
    line-height: 1.4;
    padding: 5px;
    display: block;
    color: #fff;
    background-color: #2B9AF3;
    text-align: center;
}

#autojob_rpa.top #latest_review a:hover .read_more {
	opacity: 0.8
}

#autojob_rpa.top #latest_review time{
    font-size: 0.8rem;
    text-align: right;
    color: #666;
    display: block;
}
#autojob_rpa.top #latest_review .news_box{
    padding: 10px 10px 0;
}
#autojob_rpa.top #latest_review .news_box:after{
    display: block;
    clear: both;
    content: "";
}
#autojob_rpa.top #latest_review .c_box{
    overflow: hidden;
    padding: 15px 5px ;
    border-bottom: 1px solid #ccc;
}
#autojob_rpa.top #latest_review a{
    display: block;
}
#autojob_rpa.top #latest_review .img_box{
    width: 220px;
    height: 180px;
    float: left;
    overflow: hidden;
    border: 1px solid #ccc;
}

#autojob_rpa.top #latest_review a:hover .img_box {
	border: 1px solid #393b8c;
}

#autojob_rpa.top #latest_review .c_box:nth-of-type(even) .img_box {
    float: right;
}
#autojob_rpa.top #latest_review .img_box img{
    width: 220px;
    height: 180px;
    object-fit: contain;
}
#autojob_rpa.top #latest_review .text_box{
    float: right;
    width: 470px;
    padding: 0 5px 0 0;
    line-height: 19px;
}
#autojob_rpa.top #latest_review .c_box:nth-of-type(even) .text_box {
    float: left;
}



/* トップ関連ニュース＆レビューバックナンバー
  ---------------------------------------*/
#autojob_rpa.top #backnumber .title-box{
    background-color: #000000;
    border-left: 10px solid #393b8c;
    margin-bottom: 5px;
    min-height: 32px;
    padding: 5px 10px;
}
#autojob_rpa.top #backnumber .c_box{
    position: relative;
}
#autojob_rpa.top #backnumber h2{
    font-size: 0.9rem;
    color: #fff;
    font-weight: normal;
}
#autojob_rpa.top #backnumber .subtitle{
    font-size: 0.8rem;
    margin-bottom: 3px;
    color: #666;
    font-weight: 600;
}
#autojob_rpa.top #backnumber h3{
    font-size: 1.125rem;
    margin-bottom: 6px;
    line-height: 1.3;
    font-weight: 600;
}
#autojob_rpa.top #backnumber a:hover h3{
    text-decoration: underline;
}
#autojob_rpa.top #backnumber p{
    font-size: 0.8rem;
    color: #333;
    margin-bottom: 10px;
}
#autojob_rpa.top #backnumber time{
    font-size: 0.8rem;
    text-align: right;
    color: #666;
    display: block;
}

#autojob_rpa.top #backnumber .c_box{
    overflow: hidden;
    padding: 20px 15px;
    border-bottom: 1px solid #ccc;
}
#autojob_rpa.top #backnumber .c_box:after{
    display: block;
    clear: both;
    content: "";
}
#autojob_rpa.top #backnumber a{
    display: block;
}
#autojob_rpa.top #backnumber .img_box{
    margin-right: 15px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 1px solid #ccc;
    float: left;
}

#autojob_rpa.top #backnumber a:hover .img_box {
	border: 1px solid #393b8c;
}

#autojob_rpa.top #backnumber .img_box img{
    width: 100px;
    height: 100px;
    object-fit: contain;
}
#autojob_rpa.top #backnumber .text_box{
    display: inline-block;
    width: 582px;
}
/* 過去記事アーカイブ
  ---------------------------------------*/
#autojob_rpa #article_archive .title-box{
    background-color: #000000;
    border-left: 10px solid #393b8c;
    font-size: 0.6rem;
    min-height: 32px;
    padding: 5px 10px;
}
#autojob_rpa #article_archive .title-box h2{
    font-size: 0.9rem;
    color: #fff;
    font-weight: normal;
}
#autojob_rpa #article_archive dl{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    font-size: 0.8rem;
    line-height: 1.6;
    margin-bottom: 3px;
}
#autojob_rpa #article_archive dl:last-child{
    border-bottom: none;
}
#autojob_rpa #article_archive dt{
    border-right: 1px solid #ddd;
    display: inline-block;
    margin: 0 5px 3px 0;
    padding: 4px 10px;
    font-weight: normal;
}
#autojob_rpa #article_archive dd{
    color: #ccc;
    display: inline-block;
    padding: 4px 9px 4px 0;
    margin-bottom: 3px;
}
#autojob_rpa #article_archive dd a{

}

/* ランキング
  ---------------------------------------*/
#autojob_rpa #ranking_box{
    background-color: #f9f9f9;
    margin-bottom: 22px;
}
#autojob_rpa #ranking_box .title-box{
    background-color: #000000;
    border-left: 10px solid #393b8c;
    font-size: 0.6rem;
    min-height: 32px;
    padding: 5px 10px;
}
#autojob_rpa #ranking_box h2{
    font-size: 0.9rem;
    color: #fff;
    font-weight: normal;
}
#autojob_rpa #ranking_box ol{
    padding-top: 0;
}
#autojob_rpa #ranking_box li{
    position: relative;
    border-bottom: 1px solid #dfdfdf;
    color: #666;
    display: grid;
    font-size: 0.75rem;
    padding: 15px 8px 10px 10px;
}
#autojob_rpa #ranking_box li:after{
    display: block;
    clear: both;
    content: "";
}
#autojob_rpa #ranking_box li i{
    position: absolute;
    top: 7px;
    left: 5px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    display: block;
    font-style: normal;
    font-weight: bold;
    line-height: 17px;
    text-align: center;
    width: 18px;
    height: 17px;
}
#autojob_rpa #ranking_box li i.rank-1,
#autojob_rpa #ranking_box li i.rank-2,
#autojob_rpa #ranking_box li i.rank-3{
    background-color: #FA9A1C;
    border-color: #393b8c;
    color: #fff;
}
#autojob_rpa #ranking_box li i.rank-4,
#autojob_rpa #ranking_box li i.rank-5,
#autojob_rpa #ranking_box li i.rank-6,
#autojob_rpa #ranking_box li i.rank-7,
#autojob_rpa #ranking_box li i.rank-8,
#autojob_rpa #ranking_box li i.rank-9,
#autojob_rpa #ranking_box li i.rank-10{
    background-color: #efefef;
    border-color: #ccc;
    color: #003377;
}
#autojob_rpa #ranking_box li i.rank-10{
    letter-spacing: -2px;
    padding: 0 3px 0 0;
}
#autojob_rpa #ranking_box li a{
    display: block;

}
#autojob_rpa #ranking_box li .img_box{
    float: left;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-right: 10px;
}

#autojob_rpa #ranking_box li a:hover .img_box {
	border: 1px solid #393b8c;
}

#autojob_rpa #ranking_box li .img_box img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

#autojob_rpa #ranking_box li p {
    color: #999;
    font-size: 11px;
}

#autojob_rpa #ranking_box li a:hover {
    text-decoration: none;
}

#autojob_rpa #ranking_box li h3{
    float: left;
    width: 200px;
    font-size: 0.8rem;
    font-weight: normal;
    padding-top: 3px;
}

#autojob_rpa #ranking_box li a:hover h3 {
	text-decoration: underline;
}


/* 広告
  ---------------------------------------*/
#autojob_rpa #ad_box, #autojob_rpa .fb_box{
    margin-bottom: 8px;
}
#autojob_rpa #ad_box div{
    margin-bottom: 8px;
}




/* 記事アーカイブ
  ---------------------------------------*/
#autojob_rpa.archive .list_box{
}
#autojob_rpa.archive .list_box h2{
    font-size: 1.2rem;
    margin-bottom: 15px;
    color:#444;
    font-weight: bold;
}
#autojob_rpa.archive .list_box ul{
    margin-bottom: 10px;
    padding: 0 5px 10px;
    border-bottom: 1px solid #ccc;
}
#autojob_rpa.archive .list_box li{
    position: relative;
    padding-left: 12px;
    line-height: 1.2;
    margin-bottom: 5px;
}
#autojob_rpa.archive .list_box li:before{
    position: absolute;
    top: 1px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: bold;
    color:#444;
}
#autojob_rpa.archive .list_box a{

}

/* 記事詳細
  ---------------------------------------*/
#autojob_rpa.detail #detail_contents a{

}
#autojob_rpa.detail #detail_contents h2,
#autojob_rpa.detail #detail_contents h3{
    margin: 2em 0 1em;
    padding: 5px 5px 2px 12px;
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 600;
    color: #263D5E;
    border-left: 8px solid #263D5E;
    background: #ccc;
    background: -moz-linear-gradient(top, #E8EAEE 0%, #fff 100%);
    background: -webkit-linear-gradient(top, #E8EAEE 0%,#fff 100%);
    background: linear-gradient(to bottom, #E8EAEE 0%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E8EAEE', endColorstr='#fff',GradientType=0 );
}
#autojob_rpa.detail #detail_contents h3{
    font-size: 1.0rem;
}
#autojob_rpa.detail #detail_contents .style1 caption,
#autojob_rpa.detail #detail_contents .style2 caption {
    caption-side: top;
    text-align: center;
    color: #444;
    margin:0 0 5px;
    font-weight: 600;
}
#autojob_rpa.detail #detail_contents tr.header th,
#autojob_rpa.detail #detail_contents tr.header th {
    background-color: #999;
}
#autojob_rpa.detail #detail_contents .style1 th,
#autojob_rpa.detail #detail_contents .style2 th {
    background-color: #eee;
}

#autojob_rpa.detail #detail_box .to_category a{

}

#autojob_rpa.detail #detail_contents .photo {
    width: 600px;
}
#autojob_rpa.detail #detail_contents .photo .rows2 {
    display: inline-block;
    width: 240px;
    vertical-align: top;
}
#autojob_rpa.detail #detail_contents .photo.single {
    width: 600px;
}

#autojob_rpa.detail #detail_special h2{
    border-left: 7px solid #393b8c;
    border-bottom: 1px solid #393b8c;
}
#autojob_rpa.detail #detail_special a{

}
#autojob_rpa.detail #detail_recommend h2{
    border-left: 7px solid #393b8c;
    border-bottom: 1px solid #393b8c;
}
#autojob_rpa.detail #detail_recommend a{

}

/* 特集・連載
  ---------------------------------------*/
#autojob_rpa.special #special_title{
    padding: 40px 10px 10px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #ccc;
    background-color: #F4F5F7;
    position: relative;
    color: #444;
    min-height: 205px;
}
#autojob_rpa.special #special_title .special_type{
    background-color: #1C1208;
    color: #fff;
    padding: 0 5px;
    display: inline-block;
    font-size: 1.0rem;
    position: absolute;
    top: 10px;
    left: 10px;
}
#autojob_rpa.special #special_title h1{
    font-size: 1.4rem;
    color: #000;
    font-weight: 500;
    width: 550px;
}
#autojob_rpa.special #special_title p.lead{
    font-size: 1.0rem;
    width: 550px;
    margin-bottom: 15px;
}
#autojob_rpa.special #special_title .special_info{
    position: absolute;
    bottom: 10px;
    width: 710px;
}
#autojob_rpa.special #special_title .special_info:after{
    display: block;
    clear: both;
    content: "";
}
#autojob_rpa.special #special_title .author{
    font-size: 0.9rem;
    width: 480px;
    float: left;
}
#autojob_rpa.special #special_title .author a{

}
#autojob_rpa.special #special_title time{
    font-size: 0.8rem;
    color: #666;
    text-align: right;
    display: block;
    float: right;
    width: 220px;
}
#autojob_rpa.special #special_title .title_img {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
}
#autojob_rpa.special #special_title .title_img img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}
#autojob_rpa.special #special_list{
}
#autojob_rpa.special #special_list .specail_box{
    position: relative;
    padding: 0 10px 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
#autojob_rpa.special #special_list a:hover {
	text-decoration: none;
}

#autojob_rpa.special #special_list .text_box{
    width: 575px;
    min-height: 125px;
}
#autojob_rpa.special #special_list .text_box h2{
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 10px;
}

#autojob_rpa.special #special_list a:hover h2 {
	text-decoration: underline;
}

#autojob_rpa.special #special_list .text_box .subtitle{
    font-size: 0.8rem;
    color: #666;
    font-weight: 600;
}
#autojob_rpa.special #special_list .text_box p{
    font-size: 0.9rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 15px;
}
#autojob_rpa.special #special_list .text_box time{
    font-size: 0.7rem;
    color: #666;
}
#autojob_rpa.special #special_list .img_box{
    width: 124px;
    height: 124px;
    position: absolute;
    top: 0;
    right: 10px;
}

#autojob_rpa.special #special_list a:hover .img_box {
    border:1px solid #393b8c;
}

#autojob_rpa.special #special_list .img_box {
	width: 120px;
	height: 120px;
	overflow: hidden;
	border: 1px solid #ccc;
}

#autojob_rpa.special #special_list .img_box img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}
