@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 top.css

+++++++++++++++++++++++++++++++ */
/*
カルーセル
-----------------------------------*/
#main_image {
    overflow: hidden;
    width: 100%;
    height: 488px;
    background: #4e4e4e;
    text-align: center;
}
#main_image .bx-wrapper { margin-bottom: 38px; }
#main_image .bx-viewport {
    left: 0;
    border: none;
    box-shadow: none;
    overflow: visible !important;
}
#main_image .bx-viewport:before,
#main_image .bx-viewport:after {
    position: absolute;
    top: 0;
    display: block;
    width: 1200px;
    height: 450px;
    background: rgba(255,255,255, .5);
    visibility: visible;
    content: " ";
    font-size: 40px;
    z-index: 50;
}
#main_image .bx-viewport:before { right: 750px; }
#main_image .bx-viewport:after { left: 750px; }
#main_image .bx-pager {
    bottom: -27px;
}
#main_image .bx-pager-link {
    width: 8px;
    height: 8px;
    border-radius: 0;
    background: #7a7a7a;
}
#main_image .bx-pager-link:hover,
#main_image .bx-pager-link.active { background: #fff; }

.bx-controls .bx-controls-direction a {
    height: 36px;
    margin-top: -18px;
    z-index: 99;
}
.bx-controls .bx-controls-direction .bx-prev {
    left: -32px;
    background: rgba(0,0,0, .8) url(../images/common/sprite_arrow.png) no-repeat -43px -146px;
}
.bx-controls .bx-controls-direction .bx-next {
    right: -32px;
    background: rgba(0,0,0, .8) url(../images/common/sprite_arrow.png) no-repeat 7px -146px;
}
#main_image li a { display: block; }
#main_image li a:hover:before {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 950px;
    background: rgba(0, 0, 0, .3);
    content: " ";
}
#main_image li a:hover:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 200px;
    height: 14px;
    margin: -15px 0 0 -100px;
    padding: 15px 0 14px;
    border: 1px solid #fff;
    border-radius: 4px;
    color :#fff;
    content: "詳細を見る";
    text-align: center;
}


/*
注意喚起
-----------------------------------*/
.box_caution  a {
    margin-bottom: 10px;
    border: 2px solid #ffbf00;
    border-radius: 5px;
    background: #fff9e6 url(../images/common/ico_caution.png) no-repeat 20px center;
    font-size: 14px;
}
.box_caution a {
    position: relative;
    display: block;
    padding: 15px 0 14px 55px;
}
.box_caution a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-top: -12px;
    background: #ffbf00 url(../images/common/sprite_arrow.png) no-repeat 8px  -45px;
    content: " ";
}
.box_caution strong {
    margin-right: 20px;
    font-size: 16px;
}
.box_message p:last-child { margin-bottom: 0; }
/*

おすすめシリーズ
-----------------------------------*/
#recommend .image {
    height: auto;
}

/*
ユーザー事例
-----------------------------------*/
.box_cases {
    float: left;
    width: 460px;
    margin-bottom: 30px;
    padding: 5px;
    background: url(../images/top/bg_case.png) repeat left top;
}
.box_cases + .box_cases { margin-left: 10px; }
.box_cases .inner {
    width: 445px;
    padding: 10px 0 10px 15px;
    background: #fff;
}
.box_cases .title {
    margin: 0 0 20px;
    font-size: 16px;
    text-align: center;
}
.box_cases .title img { margin-right: 10px; }

.box_cases li {
    position: relative;
    float: left;
    width: 130px;
    height: 210px;
    margin-left: 20px;
     font-size: 12px;
}
.box_cases li:first-child { margin-left: 0; }
.box_cases .tag {
    position: absolute;
    top: 0;
    left: 0;
}

.box_cases .caption {
    margin: 5px 0 0;
    font-weight: bold;
}
.box_cases .user { margin: 5px 0 0; }

.box_cases > p { margin: 5px 0 0; }

.box_cases a:hover img {
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.box_cases .more03:hover {
    background: #d6d6d6;
    filter: alpha(opacity=100);
    opacity: 1;
}

/*
ランキング
-----------------------------------*/
#ranking .period {
    position: absolute;
    top: 10px;
    right: 0;
    margin: 0;
    font-size:12px;
}
#ranking .tab {
    margin-bottom: 20px;
    border-bottom: 2px solid #4e4e4e;
    text-align: center;
}
#ranking .tab li {
    display: inline-block;
    width: 260px;
    margin:  0 5px;
}
#ranking .tab a {
    display: block;
    padding: 12px 0 10px;
    background: #e9e9e9;
    font-size: 14px;
}

#ranking .tab a:hover,
#ranking .tab .current {
    background: #4e4e4e;
    color: #fff;
    text-decoration: none;
}

.list_ranking {
    width: 970px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.list_ranking li {
    width: 174px;
    height: 290px;
    margin: 0 20px 0 0;
}
.list_ranking li:nth-child(4n) { margin-right: 20px; }
.list_item li:nth-child(4n+1) { clear: none; }
.list_ranking .rank {
    position: absolute;
    top: 10px;
    left: 10px;
}
.list_ranking .image {
    width: 174px;
    height: 174px;
}
.list_ranking .image img { max-width: 174px; }
.list_ranking .name {
    margin: 5px 0 0;
    font-size: 12px;
}

#ranking .box_button {
    margin-top: 30px;
    padding-bottom: 4px;
    text-align: center;
}

/*
特集・TOPICS
-----------------------------------*/
.list_article li {
    float: left;
    width: 310px;
    margin-left: 10px;
}
.list_article li:first-child { margin-left: 0; }

.list_article .title {
    margin: 0;
    padding: 10px 0;
    background: #e9e9e9;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.list_article .description { margin: 5px 10px 0; }

.list_article a:hover { text-decoration: none; }
.list_article a:hover img {
    filter: alpha(opacity=60);
    opacity: 0.6;
}

/* TOPICS */
#topics .description {
    min-height: 150px;
}

/*
INFORMATION
-----------------------------------*/
#information {
    position: relative;
    margin: 30px 0;
    background: #4a4a4a;
}
#information .heading01 {
    margin: 0;
    padding: 10px;
    color: #fff;
}
#information .more {
    position: absolute;
    top: 14px;
    right: 10px;
    margin: 0;
    color:#fff;
}
#information table {
    width: 940px;
    margin: 0 5px 5px;
    background: #fff;
}
#information td {
    padding: 15px 0 14px 20px;
    border-top: 1px solid #a7a7a7;
    font-size: 14px;
}
#information tr:first-child td { border-top: none; }
#information .date {
    width: 80px;
}
#information td a {
    position: relative;
    display: block;
    padding-right: 30px;
}
#information td a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 6px;
    height: 10px;
    margin-top: -5px;
    background: url(../images/common/sprite_arrow.png) no-repeat -200px top;
    content: " ";
}

/*
ソーシャル：タイムライン表示
-----------------------------------*/
#social > div {
    float: left;
    width: 458px;
    min-height: 295px;
    padding: 0 5px 0;
}
#twitter {
    margin-right: 14px;
    background: #eaf4fd;
}
#facebook { background: #c4cde0; }
#social .title {
    margin: 0 -5px 5px;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
#twitter .title { background: #55acee; }
#facebook .title { background: #3b5998; }
