@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
a img {
  border: none;
}
body {
  background: url(/static/image/bg.png) #f5f5f5 top repeat-x;
  font-family: "ＭＳ ゴシック", sans-serif;
}
#box {
  width: 920px;
  margin: 0 auto;
}
#header h1 {
  display: inline-block;
  width: 400px;
  padding-top: 20px;
}
#header .menu {
  display: inline-block;
  width: 500px;
}
#header .menu ul {
  list-style-type: none;
  text-align: right;
}
#footer {
  margin-top: 30px;
  padding: 5px;
  border-top: 1px solid #EEEEEE;
  font-size: 0.8em;
}
#footer .menu ul {
  list-style-type: none;
  text-align: right;
}
#footer .menu ul li {
  display: inline;
}
#footer .menu ul li a {
  display: inline-block;
  padding: 0.4em 0.6em;
  color: #000000;
  text-decoration: none;
}
#footer .menu ul li a:hover {
  color: #000000;
  background: #EEEEEE;
  border-radius: 3px;
}
#footer .copyright {
  margin-top: 2em;
  text-align: center;
}
#nav {
  vertical-align: top;
  display: inline-block;
  width: 200px;
  font-size: 0.8em;
}
#nav .menu ul {
  list-style-type: none;
  padding: 10px 0;
  border-top: 2px solid #DDDDDD;
  background-color: #EEEEEE;
}
#nav .menu ul li a {
  display: block;
  padding: 0.6em 1.5em;
  color: #000000;
  text-decoration: none;
}
#nav .menu ul li a:hover {
  background-color: #E1E1E1;
}
#nav .twitter {
  margin-top: 20px;
}
#koniico {
  padding: 5px 3em;
}
#koniico ul {
  list-style-type: none;
  margin-left: 2em;
}
#koniico ul li {
  font-size: 0.9em;
  line-height: 2em;
}
#koniico h3 {
  border-left: none !important;
}
#contents {
  margin-top: 30px;
}
#contents .content {
  vertical-align: top;
  display: inline-block;
  width: 700px;
  margin-left: 10px;
  font-size: 0.9em;
}
#contents .content .body {
  font-size: 0.9em;
  line-height: 1.6em;
}
#contents .content .body h1:first-child,
#contents .content .body .h1:first-child {
  margin-top: 0 !important;
}
#contents .content .body h1,
#contents .content .body .h1 {
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 0.6em 0.6em 0.6em 70px;
  background: url(/static/image/title.logo.png) left center no-repeat;
  font-size: 1.2em;
  border-bottom: none !important;
}
#contents .content .body h2 {
  margin: 2em 0 0.6em;
  padding: 4px 1em;
  font-size: 1.1em;
  border-bottom: 1px solid #EEEEEE;
}
#contents .content .body h3 {
  border-left: 3px solid #DDDDDD;
  margin: 20px 1em 10px;
  padding: 3px 10px;
}
#contents .content .body p {
  margin: 0.3em 2em 0.7em;
}
#contents .content .body ul {
  margin-left: 3em;
}
#contents .content .footer {
  margin-top: 5em;
}
#contents .content .footer .inblock {
  vertical-align: top;
  display: inline-block;
  min-height: 180px;
  width: 200px;
  margin-left: 20px;
  padding: 5px;
  border-left: 2px solid #DDDDDD;
  background: url(/static/image/block.bg.png);
}
#contents .content .footer .inblock h4 a {
  display: block;
  padding: 5px 10px;
  font-size: 1.2em;
  border-bottom: 2px solid #DDDDDD;
  color: #000000;
  text-decoration: none;
}
#contents .content .footer .inblock h4 a:hover {
  border-color: #AAAAAA;
}
#contents .content .footer .inblock p {
  padding: 8px 5px;
  font-size: 0.8em;
  line-height: 1.4em;
}
#contents .content .footer .inblock:first-child {
  margin-left: 4px;
}
#contents .content .footer .block p a {
  display: block;
  margin-top: 6px;
  padding: 9px 9px 9px 100px;
  background: url(/static/image/contact.png) no-repeat 50px center, url(/static/image/contact.bg.png);
  border-radius: 9px;
  color: #000000;
  text-decoration: none;
  font-size: 18px;
}
table.max {
  width: 80%;
  margin: 0 auto;
}
table.max tr th,
table.max tr td {
  vertical-align: top;
  padding: 5px;
  border-bottom: 1px solid #FAFAFA;
}
table.max tr th {
  width: 20%;
  font-weight: normal;
}
.flow .orderflow {
  margin-top: 10px;
  margin-bottom: 20px;
}
.flow .orderflow li {
  display: inline;
}
.flow .orderflow li a {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 7px;
  background: skyblue;
  color: black;
  text-decoration: none;
}
.flow .step {
  margin-bottom: 30px;
}
.flow .step h2 {
  vertical-align: top;
  display: inline-block;
  width: 100px;
  margin-top: 0 !important;
  border-bottom: 2px solid #FF5F61 !important;
}
.flow .step ol {
  padding-left: 3em;
}
.flow .step img {
  display: block;
  max-height: 200px;
}
.flow .step > div,
.flow .step > p {
  vertical-align: bottom;
  display: inline-block;
  width: 500px;
  margin-left: 10px !important;
  margin-top: 10px !important;
  padding: 0 10px 10px !important;
  line-height: 1.6em;
}
.flow .step .attention {
  display: block;
  margin-top: 15px;
  padding: 5px 10px;
  background-color: #FFDBDB;
  font-size: 0.8em;
  border-radius: 3px;
}
.address a {
  display: inline-block;
  padding: 0.7em 1.6em;
  border-radius: 5px;
  color: #FAFAFA;
  text-decoration: none;
  font-size: 1.1em;
  background-color: #42b8dd;
}
.address a:hover {
  background-color: skyblue;
}
.pastworks ul {
  list-style-type: none;
  margin-left: 15px !important;
}
.pastworks ul li {
  display: inline-block;
}
.pastworks ul li a {
  display: block;
  margin: 5px 2px;
  padding: 5px 3px;
}
.pastworks ul li a img {
  max-width: 120px;
  max-height: 120px;
  border-radius: 3px;
}
.pastworks ul li a:hover {
  background-color: #DADADA;
}
.pastwork .images {
  vertical-align: top;
  display: inline-block;
  width: 340px;
}
.pastwork .images .main {
  text-align: center;
}
.pastwork .images .main img {
  max-width: 320px;
  max-height: 320px;
}
.pastwork .images .sub {
  text-align: center;
}
.pastwork .images .sub img {
  max-height: 100px;
  max-width: 100px;
}
.pastwork .property {
  vertical-align: top;
  display: inline-block;
  width: 340px;
}
.pastwork .property table {
  width: 100%;
  font-size: 0.9em;
}
.pastwork .property table tr th,
.pastwork .property table tr td {
  border-bottom: 1px solid #DDDDDD;
  vertical-align: top;
  padding: 20px 6px 5px;
}
.pastwork .property table tr th {
  width: 130px;
  border-bottom: 1px solid #DDDDDD;
}
.pastwork .pre {
  white-space: pre-wrap;
}
.pastwork .body {
  padding: 20px;
}
.pastwork .body p {
  font-size: 1.1em;
  line-height: 1.8em;
  white-space: pre-wrap;
}
.consignment_image table {
  width: 600px;
  margin: 0 auto;
}
.consignment_image table .main {
  width: 270px;
}
.consignment_image table .main img {
  width: 240px;
}
.consignment_image table .sub img {
  width: 150px;
}
.consignment_image table .sub.top {
  text-align: center;
}
.consignment_image table .sub.left {
  text-align: left;
}
.consignment_image table .sub.right {
  text-align: right;
}
.colors {
  display: inline-block;
  margin: 0 !important;
  margin-bottom: 40px !important;
  padding: 0 !important;
}
.colors li {
  display: inline-block;
  width: 140px;
  text-align: center;
  padding: 10px;
}
.colors li img {
  display: inline-block;
  max-width: 140px;
  padding: 5px;
}
