﻿/*----------------------------------------------------------------------------------*/
/*                                                                                  */
/*  CATEGORY1 LAYOUT STYLE                                                          */
/*  EVENT / MUSICAL                                                                 */
/*                                                                                  */
/*----------------------------------------------------------------------------------*/

/* -------------------------------------------------------------------------------- */
/*  1-1.COMMON                                                                      */  
/* -------------------------------------------------------------------------------- */

.eventDetail{
	/*background-color:#f9f7f4;*/
	background:url(../img/bg_event.jpg) no-repeat;
	border:solid 1px #e6e5e5;
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	padding:20px 20px 15px 20px;
	margin-bottom:35px;
	}

.eventIcon{
	margin-bottom:15px;
	}

.eventDetail p.evtTitle{
	/*color:#e03d6f;*/
	font-size:12pt;
	font-weight:bold;
	margin-bottom:8px;
	line-height:1.5em;
	}

.eventList{
	margin-bottom:10px;
	}

.eventList dt{	
	/*font-weight:bold;*/
	margin-bottom:3px;
	}

.eventList dt p{
	font-size:11pt;
	}
.eventList dd a{
	color:#989898;
	}

.eventList2 p.evtPhoto{
	width:205px;
	float:right;
	text-align:right;
	}

.eventList2 dl{
	width:340px;
	float:left;
	}

.toggleBtn{
	height:21px;
	/*border-top:dotted 1px #aba0a0;*/
	text-align:center;
	background:url(../img/icon_event_arrow.gif) no-repeat center bottom;
	cursor: pointer;
	}

.toggleBtn + div{
	display:none;
	background-color:#f9f7f4;
	padding:20px;
	font-size:10pt;
	line-height:1.7em;
	/*
	-moz-border-radius: 0 0 8px 8px / 0 0 8px 8px ;
	-webkit-border-radius: 0 0 8px 8px / 0 0 8px 8px ;
	border-radius: 0 0 8px 8px / 0 0 8px 8px ;
	*/
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	margin-top:15px;
	}

	


/* -------------------------------------------------------------------------------- */
/*  4-1.IMG                                                                         */  
/* -------------------------------------------------------------------------------- */

.cateSearch dt , .toggleBtn{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
    }	
	
/* -------------------------------------------------------------------------------- */
/*  5-1.CLEARFIX                                                                    */  
/* -------------------------------------------------------------------------------- */	

.eventList2:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
	
	