@charset "utf-8";

/*--------------------------------------------------*/

/*ハローダスキン*/

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*調整用*/
/*--------------------------------------------------*/
body {
  color: #333333;
  background-color: white;
  font-family: "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", san-serif;
  font-size: 14px !important;
}

#searchBox{
  text-align:left;
}

input.pc{
  padding-top: 1px;
  padding-bottom: 1px;
}
input.searchFormSubmit{
  padding: 1px 6px;
}

p#menu_sp {
  position:absolute;
  top: 7px;
  right: 10px;
  font-size: 0;
  line-height: 0;
}
p#menu_sp a {
  display: inline-block;
}
p#menu_sp a img.openImage{
  display: block;
}
p#menu_sp a img.closeImage{
  display: none;
}
p#menu_sp.op a img.openImage{
  display: none !important;
}
p#menu_sp.op a img.closeImage{
  display: block !important;
}
#menuBox ul li{
  font-size:14px;
  text-align:left;
  line-height:1.3 !important;
}
#menuBox ul li a{
  line-height:1.3 !important;
}

#contact .inline *{
  font-size:14px;
  line-height:1.5;
}
#sitemap .inline *{
  font-size:14px;
  line-height:1.3;
}

#pageTop{
  margin:0;
}

footer * {
  line-height: 1.5 !important;
}
footer p {
  margin: 0 0 10px !important;
  color: #fff !important;
  font-size: 10px !important;
}
/*--------------------------------------------------*/
/*調整用*/
/*--------------------------------------------------*/


#headerWrapper,
#footerWrapper,
#breadcrumbs,
.forPc{
  display:none;
}

#headerSp,
#contact,
#sitemap,
footer,
.forSp{
  display:block;
}
.forSpI{
  display: inline;
}

#pageTopSp {
	display: none;
	position: fixed;
	z-index: 9999;
	bottom: 5%;
	right: 5%;
	width: 40px;
	height: 40px;
}
#pageTopSp img {
	width: 100%;
	height: auto;
}
#pageTopPc {
	display: none;
}
