﻿/******************************************
/* CD画像
/******************************************

/* 作品情報(discography)
-----------------------------------------------------*/
div.release{
}

div.release img{
    border:0px;
    display:block;
/*    float:left;
    width:130px;
    height:114px;*/
}

div.release img.with-border{
    border: 1px solid #000000;
}

div.release img.dvd{
    height:180px;
    width:130px;
}

div.release .option{
    float:left;
    font-size:small;
    color:#666666;
    margin-left:10px;
}

div.release .option a{
    margin-top:10px;
    padding-left:15px;
    display:block;
    font-size:90%;
    background:url('../img/icon/ico_menu.gif') no-repeat left center;
    color:#008080;
}

/* 作品内容（曲目など） */
div.release-contents {
    margin-top:10px;
    margin-bottom:20px;
    font-weight:bold;
}

div.release-contents div.contents {
    font-weight:normal;
}

div.release-contents div.contents .index {
    background-color:#888888; 
    color:#FFFFFF; 
    font-weight:normal;
    padding:1px 3px 1px 3px;
    margin:0 5px 0 5px;
}

div.release-contents div.contents .auth {
    color:#888888;
    font-weight:normal;
    margin-left: 45px;
    display:block;
}

/* Disc ナンバー */
div.release-contents div.disc {
    margin:25px 0 5px 0;
    font-weight:bold;
}

/* Disc 内セクション */
div.release-contents div.section {
    margin:15px 0 5px 0;
}

/* 全曲紹介
-----------------------------------------------------*/
div.review img {
    border: 0;
    margin-top: 20px;
}

div.review h2 .option{
    margin-right:5px;
    font-size:x-small;
    font-weight:bold;
    color:#444444;
    /*
    padding:0 5px 0 5px;
    color:#FFFFFF;
    background-color:#666666;
    font-weight:normal;
    */
}


/* 初心者向けPIERROT紹介用
-----------------------------------------------------*/
div.cdimage-left
{
    margin:10px 0 10px 0;
    color:#888888;
    font-size:90%;
}

div.cdimage-left iframe{
    margin: 0 0 10px 0;
}

div.cdimage-left img:first-child
{
    float:left;
/*    height: 65px; 
    width: 65px;*/
    margin:0 10px 5px 0;
}

div.cdimage-left img:nth-child(2n)
{
    margin:0;
}

