<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* floatBnr */

#floatBg{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	display /*\**/: none \9;
}

#floatBg.off{
	display: none;
}
#float,
#floatArea {
	position: relative;
	z-index: 9999;
	width: 960px;
	height: 634px;
}
#float {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#floatArea {
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: move;
}
#floatBtArea {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width:200px;
	text-align: center;
}
#floatBtArea .btn-detail {
	padding: 20px;
}
.floatClose {
	position: absolute;
	top: -40px;
	right: 0;
}
#floatSp {
	display: none;
}

#float2, #floatArea2 {
  z-index: 999;
  width: 240px;
  height: 112px;
}
#float2 {
  position: fixed;
  top: 130px;
  right: 25px;
  width: 240px;
  height: 112px;
  z-index: 999;
}
#floatArea2 {
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: move;
}
#float2 .btn-link {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 240px;
  height: 112px;
  z-index: 102;
}
#float2 .close2 {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 104;
}
#float .float-img {
  z-index: 100;
}
#float2.sp {
	display: none;
}

@media only screen and (max-width: 670px){
	#float2.pc {
		display: none;
	}
	#float2.sp {
		display: block;
	}
	#float2 {
    display: block;
    position: relative!important;
    top: 0;
    left: 0;
    width: 240px;
    height: 112px;
    text-align: center;
    margin: 0 auto 40px;
	}
	#floatArea2 {
    display: block;
    margin: auto;
	}
	#float2 .close {
    display: none;
	}
	#mainContent p.float-img,
	#mainContent p.btn-link {
		white-space: nowrap;
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 640px) {

	#float {
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.7);
		/*display: none;*/
	}
	#floatArea{
		width: 100%;
	}

	#floatArea {
		position: absolute;
		top: 20%;

		cursor: move;
	}

	#floatSp {
		position: relative;
		display: block;
		margin-bottom: 40px;
		width: 304px;
		margin: 30px auto;
	}
	#floatSp .btn-detail {
		position: absolute;
		bottom: 70px;
		left: 20px;
	}
	#floatSp ul {
		overflow: hidden;
		position: absolute;
		bottom: -8px;
		left: 20px;
		}
	#floatSp li {
		float: left;
		}
	#floatBtArea {
		left: 0;
		right: 0;
		width: 94.73684210526315%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 340px) {
	#floatSp {
		width: auto;
	}
	#floatSp .btn-detail {
		left: 5px;
	}
	#floatSp ul {
		left: 5px;
		}
}


/*fixFooter*/
#fixFooter {
    background: #274e4b;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9999;
	text-align: center;
	display: none;
}
#fixFooter ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 15px 50px;
}

@media only screen and (max-width: 640px)  {
	#fixFooter {
		position: static;
	}
	#fixFooter ul {
		padding: 30px 10px 0;
	}
	#fixFooter ul li {
		padding: 0 0 30px;
	}

}

</pre></body></html>