@charset "UTF-8";



/* Page_Download（ダウンロード） --------------------------------------------------- */

#Page_Download {
width: 100%;
margin: 0 0 30px 0;
}

#Page_Download h1 {
margin: 0 0 20px 0;
border-bottom: none;
text-align: center;
}

#Page_Download h1 img {
height: 22px;
}


/*IndexMenu(メインメニュー)*/
#Page_Download .IndexMenu {
}

#Page_Download .IndexMenu li {
float: left;
border: none;
}


/*情報詳細*/
#Page_Download .LRBox {
margin: 0 10px 20px 10px;
padding: 0 0 20px 0;
background: url(../../img/common/texture/Texture_DotLine4.png) repeat-x bottom;
}

#Page_Download .LRBox:last-child {
margin-bottom: 0;
}

#Page_Download .LBox {
position: relative;
width: 40%;
background: #000000; 
vertical-align: top;
overflow: hidden;
}

#Page_Download .LBox .MemberOnly {
position: absolute;
z-index: 10;
width: 100%;
height: 100%;
font-size: 79%;
line-height: 18em;
color: #ffffff;
text-align: center;
background: #000000; 
opacity: 0.7;

}

#Page_Download .LBox .Picture img {
width: 100%;
}

#Page_Download .RBox {
display: table-cell;
float: none;
width: 60%;
padding: 0 0 0 13px;
vertical-align: top;
}

#Page_Download .RBox .Credit {
padding: 5px 0 5px 0;
}

#Page_Download .RBox .Credit h2 {
margin: 0;
padding: 0;
color: #f66a00;
font-size: 108%;
line-height: 1.4em;
border-bottom: none;
}

#Page_Download .RBox .Credit p {
font-size: 79%;
}


/* Newアイコン */
#Page_Download .RBox .Credit p.New span {
display: inline-block;
padding: 0 35px 0 0;
background: url(../../../img/news/Icon_New.png) no-repeat;
background-position: 100% 2px;
text-indent:-9999px;
}


/* ボタン */
#Page_Download .RBox .Credit ul {
margin: 18px 0 0 0;
}

#Page_Download .RBox .Credit li {
margin: 0 0 10px 0;
}

#Page_Download .RBox .Credit li a {
display: block;
width: 100%;
height: 25px;
padding: 5px 0;
background: #7f7f7f;
color: #fff;
font-size: 108%;
text-align: center;
line-height: 1.8em;
text-decoration: none;
background-image: url(../../img/download/Icon_Allow.png);
background-repeat: no-repeat;
background-position: 8% center;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
}



