@charset "UTF-8";



/* Parts_Table（表組み） --------------------------------------------------- */

#Page_Event {
width: 720px;
}

#Page_Event .Parts_Table {
width: 100%;
margin: 0 0 0 0;
border-top: solid 1px #c9c9c9;
border-left: solid 1px #c9c9c9;
border-collapse: collapse;
}

#Page_Event .Parts_Table caption {
margin: 0 0 2px 0;
/* font-size: 80%; */
text-align: right;
}

#Page_Event .Parts_Table a{
color: #1BB6CC;
text-decoration: underline;
font-size: 129%;
font-weight:bold;
}

#Page_Event .Parts_Table .midashi{
color: #000000;
font-size: 129%;
font-weight: bold;
line-height: 1.4;
}

#Page_Event .Parts_Table .time {
margin: 0 0 2px 0;
font-size: 86%;
}

#Page_Event .Parts_Table .Theme {
margin: 0 0 2px 0;
font-size: 86%;
font-weight:bold;
}

#Page_Event .Parts_Table .lead {
margin: 0 0 2px 0;
font-size: 85%;
}

#Page_Event .Parts_Table th, .Parts_Table td {
padding: 6px 6px 5px 8px;
border-right: solid 1px #c9c9c9;
border-bottom: solid 1px #c9c9c9;
vertical-align: top;
}

/* Table01  */

.Table01 th {
color: #ffffff;
background: #000;
font-weight: bold;
font-size: 120%;
width: 33%;
}

.Table01 td {
}

.Table01 td .Executive {
margin: 0 10px 0 0;
vertical-align: middle;
}

/* Color  */

.Parts_Table .Color1 {
background: #f6e8e8;
}

.Parts_Table .Color2 {
background: #f5f1ee;
}



.dateTitle{
	height:35px;
	line-height:35px;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	background-color:#000;
	margin-bottom:20px;
	padding-left:10px;
}



/* イベント詳細一覧 --------------------------------------------------- */

#Page_Event p {
margin: 0;
padding: 0;
}

#Page_Event .DateTitle {
height:35px;
line-height:35px;
font-size:20px;
font-weight:bold;
color:#FFF;
background-color:#000;
margin-bottom:20px;
padding-left:10px;
}

#Page_Event .Mds {
width: 715px;
margin: 0 0 30px 0;
background: #ebebeb;
border-left: 5px solid #cc0000;
}

#Page_Event .Mds .Text {
float: left;
padding: 0 0 0 10px;
font-size: 136%;
}

#Page_Event .Mds .Time {
float: right;
padding: 0 10px 0 0;
color: #c60000;
font-size: 129%;
}

#Page_Event .clearBox {
margin: 0 0 40px 0;
}

#Page_Event .eventLef {
float:left;
width:560px;
padding-right:20px;
}

#Page_Event .eventLef .Lead {
margin: 0 0 30px 0;
font-size: 93%;
line-height: 1.8em;
}

#Page_Event .Lead {
margin: 0 0 30px 0;
font-size: 93%;
line-height: 1.8em;
}

#Page_Event .eventLef .Time {
font-weight: bold;
}

#Page_Event .eventRig {
float:right;
width:140px;
}

#Page_Event .eventRig .Photo {
margin: 0 0 10px 0;
}

#Page_Event .eventRig .Name {
font-size: 14px;
font-weight: bold;
}

#Page_Event .eventRig p {
font-size:12px;
line-height:140%;
}

#Page_Event .eventRig2 {
float:left;
width:700px;
}

#Page_Event .eventRig2 .Name {
font-size: 14px;
font-weight: bold;
}

#Page_Event .eventRig2 p {
font-size:12px;
line-height:140%;
}

#Page_Event .Title {
margin: 0 0 20px 0;
font-size: 18px;
font-weight: bold;
line-height: 1.4em;
}

#Page_Event .Title span {
display: block;
margin: 0 0 20px 0;
padding:0 0 0 50px;
font-size: 18px;
}

#Page_Event .Alert {
color:#D12123;
}


/* float  --------------------------------------------------- */

.f_l {
float: left;
}

.f_r { 
float: right;
}


/* ClearFix  --------------------------------------------------- */

.ClearFix {
zoom: 1;
}

.ClearFix:after {
content: ""; 
display: block; 
clear: both;
}

.clearBox,.Mds {
zoom: 1;
}

.clearBox:after, .Mds:after {
content: ""; 
display: block; 
clear: both;
}	