@import "base.css";
@import "frame.css";

@media screen and (max-width:769px){
#bodyContent {
	padding-top: 0;
}
#bodyContent #S_Ticket {
	border-top: solid 1px #eee;
	padding-top: 25px;
}
#Event-block .block {
	border-bottom: solid 1px #eee;
	margin-bottom: 16px;
	padding-bottom: 20px;
}
#Event-block .block-bottom {
	margin-bottom: 16px;
}	
#Event-block h1 {
	margin-bottom: 23px;
	font-size: 15px;
	font-weight: bold;
	color: #e61216 !important;
}
#Event-block h2 {
	margin-bottom: 12px;
	font-size: 13px;
	font-weight: bold;
	color: #444;
}
#Event-block p {
	margin-bottom: 14px;
	font-size: 12px;
	line-height: 1.8;
	color: #666;
}
#Event-block table {
	color: #666;
}
#Event-block th {
	background-color: #e61216;
	border: solid 1px #fff;
	padding: 10px 19px 10px 19px;
	font-size: 13px;
	color: #fff;
	text-align: left;
}
#Event-block td {
	border: solid 1px #fff;
	padding: 10px 19px 10px 19px;
	font-size: 13px;
	text-align: left;
}


}

@media screen and (min-width:770px){

/* Clear Float */
#S_body dl:after,
.row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#S_body dl,
.row {
    zoom: 1;
}

/* HEADER */
#header {
height: 106px;
}

/* CONTAINER */
#container {}
#bodyContent {
position:relative;
margin-top: 18px;
}

/* GLOBALmenu */
#globalMenu {
	display: none;
}

/* SIDEmenu */
#sideMenu {
	display: none;
}

/* CONTAINER */
#container {
padding-top: 176px;
}

/* Event-block */
#bodyContent #Event-block {
	border-top: none;
	margin-left: 140px;
	padding: 0 0 24px 0;
	width: 750px;
}
#Event-block .block {
	border-bottom: solid 1px #eee;
	margin-bottom: 25px;
	padding-bottom: 30px;
}
#Event-block .block-bottom {
	margin-bottom: 25px;
}
#Event-block h1 {
	margin-bottom: 42px;
	font-size: 21px;
	font-weight: bold;
	color: #e61216 !important;
}
#Event-block h2 {
	margin-bottom: 22px;
	font-size: 16px;
	font-weight: bold;
	color: #444;
}
#Event-block h2.event-name {
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: bold;
	color: #444;
}
#Event-block p {
	margin-bottom: 14px;
	font-size: 13px;
	line-height: 1.8;
	color: #666;
}
#Event-block table {
	color: #666;
}
#Event-block th {
	background-color: #e61216;
	border: solid 2px #fff;
	padding: 10px 19px 10px 19px;
	font-size: 13px;
	color: #fff;
	text-align: left;
}
#Event-block td {
	border: solid 2px #fff;
	padding: 10px 19px 10px 19px;
	font-size: 13px;
	text-align: left;
}

/* S_Social */
#S_Social dl {
	display: none;
}

}


#Event-block td.place{
	width:30%;
}

#Event-block td strong{
	font-size: 15px;
}
	
#Event-block td strong.e-name{
	color: #e61216;
}

#Event-block table {
	border-collapse: collapse;
	width: 100%;
}
#Event-block tr.tr1 td {
	background-color: #f9f9f9;
}
#Event-block tr.tr2 td {
	background-color: #eee;
}

#Event-block tr.event-area td {
	background-color: #e61216;
	color: #fff;
	font-weight: bold;
}

.newsTitle{
clear:both;
margin:0;
padding:10px 10px 10px 17px;
font-size: 15px;
font-weight:bold;
border:1px solid #e9e2d8;
border-bottom:0;
background-color:#E7241C;
color:#fff;
}


div.post {
    margin: 0 0 20px 0;
    padding: 20px 10px 20px 20px;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}

.event dl{
	width:100%;
	margin-bottom:25px
}
.event2 dl,.event3 dl {
	width:100%;
}
.event3 dl{
	font-size:13px;
	}
.event dt,.event2 dt,.event3 dt {
  float:left;
  font-weight:bold;
  }
.event dd {
  margin-left:180px;
}
.event2 dd {
  margin-left:80px;
}
.event3 dd {
  margin-left:120px;
}



.link {
	margin-top: 33px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}
.link a {
	background: #eee;
	padding: 15px;
	font-size: 14px;
	color: #666 !important;
	display: block;
	text-align: center;
	text-decoration: none;
}
.link a span{
	background: url(../img/news_arw.png) no-repeat right 0px;
	padding-right: 32px;
}
.link a:hover {
	background: #e61216;
	color: #fff !important;
	text-decoration: none;
}
.link a:hover span {
	background: url(../img/news_arw.png) no-repeat right -100px;
}