/***
 * form
 *  属性ウィンドウ
 */

.form {
	-webkit-overflow-scrolling: touch;
}

.form_leg {
	width: 20px;
	height: 20px;
	float: left;
	margin: 8px;
}

.form_header {
	color: white;
	padding: 7px;
	padding-left: 38px;
	line-height: 24px;
}

.form div {
	width: 100%;
}

/* テーブル化 */

div.form dl {
	display: inline-block;
	font-size: 14px;
	color: white;
	width:100%;
}

div.form dl dt,
div.form dl dd {
	float: left;
	padding: 4px;
}

div.form dl dt {
	clear: left;
	width: 33%;
	text-align: right;
	background-color: #555;
	border-bottom: 1px solid #666;
	box-sizing: border-box;
}

div.form dl dd {
	font-weight: bold !important;
	color: #666;
	width: 60%;
}


.form_header {
	color: white;
	padding-left: 12px;
	background-color: cornflowerblue;
	padding: 6px;
	padding-left: 12px;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
	
}
.gau-areainfo-props {
	-webkit-overflow-scrolling: touch;
}
.gau-areainfo-props dl {
	background-color: unset !important;
}

.gau-areainfo-props dl dt {
	font-weight: normal !important;
}
/* 閉じるボタン */

#form_close {
	z-index: 1200;
	cursor: pointer;
	position: absolute;
	left:initial;
	right: -14px;
	top: 0;
	width: 40px;
	height: 40px;
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	padding: 4px;
	color: white;

}

/* .swiper-container */
.swiper-slide {
	padding-bottom: 3px;
}

.swiper-container {
	display: none;
	margin: 1em;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
	color: #555;
	background-color: rgba(255, 255, 255, 0.95);
	max-width: 760px;
	min-height: 20%;
	max-height: calc(50% - 25px);
	position: absolute;
	z-index: 1000;
	left: 0;
	bottom: 0;
	width: calc(100% - 2em);
	overflow-y: auto;
	border-radius: 6px;
}

@media screen and (min-width: 960px) {
	.swiper-container {
		width: calc(100% - 305px);
	}
}

/* 下のポチポチ */

.swiper-pagination-bullet-active {
	opacity: 1;
    background: #ffeb3b;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	top: 15px;
}

/* prev&nextボタン */
.swiper-button-next i,
.swiper-button-prev i {
	width: 15px;
	height: 44px;
	cursor: pointer;
	color: cornflowerblue;
	font-size: 30px;
	font-weight: bold;
	line-height: 44px;
}

/*
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: none;
}
*/
.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 15px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 15px 44px;
	-webkit-background-size: 15px 44px;
	background-size: 15px 44px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: none;
}

.swiper-button-next,
.swiper-button-prev {
	-webkit-animation: blink 0.5s ease-in-out infinite alternate;
	-moz-animation: blink 0.5s ease-in-out infinite alternate;
	animation: blink 0.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes blink {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.swiper-button-disabled {
	display: none !important;
}