@charset "UTF-8";

/* ----- home用 CSS ここから ----- */
/* --- トップ記事 ここから --- */
.top-news {
    position: relative;
    width: 640px;
    height: 340px;
    line-height: 1.25;
    color: #003b56;
}

article.top-main {
	width: 440px;
	margin: 0;
    font-size: 1rem;
    padding-right: 10px;

    overflow: hidden;
}

.top-main-img {
    width: 440px;
    height: 281px;
    padding-bottom: 6px;
    float: left;
}

article.top-sub1 {
	position: absolute;
	top: 0px;
	left: 450px;
	width: 190px;
	height: 315px;
    font-size: 0.81rem;
    overflow: hidden;
}

article.top-sub2 {
	position: absolute;
	top: 168px;
    left: 450px;
	width: 190px;
    font-size: 0.81rem;
    overflow: hidden;
}

.top-sub-img {
    width: 190px;
    height: 113px;
    padding-bottom: 6px;
    float: left;
}

.sns-list {
    float:right;
}

.sns-list img {
    margin-left: 5px;
}
/* --- トップ記事 ここまで --- */

/* --- アクセスランキング ここから --- */
/* Slider */
.slick-loading .slick-list {
    background: #fff url('/pc/js/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    margin-top: -10px;
    /*-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);*/
    transform: translate(0, -50%);
    width: 48px;
    height: 48px;
    cursor: pointer;
    position: absolute;
    color: transparent;
    border: none;
    outline: none;
}

.slick-prev {
    left: 0;
    background: url(../img/arrow_prev.png) no-repeat top left;
    opacity: 0.95;
    z-index: 1; /*listより階層を上に*/
}
.slick-next {
    right: 0;
    background: url(../img/arrow_next.png) no-repeat top left;
    opacity: 0.95;
}

.slick-next:hover,
.slick-next:focus {
    right: 0;
    background: transparent url(../img/arrow_next.png) no-repeat top left;
    opacity: 0.8;
}

.slick-prev:hover,
.slick-prev:focus {
    left: 0;
    background: transparent url(../img/arrow_prev.png) no-repeat top left;
    opacity: 0.8;
}

/* カルーセルサイズとテキスト */
.carousel {
    position: relative;
    margin: 0 auto;
    width: 638px;
    height: 210px;
    text-align: left;
}

.carousel .text a:link    {color: #003b56; transition: all .3s;} /*未訪問のリンク色*/
.carousel .text a:visited {color: #003b56;} /*訪問済みのリンク色*/
.carousel .text a:hover  {color: #fff; background:#778fa3 no-repeat;} /*カーソルが乗っているリンク色*/
.carousel .text a:active  {color: #fff;} /*クリック中のリンク色*/

.carousel ul {
    list-style: none;
    padding: 0; /* 左のpaddingを削除 */
}

.carousel ul li {
    position:relative; /* :beforeのためにposition設定をする */
    width: 204px;
    float: left;
    display: inline;

}

/* ナンバー */
.carousel ul li p{
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    line-height: 1;
    color: #fff;
    background: #028fe0;
    font-size: 1rem;
    text-align: center;
    float: left;
}
.carousel .image {
    width: 198px;
    height: 132px;
    overflow: hidden;
}
.carousel img {
    width: 198px;
    /*height: 132px;*/

}

.carousel .text {
    position: relative;
    width: 171px; /* 記事タイトルエリア */
    height: 60px;
    margin-top: 6px;
    padding: 2px 2px 4px 25px;
    background-color: #eef5fa;
    line-height: 1.25;
    font-size: 0.75rem;
}
/* --- アクセスランキング ここまで --- */

/* --- 新着ニュース ここから --- */
section.home-news-list {
    margin:30px 0 10px;
    border-bottom: 1px solid #a9b3bb;
}

/* ---ニュース 見出し --- */
section.news-list {
    margin:16px 0 10px;
    border-bottom: 1px solid #a9b3bb;
}

article.news-list {
    position: relative;
    height: 120px;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #a8b7c4;
    overflow: hidden;
}

article.news-list img.thumb{
    width: 150px;
    height: 120px;
    vertical-align: middle; /*IE7*/
    float: left;
}

article.news-list h2 ,
article.news-list .news-title{
    position: absolute;
    left: 160px;
    font-size: 1.06rem;
    line-height: 1.25;
    height:42px;
    overflow: hidden;
}

article.news-list .news-title a{
    color: black;
}

.news-article {
    position: absolute;
    top: 36px;
    left: 160px;
    height:45px;
    margin-top: 1.4em;
    font-size: 0.75rem;
    line-height: 1.25;
    overflow: hidden;
}

.news-date {
    position: absolute;
    bottom: 10px;
    left: 160px;
    margin-top: 0.8em;
    color: #10a1e5;
    font-weight: bold;
    font-size: 0.63rem;
}

.news-sns {
    position: absolute;
    bottom: 10px;
    right: 0;
}

.news-sns img, .pickup-sns img {
    margin-left: 5px;
}

.news-sns img {
    width: 20px;
    height: 20px;
}
/* --- 新着ニュース ここまで --- */

/* --- ピックアップ ここから --- */
.pickup {
    position: relative;
    overflow: hidden;
    color: #003b56;
}

.pickup-img {
    width: 288px;
    height: 171px;
    float: left;
}

.pickup-right{
    position: absolute;
    top: 48px;
    left: 298px;
    width: 332px;
    height: 161px;
}

.pickup h3{
    font-size: 1.06rem;
    line-height: 1.25;
}

p.pickup-article {
    margin-top: 1.6em;
    line-height: 1.25;
    font-size: 0.81rem;

}

p.pickup-date{
    position: absolute;
    bottom: 10px;
    margin-top: 0.8em;
    color: #10a1e5;
    font-weight: bold;
    font-size: 0.63rem;
}

.pickup-sns {
    position: absolute;
    bottom: 10px;
    right: 0;
}

.pickup-hr{
    margin: 20px 0 10px;
    height: 1px;
    border: none;
    border-top: 1px #a8b7c4 solid;
}
/* --- ピックアップ ここまで --- */

/* --- 新着コラム ここから --- */
section.home-column {
    margin: 20px 0 0;
    padding-bottom: 14px;
    border-bottom: 2px solid #a9b3bb;
}

.home-column a:link    {color: #003b56; transition: all .3s;} /*未訪問のリンク色*/
.home-column a:visited {color: #003b56;} /*訪問済みのリンク色*/
.home-column a:hover  {color: #fff; background:#778fa3 no-repeat;} /*カーソルが乗っているリンク色*/
.home-column a:active  {color: #fff;} /*クリック中のリンク色*/

.home-column-1st {
    display: table;
    width: 640px;
    margin: 14px auto 0;
    padding: 0 0 14px;
    table-layout: fixed;
    border-bottom: 1px solid #a8b7c4;
}

.home-column-2nd {
    display: table;
    width: 640px;
    margin: 0 auto;
    padding: 14px 0 0;
    table-layout: fixed;
}

.home-column-left {
    display: table-cell;
    width: 194px;
    padding-right: 14px;
    max-width: 194px;
    word-wrap: break-word;
    border-right: 1px solid #a8b7c4;
}

.home-column-center{
    display: table-cell;
    width: 194px;
    padding: 0 14px;
    max-width: 194px;
    word-wrap : break-word;
}

.home-column-right{
    display: table-cell;
    width: 194px;
    padding-left: 14px;
    max-width: 194px;
    word-wrap : break-word;
    border-left: 1px solid #a8b7c4;
}

.home-column-writer {
    overflow: hidden;
}

.home-column-writer img {
    width: 60px;
    border-radius: 60px;
    float: left;
    margin-right: 10px;
}

.home-column-writer h3 {
    margin: 0;
    padding-top: 8px;
    font-size: 1em;
    line-height: 1.44;
}

.home-column-left ul, .home-column-center ul, .home-column-right ul {
    width: 194px;
    margin: 10px 0 0;
    padding: 0;
    border-top: 1px solid #a8b7c4;
}

.home-column-left li, .home-column-center li, .home-column-right li {
    margin: 14px 0 18px;
    padding: 0;
}

 p.home-column-date{
    margin-top: 0.8em;
    color: #10a1e5;
    font-weight: bold;
    font-size: 0.63rem;
}

p.home-column-article{
    color: #003b56;
    line-height: 1.25;
    font-size: 0.88rem;
}

/* --- 新着コラム ここまで --- */
/* ----- home用 CSS ここまで ----- */

/* ----- newsdetail用 CSS ここから ----- */
section.newsdetail-article {
    margin:15px 0 10px;
}
section.newsdetail-article .title-group {
    border-bottom: 3px solid #aeb7be;
}
section.newsdetail-article  h1 {
    padding-bottom: 0.2em;
    color: #333;
    font-size: 1.5rem;
    border: none;
}
section.newsdetail-article  h1:after {
    background-color: transparent;
}

section.newsdetail-article .h1date {
    color: #10a1e5;
    font-size: 0.81rem;
    font-weight: bold;
    padding: 8px 0 12px 0;
}


section.newsdetail-article .body{
    margin: 30px 0;
    font-size: 1rem;
    line-height: 1.75em;
}

section.newsdetail-article figure {
    position: relative;
}


section.newsdetail-article figure img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

section.newsdetail-article figure img.wide{
    width: 640px;
    height: 410.66px;
}

section.newsdetail-article figure .copyright-back {
    background: -moz-linear-gradient(bottom, #000, transparent);
    background: -webkit-linear-gradient(bottom, #000, transparent);
    background: linear-gradient(to top, #000, transparent);
    width: 100%;
    height: 2.0em;
    position: absolute;
    bottom: 0;
}

section.newsdetail-article figcaption {
    position: absolute;
    margin-top: 6px;
    font-size: 0.75rem;
    color:white;
    text-shadow: 0 2px 1px black;
    right: 6px;
    bottom: 6px;
}

section.newsdetail-article .caption-title {
    text-align: center;
    margin: 16px 0 -8px 0;
    font-size: 0.8em;
    color: #333;
}

.newsdetail-sns {
    margin: 10px 0 20px 390px; /*float:right;ではhoverの半透明が使えないためmarginで右揃え*/
    height: 40px;
}

.newsdetail-sns img {
    padding-left: 10px;
    width: 40px;
    height: 40px;
}

/* --- ニュースsub見出し ここから --- */
section.news-list-sub {
    margin: 50px 0 10px;
    border-bottom: 1px solid #a9b3bb;
}

section.news-list-sub h1,
section.news-list-sub .div-h1 {
    position: relative;
    padding-bottom: 0.2em;
    color: #333;
    font-size: 1.5rem;
}
section.news-list-sub h1::after,
section.news-list-sub .div-h1::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    height: 2px;
    background-color: #ff6600;
    content: '';
}
/* --- ニュースsub見出し ここまで --- */

/* --- コメント ここから --- */
.news-comment-login {
    margin-top: 20px;
    border-bottom: 1px solid #a9b3bb;
}

.news-comment-link {
    position: relative;
    height: 3em;
    margin-bottom: 10px;
    border: 1px solid #a9b3bb;
}

.news-comment-link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news-comment-link a:hover{
    background-color: #778fa3;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.news-comment-link p {
    line-height: 1.5;
    text-indent: 0.5em;
}

.news-comment-link p a:link    {color: #003b56; transition: all .3s;} /*未訪問のリンク色*/
.news-comment-link p a:visited {color: #003b56;} /*訪問済みのリンク色*/
.news-comment-link p a:hover  {color: #fff;} /*カーソルが乗っているリンク色*/
.news-comment-link p a:active  {color: #fff;} /*クリック中のリンク色*/

.news-comment {
    padding: 15px 0 10px;
    border-bottom: 1px solid #a9b3bb;
    overflow: hidden;
}

.comment-title {
    font-size: 1rem;
}

.comment-text {
    margin: 15px 0;
    font-size: 0.88rem;
    line-height: 1.5;
}

.comment-name {
    font-size: 0.88rem;
    text-align: right;
}

.comment-date {
    margin-top: 0.8em;
    color: #10a1e5;
    font-weight: bold;
    font-size: 0.63rem;
    text-align: right;
}

.form-item {
    margin-top: 10px;
}
.form-item :placeholder-shown {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, sans-serif;
    font-size: 0.88rem;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
.form-item ::-webkit-input-placeholder {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, sans-serif;
    font-size: 0.88rem;
}

/* Firefox 18- */
.form-item :-moz-placeholder {

    font-size: 0.88rem;
}

/* Firefox 19+ */
.form-item ::-moz-placeholder {
    font-size: 0.88rem;
}

/* IE 10+ */
.form-item :-ms-input-placeholder {

    font-size: 0.88rem;
}
/* --- コメント ここまで --- */
/* ----- newsdetail用 CSS ここまで ----- */