@charset "utf-8";
/*
Theme Name: KNTV PROGRAM DETAIL
Theme URI: 
Description: qnote, Inc.
Version: 1.0
Author: Ai Narita
Author URI: http://www.qnote.co.jp/
*/
@import "/css/kntv_text.css";

/* Begin Images */
p {
    padding: 0;
    max-width: 100%;
    }
/*
p img {
    padding: 0;
    max-width: 100%;
    }
*/
/*  Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

.alignright {
    float: right;
    }

.alignleft {
    float: left
    }
/* End Images */

table.list {
    width: 745px;
    margin-left: 5px;
    padding: 0;
}
table.list th {
    background-color: #cccccc;
    padding: 3px 20px;
    font-weight: normal;
    text-align: left;
    font-size: 9pt;
}
table.list td {
    border-bottom: 1px solid #cccccc;
    padding: 3px 20px;
    text-align: left;
    font-size: 9pt;
}
table.list th.oa_number, table.list td.oa_number {
    width: 50px;
}
table.list th.oa_date, table.list td.oa_date {
    width: 250px;
}
table.list th.more_link, table.list td.more_link {
    width: 35px;
}
table.list td.even {
    background-color: #f9f9f9;
}
img.img_more {
    border: none;
}