@charset "utf-8";

/*

はぴ太の部屋
pc

*/

body {
  /*font-family: Osaka,メイリオ, Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/ /*Osakaが入っているとmacのsafariでテキストの表示がおかしくなる。*/
  font-family: メイリオ, Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: url(/img/hapitaroom/pc/bg_room.gif) repeat 0px 0px;
}

html, body{
	margin: 0;
	padding: 0;
}

#container {
	padding: 0;
	width: 100%;
}

#wrap {
	width:100%;
}

.section {
	width: 100%;
}

/*-------- #header --------*/
#header {
  background-color: #FFF;
	width: 100%;
	margin: 0;
	text-align: left;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

#header-inner {
	width: 980px;
  height: 40px;
  margin: 0px auto;
}

#header-inner ul {
  float: right;
  margin: 10px 20px 0px 0px;
  padding: 0px;
}

#header-inner ul li {
  float: left;
  margin-left: 15px;
  list-style: none;
}

#header-inner ul li.first-link {
  margin-left: 0px;
}

#header-inner a {
  color: #006B4A;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}

#header-inner .header-logo {
  margin: 10px 0px 0px 10px;
}

/*-------- #content --------*/
#content {
	position:relative;
	width: 960px;
  margin: 0px auto;
	padding-top: 40px;
	z-index: 10;
	zoom:1;
}

#content img {
	vertical-align: bottom;
}

#content-inner {
  margin: 0px;
}

/*-------- .panel --------*/
.panel {
  clear: both;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

/*-------- .pagetop-Area --------*/
.pagetop-Area {
  text-align: right;
  margin: 10px 0px 10px;
}

/*-------- .footer --------*/
.footer {
  clear: both;
	width: 100%;
  height: 60px;
  border-top: #251E1C solid 2px;
  background-color: #F8E7AA;
  margin-top: 35px;
}

.footer-inner {
	position: relative;
  width: 980px;
	margin: 0 auto;
  padding-top: 10px;
	text-align: center;
}

.footer-inner p {
	font-size: 12px;
}

.footer .logo-footer-pc {
	position: absolute;

	top: 10px;
	right: 3px;
}


/*-------- .clearfix --------*/
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}

/****************************************************************/

.mt-15 {
  margin-top: 15px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.pt-10 {
  padding-top: 10px !important;
}




/****************************************************************/







