﻿
/* a-sp-cast-prof
---------------------------------------------------------------------- */

/* img-stage
-------------------- */
#stage {
    position: relative;
    width: 100%;
    left: 5px;
    top: 10px;
}

/*全サムネイルのコンテナー*/
#thumbs {
    position: absolute;
    width: 95%;	
    top: 662px;
    left: 5px;
}

/*初期画面*/
#screen {
    position: absolute;
    left: 5px;
    top: 10px;
    width: 100%;
}

/*ラジオボタンを非表示に*/
#r1, #r2, #r3, #r4, #r5 {
    display: none;
}

/*表示写真の初期配置（全部透明に）とtransition設定*/
#photo1, #photo2, #photo3, #photo4, #photo5 {
    position: absolute;
    left: 5px;
    top: 10px;
    opacity: 0;
    width: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

/*チェックされたサムネイルに相当する写真だけを表示*/
    #r1:checked ~ #photo1, #r2:checked ~ #photo2, #r3:checked ~ #photo3, #r4:checked ~ #photo4, #r5:checked ~ #photo5 {
    opacity: 1;
}

/*どれかがチェックされたらスクリーン上の文字を非表示に*/
    #r1:checked ~ #screen, #r2:checked ~ #screen, #r3:checked ~ #screen, #r4:checked ~ #screen, #r5:checked ~ #screen {
    opacity: 0;
}

/* table-t10
-------------------- */
table.t10,td.t10,th.t10 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    border-collapse: collapse;
    width: 100%;
    border-collapse:separate;
    border-spacing: 0;
}

table th.t10:last-child{
    border-radius: 4px 4px 0 0;
    border-top: 1px solid #4d4d45;
    border-left: 1px solid #4d4d45;
    border-right: 1px solid #4d4d45;
}

table th.t10{
    font-size: 10pt;
    text-align: center;
    color:#ffffff;
    background: #333333;
    border-left: 1px solid #4d4d45;
    width: 20%;
    padding: 15px 0;
}

table td.t10{
    font-size: 10pt;
    color:#f5f5f5;
    text-align: center;
    border-left: 1px solid #4d4d45;
    border-bottom: 1px solid #4d4d45;
    border-top:none;
    box-shadow: 0px 0px 0px 0px #f5f5f5 inset;
    width: 20%;
    padding: 15px 0;
}

table td.t10:last-child {
    border-right: 1px solid #4d4d45;
}

table tr.t10:last-child td:first-child {
     border-radius: 0 0 0 4px;
}

table tr.t10:last-child td:last-child {
    border-radius: 0 0 4px 0;
}

/* table-t09
-------------------- */
table.t09,td.t09,th.t09 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    border-collapse: collapse;
    width: 100%;
    border-collapse:separate;
    border-spacing: 0;
}

table th.t09:last-child{
    border-radius: 4px 4px 0 0;
    border-top: 1px solid #4d4d45;
    border-left: 1px solid #4d4d45;
    border-right: 1px solid #4d4d45;
}

table th.t09{
    font-size: 10pt;
    text-align: center;
    color:#ffffff;
    background: #333333;
    border-left: 1px solid #4d4d45;
    width: 20%;
    padding: 15px 0;
}

table td.t09{
    font-size: 10pt;
    color:#f5f5f5;
    text-align: left;
    border-left: 1px solid #4d4d45;
    border-bottom: 1px solid #4d4d45;
    border-top:none;
    width: 20%;
    padding: 15px 15px 15px 25px;
}

table td.t09:last-child{
    border-right: 1px solid #4d4d45;
}

table tr.t09:last-child td:first-child {
    border-radius: 0 0 0 4px;
}

table tr.t09:last-child td:last-child {
    border-radius: 0 0 4px 0;
}
