
/*
Theme Name: sciencetokyo
Author: sciencetokyo
Description: original theme
version： 2.0.0
*/
table.event {
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.event th {
    padding: 8px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table.event td {
    padding: 8px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}


table {
    border: 1px #000000 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table th {
    padding: 8px;
    border: 1px #000000 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table td {
    padding: 8px;
    border: 1px #000000 solid;
    border-width: 1px 1px 1px 1px;
    text-align: left;
}

table.noborder, table.noborder th, table.noborder td {
    border : 0px;
}

table.fixedwidth {
    table-layout: fixed;
}

td.justifyright {
    text-align: right;
}
td.justifyleft {
    text-align: left;
}

div.teacher_list table {
    font-size: 12px;
    width : 100%;
}

.reflect_year { margin-left : 12px }
.reflect_month { margin-left : 24px; }

img.teacher_image {
	width : 80px;
}

table.teacher_table {
	width : 670px;
}

td.photo {
	width : 100px;
}

table.listtable {
	font-size: 12px;
	margin-bottom : 8px;
	margin-top : 8px;
}
