#contentsWrap {
  *zoom: 1;
  position: relative;
  width: 1080px;
  margin: 0 auto 25px; }
  #contentsWrap:after {
    content: "";
    display: block;
    clear: both; }

#main {
  float: left;
  width: 780px; }

#sub {
  float: right;
  width: 270px;
  background-color: #fff; }
  #sub > div {
    margin-top: 15px;
    border: 1px solid #C7C6C6; }
    #sub > div:first-child {
      margin-top: 0; }
    #sub > div h2 {
      padding: 10px 15px;
      background-color: #aaa;
      color: #fff;
      font-size: 110%; }
    #sub > div .wrap {
      padding: 15px 14px; }

#shopping h2 {
  font-size: 134% !important; }
  #shopping h2 span {
    font-size: 65%;
    vertical-align: 4px; }
#shopping .cart {
  text-align: center; }
  #shopping .cart .price {
    margin: 15px 0;
    color: #D90000;
    font-size: 134%; }
    #shopping .cart .price + .btns {
      margin: 0 0 15px; }
  #shopping .cart .btns > div {
    margin-bottom: 15px;
    text-align: center; }
    #shopping .cart .btns > div:first-child {
      margin-top: 15px; }
#shopping .netshop {
  border-top: 1px solid #C7C6C6; }
  #shopping .netshop > p {
    padding: 2px 14px;
    background-color: #EDEDED;
    color: #878787; }
  #shopping .netshop .wrap {
    padding: 15px 20px; }
  #shopping .netshop ul {
    *zoom: 1;
    margin-right: -4px; }
    #shopping .netshop ul:after {
      content: "";
      display: block;
      clear: both; }
    #shopping .netshop ul li {
      float: left;
      width: 112px;
      margin-right: 4px;
      padding-bottom: 4px; }
      #shopping .netshop ul li img {
        width: 100%; }
  #shopping .netshop .otherShop {
    display: none; }
  #shopping .netshop .other {
    display: none;
    margin-top: 10px; }
    #shopping .netshop .other a {
      display: inline-block;
      padding-right: 18px;
      background-image: url(../images/common/bg_more.png);
      background-position: right center;
      background-repeat: no-repeat; }
#shopping > ul {
  padding: 20px 25px;
  border-top: 1px solid #C7C6C6; }
  #shopping > ul li {
    margin-top: 12px; }
    #shopping > ul li:first-child {
      margin-top: 0; }
    #shopping > ul li a {
      position: relative;
      top: 0;
      left: 0;
      padding-left: 13px;
      color: #333; }
      #shopping > ul li a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 3px;
        display: block;
        width: 4px;
        height: 4px;
        border-top: 2px solid #5E5E5E;
        border-right: 2px solid #5E5E5E;
        -webkit-transform: rotation(45deg);
        transform: rotate(45deg); }

#share h2 {
  font-size: 134% !important; }
  #share h2 span {
    font-size: 65%;
    vertical-align: 3px; }
#share .wrap {
  *zoom: 1; }
  #share .wrap:after {
    content: "";
    display: block;
    clear: both; }
#share .wrap1, #share .wrap2, #share .wrap3 {
  *zoom: 1; }
  #share .wrap1:after, #share .wrap2:after, #share .wrap3:after {
    content: "";
    display: block;
    clear: both; }
  #share .wrap1 > div, #share .wrap2 > div, #share .wrap3 > div {
    float: left;
    margin-left: 10px; }
    #share .wrap1 > div:first-child, #share .wrap2 > div:first-child, #share .wrap3 > div:first-child {
      margin-left: 0; }
#share .wrap1, #share .wrap2 {
  margin-bottom: 15px; }

#tag .wrap .tagWrap {
  margin-bottom: -10px; }
#tag .wrap a {
  display: inline-block;
  padding: 0 10px 10px 0; }

#category ul li {
  margin-top: 12px; }
  #category ul li:first-child {
    margin-top: 0; }
#category a {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 13px;
  color: #333; }
  #category a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    display: block;
    width: 4px;
    height: 4px;
    border-top: 2px solid #5E5E5E;
    border-right: 2px solid #5E5E5E;
    -webkit-transform: rotation(45deg);
    transform: rotate(45deg); }

#recommend ul li {
  *zoom: 1; }
  #recommend ul li:after {
    content: "";
    display: block;
    clear: both; }
#recommend .image {
  float: left;
  width: 100px; }
  #recommend .image img {
    width: 100%; }
#recommend .detail {
  float: right;
  width: 120px;
  padding-top: 10px; }
  #recommend .detail h3 {
    margin-bottom: 5px;
    font-size: 117%;
    font-weight: bold; }
  #recommend .detail .price {
    margin-bottom: 15px;
    color: #D90000; }
  #recommend .detail .author {
    color: #656565; }
    #recommend .detail .author a {
      color: #656565; }
#recommend .slide {
  position: relative;
  padding: 35px 0; }
  #recommend .slide .prev, #recommend .slide .next {
    width: 114px; }
    #recommend .slide .prev a, #recommend .slide .next a {
      position: relative;
      display: block;
      height: 15px;
      border: 1px solid #DDDDDD;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
  #recommend .slide .prev {
    position: absolute;
    top: 0;
    left: 63px; }
    #recommend .slide .prev a:before {
      position: absolute;
      content: "";
      display: block;
      top: 5px;
      left: 53px;
      width: 5px;
      height: 5px;
      border-top: 3px solid #5E5E5E;
      border-right: 3px solid #5E5E5E;
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  #recommend .slide .next {
    position: absolute;
    bottom: 0;
    left: 63px; }
    #recommend .slide .next a:before {
      position: absolute;
      content: "";
      display: block;
      bottom: 5px;
      left: 53px;
      width: 5px;
      height: 5px;
      border-top: 3px solid #5E5E5E;
      border-right: 3px solid #5E5E5E;
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }

#news .category {
  width: 70px;
  padding-right: 10px; }
#news .txt {
  float: right;
  width: 160px; }

#newsCategory .entry {
  margin-top: 15px;
  font-size: 0; }
  #newsCategory .entry:first-child {
    margin-top: 0; }
#newsCategory .category {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  font-size: 14px;
  text-align: center; }
#newsCategory .entry > ul > li > .category {
  min-width: 70px;
  padding-right: 5px;
  vertical-align: top; }
#newsCategory .entry > ul > li > .txt .name {
  width: 136px; }
#newsCategory .entry > ul > li > ul {
  display: none;
  margin-top: 2px;
  padding-left: 94px; }
  #newsCategory .entry > ul > li > ul > li .category {
    display: none; }
  #newsCategory .entry > ul > li > ul > li > .txt {
    width: 146px; }
    #newsCategory .entry > ul > li > ul > li > .txt .name {
      width: 130px; }
  #newsCategory .entry > ul > li > ul > li > ul {
    display: none;
    margin-top: 2px;
    padding-left: 14px; }
    #newsCategory .entry > ul > li > ul > li > ul > li .category {
      display: none; }
    #newsCategory .entry > ul > li > ul > li > ul > li > .txt {
      width: 132px; }
      #newsCategory .entry > ul > li > ul > li > ul > li > .txt .name {
        width: 116px; }
#newsCategory .txt {
  *zoom: 1;
  display: inline-block;
  padding-top: 3px;
  font-size: 14px;
  line-height: 1.2; }
  #newsCategory .txt:after {
    content: "";
    display: block;
    clear: both; }
  #newsCategory .txt a {
    display: block;
    float: left; }
#newsCategory .switch {
  visibility: hidden;
  width: 5px;
  height: 5px;
  margin: 5px 5px 0 0;
  border-top: 1px solid #5E5E5E;
  border-right: 1px solid #5E5E5E;
  -webkit-transform: rotation(45deg);
  transform: rotate(45deg);
  vertical-align: -6px; }
  #newsCategory .switch:hover {
    text-decoration: none; }

#company .wrap {
  font-size: 100%;
  line-height: 1.25; }
  #company .wrap .entry {
    margin-top: 15px; }
    #company .wrap .entry:first-child {
      margin-top: 0; }
#company .switch {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 5px 7px 0 0;
  border-top: 1px solid #5E5E5E;
  border-right: 1px solid #5E5E5E;
  -webkit-transform: rotation(45deg);
  transform: rotate(45deg);
  vertical-align: -7px; }
  #company .switch:hover {
    text-decoration: none; }
#company .entry > ul > li > ul {
  display: none;
  margin-top: 4px;
  padding-left: 15px; }
  #company .entry > ul > li > ul > li > ul {
    display: none;
    margin-top: 4px;
    padding-left: 15px; }

#order .wrap {
  text-align: center; }
#order .price {
  margin-bottom: 15px;
  color: #D90000;
  font-size: 134%; }
#order .link {
  margin-top: 15px; }

.timeline {
  height: 500px;
  border-radius: 5px; }
