@charset "UTF-8";
.sp {
  display: none;
}

/* コンテナ枠
----------------------------*/
#container {
  font-family: "Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ","Meiryo",sans-serif;
  margin: 10px auto 0;
  width: 980px;
  position: relative;
}

/* タイトル
----------------------------*/
h1 {
  margin: 0px 0px 12px 0px;
  border-bottom: 1px solid #CCCCCC;
}

/* メイン
----------------------------*/
#main {
  float: right;
  width: 765px;
}

/* カテゴリメニュー */
#cate-menu {
  position: relative;
}

#cate-menu ul li {
  position: relative;
}

#cate-menu ul li.lv2 {
  clear: both;
  padding: 10px 0 0 0;
}

#cate-menu ul li.lv2 ul {
  position: absolute;
  top: 53px;
  left: 13px;
}

#cate-menu ul li.lv2 li {
  position: static;
  float: left;
  margin: 0px 6px 5px 0px !important;
}

/* 製品一覧 */
#cate-wrap {
  position: relative;
  padding: 3px 20px 20px 20px;
  background-color: #061445;
}

#cate-wrap h3 {
  padding: 20px 0px 7px 0px;
}

#cate-wrap .cate {
  padding: 15px 15px 15px 15px;
  border: 2px solid #CCCCCC;
  background-color: #FFFFFF;
  zoom: 1;
}

#cate-wrap .cate .item {
  position: relative;
  width: 100%;
  margin: 0px 0px 32px 0px;
}

#cate-wrap .cate .item h4 {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 3px 15px;
  border-bottom: 1px solid #061733;
  background: url(/static/images/seihin_joho/presentation/cap_square.png) no-repeat left top;
  color: #001536;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.2;
}

#cate-wrap .cate .item .main-photo {
  width: 691px;
  height: 195px;
}

#cate-wrap .cate .item ul {
  position: absolute;
  left: 560px;
  bottom: 0px;
}

#cate-wrap .cate .item ul li.hinban {
  margin: 0px 0px 0px 2px;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 1.2;
}

#cate-wrap .cate .item ul li.price {
  margin: 3px 0px 12px 2px;
  font-size: 0.8em;
  line-height: 1.2;
}

#cate-wrap .cate .item ul li.price .nuki {
  display: block;
  margin: 2px 0px 0px 0px;
  font-size: 0.9em;
}

/* 製品 */
/* 下部の注意事項 */
.atn {
  position: absolute;
  bottom: 10px;
  left: 24px;
  color: #E6E6E6;
  font-size: 0.7em;
  letter-spacing: 1px;
}

/* 戻る */
.return {
  color: #E6E6E6;
  text-align: right;
}

.return a:link, .return a:visited {
  color: #E6E6E6;
  font-size: 0.7em;
  letter-spacing: 1px;
}

/* プレゼン共通メニュー
----------------------------*/
#pr-footmenu {
  padding: 0 0 50px 0;
  position: relative;
  background-color: #DCDCDC;
}

#pr-footmenu ul {
  padding: 50px 0 0 30px;
}

#pr-footmenu ul li {
  position: relative;
  float: left;
  margin: 0px 7px 7px 0px;
}

#pr-footmenu .top-btn {
  margin: 38px auto 0;
  width: 363px;
}

/* サイドメニュー
----------------------------*/
#sidemenu {
  float: left;
  width: 200px;
}

.cate {
  margin: 0px 0px 10px 0px;
}
