@charset "utf-8";

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;
}

.contents_inner .color_change,.contents_inner .color_change2 {
	color:#ffec00;
}

.contents_inner .color_change3 {
	color: #fff;
}

.contents_inner .mailmaga_setting {
	border: none;
	color: #69008E;
	background-color: #fff;
}