@charset "utf-8";

/* 標準テーブルデザイン
---------------------------------------------*/
.com_table{
    margin:0px;
    padding:0px;
    border-collapse:collapse;
}

.com_table_th {
    height:25px;
    color:#FFFFFF;
    background-color:#4AA0C0;
    font-weight: normal;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
}
    
.com_table_td {
    border:1px solid #CCCCCC;
    font-weight: normal;
    color: #333333;
    padding: 0 5px 0 5px;
}

.com_table_img {
    border:1px solid #CCCCCC;
    font-weight: normal;
    color: #333333;
}

/* 必須アイコン
---------------------------------------------*/
.com_table_text {
	float: left;
	font-size: 14px;
}

.com_must {
    margin:0;
    width:35px;
    height:15px;
    background-image:url(../img_com/must.png);
    background-repeat: no-repeat;
    background-position:top;
    float: right;
    text-indent: -9999px;
}

/* メモ（記入例）
---------------------------------------------*/
.com_note {
	margin: 0;
    padding: 0;	
    color: #666666;
}
	
/* 非活性
---------------------------------------------*/
.bgGray {
    background-color: #D3D3D3
}