<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---
ãã®ä»–ç‹¬ç«‹ãƒšãƒ¼ã‚¸
------------------------------------------------------ */

div.kyushi {
  background:#fff;
  margin:0 auto;
  padding : 20px 0;
  width:960px;
  display:block;
}

span.important{
  color:#ba903c;
  font-size:16px;
}
span.red{
  color:#cc0000;
}

/* --- å…±é€šã‚¹ã‚¿ã‚¤ãƒ« --- */
#faq,#voice,#guide,#shop-information{
  width:95%;
  margin:20px auto;
}

/* --- ã‚ˆãã‚ã‚‹è³ªå• --- */
#faq .faqbox{
  width:650px;
  margin:0 auto 10px auto;
  padding:10px;
  font-size:16px;
  border-bottom:1px dashed #aaa;
}

#faq .faqbox h3{

  font-size:18px;
  font-weight:bold;
  color:#9a5b18;
  height:36px;
  line-height:36px;
  text-indent:40px;

  background-image:url(../img/guide/q.png);
  background-position:left top;
  background-repeat:no-repeat;

  margin-bottom:5px;
}
#faq .faqbox p{
  display:block;
  padding:10px;
  background-image:url(../img/guide/a.png);
  background-position:5px 5px;
  background-repeat:no-repeat;
  background-color:#fff;
  padding-left:50px;
  line-height:160%;
}

/* --- ãŠå®¢æ§˜ã®å£° --- */
#voice p{
  padding:10px;
}

/* --- ãŠè²·ã„ç‰©ã‚¬ã‚¤ãƒ‰ --- */
#guide table{
  width:600px;
  margin:20px auto;
}
#guide p{
  padding:10px 30px;
  line-height:160%;
  letter-spacing:0.1em;
}
#guide img{
  display:block;
  margin:10px auto;
}
#guide h2,
#shop-information h2{
	background-image:url(../img/guide/guide_h2_bg.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:48px;
	line-height:48px;
	color:#131313;
  font-size:20px;
  text-indent:10px;
  font-weight:bold;
  font-family:"ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho Pro", serif;
  clear:both;
}

#guide h3,
#shop-information h3{
  width:160px;
  text-align:center;
  background-color:#764004;
  color:#fff;
  font-weight:bold;
  font-size:14px;
  padding:5px;
  margin:10px;
  font-family:"ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho Pro", serif;

  /* -- CSS3 -- */
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;

  -moz-box-shadow:0px 0px 2px #363636;
  -webkit-box-shadow:0px 0px 2px #363636;
  box-shadow:0px 0px 2px #363636;
}

.guidebox{
  overflow:hidden;
  margin-bottom:50px;
}

ul.guidelist{
	display:block;
	margin:20px auto;
	list-style:none;
	overflow:hidden;
}
ul.guidelist li,
ul.guidelist li a{
	display:block;
	width:160px;
	height:42px;
}
ul.guidelist li{
	float:left;
	line-height:42px;
	margin-right:10px;
	margin-bottom:10px;
text-align:center;                                                                                  
}

ul.guidelist li a{
	background-color:#990000;
	color:#fff;
	text-decoration:none;
	font-size:14px;

	/* --- CSS3 --- */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-redius:5px;
	
	-moz-box-shadow:0 0 2px #363636;
	-webkit-box-shadow:0 0 2px #363636;
	box-shadow:0 0 2px #363636;

}
ul.guidelist li a:hover{ background-color:#fff;color:#990000;text-decoration:none; }

#guide dl{
  display:block;
  width:50%;
  text-align:center;
  float:left;
  overflow:auto;
}

/* ---
åº—èˆ—ç´¹ä»‹
-------------------------------------- */
#shop-information{
}
#shop-information p{
  padding:10px;
}

#shop-information table img{
  display:block;
  margin:0 auto;
  text-align:center;
}

.si-box{
  margin:0 auto 20px auto;
  overflow:hidden;
  position:relative;
}
.si-box p{
  margin-top:50px;
}

.si-box img{
  display:block;
  border:1px solid #cfcfcf;
  background-color:#fff;
  padding:3px;
  margin:10px;
}

.img-left img{
  float:left;
}
.img-right img{
  display:block;
  float:right;
}</pre></body></html>