﻿@charset "UTF-8";

/*=================================*/
/*  Tag  						   */
/*=================================*/


/*=================================*/
/*  ID  						   */
/*=================================*/
#main {
	margin: 20px 0 15px 0;
	width: 980px;
	height: 155px;
	text-align: center;
}

#contents {
	clear: both;
	width: 980px;
	height: auto;
	margin-top: 20px;
}


/*=================================*/
/*  CLASS  						   */
/*=================================*/



/* ------------------------------------------------------------------------------------------------------------ */
/*=================================*/
/*  #main						   */
/*=================================*/
#main img {
	float: left;
	margin: 0 12px 0 0;
}

#main img.last {
	margin: 0;
}


/*=================================*/
/*  #contents					   */
/*=================================*/
#contents h3 {
	margin: 15px 0 3px 0;
	font-size: 13px;
}

#contents p {
	margin-left: 5px;
	font-size: 12px;
}

#contents #schedule {
	float: left;
	width: 721px;
}

#contents #schedule .schedule_detail {
	margin: 0 0 15px 13px;
}

#contents #schedule .schedule_detail .title {
	margin-top: 20px;
}

#contents #schedule .schedule_detail .review {
	margin-left: 20px;
	vertical-align: -3px;
}

#contents #sponsor {
	float: left;
	width: 240px;
	margin-left: 15px;
}

#contents #sponsor #sponsor_list {
	margin: 10px auto; /* Setupの際は、 20px auto */
	width: 120px;
	text-align: center; /* 削除 */
}

#contents #sponsor #sponsor_list img {
	margin: 20px 0;
}



/*=================================*/
/*  #schedule					   */
/*=================================*/
#contents #schedule .schedule_detail h2 .report:active {
	/* for Javascript */
	position: relative;
	top: 1px;
	left: 1px;
}

#contents #schedule .schedule_detail p a {
	color: #1760aa;
	text-decoration: underline;
	font-weight: bold;
}

#contents #schedule .schedule_detail p a:active {
	position: relative;
	top: 1px;
	left: 1px;
}

#contents #schedule .schedule_detail table {
	width: 690px;
	border: 0pt none;
	border-collapse: collapse;
	/*border: 1px #333333 solid;*/
}

#contents #schedule .schedule_detail tbody {
	font-size: 11px;
}

#contents #schedule .schedule_detail tr {
	background-color: #FFFFFF;
}

#contents #schedule .schedule_detail td {
	padding: 2px; /* 本来は 3px */
	vertical-align: top;
	/*border: 1px #333333 solid;*/
}

#contents #schedule .schedule_detail td.start {
	text-align: right;
	white-space: nowrap;
	width: 65px;
}

#contents #schedule .schedule_detail td.end {
	text-align: right;
	white-space: nowrap;
	width: 60px;
}

#contents #schedule .schedule_detail td.session {
	font-weight: bold;
	padding-left: 10px;
	text-align: left;
	width: 560px;
}

#contents #schedule .schedule_detail td.session a {
	font-size: 12px;
	color: #1760aa;
	cursor: pointer;
	text-decoration: none;
}

#contents #schedule .schedule_detail td.session a:hover {
	text-decoration: underline;
}

#contents #schedule .schedule_detail td.session div.sessiondescription {
	font-weight: normal;
}

