@charset "utf-8";
/* CSS Document */



dl.event {
	float:left;
	width:22em;
}

dl.event dt {
	width:3em;
	float:left;
	padding:0px 0px 0px 0px;
	clear:left;
}


dl.event dd {
	margin:0px 0px 0px 3em;
	padding:0px 0px 0px 0px;
}


dl.event dt.contact {
	width:7em;
}

dl.event dd.contact {
	margin:0px 0px 0px 7em;
}



table.normal td p {
	padding-bottom:10px;

}

div#body table.normal th {
	width:auto;
}

div#body table.normal td.date,
div#body table.normal td.contact {
	white-space:nowrap;
}


div#body table.normal td.event_name {
	width:16em;
	/*font-weight:bold;*/
}

div#body table.normal td.event_info {
}


div#body table.normal tr.highlight td {
	background-color:#FFFFCC;
}

div#body table.normal tr.closed td {
	background:url(/news/event/image_v2/bg_closed.gif) repeat;
	color:#555;
}
div#body table.normal tr.closed td a{
	color:#333;
}



.now_icon {
	display:block;
	width:5em;
	margin:6px 0px 6px 0px;
	padding:3px 0px 3px 6px;
	background-color:#CC0000;
	border:#CC0000 1px solid;
	text-align:center;
	font-size:0.8125rem;
	color:#ffffff;
	line-height:1;
}

.past_icon {
	display:block;
	width:5em;
	margin:6px 0px 6px 0px;
	padding:5px 6px 5px 6px;
	text-align:center;
	border:#fff 1px solid;
	font-size:0.8125rem;
	color:#fff;
	line-height:1;
	background:#999;
}

.more_info {
	float:right;
	margin:5px 0px 8px 0px ;
	width:10.5em;
	background:url(/news/event/image_v2/bg_dot_line_t.gif) repeat-y left top;
}

/*customize*/

p.h1_lead {
	margin-bottom:30px;
}

.more_info ul.link {
	margin-left:10px;
}

/*for legacy h3*/
#main h3 { padding: 0 0 0 0.875rem; font-size: 1.125rem; text-align: left; border-left: #D9DCE0 3px solid; position: relative; }
#main h3::before { content: ""; position: absolute; left: -3px; top: 0px; height: 6px; width: 3px; background-color: #E6002D; border-bottom: #fff 3px solid; }
/**/

/* begin clearfix(set_class) */

.set:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.set {display: inline-block;}

/* Hides from IE-mac ¥*/
* html .set {height: 1%;}
.set {display: block;}
/* End hide from IE-mac */

/* end clearfix */


/*---sp---*/
/*tablearea*/
.sp .table_area{
	max-width:100%;
	overflow-x: scroll;
	-webkit-overflow-scrolling:touch;
	font-size: 0.75rem;
	border: #ccc 1px solid;
	box-sizing: border-box;
	padding: 15px 0;
}
.sp .table_area.no_border{
	border:none;
}
.sp .table_area table{
	width: 90% !important;
}
.sp .table_scroll_note{
	color: #fff;
	font-weight: bold;
	font-size: 0.8125rem;
	text-align: center;
	padding: 0.5em 0;
	line-height: 1;
	width: 100%;
	background: #777;
	margin: 1em 0 0;
}

.sp .table_area::-webkit-scrollbar{
	height: 6px;
}
.sp .table_area.no_border::-webkit-scrollbar{
	display: none;
}
.sp .table_area::-webkit-scrollbar-track{
	background-color: #f0f0f0;
}
.sp .table_area::-webkit-scrollbar-thumb{
	background-color: #b5b5b5;
}

