@charset "UTF-8";
@media print, screen and (min-width: 768px) {
html, body {
	width: 100%;
	height: 100%;
	margin: 0!important;
	-webkit-print-color-adjust: exact;
  font-size: 16px;
  font-family:"Yu Gothic", YuGothic, 游ゴシック体, 游ゴシック, Helvetica, Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
img{
-webkit-backface-visibility: hidden;
}
#contents {
	width: 100%;
	min-width:1028px;
	height: 100%;
	margin: 0;
	position: relative;
	clear:both;
}
.isTablet #contents {
	min-width: 1300px;
}
.inner{
    width: 945px;
    min-width: 945px;
    margin: 0 auto;
    position: relative;
} 
pc {
	display:inline-block;
}
.sp {
	display:none!important;
}
.over a:hover{
	opacity:0.8;}
/* -----------------------------------------------------------------------------
  
  	footer
    
  ----------------------------------------------------------------------------- */
footer#footer{
	background: #fff;
  border-top: 1px solid #c3c3c3;
	position: relative;
  padding: 15px 0;
  
}
footer#footer .inner{
  height: 20px;
}
footer#footer .logo{
  float: left;
}
footer#footer small{
  position: absolute;
  left: 160px;
  top: -2px;
  float: left;
  margin: 4px 0 0 23px;
  color: #999;
  font: 10px Arial, Helvetica, sans-serif;
  line-height: 19px;
  -webkit-transform:scale(0.9);
  -moz-transform:scale(0.9);
  -ms-transform:scale(0.9);
  -o-transform:scale(0.9);
  transform:scale(0.9);
}
footer#footer ul{
  float: right;
  font-size: 12px;
  margin-top: 1px;
}
footer#footer ul li{
  display: inline-block;
  margin-left: 10px;
}
footer#footer ul li a{
  line-height: 23px;
  color: #666;
  padding-left: 9px;
  background: url(../img/arrow_footer.png) no-repeat left center;
}
footer#footer ul li a:hover{
  color: #333;
  text-decoration: underline;
}
/*#footSitemap*/
#footSitemap{
  background: #d8d8d8;
  overflow: hidden;
  padding: 30px 0;
}
#footSitemap p{
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
#footSitemap ul{
  width: 710px;
  float: left;
  font-size: 13px;
}

#footSitemap ul li{
  margin:3px 8px 3px 0;
  display: inline-block;
}
#footSitemap ul li a{
  line-height: 23px;
  color: #666;
  border-right: 1px solid #bfbfbf;
  padding-right: 8px;
}
#footSitemap ul li a:hover{
  color: #333;
  text-decoration: underline;
}

#footSitemap ul:last-child{
  float: right;
  width: 208px;
}
#footSitemap ul:last-child li{
  margin:0 0 10px 0;
  display: block;
}
#footSitemap ul:last-child li a{
  border-right: none;
  padding-right: 0;
}
/*#contactFoot*/
#contactFoot{
  background: #333;
  padding: 30px 0;
  color: #fff;
  overflow: hidden;
}
#contactFoot .inner{
  width: 765px;
  min-width: 765px;
}
#contactFoot .fixContact {
  width: 765px;
  min-width: 765px;
  margin:auto;
}
#contactFoot .fixContact p{
  width: 440px;
  float: left;
  text-align: center;
}

#contactFoot .fixContact p a{
  display: block;
  width: 440px;
  padding: 25px 0;
  text-align: center;
  font-size: 28px;
  margin-bottom: 10px;
  border-radius: 3px;
  background:#ffe100 url(../img/arrow_contact.png) no-repeat 404px center;
  font-weight: 600;
}
#contactFoot .fixContact p a:hover{
  color: #333;
  background: #ffb400 url(../img/arrow_contact.png) no-repeat 404px center;
}
#contactFoot .fixContact p a span{
  display: inline-block;
  height: 31px;
  line-height: 31px;
  padding-left: 45px;
  background: url(../img/icon_contact.png) no-repeat left center;
}
#contactFoot .inner p:last-child{
  width: 294px;
  float: right;
  text-align: center;
  padding: 0;
  margin-top: 7px;
}
#contactFoot .inner p:last-child span{
  line-height: 1.4;
}
#contactFoot .inner p:last-child a{
  display: block;
  margin: 7px 0;
  pointer-events: none;
}
#contactFoot .inner p:last-child img{
  display: block;
  width: 294px;
  height: auto;   
}
#pageTop {
	position: fixed;
	right: 25px;
  bottom: 25px;
	z-index: 400;
  display: block;
}	
#pageTop:hover{
  cursor: pointer;
  opacity: 0.8;
}
}






