@charset "utf-8";

/*---------------------------------------
    ヘッダー
---------------------------------------*/
#head { margin-bottom: 18px; }
.header .inner { width: 1000px; margin: 0 auto; }
/* hd */
.header .inner .hd { height: auto; background: none; margin: 0 0 12px; padding-top: 18px; }
.header .inner .serach-box { width: 520px; height: 40px; margin-top: 10px;}
.header .inner .input-box { width: 435px; height: 30px; border: 5px solid #CCC; }
.header .inner .input-box input {
    border: 0 none;
    height: 30px;
    text-indent: 3px;
    width: 435px;
    display: block;
    padding: 0;
}
.header .inner .input-btn { width: 70px; height: 40px; }
.header .inner .input-btn .btn-search { display: block; width: 70px; height: 40px; background-position: 0 -409px; text-indent: -9999px; border: none; }
/* bd */
.header .inner .bd { border-bottom: 2px solid #cc0000; }
/* カテゴリーから探すボタン */
.header .inner .bd .category-btn-area { width: 190px; height: 39px; margin-right: 23px; z-index: 10; position: relative; }
.header .inner .bd .category-btn-area.left { *display: block; }
.header .inner .bd .category-btn-area .category-btn { 
    width: 190px;
    height: 40px;
    display: block;
    background-position: -284px -409px;
    text-indent: -9999px;
}
.category-btn-area > li > .r-navi-list {
    position: absolute;
    top: 40px;
    width: 190px;
    border-bottom: 1px solid #C00;
    background: #C00;
    -webkit-box-shadow: 16px 11px 22px 0px rgba(46, 50, 50, 0.4);
    -moz-box-shadow: 16px 11px 22px 0px rgba(46, 50, 50, 0.4);
    box-shadow: 16px 11px 22px 0px rgba(46, 50, 50, 0.4);
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
}
.category-btn-area > li > .r-navi-list:hover {
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
}
.category-btn-area > li > .r-navi-list > li {
    height: 28px;
}
.category-btn-area > li > .r-navi-list > li > a {
    display: block;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    width: 170px;
    background: #C00;
    color: #FFF;
}
.category-btn-area > li > .r-navi-list > li > a:hover,
.category-btn-area > li > .r-navi-list > li > a.current {
    color: #404040;
    text-decoration: none;
    background: #FFF;
    border-left: 1px solid #C00;
    *height: 34px;
    *line-height: 34px;
}
.r-navi-list .border-top > a {
    border-top: 1px dotted #FFF;
}
.category-btn-area > li > .r-navi-list > li > .sub {
    position: absolute;
    top: -1px;
    left: 190px;
    padding: 15px 0;
    width: 300px;
    height: 418px;
    *height: 424px;
    background: #FFF;
    border-top: 1px solid #C00;
    border-right: 1px solid #C00;
    border-bottom: 1px solid #C00;
    -webkit-box-shadow: 16px 11px 22px 0px rgba(46, 50, 50, 0.4);
    -moz-box-shadow: 16px 11px 22px 0px rgba(46, 50, 50, 0.4);
    box-shadow: 16px 11px 22px 0px rgba(46, 50, 50, 0.4);
    border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
}
.category-btn-area > li > .r-navi-list > li > .sub .r-title {
    border-bottom: 1px dotted #CCC;
    margin-bottom: 10px;
    display: block;
    width: 260px;
    margin: 0 15px 10px;
    padding: 0 5px;
    font-size: 18px;
}
.category-btn-area > li > .r-navi-list > li > .sub .r-title a {
    font-size: 18px;
    color: #404040;
    display: block;
    width: 260px;
}

.category-btn-area > li > .r-navi-list > li > .sub ul {
    margin: 0 15px;
}
.category-btn-area > li > .r-navi-list > li > .sub ul li a {
    color: #404040;
    display: block;
    height: 20px;
    line-height: 21px;
    padding: 3px 5px;
}
.category-btn-area > li > .r-navi-list > li > .sub ul li a:hover {
    background: #C00;
    text-decoration: none;
    color: #FFF;
}
.sub .red-l-arrow {
    margin: 7px 0 0 10px;
}
/* ヘッダー他要素 */
.big-text { width: 362px; }
.big-text .text { font-size: 16px; }
.big-text .text span { font-size: 24px; font-weight: bold; color: #C00; letter-spacing: 0; margin-right: 3px; }
.header .inner .bd .sns-link {
    position: static;
    text-align: right;
    width: 140px;
    margin-top: 6px;
}
.header .inner .bd .hd-link {
    position: static;
    text-align: right;
    width: 280px;
    margin: 11px 5px 0 0;
    letter-spacing: -0.4em;
}
.header .inner .bd .hd-link .red-arrow { margin-top: 6px; }
.header .inner .bd .hd-link li { margin-right: 10px; }
.site-map {
    width: 110px;
    margin-top: 12px;
    display: block;
}
.site-map a { color: #404040; }
/* ft */
.header .inner .ft {
    height: 37px;
    border-bottom: 1px solid #CCC;
    position: relative;
}
.header .inner .ft .date { font-size: 16px; line-height: 38px; }
.header .inner .ft .day { font-size: 13px; }
.red-circle { width: 4px; height: 4px; margin: 8px 5px 0 0; background-position: -221px 0; }
.word { position: absolute; right: 0; top: 10px; text-align: right; width: 1000px; }
.word li { margin-right: 10px; }
.word li a { color: #404040; }

#mainbaloon { width: 1000px; margin: 0 auto; }
#mainbaloon img { width: 1000px; }

/*placeholder*/
input::-webkit-input-placeholder {
    color: #999;
}
input:-moz-placeholder {
    color: #999;
}
.placeholder-text {
    color: #999;
    line-height: 30px;
}
/*---------------------------------------
    メインカラム
---------------------------------------*/
.layout_2col .layout_main { width: 670px; position: relative;  z-index: 0; }
/* トピックスタブボックス */
.topics-box {
    margin-bottom: 20px;
}
.topics-box .bd {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    height: 350px;
}
.tab-control,
.tab-list,
.tab-panel,
.tab-panel .inner { width: 690px; }
.tab-list { margin-left: 0px; }
.tab-list li { border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; width: 167px; height: 33px; line-height: 33px; }

.tab-list li a { display: block; color: #404040; text-align: center; width: 167px; height: 33px; line-height: 33px; font-weight: bold; font-size: 14px; }
.tab-list li.first a { border-left: 1px solid #ddd; width: 166px; }
.tab-list li.last { border-right: none; width: 166px; }
.tab-list li.last a { width: 165px; border-right: 1px solid #ddd; }
.tab-list li a:hover,
.tab-list li a.current { background: #f1f1f1; }
.tab-list li.choice { border-top: 3px solid #1e7aec; }
.tab-list li.newsdig { border-top: 3px solid #48d14b; }
.tab-list li.man-woman { border-top: 3px solid #f14183; }
.tab-list li.tips { border-top: 3px solid #fc874e; }
.topics-box .topic .thumb { width: 350px; margin-right: 10px; }
.topics-box .topic .thumb .titile-caption { 
    width: 320px;
    background: #000;
    color: #FFF;
    font-size: 20px;
    padding: 10px 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.topics-box .topic .container { width: 298px; position: relative; }
.topics-box .topic .container .update { font-size: 11px; color: #777; padding: 7px 0 0 0; line-height: 11px; }
.topics-box .topic .container .link-btn { width: 92px; }
.content-list-box .link-btn { width: 80px; }
.topics-box .topic .container .link-btn .blue-arrow { margin-top: 3px; }
.container .topic-list,
.content-list-box .topic-list { margin-bottom: 7px; height: auto; }
.topic-list li { border-bottom: 1px solid #ddd; }
.topic-list li a {
    display: block;
    padding: 8px 5px 6px 5px;
    *padding: 6px 5px 5px 5px;
    background: #FFF;
    line-height: 1.4;
    color: #404040;
}
.topic-list li a:hover { background: #f1f1f1; }
.topic-list li a .red-arrow { margin-top: 5px; }
.topic-list li .item { width: 270px; }
.campaign-banner { margin-bottom: 20px; }
.top-waku { padding: 0 15px; margin-bottom: 20px; }
.top-waku li .item { width: 300px; margin-bottom: 7px; }
.disc { width: 3px; height: 3px; margin: 8px 5px 0 0; background-position: -249px 0; }
.contents-list-section { border-bottom: 1px solid #DDD; margin-bottom: 20px; }
.contents-list-section h2 { margin-bottom: 20px; }
.contents-list-section .content-list { width: 320px; position: relative;  }
.contents-list-section .content-list .content { margin-bottom: 30px; }
.contents-list-section .feature-list .title-image { width: 320px; max-height: 200px; overflow: hidden; margin: 0 0 10px 0; }
.contents-list-section .content-list a .title {  font-size: 15px; font-weight: bold; color: #404040;  }
.contents-list-section .content-list a .lead {  font-size: 13px; color: #777; margin-bottom: 3px;  }
.contents-list-section .content-list .logo { text-indent: -9999px }
.contents-list-section .content-list .content-attachment .label-box { margin-top: 3px; }
.newsdig-s {
    width: 51px;
    height: 20px;
    background-position: 0 -349px;
}
.forf-s { 
   width: 23px;
   height: 18px;
   background-position: -73px -348px;
   margin-top: 1px;
}
.form-s { 
   width: 51px;
   height: 17px;
   background-position: -118px -350px;
   margin-top: 2px;
}
.mico-s { 
   width: 51px;
   height: 16px;
   background-position: -186px -351px;
   margin-top: 3px;
}
.content-list .top-waku {
    border: 1px solid #ddd;
    padding: 10px 10px 3px;
}
.content-list .top-waku li .item { width: 289px; margin-bottom: 7px; }
.contents-list-section .article-list .inner { margin-bottom: 5px; }
.contents-list-section .article-list .thumb {
    width: 88px;
    height: 66px;
    margin-right: 12px;
}
.contents-list-section .article-list .title {
    margin-bottom: 3px;
}
.contents-list-section .article-list .lead {
    padding-left: 0px;
    overflow: hidden;
    height: auto;
    word-wrap: break-word;
}
/* もっとみるボタン */
.link-btn-box .btn {
    display: block;
    border: 1px solid #C00;
    background: #C00;
    background: -moz-linear-gradient(top,  #CC0000 1%, #C00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#C00), color-stop(100%,#C00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #C00 1%,#C00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #C00 1%,#C00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #C00 1%,#C00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #C00 1%,#C00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CC0000', endColorstr='#CC0000',GradientType=0 ); /* IE6-9 */
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #FFF;
}
.link-btn-box .btn:hover {
    background: #9a0101;
    background: -moz-linear-gradient(top,  #9a0101 1%, #9a0101 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#9a0101), color-stop(100%,#9a0101)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #9a0101 1%,#9a0101 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #9a0101 1%,#9a0101 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #9a0101 1%,#9a0101 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #9a0101 1%,#9a0101 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a0101', endColorstr='#9a0101',GradientType=0 ); /* IE6-9 */
}
.more-btn { margin-bottom: 20px; }
/* 他タブ */
.content-list-box { margin: 15px 0; padding: 0 15px; } 
.content-list-box.left-area { width: 304px; height: 320px; border-right: 1px dashed #ddd; }
.content-list-box.right-area { width: 301px; }

.content-list-box .thumb { width: 88px; margin-right: 10px; }
.content-list-box .text-box {
    padding-left: 0px;
    overflow: hidden;
    height: auto;
    word-wrap: break-word;
}
.content-list-box .text-box .title {
    line-height: 1.4;
    color: #404040;
    font-size: 15px;
    font-weight: normal;
}
.content-list-box .title { font-size: 15px; font-weight: bold; margin-bottom: 5px; }

.relationship .content-list-box {
    position: relative;
}
.relationship .content-list-box .link-btn-area {
    position: absolute;
    top: 19px;
    right: 10px;
}
.relationship .title { margin-bottom: 10px; }
/* 3ボックス */
.three .inner {
    padding: 10px 0 10px 10px;
    width: 680px;
}
.three .inner li { width: 195px; margin-right: 30px; margin-bottom: 0; }
.three .topic-list li a {
    color: #404040;
    display: block;
    line-height: 1.4;
    padding: 5px;
}
.three .topic-list li a:hover { text-decoration: none; }
.three .topic-list li { border-bottom: none; }
.three .topic-list li .title { color: #404040; line-height: 1.3; margin-bottom: 5px; height: 31px; font-weight: normal; }
.three .inner li a .tips-label { 
    display: block;
    text-decoration: none;
    width: 70px;
    height: 16px;
    line-height: 17px;
    font-size: 10px;
    text-align: center;
    color: #e46223;
    border-radius: 3px; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 5px;
    background: #FFF;
    border: 1px solid #f9b290;
    font-weight: bold;
}
.three .link-btn { width: 80px; padding: 0 30px 5px 0;}

.top-waku-list li .item a:hover { text-decoration: underline; }
.couple-icon {
    width: 29px;
    height: 29px;
    background-position: -384px -460px;
    margin-right: 7px;
}
.single-icon {
    width: 16px;
    height: 28px;
    background-position: -449px -460px;
    margin-right: 7px;
}
.left-area .title .item { width: 264px; margin-top: 3px; }
.right-area .title .item { width: 264px; margin-top: 3px; }
/* 時事コラム*/
.dig-ranking-list .topic-list a { padding: 6px 5px 6px 5px; }

.dig-list .content-list-box .thumb { width: 88px; height: 66px; }
.dig-list .content-list-box .text-box .title { font-size: 13px; }
.choice li {
    color: #FFF;
    border-radius: 3px; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    font-size: 10px;
    border-bottom: none;
}
.choice-a { background: #FC4D4D; margin-right: 7px; }
.choice-b { background: #0982E4; }
.survey-icon {
    background-position: -556px -454px;
    height: 34px;
    margin-right: 7px;
    width: 29px;
}
.dig-ranking-icon {
    background-position: -496px -457px;
    height: 33px;
    margin-right: 7px;
    width: 33px;
}
/* 20140409から不要 */
.dig-list .topic-list .ico { width: 25px; height: 17px; margin-right: 10px; }
.dig-list .topic-list .dig-no1 { background-position: -498px -422px; }
.dig-list .topic-list .dig-no2 { background-position: -536px -422px; }
.dig-list .topic-list .dig-no3 { background-position: -574px -422px; }
.dig-list .topic-list .no { margin-right: 10px; font-size: 14px; font-weight: bold; width: 25px; text-align: center; }
.dig-list .topic-list li .item {
    width: 259px;
    font-size: 15px;
}
/* 20140409から不要ここまで */

/* dig-ranking-list */
.dig-ranking-list .topic-list .ico { width: 25px; height: 17px; margin-right: 10px; }
.dig-ranking-list .topic-list .dig-no1 { background-position: -498px -422px; }
.dig-ranking-list .topic-list .dig-no2 { background-position: -536px -422px; }
.dig-ranking-list .topic-list .dig-no3 { background-position: -574px -422px; }
.dig-ranking-list .topic-list .no { margin-right: 10px; font-size: 14px; font-weight: bold; width: 25px; text-align: center; }
.dig-ranking-list .topic-list li .item {
    width: 256px;
    font-size: 15px;
}
.dig-ranking-list .content-list-box.right-area { padding-top: 38px; *padding-top: 35px; position: relative; }
.dig-ranking-list .content-list-box.right-area .link-btn-area { position: absolute; top: 10px; right: 10px; }
/* もっとよむ */
.mod-only .blue-arrow {
    margin-top: 4px;
}
/*---------------------------------------
    右カラム
---------------------------------------*/
/* 共通 */
.layout_sidebar .title-label-box { position: relative; padding-bottom: 5px; border-bottom: 1px solid #CCCCCC; margin-bottom: 10px; }
.layout_sidebar .title-label-box .title-label {
    font-size: 14px;
    font-weight: normal;
    border-bottom: none;
    letter-spacing: normal;
}
.layout_sidebar .link-btn { position: absolute; top: 5px; right: 0; }
.layout_sidebar .link-btn .blue-arrow { margin-top: 3px; }
.layout_sidebar .title-label-box .title-label .en a { color: #C00; font-weight: bold; letter-spacing: 0em; }
.common { margin-bottom: 30px; }
.common .container .hd { margin-bottom: 5px; }
.common .container .thumb {
    width: 66px;
    height: 66px;
    border: 1px solid #CCC;
    margin-right: 10px;
}
.common .container .thumb img { width: 66px; }

.common .container .text {
    padding-left: 0px;
    overflow: hidden;
    height: auto;
    word-wrap: break-word;
}
.common .container .title { line-height: 1.3; margin-bottom: 10px; }
.common .container .lead { margin-bottom: 5px; line-height: 1.3; }
.common .link-btn { position: absolute; top: 2px; right: 0; }
.common .content-list .hd { margin-bottom: 12px; }
.common .content-list .hd .title { margin-bottom: 5px; }
.common .content-list li { margin-bottom: 0; }
.common .content-list .item { width: 287px; }
.common .container .banner { margin-bottom: 10px; }
/* REC */
.rec { margin-bottom: 30px; }
/* ガイドボックス */
.intro-icon {
    width: 23px;
    height: 19px;
    background-position: -377px -117px;
    margin-right: 5px;
}
/* Human Dept */
.human-dept-area .title-label a { display: block; }
.humandept-icon {
    display: block;
    width: 227px;
    height: 23px;
    background-position: 0 -376px;
    text-indent: -9999px;
}
.site-list li { margin-bottom: 10px; }
.site-list li a {
    height: 40px;
    line-height: 40px;
}
.site-list li a .item { height: 40px; line-height: 40px; }
.search-glay {
    width: 70px;
    height: 40px;
    margin-right: 10px;
    background-position: -95px -409px;
}
.guide-glay {
    width: 70px;
    height: 40px;
    margin-right: 10px;
    background-position: -189px -409px;
}
.ketsudan-glay {
    width: 70px;
    height: 40px;
    margin-right: 10px;
    background-position: -529px -300px;
}
.human-dept-area .catch { margin-bottom: 5px; }
.human-dept-area .field,
.human-dept-area .name { font-size: 11px; }

/* 人気ランキング */
.popular-ranking-icon { 
    width: 21px;
    height: 14px;
    background-position: -416px -120px;
    margin: 3px 5px 0 0;
}
.popular-ranking-area .link-btn { width: 43px; }
.popular-ranking-area .container .popular-ranking-list li { margin-bottom: 20px; }
.popular-ranking-area .container .popular-ranking-list li .pls { padding-left: 8px; }
.popular-ranking-area .container .title .item { line-height: 1.3; padding-left: 10px; *padding-left: 0; width: 253px; *width: 247px; }
.popular-ranking-area .container .title.pls .item { padding-left: 18px; }
.popular-ranking-area .container .title { margin-bottom: 3px; }
.popular-ranking-area .container .content-attachment { padding-left: 46px; }
.no-icon { width: 18px; height: 21px; line-height: 21px; text-align: center; border: 1px solid #CCC; color: #999; font-weight: bold; padding: 3px 0 0; }

/* 季節のテーマ */
.season-theme-icon { 
    width: 21px;
    height: 20px;
    background-position: -455px -117px;
    margin: 0px 5px 0 0;
}
.season-theme-area .link-btn { width: 68px; }
.season-theme-area .container .lead {
    margin-bottom: 0;
    font-size: 12px;
}

/* タイアップ */
.tohoku-icon { 
    width: 109px;
    height: 18px;
    background-position: -252px -379px;
    margin: 0;
    text-indent: -9999px;
    display: block;
} 
/* おすすめ特集 */
.recommended-feature-icon { 
    width: 12px;
    height: 16px;
    background-position: -498px -119px;
    margin: 2px 7px 0 5px;
}
/* おすすめコンテンツ */
.recommended-content-icon { 
    width: 12px;
    height: 16px;
    background-position: -536px -119px;
    margin: 2px 7px 0 5px;
}
/* ブランドサイト */
.brand-site-icon { 
    width: 17px;
    height: 16px;
    background-position: -568px -118px;
    margin: 2px 5px 0 0px;
}
.brand-site-area .link-btn { width: 55px; }

/* 季節のテーマ タイアップ枠画像サイズ調整 */
.season-theme-area .container .thumb img,
.tie-up-content-area .container .thumb img {
    width: 50px;
    height: 50px;
}
.season-theme-area .container .thumb,
.tie-up-content-area .container .thumb {
    width: 50px;
    height: 50px;
    border: 1px solid #CCC;
    margin-right: 10px;
}
/*---------------------------------------
    フッター
---------------------------------------*/
.three-container {
    border-left: 1px solid #ddd;
    margin-bottom: 20px;
    width: 1000px;
}
.three-container .size1of3 { width: 302px; height: 130px; padding: 5px 15px; border-right: 1px solid #ddd; }
.size1of3 .title { height: 26px; line-height: 26px; margin-bottom: 5px; }
.size1of3 .title .ico { width: 26px; height: 26px; margin-right: 5px;  }
.size1of3 .title .item { font-size: 15px; font-weight: bold; }
.info-icon { background-position: -234px -114px; }
.official-fb { background-position: -280px -114px; }
.mail-magazine { background-position: -326px -114px; }
.three-container .size1of3 .inner .text { font-size: 11px; }
.mail-magazine-box .inner { text-align: center; }
.three-container .size1of3 .mmagazine-input {
    border: 5px solid #CCC;
    display: block;
    height: 25px;
    padding: 0;
    text-indent: 3px;
    width: 292px;
    margin-bottom: 10px;
}
.three-container .size1of3 .form-btn {
    background: #e6e6e6;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #404040;
    font-weight: bold;
    text-align: center;
    height: 30px;
    width: 80px;
    line-height: 30px;
    border: none;
    margin: 0 auto;
}
.three-container .size1of3 .info-list .item {width: 291px;}
/* 公式FB */
.official-fb-box .inner {padding-top: 5px;}
.official-fb-box .logo-aa-fb {
    width: 80px;
    height: 80px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ccc;
}
.official-fb-box .logo-aa-s {
    background-position: -154px -26px;
    background-size: 230px auto;
    display: inline-block;
    width: 72px;
    height: 14px;
    text-indent: -9999px;
}
.official-fb-box .button-fb-box {
    width: 205px;
    margin-left: 15px;
}
.official-fb-box .fb-like {
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    margin: 15px 0 0 11px;
    z-index: 10;
}

/* サービスセクション */
.service-list-section {
    border: 1px solid #DDDDDD;
    border-top: 2px solid #C00;
    padding: 20px 20px 5px;
    margin-bottom: 20px;
}
.service-list-section .service { margin-bottom: 15px; width: 980px; }
.service-list-section .service .title-box {
    width: 175px;
    border: none;
    font-weight: bold;
    font-size: 12px;
}
.service-list-section .container { width: 783px; } 
.service-list-section .container ul { margin: 3px 0 5px -10px; }
.service-list-section .container li {
    border-right: 1px solid #999;
    padding: 0 10px;
    font-size: 11px;
    height: 13px; 
    line-height: 13px;
    margin-bottom: 3px;
}
.service-list-section .container li:last-child { border-right: none; }
.service-list-section .container li a { color: #404040; }
.service-list-section .container li a .logo { text-indent: -9999px; }
.service-list-section .magazine-list .container li {
    border-right: none;
    font-size: 12px;
    height: 20px; 
    line-height: 20px;
    margin-right: 10px; 
}
.service-list-section .magazine-list .container li a.has-grid .item { line-height: 24px; margin-left: 10px; font-size: 11px; }
.chibitus-s { 
   width: 63px;
   height: 21px;
   background-position: -417px -349px;
}
.tips-li { width: 174px; }
.form-li { width: 119px; }
.forf-li { width: 91px; }
.aaf-li { width: 235px; }

/* フッター本体 */
#footer { border-top: 2px solid #C00; background: #FFF; }
#footer .inner { padding: 10px 5px 15px; }
#footer .inner li { font-size: 11px; margin-right: 8px; }
#footer .inner .right-box li { margin-right: 7px; }
#footer .inner li a { color: #404040; }
#footer .logo-area {
    width: 184px;
    height: 36px;
    margin-right: 10px;
}
.left-box ul { height: 13px; line-height: 13px; margin-bottom: 15px; }
.copyright { margin-top: 4px; }
.logo-aa-top {
    display: block;
    width: 184px;
    height: 37px;
    background-position: -406px -67px;
    text-indent: -9999px;
}
#footer .hd .right-box { height: 20px; width: 140px; margin-top: -3px; }
#footer .ft .right-box { position: relative; height: 40px; width: 140px; }
.sp-link {
    right: 5px;
    top: auto;
    bottom: 0;
}
.foreign {
    position: absolute;
    top: 0;
    right: 0;
}
#footer .foreign li a { color: #005ead; }
/* ゲート */
/*@@@@@@@@@@@@@@@@@@ ipad @@@@@@@@@@@@@@@@@@*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #topImpactL,
    #topImpactR { display: none;
    }
}
/*@@@@@@@@@@@@@@@@@@ 1024px以下 @@@@@@@@@@@@@@@@@@*/
@media only screen and (max-width: 1024px) {
    #topImpactL,
    #topImpactR { display: none;
}
}

/* has-grid上書き */
.has-grid,
ul.has-grid {
    letter-spacing: -0.4em;
    word-spacing: normal;
}
.size1of1,.size1of2,.size1of3,.size2of3,.size1of4,.size3of4,.size1of5,.size2of5,.size3of5,.size4of5,.has-grid li span,.has-grid > span,.has-grid > div,.has-grid > ul,.has-grid > li,.has-grid > a {
    letter-spacing: normal;
}

/*---------------------------------------
 リニュ追加クラスが出力されている箇所のCSS調整
---------------------------------------*/
/* おすすめタグ */
.right-recommend-tag {

}
.right-recommend-tag .aa_side-section-heading {
    position: relative;
}
.right-recommend-tag .aa_side-section-heading-title {
    padding-left: 35px;
    padding-bottom: 9px;
    margin-bottom: 0;
}
.right-recommend-tag .aa_side-section-heading-title:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 23px;
    margin-right: 5px;
    background: transparent url(http://img.aacdn.jp/allabout/common/icon-sprite.png) no-repeat 0 0;
    background-position: -260px -71px;
    position: absolute;
    top: 8px;
    left: 7px;
}
.right-recommend-tag .aa_side-section-heading-shoulder {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 12px;
}
.right-recommend-tag .aa_side-section-heading-shoulder:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 19px;
    background: transparent url(http://img.aacdn.jp/allabout/common/icon-sprite.png) no-repeat 0 0;
    background-position: -60px 1px;
    margin: 5px 0 0 5px;
}
.right-recommend-tag .aa_side-tag-list {
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 10px 10px 0;
}
.right-recommend-tag .aa_side-tag-list li {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 3px 6px 0;
}
.right-recommend-tag .aa_side-tag-list li a {
    display: block;
    padding: 3px 8px;
    font-size: 12px;
    color: #404040;
}
/* 記事導線　ガイド名部分 */
.aa_media-attachment .aa_media-article-category {
    display: inline-block;
    letter-spacing: normal;
    position: relative;
}
.aa_media-attachment .aa_media-article-category:after {
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 16px;
    border-left: 1px solid #777;
    content: '';
    display: block;
}
.aa_media-attachment .aa_media-guide {
    display: inline-block;
    letter-spacing: normal;
    margin-left: 10px;
    padding-left: 10px;
}
.aa_media-attachment .aa_media-guide-thumb {
    margin-top: 1px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    border: 1px #CCC solid;
    width: 18px;
    height: 18px;
    line-height: 1;
}
/* ランキング部分 */
.popular-ranking-list .aa_media-attachment {
    padding-left: 47px;
}