<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.title1,.title2,.title3{
  font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

.mtop{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #00cc33;
	background-image: url(../images/menubg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.mfee,.mservice,.mcompany,.mcontact{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}



.dialog-buttons{
	height:0;
	overflow:hidden;
}

.smoke-base {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all .3s;
  -webkit-transition: opacity .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-align:center;
}

.smoke-base.smoke-visible {
  opacity: 1;
  visibility: visible;
}

.smokebg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}


.dialog-prompt {
  margin-top: 5px;
  text-align: center;
}


.smoke {
  max-width: 620px;
  font-weight:bold;
  text-align: left;
  line-height: 130%;
  box-shadow: 0 0 10px 3px #666666;
}



.dialog-prompt input {
  margin: 0;
  border: 0;
  font-family: sans-serif;
  outline: none;
  border: 1px solid #333;
  width: 97%;
  background-color: #fff;
  font-size: 15px;
  padding: 5px;
}

.smoke-base {
  background: rgba(0,0,0,.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000,endColorstr=#900000000);
}

.smoke-base .dialog {
  top: 10%;
  width: 50%;
}

.smoke-base .dialog-inner {
}

.smoke {
  text-transform: uppercase;
  background-color: rgba(255,255,255,1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff);
}

.queue{
	display:none;
}

.mainphot{
	width:100%;
}</pre></body></html>