@charset "utf-8";
/* CSS Document */

.modal {
  position:absolute;
  width:100%;
  height:100vh;
  top:0;
  left:0;
  display:none;
}

/* モーダルウィンドウの中身のスタイル */
.modal .inner {
  position:absolute;
  z-index:11;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}

div.FloatBtm	{
	
}

div.FloatBtm p a	{
	padding:0;
	background:none;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

div.FloatBtm p	{
	margin:0 auto;
	padding:10px;
}
div.FloatBtm p img	{
	margin:0 !important;
}

#modal-open {
  color: #cc0000;
}
/* モーダル コンテンツエリア */
#modal-main {
	display: none;
	width: 90%;
	height: 350px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	position:fixed;
	z-index: 1020;
}
/* モーダル 背景エリア */
#modal-bg {
	display:none;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	left:0;
	z-index: 1010;
}

div.modal-main-close	{
	text-align:right;
	margin:5px 10px 5px;
}

#modal-main table.FooterFixZipFrame tr td:nth-child(5) a p	{
	font-size:3vmax;
	margin:0;
	padding:7px 0 0 0;
	color:#FFFFFF;
	
}

div.modal-main-text	{
	margin:10px 0;
	text-align:center;
	width:100%;
}

.floating {
  position: fixed;
  right: 0px;
  bottom: 0px;
  display: none;
  background:#f6f6f6;
  height:75px;
  box-shadow: 0px -5px 5px 3px rgba(0,0,0,0.3);
  z-index:997;
}
.floating a {
  display: block;
  color: #fff;
  background: #000;
  padding: 8px;
  text-decoration: none;
  opacity: 0.6;
}


.floating a:hover {
  opacity: 1;
}

div.FloatBtm	{
	
}

div.FloatBtm p a	{
	padding:0;
	background:none;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

div.FloatBtm p	{
	margin:0 auto;
	padding:10px;
}
div.FloatBtm p img	{
	margin:0 !important;
}




@media screen and (max-width: 768px){

	.floating {
  position: fixed;
  right: 0px;
  bottom: 0px;
  display: none;
  background:#f6f6f6;
  height:75px;
  box-shadow: 0px -5px 5px 3px rgba(0,0,0,0.3);
  z-index:997;
}
.floating a {
  display: block;
  color: #fff;
  background: #000;
  padding: 8px;
  text-decoration: none;
  opacity: 0.6;
}


.floating a:hover {
  opacity: 1;
}

	
/*.trigger{
	display: block;
	cursor: pointer;
	position: relative;
}
.trigger:after{
	content: url(/sp/asset/images/satei/detail-modal-off.png);
	margin-top: -6px;
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: 999;
}
.trigger.active:after{
	content: url(/sp/asset/images/satei/detail-modal-on.png);
}*/
}