
/* ----------------------------------------------------------------------
	
	日本中央競馬会の個人情報保護制度
	
---------------------------------------------------------------------- */


/* - 手数料について
-------------------------------------------------- */
table.basic.fee_list tbody > tr > th { width: 130px; }


/* - 開示請求の窓口について
-------------------------------------------------- */
table.basic.privacy_contact tbody > tr > th {  }

table.basic.privacy_contact thead > tr > th.zip { width: 90px; }
table.basic.privacy_contact thead > tr > th.chapter { width: 70px; }
table.basic.privacy_contact thead > tr > th.tel { width: 240px; }

table.basic.privacy_contact tbody > tr > td { line-height: 1.4; }


/* - 開示請求について
-------------------------------------------------- */
table.basic.necessary tbody > tr > th { width: 190px; }



/* ------------------------------------------------------------

	767px以下

------------------------------------------------------------ */
@media screen and ( max-width : 767px ) {
    
    /* - 開示請求の窓口について
    -------------------------------------------------- */
    table.basic.privacy_contact thead > tr > th.office { width: 140px; }
    
}

/* ------------------------------------------------------------

	639px以下

------------------------------------------------------------ */
@media screen and ( max-width : 639px ) {
    
    /* - 開示請求について
    -------------------------------------------------- */
    table.basic.necessary tbody > tr > th { width: 120px; }
    
    
}

/* ------------------------------------------------------------

	479px以下

------------------------------------------------------------ */
@media screen and ( max-width : 479px ) {
    
    /* - 手数料について
    -------------------------------------------------- */
    table.basic.fee_list tbody > tr > th { width: 130px; }
    
    /* - 開示請求について
    -------------------------------------------------- */
    table.basic.necessary tbody > tr > th { width: 116px; }
    
}

