#mainContent #topImgArea .contentInner {
	max-width: 1024px;
	margin: 0 auto;
	margin-top: 120px;
	height: 120px;
	background: url("../img/bk_moshi.jpg") center 0;
	background-attachment: fixed;
	-webkit-background-size: 1024px;
	-o-background-size: 1024px;
	background-size: 1024px;
}

@media screen and (max-width: 767px) and (hover: none) {
	#mainContent #topImgArea .contentInner {
		width: 100%;
		padding: 0;
		margin-top: 50px;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

#mainContent #article #mainArea #trialTest #flyer img {
	width: 280px;
	/*float:right*/
	;
	border: 1px solid #aaa;
	padding: 5px;
	/*margin-left:15px;*/
	margin-right: 15px;
}

@media screen and (max-width: 767px) and (hover: none) {
	#mainContent #article #mainArea #trialTest #flyer img {
		float: none;
		margin-bottom: 10px;
	}
}

#mainContent #article #mainArea #trialTest dl {
	width: 100%;
	font-size: 14px;
	font-size: "1.4rem";
	line-height: 1.5
}

#mainContent #article #mainArea #trialTest dt {
	display: flex;
	width: 10em;
	clear: left;
	float: left;
	margin-bottom: 15px;
}

#mainContent #article #mainArea #trialTest dd {
	display: flex;
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) and (hover: none) {
	#mainContent #article #mainArea #trialTest dt {
		width: 30%;
	}

	#mainContent #article #mainArea #trialTest dd {
		width: 70%;
	}
}

#mainContent #article #mainArea #trialTest table {
	border: 1px solid #bae4d2
}

#mainContent #article #mainArea #trialTest table tr {
	border-bottom: 1px solid #bae4d2
}

#mainContent #article #mainArea #trialTest table th {
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	border: none;
	background: #e3f4ed;
	white-space: nowrap;
}

#mainContent #article #mainArea #trialTest table td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	border: none;
	white-space: nowrap;
}

#mainContent #article #mainArea #venue ul {
	font-size: 14px;
	font-size: "1.4rem";
	margin-bottom: 20px;
}

#mainContent #article #mainArea #range table {
	font-size: 14px;
	font-size: "1.4rem";
	width: 100%;
}

#mainContent #article #mainArea #range table th {
	width: 33%;
	background: #eee;
	padding: 3px 2px;
	border: 1px solid #bae4d2;
	vertical-align: top;
}

#mainContent #article #mainArea #range table td {
	padding: 3px 2px;
	border: 1px solid #bae4d2;
	vertical-align: middle;
	text-align: center;
}

@media screen and (max-width: 767px) and (hover: none) {
	#mainContent #article #mainArea #range table {
		font-size: 12px;
		font-size: "1.2rem";
		border: none;
	}

	#mainContent #article #mainArea #range table thead {
		display: none;
	}

	#mainContent #article #mainArea #range table tr {
		display: block;
	}

	#mainContent #article #mainArea #range table th,
	td {
		padding: 3px 2px;
		border: 1px solid #bae4d2;
		width: 100%
	}

	#mainContent #article #mainArea #range table td {
		display: flex;
		padding: 10px;
		width: 90%;
		text-align: left;
	}

	#mainContent #article #mainArea #range table td::before {
		content: attr(data-label);
		font-weight: bold;
		color: #019844;
		display: inline-flex;
		max-width: 3em;
		min-width: 3em;
	}
}

h4.area {
	font-size: 18px;
	font-size: "1.8rem";
	line-height: 1.0;
	color: #019844;
	margin-bottom: 10px;
	border-bottom: 1px dashed #019844;
	padding-bottom: 5px;
	clear: both;
}

h4.area:before {
	font-family: FontAwesome;
	content: "\f279";
	margin-right: 10px;
	color: #019844;
}

h4.venue {
	font-size: 16px;
	font-size: "1.6rem";
	line-height: 1.0;
	color: #019844;
	clear: both;
}

/*h4.venue:before{font-family:FontAwesome;content:"\f041";margin-right:10px;color:#019844;}*/
h5.caution {
	font-size: 14px;
	font-size: "1.4rem";
	line-height: 1.0;
	color: #019844;
	margin-bottom: 10px;
	padding-bottom: 5px;
	clear: both;
}

h5.caution:before {
	font-family: FontAwesome;
	content: "\f071";
	margin-right: 10px;
	color: #019844;
}

#mainContent #article #mainArea #venue .map {
	padding: 3px;
	background: url("/common/img/bg_01.gif")0 0 repeat;
	margin-bottom: 20px;
	width: 402px;
	float: left;
	margin-right: 2em;
}

#mainContent #article #mainArea #venue .map img {
	border: 1px solid #aaa;
}

@media screen and (max-width: 767px) and (hover: none) {
	#mainContent #article #mainArea #venue .map {
		width: 98%;
	}
}

#mainContent #article #mainArea #venue dl {
	font-size: 14px;
	font-size: "1.4rem";
	line-height: 1.5;
	float: right;
	width: 300px
}

#mainContent #article #mainArea #venue dt {
	width: 7em;
	clear: left;
	float: left;
	margin-bottom: 15px;
	color: #019844
}

#mainContent #article #mainArea #venue dd {
	margin-bottom: 15px;
	margin-left: 7em;
}

@media screen and (max-width: 767px) and (hover: none) {
	#mainContent #article #mainArea #venue dl {
		width: 100%;
	}
}