@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 information.css
入荷待ち一覧、組み立て説明書一覧

+++++++++++++++++++++++++++++++ */

/*
入荷待ち商品一覧
-----------------------------------*/
#back_order .anchor li {
    float: left;
    width: 187px;
    margin-left: 3px;
}
#back_order .anchor li:first-child { margin-left: 0; }
#back_order .anchor a {
    position: relative;
    display: block;
    padding: 20px 0 25px;
    border: 1px solid #d3d3d3;
    background: #f4f4f4;
    font-weight: bold;
    text-align: center;
}
#back_order .anchor a:after {
    position: absolute;
    bottom: 10px;
    left: 50%;
    display: block;
    width: 10px;
    height: 6px;
    margin-left: -5px;
    background: url(../images/common/sprite_arrow.png) no-repeat -350px -100px;
    content: " ";
}
#back_order .anchor a:hover {
    border-bottom-color: #de0010;
    text-decoration: none;
}

#back_order .caption {
    position: relative;
    height: 14px;
    margin: -20px 0 20px -20px;
    padding: 10px 0;
    background: #d3d3d3;
}
#back_order .caption span {
    position: absolute;
    top: 10px;
    display: inline-block;
}
#back_order .caption .number {
    left: 100px;
    width: 100px;
    text-align: center;
}
#back_order .caption .name { left: 202px; }
#back_order .caption .date {
    left: 638px;
    width: 124px;
    text-align: center;
}
#back_order .list_product li {
    float: none;
    width: 908px;
}
#back_order .list_product .date,
#back_order .list_product .action {
    display: table-cell;
    border-left: 2px solid #f4f4f4;
    text-align: center;
    vertical-align: middle;
}
#back_order .list_product .date { width: 124px; }
#back_order .list_product .action { width: 166px; }
#back_order .list_product .action span {
    display: inline-block;
    width: 146px;
    padding: 10px 0 9px;
    border: 1px solid #d3d3d3;
}
#back_order .list_product a:hover .action span { border-color: #de0010; }


/*
取扱・組立説明書
-----------------------------------*/
/* 動画で解説 */
.link_movie li {
    float: left;
    width: 312px;
    height: 90px;
    margin-left: 7px;
}
.link_movie li:first-child { margin-left: 0; }

.link_movie li a {
    display: table;
    width: 100%;
    height: 90px;
    background: url(../images/information/bg_link_movie.png) no-repeat left top;
}
.link_movie li a:hover {
    text-decoration: none;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.link_movie a > span {
    display: table-cell;
    padding: 0 20px 0 88px;
    font-weight: bold;
    vertical-align: middle;
}
.link_movie .site {
    display: block;
    font-weight: normal;
}

/* ダウンロードリスト */
.list_download li {
    position: relative;
    width: 908px;
    background: #fff;
    margin-bottom: 10px;
}
.list_download li:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
}
.list_download .category,
.list_download .name {
    position: relative;
    float: left;
    padding: 20px 15px 19px;
    vertical-align: middle;
}
.list_download .category{
    padding-right: 25px;
    background: url(../images/information/bg_category.png) no-repeat right center;
    background-size: auto 100%;
}
.list_download .pdf {
    float: right;
    margin: 10px 10px 0 0;
    padding: 8px 8px 8px 15px;
    border: 1px solid #d3d3d3;
    font-size: 12px;
}
.list_download .pdf span {
    display: inline-block;
    overflow: hidden;
    width: 38px;
    height: 18px;
    margin-left: 10px;
    background:url(../images/information/ico_pdf.png) no-repeat left top;
    font-size: 0;
    text-indent: -999px;
/*    vertical-align: -4px; */
    vertical-align: middle;
}
.list_download .pdf:hover {
    border-color: #de0010;
    text-decoration: none;
}
.list_download .pdf:hover span { background-position: left -18px; }


/*
過去のインフォメーション
-----------------------------------*/
#information.history {
    margin: 0;
    background: #fff;
}
#information.history table { border-bottom: 1px solid #a7a7a7; }
#information.history tr:first-child td { border-top: 1px solid #a7a7a7; }
