@charset "utf-8";

.eventSearchForm input.textWhite,
.eventSearchForm select{
font-size:1em;
}
.newContents div.eventSearchForm{
display:inline-block;
padding-bottom:15px;
}
.newContents input.textWhite,
.newContents select{
font-size:1em;
}
.typeWithSideA .newContents input.textWhite,
.typeWithSideA .newContents select{
font-size:1em;
}

.newContents div.eventSearchForm dl.eventWords{
width:290px;
margin-right:30px;
float:left;
}
.newContents div.eventSearchForm dl.eventWords input{
width:278px;
}
.newContents div.eventSearchForm dl.eventLocation{
width:150px;
margin-right:30px;
float:left;
}
.newContents div.eventSearchForm dl.eventName{
width:222px;
margin-right:30px;
float:left;
}
.newContents div.eventSearchForm p.eventBtn{
width:106px;
float:left;
padding-top:10px;
margin-bottom:0;
}

.newContents .searchResultTxt{
font-size:1em;
padding-top:3px;
}
.newContents .searchResultTxt span{
font-weight:bold;
font-size:1em;
}
.newContents .searchResultTxt span.place{
font-size:1.2em;
}

.newContents table.table th.sortOn{
background:#5F4E44;
color:#FFF;
}
.newContents table.table td img{
margin-top:3px;
}

.newContents .eventH2Block{
position:relative;
width:900px;
}
.newContents .eventH2Block p.showAll{
position:absolute;
right:20px;
top:8px;
}
.newContents .eventH2Block p.showAll a{
background-image:url(/common/images/arrow-small-white.gif);
}
.newContents .eventH2Block p.showAll a:link,
.newContents .eventH2Block p.showAll a:visited{
color:#fff;
text-decoration:none;
}
.newContents .eventH2Block p.showAll a:hover{
color:#64b72f;
background-image:url(/common/images/arrow-small-on.gif);
}


/** tableCell **/
.newContents table.table .eventType{width:130px;}
.newContents table.table .eventStore{width:110px;}
.newContents table.table .eventPref{width:70px;}
.newContents table.table .eventDate{width:160px;}
.newContents table.table .eventDetail{width:330px;}

*:first-child+html .newContents table.table .eventType{width:150px;}
*:first-child+html .newContents table.table .eventStore{width:130px;}
*:first-child+html .newContents table.table .eventPref{width:90px;}
*:first-child+html .newContents table.table .eventDate{width:180px;}
*:first-child+html .newContents table.table .eventDetail{width:350px;}

