@charset "utf-8";

/* 標準テーブルデザイン
---------------------------------------------*/
.table{
    margin:0px;
    padding:0px;
    border-collapse:collapse;
    border: solid 1px #999999;
    border-spacing: 0px;
}
	
.table_th {
    background-color: #ededf8;
    font-size: 14px;
    padding:5px;
    vertical-align: top;
    border: solid 1px #CCCCCC;
font-weight:bold;
color:#444444;
}
    
.table_td {
    padding:5px;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
}

.table_img {
    border:1px solid #CCCCCC;
    font-weight: normal;
    color: #333333;
}


/* 必須アイコン
---------------------------------------------*/
.table_text {
    float: left;
}

.must {
    margin:0;
    width:35px;
    height:15px;
    background-image:url(../img/contents/pc/must.png);
    background-repeat: no-repeat;
    background-position:top;
    float: right;
    text-indent: -9999px;
}

/* メモ（記入例）
---------------------------------------------*/
.note {
    margin: 0;
    padding: 0; 
    color: #666666;
}
    
/* 非活性
---------------------------------------------*/
.bgGray {
    background-color: #D3D3D3
}