@charset "utf-8";
/* -----↓共通化----- */
body {
  padding: 0;
}
#container {
  min-width: 1280px;
  padding: 0 8px 8px;
}
/*clearfix*/
div:after,
ul:after,
dl:after,
.clearfix:after{
  content:"";
  display:block;
  clear:both;
}
/* ----- shoppager -----*/
.pager{
  margin:10px 0;
}
.shopPager{
  width: 100%;
  margin-bottom: 10px;
}
.shopPager table{
  margin: 0 auto;
  border: none;
}
.shopPager table td.prev{
  padding-right: 4px;
  width: 100px;
  text-align:center;
}
.shopPager table td.next{
  padding-left: 4px;
  width: 100px;
  text-align:center;
}
/* ----- shoppager -----*/
/* -----↑共通化----- */
/* -----↓topicpath----- */
#topicpath{
  width:1180px;
  margin:0 auto 20px;
}
#topicpath ul{
  height:22px;
  line-height:22px;
}
#topicpath ul li{
  float:left;
  font-size:11px;
  padding-right:0.5em;
}
#topicpath ul li.lion{
  font-weight:bold;
}
#topicpath ul li.lion span {
    font-weight: bold;
}
#topicpath ul li a{
  margin-right:0.5em;
}
/* -----↑topicpath----- */
/* -----↓contentsBlock----- */
.contensbox {
    padding: 0 10px;
}
/* -----↑contentsBlock----- */