@charset "utf-8";

/* Table Of Contents
----------------------------------------

# sidebarLeft
# content
# sidebarRight

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


/* # content
---------------------------------------------------------------------------- */

div#content div.section table.kityoTable {
	background: none repeat scroll 0 0 #F0F0F0;
    padding-top: 10px;
    text-align: center;
}

div#content div.section table.kityoTable th.time {
    background: none repeat scroll 0 0 #F0F0F0;
    padding-top: 10px;
    text-align: center;
	vertical-align: top;
    width: 155px;
}

div#content div.section table.kityoTable td {
    background:#F0F0F0;
	border: #FFF solid 1px !important;
    padding: 11px 22px 11px 17px;
	vertical-align: top;
}

div#content div.section table.kityoTable td dl.session dt {
    float: left;
    font-weight: bold;
    margin: 0 0 5px;
	padding: 0 !important;
	text-align: left;
    width: 455px;
}

div#content div.section table.kityoTable td dl.session dd.description {
    clear: both;
}

div#content div.section table.kityoTable td dl.session dd.description p.button {
    display: none;
    margin: 0;
    overflow: hidden;
}

div#content div.section table.kityoTable td dl.session dd.description p.button a {
    background: url(../images/btn_puls.gif) 0px 4px no-repeat;
    display: block;
    float: left;
    height: 15px;
    line-height: 1;
    text-indent: -9999px;
    vertical-align: baseline;
    width: 15px;
}

div#content div.section table.kityoTable td dl.session dd.description p.button a.close {
    background: url(../images/btn_minus.gif) 0px 4px no-repeat;
}

div#content div.section table.kityoTable div.btnArea {
	background: #fff;
	border: 1px solid #CCCCCC;
	padding: 13px;
}


div#content div.section table.kityoTable li.code {
    background:#5B5B5B;
    color: #FFFFFF;
	float: left;
    font-weight: bold;
	margin: 0 3px 3px 0;
    padding: 1px 3px;
	width: auto !important;
}