@charset "utf-8";

/*-----------------------------------------
   main
-----------------------------------------*/

/* main image
----------------------*/
#details {
   position: relative;
}
#details #mainimg {
   text-align: center;
   margin-bottom: 3em;
}
#details #mainimg span {
   padding: 5px;
   border: 1px solid #ddd;
   width: 480px;
   height: 360px;
   display: block;
   margin: 0 auto;
}
/* price
----------------------*/
#de {
   overflow: hidden;
}
#deleft {
   float: left;
   width: 38%;
   text-align: center;
}
#sale {
   position: absolute;
   top: 80px;
   right: 8%;
}
#deleft li {
   line-height: 1;
   padding: 2px 0;
}
#deleft span.line1 {
   font-weight: bold;
   font-size: 175%;
   color: red;
}
#deleft span.line2 {
   font-weight: bold;
   font-size: 125%;
   color: green;
}
#deleft dt {
   margin: 5px auto;
}
/* sub image
----------------------*/
#deright {
   float:right;
   width:62%;
}
#deright li {
   float: left;
   width: 33.2%;
   text-align: center;
   margin: 5px 0;
}
#deright span {
   padding: 4px;
   border: 1px solid #ddd;
   width: 100px;
   height: 75px;
   display: block;
   cursor: pointer;
}
/* print
----------------------*/
#print1 {
   position:absolute;
   right:15px;
   top:13px;
}
#print2 {
   margin: 0.5em 2.5em 0 0;
}
#print2 p {
   text-align: right;
}
#print1 p a,
#print2 p a {
   padding-left:20px;
   background: url(../../img/printer.png) no-repeat;
}
/* description
----------------------*/
#description {
   clear: both;
}
#description table {
   width: 92%;
   border-collapse: collapse;
   border-spacing: 0;
   font-size:inherit;
   font:100%;
   margin: 2em auto 0;
   border: 2px solid #999;
}
#description table th,
#description table td {
   border: 1px solid #ddd;
   font-size: 83.4%;
   padding: 7px;
   text-align: left;
}
#description table th {
   background-color: #f4f1ed;
   width: 25%;
   font-weight:normal;
}
#description table td {
   font-weight:bold;
}
#inquiry {
   width: 420px;
   margin: 2em auto 3em;
   overflow:hidden;
}
#inquiry dt {
   width: 200px;
   height: 70px;
   background: url(../../img/inquiry.png) no-repeat;
   text-align: center;
   overflow: hidden;
   float:left;
}
#inquiry dt a {
   display: block;
   line-height:70px;
   font-weight: bold;
   font-size: 150%;
   color: #fff;
}
#inquiry dd {
   width: 200px;
   float:right;
   line-height: 1.4;
   padding-top: 10px;
}
#inquiry span {
   font-weight: bold;
   color: orange;
   font-size: 125%;
}
