.hidden {
  display: none;
}
.dummy-image {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: #999;
}
.ui-toggle-button input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.ui-toggle-button .states .state-on {
  display: none;
}
.ui-toggle-button .states .state-off {
  display: inline-block;
}
.ui-toggle-button input:checked + .states .state-on {
  display: inline-block;
}
.ui-toggle-button input:checked + .states .state-off {
  display: none;
}
.ui-slide-list {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: margin-left 0.3s ease 0s;
  -webkit-transition: margin-left 0.3s ease 0s;
}
.ui-slide-list.next {
  margin-left: -100%;
}
.color-red {
  color: #E93B39;
}
.align-center {
  text-align: center;
}
.icon {
  background: url("icon.png") top left no-repeat;
}
.icon-chevron-circle-left-large {
  width: 31px;
  height: 31px;
  background-position: -10px -10px;
}
.icon-chevron-circle-right-large {
  width: 31px;
  height: 31px;
  background-position: -10px -51px;
}
.icon-chevron-circle-left {
  width: 25px;
  height: 25px;
  background-position: -10px -92px;
}
.icon-chevron-circle-right {
  width: 25px;
  height: 25px;
  background-position: -10px -127px;
}
.icon-external {
  width: 25px;
  height: 20px;
  background-position: -10px -162px;
}
.icon-rotate {
  width: 18px;
  height: 19px;
  background-position: -10px -192px;
}
.icon-triangle-right {
  width: 7px;
  height: 10px;
  background-position: -10px -221px;
}
.icon-triangle-right-white {
  width: 7px;
  height: 10px;
  background-position: -27px -221px;
}
.icon-chevron-left-white {
  width: 5px;
  height: 8px;
  background-position: -10px -241px;
}
.icon-chevron-right {
  width: 5px;
  height: 8px;
  background-position: -25px -241px;
}
.icon-chevron-down-brown {
  width: 8px;
  height: 5px;
  background-position: -10px -259px;
}
.icon-chevron-down {
  width: 8px;
  height: 5px;
  background-position: -28px -259px;
}
.icon {
  display: inline-block;
  background-image: url(../img/icon/icon.png);
  vertical-align: middle;
}
body {
  margin: 0;
  background-color: #F9F9F8;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a img {
  border: none;
}
input,
textarea,
button {
  font-family: inherit;
}
body {
  background-color: inherit;
}
.wdg-print {
  width: 654px;
  margin: 1em auto;
}
.wdg-print header {
  border-bottom: 1px solid #333;
  padding: 0 0 1em 0;
}
.wdg-print header h1 {
  margin: 0;
  float: left;
  line-height: 30px;
}
.wdg-print header ul {
  list-style-type: none;
  text-align: right;
  margin: 0;
}
.wdg-print header li {
  display: inline-block;
  font-size: 0.88em;
  color: #666;
  margin-left: 1em;
}
.wdg-print header button {
  vertical-align: middle;
  border: 1px solid #666;
  padding: .5em 1.5em;
  font-size: 1em;
  background-color: #fff;
}
.wdg-print header button:hover {
  background-color: #eee;
}
.wdg-print header button .icon {
  margin-right: .5em;
  vertical-align: middle;
}
.wdg-print article:after {
  content: "";
  clear: both;
  display: table;
}
.wdg-print article h1 {
  border-bottom: 1px solid #333;
  font-size: 1.25em;
  padding: .5em 0;
  margin: 0 0 1em 0;
}
.wdg-print article p {
  font-size: 0.69em;
  margin: 1em 0;
}
.wdg-print .loading {
  padding: 3em;
  text-align: center;
  color: #999;
}
.wdg-print .parts-list {
  float: left;
  width: 382px;
  color: #111;
}
.wdg-print .parts-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0.69em;
}
.wdg-print .parts-list li {
  border-bottom: 1px solid #666;
  padding: .5em 0;
  padding-left: 14em;
}
.wdg-print .parts-list li .label {
  display: inline-block;
  width: 14em;
  margin-left: -14em;
}
.wdg-print .parts-list li .category:after {
  content: ">";
  display: inline-block;
  margin: 0 .5em;
}
.wdg-print .parts-list .note {
  color: #666;
  font-size: 0.63em;
  text-align: right;
}
.wdg-print .parts-list .total {
  border: 1px solid #666;
  padding: .3em .5em;
}
.wdg-print .parts-list .total:after {
  content: "";
  clear: both;
  display: table;
}
.wdg-print .parts-list .total .label {
  display: inline-block;
  float: left;
}
.wdg-print .parts-list .total .price {
  display: inline-block;
  float: right;
  font-weight: bold;
}
.wdg-print .preview {
  float: right;
  width: 227px;
}
.wdg-print .preview .view {
  position: relative;
  width: 227px;
  height: 160px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wdg-print .preview .view li {
  list-style-type: none;
  position: absolute;
  width: 100%;
}
.wdg-print .preview .view img {
  width: 100%;
  height: auto;
  position: absolute;
}
.wdg-print .preview .caption {
  display: block;
  margin: .5em 0 2em 0;
  text-align: right;
  font-size: 0.75em;
}
.wdg-print aside {
  margin: 3em 0 1em 0;
}
.wdg-print aside .message {
  background-color: #eee;
  padding: 1em 1.5em;
  border-radius: .5em;
  margin: 0 10px;
}
.wdg-print aside .message h3 {
  font-size: 1em;
  margin: 0;
}
.wdg-print aside .message p {
  font-weight: bold;
  font-size: 0.88em;
  margin: 1em 0 0 0;
}
.wdg-print aside .note {
  list-style-type: none;
  margin: 1em 0;
  padding: 1em 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.wdg-print aside .note li {
  font-size: 0.63em;
  margin-left: 1em;
  text-indent: -1em;
}
.wdg-print footer .copyright {
  text-align: center;
  font-size: 0.63em;
}
