@charset "UTF-8";
/* list 共通 */
td#main_content h5{
    background-image: url(../images/list/glay_back.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    font-size: 0.78em;
    font-weight: normal;
    padding-left: 10px;
    padding-bottom: 4px;
}


/* page navi */
ul.page_navi{
    list-style-type: none;
    text-align:right;
    font-size:0.78em;
    height:40px;
    line-height:40px;
}
ul.page_navi li{
    padding:0 0.4em;
    display: inline;
    line-height:40px;
}
ul.page_navi li img{}
ul.page_navi li a{
    color:#333;
    text-decoration: none;
}
ul.page_navi li span{
    padding:0 0.4em;
    background-color:#DDFFFF;
}
ul.page_navi li a span{background-color:white;}
ul.page_navi li a:hover span{
    color:white;
    background-color: #0099CC;
}


/* list (花道・たまご) */
.content_area table.list{
    width:600px;
    margin-left:35px;
}

.content_area table.list tr{clear:both;}


/* タイトル・カテゴリ */
tr.title th{vertical-align:middle;padding-top:2px;padding-bottom:2px;}
th.mov_title{
    padding:0 0 0 4px;
    text-align: left;
    background-color: #f6f6f6;
    border: solid 1px #ccc;
    border-right-width: 0px;
}
th.mov_title a{
    font-size:0.9em;
    color: #000;
    background-image: url(../home/images/ico_arw_r_white_main.gif);
    background-repeat: no-repeat;
    background-position: left 0px;
    padding-left: 18px;
}

th.ca_name{
    text-align:center;
    white-space:nowrap;
    width: 10%;
    background-color: #ccc;
    border: solid 1px #ccc;
    border-left-width:0px;
    font-weight: normal;
    font-size: 0.78em;
    color: #000;
}
th.ca_name span{
    padding:0 0.5em;
}

/* サムネイル部分 */
td div.thum{width:150px;float:left;}
td div.thum a img.img{border:solid 2px #666;}
td div.thum a:link img.img{border:solid 2px #666;}
td div.thum a:hover img.img{border:solid 2px #0ff;}
td div.thum .play{
    position:absolute;
    top: 32px;
    right: 10px;
}
/* 文言部分 */
td.details{padding:6px 0 23px 4px;clear:both;vertical-align:top;}
td div.cap{width:300px;float:left;text-align:justify;}
td div.cap p.copy{font-size:0.9em;color:#0066CC;}
td div.cap p.aramashi{font-size:12px;color:#555;line-height:1.5;}

/* 開発元部分 */
td div.kigyo{width:138px;float:right;}
td div.kigyo dl{padding-top:4px;font-size:0.69em;color:#333;line-height:1.3;}
td div.kigyo dt{padding:2px 2px;margin-bottom:0px;}
td div.kigyo dt img{display:block;margin:0 6px 2px 0;}
td div.kigyo dd{padding-left:4px;text-align:justify;}

