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

/* Font face */
@font-face {
	font-family: 'WebSymbolsRegular';
	src: url('../../fonts/websymbols-regular-webfont.eot');
	src: url('../../fonts/websymbols-regular-webfont.eot?#iefix') format("embedded-opentype"), url('../../fonts/websymbols-regular-webfont.woff') format("woff"), url('../../fonts/websymbols-regular-webfont.ttf') format("truetype"), url('../../fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format("svg");
	font-weight: normal;
	font-style: normal;
}

/* ===================================
#head
=================================== */
#head {
    background: url(../img/bg_head_01.png) left 65% top repeat-x;
    background-size: cover;
}


/* ===================================
#wrap
=================================== */
/*** #contents ***/
#contents {
}
/*** .pagenation ***/
.pagenation {
    clear: both;
    text-align: center;
}
.pagenavi {
    margin: 15px 0;
}
.pagenavi span,
.pagenavi a {
    position: relative;
    display: inline-block;
    padding: 4px 10px 4px;
    margin: 0 0 0 -1px;
    font-size: 13px;
    color: #333;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    text-decoration: none;
    vertical-align: middle;
    background-color: whiteSmoke;
    background-image: -moz-linear-gradient(top, white, #E6E6E6);
    background-image: -ms-linear-gradient(top, white, #E6E6E6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
    background-image: -webkit-linear-gradient(top, white, #E6E6E6);
    background-image: -o-linear-gradient(top, white, #E6E6E6);
    background-image: linear-gradient(top, white, #E6E6E6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    border-color: #E6E6E6 #E6E6E6 #BFBFBF;
    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);
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -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);
    cursor: pointer;
}
.pagenavi .pages {
    display: none;
}

/* ===================================
#dl_wrap(ログイン後)
=================================== */
#dl_wrap .dl_single {
    clear: both;
    overflow: hidden;
}
#dl_wrap .dl_single a {
    display: block;
    color: #454545;
    height: 40px;
    margin: 0 0 10px;
    text-decoration: none;
    background: white;
    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%;
    height: 20px;
    line-height: 30px;
    padding: 5px 5px 5px 40px;
    background: url(../img/ic_dl.png) no-repeat 0 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
#dl_wrap .dl_single .btn {
    float: right;
    margin: 9px 9px 0 0;
    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%;
    display: inline-block;
}

/* ===================================
#download confirm(ログイン画面)
=================================== */
#dl_confirm {
    margin: 20px 0 40px;
    padding: 20px;
    background: #eee;
}
#dl_confirm .notes {
	color: #002EA0;
	font-size: 110%;
	padding: 10px 0;
    line-height: 1.4;
}
#dl_confirm .loginBox {
	text-align: left;
}
#dl_confirm span {
	display: block;
	font-size: 110%;
	padding: 0 2px 2px;
	margin-bottom: 5px;
}
#dl_confirm input[type="password"] {
	width: 90%;
	height: 18px;
	padding: 4px;
	font-size: 13px;
	line-height: 18px;
	color: #555555;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#dl_confirm input[type="submit"] {
	display: inline-block;
	color: white;
	font-size: 14px;
    line-height: 1;
	padding: 8px 24px;
	margin: 10px 0 20px;
	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;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#noItem{
	padding: 80px 0px;
	font-size: 17px;
	text-align: center;
	line-height: 35px;
	display: block;
}
#noItem b{
	font-size: 25px;
	letter-spacing: 0.1em;
	padding: 0 10px;
	display: inline-block;
	color: #22528D;
}