@charset "utf-8";
/* CSS Document */

#pre_section,
#pre_section2,
#pre_section3 {
	background-image:url(../img/bg_img_01.jpg);
	background-attachment: scroll;
	background-color: #59BEE1;
	background-repeat: no-repeat;
	padding: 20px;
}

#pre_section .present,
#pre_section2 .present,
#pre_section3 .present{
	padding: 15px;
	z-index: 10;
	background-color: rgba( 255, 255, 255, 0.65 );
	color: #333333;
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.4);
	border:1px solid #a1a1a1;
}

#pre_section  .present .pre_ttl,
#pre_section2  .present .pre_ttl,
#pre_section3 .present .pre_ttl{
	font-family: Garamond, 'Yu Mincho', YuMincho, \006e38\00660e\00671d, \0030d2\0030e9\0030ae\0030ce\00660e\00671d\0020\0050\0072\006f\004e\0020\0057\0033, 'Hiragino Mincho ProN', \0048\0047\00660e\00671d\0045, \00ff2d\00ff33\0020\00ff30\00660e\00671d, \00ff2d\00ff33\0020\00660e\00671d, serif;
	font-size: 220%;
	font-weight: bold;
}

#pre_section .present .pre_label,
#pre_section2 .present .pre_label,
#pre_section3 .present .pre_label{
	margin: 10px 10px 0 0;
  padding: 6px 12px 5px 12px;
  font-size: 1.8rem;
  color: #ccc;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: -4px;
  background: #000;
}

.a-pr1em {
	padding-left: 1em;
}

.higwlow_end {
	position: relative;
	max-width:1000px;
	margin-top: 30px;
}

.higwlow_end .overlay-end {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	color: #fff;
	font-size: 2em;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	background-color: rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#55000000,EndColorStr=#55000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#55000000,EndColorStr=#55000000)";
	z-index: 10;
	zoom: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.higwlow_end .overlay-end p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1.2em;
	margin: auto;
	text-align: center;
	font-family: sans-serif !important;
}

@media screen and (min-width: 768px)  {
	.m-list-btn li a {
		width: 500px;
		margin: auto;
	}