@charset 'utf-8';

/*----------------------------------------------------
 news-all.css
----------------------------------------------------*/

/*----------------------------------------------------
 共通
----------------------------------------------------*/
.img-cover {
    display: block;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.img-cover:hover {
    cursor: pointer;
    filter:alpha(opacity=68);
    -moz-opacity:0.68;
    opacity:0.68;
}
.aa_breadcrumb.has-grid > .has-grid-item {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 135px;
}

/* hover */
.href-hover:hover {
    color: #c00;
    text-decoration: none;
}

/* プロフィール */
.profile-item {
    margin: 20px 0;
}
.profile-image {
    width: 82px;
    padding: 0 25px 0 0;
}
.profile-name-jp {
    font-size: 26px;
    font-color: #1e1e1e;
    font-weight: bold;
}
.profile-name-kana {
    font-size: 14px;
    color: #858585;
}
.profile-read {
    font-size: 14px;
    color: #1e1e1e;
    margin: 0 0 30px 0;
}

/* 記事一覧 */
.article-list {
    border-top: 1px solid #bfbfbf;
    margin: 10px 0 30px 0;
    padding: 10px 0 0 0;
}
.article-list-item {
    border-bottom: 1px solid #bfbfbf;
    margin: 0 0 10px 0;
}
.article-list-href {
    display: block;
    color: inherit;
    padding: 0 10px 10px 140px;
    position: relative;
}
.article-list-href,
.article-list .img-cover {
    min-height: 90px;
}
.article-list .img-cover {
    width: 120px;
    height: 90px;
    float: left;
    margin: 0 10px 0 0;
    position: absolute;
    top: 0;
    left: 10px;
}
.article-list-title {
    margin: 0 0 5px 0;
    color: #005ead;
}
.article-list .href-hover:hover .article-list-title {
    color: #005ead;
    text-decoration: underline;
}
.article-list-read {
    font-size: 13px;
    color: #1e1e1e;
}
.article-list-date {
    text-align: right;
    margin: 5px 0 0 0;
    font-size: 16px;
}
.article-list-date,
.article-list .href-hover:hover .article-list-date {
    color: #bfbfbf;
}

/* ページタイトル */
.heading-title {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
    color: #000;
}

/*----------------------------------------------------
 basic.css書き換え
----------------------------------------------------*/
.aa_content-side .aa_side-section {
    position: relative;
}
.aa_content-side .aa_side-section .aa_side-section-heading {
    position: relative;
    top: 0;
    left: 0;
}

/*----------------------------------------------------
 ヘッダー
----------------------------------------------------*/
.aanews_header {
}
.aanews_header-inner {
    padding: 12px 0;
}
.aanews_header-site-id {
    float: left;
    width: 578px;
    padding-top: 6px;
    position: relative;
}
.aanews_header-logo {
    float: left;
}
.aanews_header-category {
    position: absolute;
    left: 155px;
    bottom: -6px;
}
.aanews_header-category-link {
    font-weight: normal;
    line-height: 1;
    color: #1e1e1e;
    font-family: sans-serif,arial;
    font-size: 40px;
}
.aanews_header-category-link:hover {
    text-decoration: none;
}
/* サイト内検索 */
.aanews_header-search {
    float: right;
   -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 400px;
    overflow: hidden;
    border: 1px solid #ccc;
    top: 13px;
    right: 0;
}
.aanews_header-search:before {
    content: "";
    background: #fff;
    height: 40px;
    width: 50px;
    display: block;
    top: 0;
    right: 0;
    position: absolute;
}
.aanews_header-search-input {
    display: block;
    border: none;
   -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 400px;
    height: 40px;
    padding: 0 50px 0 16px;
    font-size: 15px;
    line-height: 40px;
    background: #fff;
    -webkit-appearance: none;
}
.aanews_header-search-input:focus {
    outline: none;
}
.aanews_header-search-input::-webkit-input-placeholder,
.aanews_header-search-input:-moz-placeholder,
.aanews_header-search-input::-moz-placeholder,
.aanews_header-search-input:-ms-input-placeholder {
    color: #b4b4b4;
}
.aanews_header-search .aa_icon-font-search {
    position: absolute;
    top: 4px;
    right: 14px;
    z-index: 10;
    font-size: 19px;
    color: #000;
}
.ie7 .aanews_header-search .aa_icon-font-search {
    display: none;
}
.aanews_header-search-submit {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    border: none;
    width: 50px;
    height: 40px;
    text-indent: -9999px;
    background: none;
}
.aanews_header-search-submit:hover + .aa_icon-font-search,
.aanews_header-search-submit:focus + .aa_icon-font-search {
    opacity: 0.8;
    outline: none;
}

/*----------------------------------------------------
 グローバルナビ
----------------------------------------------------*/
.aanews_menu {
    text-align: center;
    border-bottom: 1px solid #E0E0E0;
}
.aanews_menu-list {
    padding-top: 7px;
    margin: 0 auto;
    width: 1058px;
}

.aanews_menu-list ,
.aanews_menu-list-item a {
    display: inline-block;
}
.aanews_menu-list-item a:after {
    display: inline-block;
    content: "|";
    color: #DFDFDF;
    margin: 0 0 0 15px;
}
.aanews_menu-list-item:last-child a:after {
    display: none;
}
.aanews_menu-list-item a {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 8px 12px 8px;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
    font-weight: bold;
    color: #1e1e1e;
}
.aanews_menu-list-item:hover a,
.aanews_menu-list-item.current a {
    color: #c00;
}


/*----------------------------------------------------
 フッター
----------------------------------------------------*/
.aanews_footer {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #E0E0E0;
}
.aanews_footer-content-left {
    float: left;
    width: 440px;
    margin-bottom: 25px;
}
.aanews_footer-content-right {
    overflow: hidden;
    margin-bottom: 25px;
    padding-left: 60px;
}
.aanews_footer-fbwidget {
    margin-bottom: 10px;
}
.aanews_footer-sns {
    margin-bottom: 5px;
}
.aanews_footer-sns-item {
    margin-right: 6px;
}
.aanews_footer-sns-rss {
    display: block;
    border-radius: 4px;
    width: 112px;
    height: 26px;
    padding-left: 8px;
    font-size: 12px;
    font-weight: bold;
    line-height: 26px;
    color: #fff;
    background: #ff8c00;
}
.aanews_footer-sns-rss .aa_icon-font-glyph-rss:before {
    margin-right: 10px;
    color: #fff;
}
.aanews_footer-sns-rss:hover {
    text-decoration: none;
}
.aanews_footer-survey {
    border: 1px solid #dbdbcf;
    padding: 13px;
    font-size: 12px;
}
.aanews_footer-survey-title {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
}
.aanews_footer-link-list {
    margin-bottom: 10px;
}
.aanews_footer-link-list li {
    margin-right: 20px;
}
.aanews_footer-link-list a {
    font-size: 13px;
    font-weight: bold;
}
.aanews_footer-menu-col {
    float: left;
    width: 150px;
    padding-right: 20px;
}
.aanews_footer-menu-col:nth-child(2) {
    width: 190px;
    padding-right: 20px;
}
.aanews_footer-menu-col:nth-child(3) {
    overflow: hidden;
}
.aanews_footer-menu-title {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: bold;
}
.aanews_footer-menu-list {
    font-size: 12px;
}
.aanews_footer-menu-list li {
    margin-bottom: 5px;
}
.aanews_footer-menu-list a {
    color: #1e1e1e;
}
.aanews_footer-menu-title ~ .aanews_footer-menu-title {
    margin-top: 20px;
}
.aanews_footer-content-bottom {
    clear: both;
}
.aanews_footer-device {
    font-size: 12px;
    text-align: center;
}
.aanews_footer-device-pc {
    font-weight: bold;
}
.aanews_footer-device-pc:after {
    content: "｜";
}
.aanews_footer-util {
    text-align: center;
    font-size: 12px;
}
.aanews_footer-util-item {
    margin: 0 10px;
}
.aanews_footer-util-item a {
    color: #1e1e1e;
}
.aanews_footer-copyright {
    display: block;
    margin-top: 20px;
    text-align: left;
    font-size: 11px;
    color: #666;
    padding: 0 0 0 180px;
    position: relative;
}
.aanews_footer-copyright .aanews_footer-logo {
    position: absolute;
    bottom: 0;
    left: 0;
}


/*----------------------------------------------------
 共通パーツ変更
----------------------------------------------------*/
.aa_link-list-order-num {
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    background: #c00;
}
.aa_link-list-order-item:nth-last-of-type(-n + 2) .aa_link-list-order-num {
    background: #CCC;
}
.aa_link-list-order-item {
    padding-left: 30px;
}
.aa_pagetop {
    -webkit-transition: bottom 0.3s;
    -moz-transition: bottom 0.3s;
    -ms-transition: bottom 0.3s;
    -o-transition: bottom 0.3s;
    transition: bottom 0.3s;
}


/*----------------------------------------------------
 新着ニュース一覧
----------------------------------------------------*/
.news-new-list-1col {
    margin: 20px 0 30px 0;
}
.news-new-list-1col ul li {
    border-top: 1px solid #BFBFBF;
    color: inherit;
}
.news-new-list-1col ul li ,
.news-new-list-1col ul li a {
    display: block;
    text-decoration: none;
}
.news-new-list-1col ul li a {
    padding: 5px 10px;
    color: inherit;
}
.news-new-list-1col ul li:hover ,
.news-new-list-1col ul li:hover a {
    color: #c00;
}
.news-new-list-1col ul li:last-child {
    border-bottom: 1px solid #BFBFBF;
}
.news-new-list-1col .title {
    display: block;
}
.news-new-list-1col .date {
    margin: 5px 0 0 0;
    display: block;
    color: #BFBFBF;
    text-align: right;
}


/*----------------------------------------------------
 home
----------------------------------------------------*/
.hot-article {
    margin-bottom: 30px;
}
.hot-article .list-inner-mask {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0.8) 100%);
}
.hot-article .top-cmn-box .more-btn a,
.hot-article .more-btn a {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
.hot-article .more-btn a:hover {
    text-decoration: underline;
}
.hot-article .title-label {background: #000;}
.hot-article .title-label:after{border-color:#000; border-right-color:transparent;}

/* スクエアラベル */
.hot-article .ca-label {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    color: #fff;
    font-size: 11px;
    padding: 3px 8px;
}
.hot-article .ca-label.ca1, .size1of1 .ca-label.ca1 {background: #67beb7;}
.hot-article .ca-label.ca2, .size1of1 .ca-label.ca2 {background: #758cce;}
.hot-article .ca-label.ca3, .size1of1 .ca-label.ca3 {background: #3dad6f;}
.hot-article .ca-label.ca4, .size1of1 .ca-label.ca4 {background: #3765cd;}
.hot-article .ca-label.ca5, .size1of1 .ca-label.ca5 {background: #dc8e2a;}
.hot-article .ca-label.ca6, .size1of1 .ca-label.ca6 {background: #51add6;}
.hot-article .ca-label.ca7, .size1of1 .ca-label.ca7 {background: #db699e;}
.hot-article .ca-label.ca8, .size1of1 .ca-label.ca8 {background: #9859b9;}
.hot-article .ca-label.ca9, .size1of1 .ca-label.ca9 {background: #6aad45;}
.hot-article .ca-label.ca10, .size1of1 .ca-label.ca10 {background: #ceb720;}

/* トップページ 新着コラム画像 */
.hot-article .panel-img-wrap {
    opacity: 0;
}
.hot-article .panel-img-wrap img {
    display: none;
}
.hot-article .panel-img-wrap.is-show {
    opacity: 1;
}
.hot-article a:hover .panel-img-wrap.trans {
    cursor: pointer;
    filter:alpha(opacity=68);
    -moz-opacity:0.68;
    opacity:0.68;
}

.hot-article .hot-article-list-box {
    overflow: hidden;
    position: relative;
    float: left;
}
.hot-article .hot-article-list-box-l {
    width: 430px;
    height: 320px;
}
.hot-article .hot-article-list-box-m {
    width: 267px;
    height: 160px;
}
.hot-article .hot-article-title {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    text-shadow: 1px 0 2px rgba(0,0,0,0.6), 0 -1px 2px rgba(0,0,0,0.6), 0 1px 2px rgba(0,0,0,0.6);
    line-height: 1.3;
    color: #fff;
}
.hot-article .hot-article-list-box-l .hot-article-title {
    padding: 10px;
    font-size: 18px;
}
.hot-article .hot-article-list-box-m .hot-article-title {
    padding: 10px;
    font-size: 14px;
}
.hot-article .hot-article-today {
    background: #1E1E1E;
    color: #FFF;
    text-align: right;
    padding: 5px 10px;
    border-radius: 10px 10px 0 0;
}

/* カテゴリーリスト */
.cg-item {
    position: relative;
    margin: 30px 0 30px 0;
}
.cg-item > .title {
    font-weight: bold;
    font-size: 20px;
}
.cg-item .detail-link {
    position: absolute;
    right: 0;
    top: 0;
    color: inherit;
    background: #E7E7EF;
    display: block;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
}
.cg-item .detail-link:hover {
    background: #c00;
    color: #FFF;
    text-decoration: none;
}
.cg-item .cg-list-detail {
}
.cg-item .img-cover {
    height: 185px;
}
.cg-item .cg-list-detail {
    margin: 15px 0 0 0;
}
.cg-item .cg-list-detail .title {
    display: block;
}
.cg-item .cg-list-detail li {
    float: right;
    width: 428px;
    border-bottom: 1px solid #BFBFBF;
    color: inherit;
}
.cg-item .cg-list-detail li ,
.cg-item .cg-list-detail li a {
    display: block;
    text-decoration: none;
}
.cg-item .cg-list-detail li a {
    padding: 9px 10px;
    color: inherit;
    min-height: 77px;
    display: block;
}
.cg-item .cg-list-detail li:hover ,
.cg-item .cg-list-detail li:hover a {
    color: #c00;
}
.cg-item .cg-list-detail .date {
    margin: 5px 0 0 0;
    display: block;
    color: #BFBFBF;
    text-align: right;
}
.cg-item .cg-list-detail li.large .date ,
.cg-item .cg-list-detail li .img-cover {
    display: none;
}
.cg-item .cg-list-detail li .date ,
.cg-item .cg-list-detail li.large .img-cover {
    display: block;
}
.cg-item .cg-list-detail li.large {
    float: left;
    width: 246px;
    border: 1px solid #BFBFBF;
}
.cg-item .cg-list-detail li.large a {
    padding: 0;
}
.cg-item .cg-list-detail li.large .title {
    padding: 15px 10px;
    min-height: 72px;
}


/*----------------------------------------------------
 siteinfo
----------------------------------------------------*/
.head-siteinfo {
    position: relative;
    background-image: url(//img.aacdn.jp/app/aa-news-front/images/siteinfo/head.jpg);
    height: 380px;
    background-position: 50% 30%;
}
.head-siteinfo:hover {
    cursor: default;
    filter: none;
    opacity: 1;
}
.head-siteinfo .text {
    position: absolute;
    top: 36%;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 35px;
    text-shadow: 0px 0px 6px rgba(0,0,0,0.7);
}

.page-siteinfo .aa_content-inner {
    padding: 0 0 90px 0;
}
.page-siteinfo .aa_content-main {
    width: 100%;
    float: none;
}
.page-siteinfo .text-disp {
    text-align: center;
    margin: 17px 0 0 0;
}
.page-siteinfo .text-disp p {
    margin: 0 0 20px 0;;
}
.page-siteinfo .img-disp {
    margin: 45px 0 0 0;
}
.page-siteinfo .img-disp li {
    float: left;
    width: 180px;
    margin: 0 0 0 180px;
    text-align: center;
}
.page-siteinfo .img-disp li:first-child {
    margin: 0 0 0 85px;
}
.page-siteinfo .img-disp .text-label {
    border: 1px solid #E31D1A;
    color: #E31D1A;
    border-radius: 15px;
    padding: 2px 20px;
    display: inline-block;
    text-align: center;
    margin: 25px 0;
}


/*----------------------------------------------------
 検索結果
----------------------------------------------------*/
.search-area .cse .gsc-control-cse,
.search-area .gsc-control-cse {
    padding: 0;
}
.search-area .gsc-cursor-page {
    font-size: 18px;
    padding: 0 15px;
    border-right: 1px solid #ccc;
    margin: 0;
}
.search-area .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #663399;
}
.search-area .gsc-results .gsc-cursor-box {
    margin: 10px auto;
    text-align: center;
    border-left: none;
}
