@charset "utf-8";

/* CSS Document */

/*--reset
--------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

ul {
  font-size: 0;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: top;
}

body {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 12px;
}

table,
th,
td {
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
}

td {
  vertical-align: top;
}

a:hover {
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

#autumn img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

/*--contents
--------------------------------------------------------------*/

/*--clearfix
--------------------------------------------------------------*/
.cf:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

/* Hides from IE-Mac \*/
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/* End hide from IE-Mac */

/* ==========================================================================
　ネコ柄グッズ特集
========================================================================== */
.l-oh {
  overflow: hidden;
}

.leftBox {
  float: left;
}

.rightBox {
  float: right;
}

.l-kitchen {
  margin-top: 80px;
}

.toiletGoods .toiletGoods_list {
  display: inline-block;
}

.toiletGoods .toiletGoods_list:first-child {
  display: block;
}

.otherGoods .otherGoods_list {
  display: inline-block;
}