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

dl.event_detail > dd .insert_img {
	width: 110%;
	margin-top: 12px;
	margin-left: -5%;
	}
.insert_img img {
	max-width: 565px;
	margin: 0 auto;
	display: block;
	}
.free_contents {
	border: 2px solid #fe7e01;
	border-radius: 5px;
	padding: 16px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 20px auto;
	width: 90%;
	position: relative;
	}
.free_contents h4 {
	text-align: center;
	color: #e554ff;;
	font-size: 16px;
	line-height: 1.4;
	margin-top: 12px;
	border-bottom: 1px solid #e554ff;
	padding-bottom: 16px;
	}
	
.free_contents img {
	position: absolute;
	top: -46px;
	left: 3%;
	width: 80px;
	height: 80px;
	}
.free_contents table {
	margin-top: 16px;
	}
.free_contents th {
	color: #ffec00;
	text-align: left;
	font-size: 110%;
	padding: 8px 0 0 28px;
	position: relative;
	}
.free_contents th:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(/event/images/obake@2x.png) 0 0 no-repeat;
	background-size: 24px;
	-webkit-background-size: 24px;
	position: absolute;
	top: 8px;
	left: 0px;
	transform: scale(-1,1);
	}
	
.free_contents td {
	padding: 0 0 16px 0;
	}

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


