@charset "Shift_JIS";

body {
	background: url(/event/images/bg_hw.jpg) top left repeat-x;
	}

.contents {
	background: #fe7e01;
	border-color: #900;
	}
.contents_inner {
	background: #000;
	color: #fff;
	border-radius: 0 0 7px 7px;
	}
h3 {
	margin-top: 0;
	margin-bottom: 0;
	background: #69008e;
	color: #ffec00;
	}
dl.event_detail > dt {
	border: none;
	background: #fe7e01;
	border-radius: 3px;
	color: #4e005a;
	font-weight: bold;
	text-indent: 60px;
	}
dl.event_detail > dt:before {
	width: 50px;
	height: 50px;
	border: none;
	background: url(/event/images/icon_hw.png) 0px 3px no-repeat;
	background-size: 50px;
	-webkit-background-size: 50px;
	top: -18px;
	left: 6px;
	border-radius: 0;
	}
dl.event_detail > dd strong {
	color: #ffec00;
	font-size: 15px;
	}
table.schedule caption {
	color: #ffec00;
	}
table.schedule th {
	border: 2px solid #000;
	background: #69008e;
	}
table.schedule td {
	border: 2px solid #000;
	color: #69008E;
	background: #fff;
	font-weight: bold;
	}
.insert_img img {
	border: 2px solid #FE7E01;
	border-radius: 5px;
	margin-bottom: 12px;
	}


@media screen and (max-width: 480px) {
dl.event_detail > dt {
	text-indent: 50px;
	}
dl.event_detail > dt:before {
	top: -13px;
	left: 5px;
	width: 40px;
	height: 40px;
	background-size: 40px;
	-webkit-background-size: 40px;
	}
}
