@charset "utf-8";

/*

はぴ太の部屋
pc

*/

/*-------- #content-inner --------*/
#content-inner ul,
#content-inner li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#content-inner li {
    float: left;
    margin-right: 14px;
    margin-bottom: 14px;
}

#content-inner li:nth-of-type(3) {
    margin-right: 0px;
}

#content-inner li:nth-of-type(4) {
    margin-bottom: 0px;
}


/*-------- .footer (add edit) --------*/
.footer {
  background: url(/img/hapitaroom/pc/bg_footer_toppage.gif) repeat-x 0px bottom;
  clear: both;
	width: 100%;
  height: inherit;
  border-top: none;
  background-color: transparent;
  margin-top: 0px;
}

.footer-inner {
  height: 345px;
  padding-top: 0px;
}

.footer-inner img {
  position: absolute;
  bottom: 0px;
  left: 0px;
}







