#instructions{
  margin-top: 10px;
}
#instructions li{
  display:none;
}

.overlay{
  display:block;
  text-align:center;
  color:#fff;
  font-size:16px;
  line-height:20px;
  opacity:0.8;
  background:#4477aa;
  border:solid 3px #336699;
  border-radius:4px;
  box-shadow:1px 1px 5px #333;
  text-shadow:1px 1px 1px #666;
  padding:0 4px;
}
.overlay_arrow{
  left:50%;
  margin-left:-16px;
  width:0;
  height:0;
  position:absolute;
}
.overlay_arrow.above{
  bottom:-15px;
  border-left:16px solid transparent;
  border-right:16px solid transparent;
  border-top:16px solid #336699;
}
.overlay_arrow.below{
  top:-15px;
  border-left:16px solid transparent;
  border-right:16px solid transparent;
  border-bottom:16px solid #336699;
}
.overlay-rd{
  display:block;
  text-align:center;
  color:#fff;
  font-size:16px;
  line-height:20px;
  opacity:0.8;
  background:#993366;
  border:solid 3px #993366;
  border-radius:4px;
  box-shadow:1px 1px 5px #333;
  text-shadow:1px 1px 1px #666;
  padding:0 4px;
}
.overlay-rd_arrow{
  left:50%;
  margin-left:-16px;
  width:0;
  height:0;
  position:absolute;
}
.overlay-rd_arrow.above{
  bottom:-15px;
  border-left:16px solid transparent;
  border-right:16px solid transparent;
  border-top:16px solid #993366;
}
.overlay-rd_arrow.below{
  top:-15px;
  border-left:16px solid transparent;
  border-right:16px solid transparent;
  border-bottom:16px solid #993366;
}

.row{
  font-size:14px;
}

pre{
  font-family:'Ubuntu Mono';
  font-size: 14px;
}

.row{zoom:1;margin-left:-20px;}.row:before,.row:after{display:table;content:"";zoom:1;}
.row:after{clear:both;}
.row>[class*="span"]{display:inline;float:left;margin-left:20px;}
.span1{width:40px;}
.span2{width:100px;}
.span3{width:160px;}
.span4{width:220px;}
.span5{width:280px;}
.span6{width:340px;}
.span7{width:400px;}
.span8{width:460px;}
.span9{width:520px;}
.span10{width:580px;}
.span11{width:640px;}
.span12{width:700px;}
.span13{width:760px;}
.span14{width:820px;}
.span15{width:880px;}
.span16{width:940px;}
.span17{width:1000px;}
.span18{width:1060px;}
.span19{width:1120px;}
.span20{width:1180px;}
.span21{width:1240px;}
.span22{width:1300px;}
.span23{width:1360px;}
.span24{width:1420px;}

pre.prettyprint{
  background:#fff;
  border-color:#c1c1c1;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  -webkit-box-shadow:0 0 10px #999;
  -moz-box-shadow:0 0 10px #999;
  box-shadow:0 0 10px #999;
  padding:5px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.label {
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  margin: 2px 6px;
}

.label {
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.notice {
  background-color: #3a87ad;
}

form input[type=text] {
  border: solid 1px #999999;
  padding: 2px;
}

.edit_marker {
  width: 250px;
  height: 80px;
}

.edit_marker p {
  margin: 0;
}
/*----------------------------------------------------
  table
----------------------------------------------------*/
table {
  border-collapse: collapse;
  width: 100%;
}
table th {
  padding: 10px;
  border: 1px solid #999;
}
table td {
  padding: 10px;
  border: 1px solid #999;
	vertical-align: top;
}
table th {
  background-color: #eee;
  text-align: center;
  width: 30%;
}

@media screen and (max-width: 400px) {
  table {
    border-top: 1px solid #999;
  }
  table td {
    display: block;
    text-align: left;
  }
  table th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
}
/*----------------------------------------------------
  画像リスト
----------------------------------------------------*/
.itemlist {
display: flex;
flex-wrap: wrap;
max-width: 1180px;
margin: 0 auto;
}
ul.itemlist li {
list-style: none;
}
.itemlist li {
max-width: 33.333333%;
padding: 10px;
}
@media screen and (max-width: 767px) {
.itemlist li { max-width: 50%; }
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 414px) {
.itemlist li { max-width: none; }
  .pc { display:none; }
  .sp { display:block; }
}
.itemlist dl, .itemlist dd { margin: 0; }
.itemlist dl { text-align: right; }
.itemlist dt, .itemlist .txt { text-align: left; line-height: 1.6em}
.itemlist dt { font-weight: 700; margin: 0.2em 0}
.itemlist dd { margin-top: .2em; }
.itemlist .price { text-align: left; padding: .4em 1em .4em .4em; background: #eee; line-height: 1.3em;margin-top: .5em;}
.itemlist img { width: 100%; height: auto; margin-bottom: .3em}