@charset "utf-8";
/* CSS Document */
/* PC用スタイルシート */

/* ===================================
#head
=================================== */
#head {
	background-image: url(../img/bg_head_01.png);
    background-position: center top;
    background-repeat: repeat-x;
}

/* ===================================
#wrap
=================================== */
/*** #contents ***/
#contents {
    background: #FFF;
    margin-top: 30px;
}
/*** .pagenation ***/
.pagenation {
    padding-right: 10px;
    text-align: left;
    clear: both;
}
.pagenavi {
    padding: 20px;
}
.pagenavi span,
.pagenavi a {
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 13px;
    text-align: center;
    text-shadow: none;
    text-decoration: none;
    vertical-align: middle;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 14px;
    margin: 0;
    padding: 0 7px;
    border: 0;
    border-right: 1px solid #999;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.pagenavi a {
    color: #06F;
}
.pagenavi .pages {
    display: none;
}

/* ===================================
#dl_wrap(ログイン後)
=================================== */
#dl_wrap {
    padding: 20px 10px;
    clear: both;
    overflow: hidden;
}
#dl_wrap .dl_single {
    clear: none;
    float: left;
    width: 49.5%;
}
#dl_wrap .dl_single a {
    display: block;
    color: #454545;
    height: 44px;
    margin: 0 10px 15px;
    background: white;
    text-decoration: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    overflow: hidden;
}
#dl_wrap .dl_single:last-child a{
    margin-bottom: 0;
}
#dl_wrap .dl_single .name {
    width: 55%;
    font-size: 120%;
    height: 24px;
    line-height: 34px;
    padding: 5px 5px 5px 50px;
    background: url(../img/ic_dl.png) no-repeat 5px 10px;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
#dl_wrap .dl_single .btn {
    float: right;
    display: inline-block;
    background-color: #8c9cbf;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c9cbf), color-stop(50%, #546a9e), color-stop(50%, #36518f), color-stop(100%, #3d5691));
    background-image: -webkit-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
    background-image: -moz-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
    background-image: -ms-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
    background-image: -o-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
    background-image: linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
    border: 1px solid #172d6e;
    border-bottom: 1px solid #0e1d45;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
    -moz-box-shadow: inset 0 1px 0 0 #b1b9cb;
    box-shadow: inset 0 1px 0 0 #b1b9cb;
    color: #fff;
    padding: 3px 0 4px 0;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 -1px 1px #000f4d;
    width: 80px;
    font-size: 90%;
    margin: 10px 10px 0 0;
}


/* ===================================
#download confirm(ログイン画面)
=================================== */
#login_wrap {
    padding: 50px 40px;
}
#dl_confirm {
    width: 450px;
    margin: 70px auto 40px;
    padding: 20px;
    background: #f6f6f6;
    border:1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#dl_confirm .loginBox {
    text-align: left;
}
#dl_confirm .notes {
    color: #777;
    font-size: 130%;
    padding: 20px;
    margin: 0 0 20px;
    border: 1px solid #ddd;
    background: #fafafa;
    line-height: 1.4;
}
#dl_confirm span {
    color: #454545;
    font-weight: 700;
    display: block;
    font-size: 110%;
    padding: 0 2px 2px;
    margin-bottom: 5px;
}
#dl_confirm input[type="password"] {
    width: 96%;
    height: 20px;
    padding: 4px;
    font-size: 15px;
    line-height: 20px;
    color: #555;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#dl_confirm input[type="submit"] {
    display: block;
    color: white;
    width: 120px;
    font-size: 14px;
    padding: 2px 30px;
    margin: 20px auto 30px;    
    background-color: #0074CC;
    background-image: -moz-linear-gradient(top, #08C, #05C);
    background-image: -ms-linear-gradient(top, #08C, #05C);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08C), to(#05C));
    background-image: -webkit-linear-gradient(top, #08C, #05C);
    background-image: -o-linear-gradient(top, #08C, #05C);
    background-image: linear-gradient(top, #08C, #05C);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
    border: 1px solid #CCC;
    border-color: #05C #05C #003580;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

/* ===================================
IE11対応
=================================== */
@media all and (-ms-high-contrast:none) {
	#dl_wrap .dl_single .btn{
        margin-top: 8px;
    }
}