@charset "utf-8";
/* CSS Document */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
}
#bodybg {
	width: 100%;
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#page_top {
	font-size: larger;
	color: #FFFFFF;
	border-bottom: solid 1px;
	border-bottom-color: #cccccc;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 20px;
	background-image: url(../img/h_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	font-weight: bold;
}
/*---------- フッター ----------*/

footer {
	width: 100%;
	padding: 10px 0 10px 0;
	color: #ffe400;
	text-align: center;
	border-top: solid 1px;
	border-top-color: #ffe400;
}

footer p {
  padding: 10px;
  color: #000000;
}

footer a {
  color: #000000 !important;
}

footer a:hover {
  color: #ff0048 !important;
}

footer a:visited {
  color: #999999;
}

footer p.copy {
	padding: 10px;
	font-size:x-small;
	color: #000000;
}

footer p.copy a {
	color: #000000 !important;
	text-decoration: none;
	font-size:x-small;
}

footer p.copy a:hover {
	color: #FF0000 !important;
	text-decoration: underline;
}

footer p.copy a:visited {
  color: #999999;
  text-decoration: none;
}
/* 共有 */
section {
	margin: 0 10px 14px 10px;
}
/*
電話番号追従 フッター
*/
div.info_nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: 0 3px 0 #888;
  color: #ff319d;
  display: block;
  text-align: center;
  background-color: rgba(255,255,255,0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  list-style-type: none;
}

div.info_nav li {
  padding: 3px 0;
}

div.info_nav li a {
	color: #ff319d;
	display: block;
	font-size: medium;
}

div.info_nav {
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}
#navibg {
	width: 100%;
}
#apDiv2 {
	position: relative;
	width: 100%;
	z-index: 1;
}
