@charset "euc-jp";
/*========================
/*
/* base
/*
/*=======================*/
html{
  height: 100%; 
  font-size: 62.5%;
}

body{
  font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴシック ProN W3", Meiryo, sans-serif;
  font-size: 1.4em;
  display: flex; 
  flex-direction: column; 
  height: 100%; 
  -webkit-text-size-adjust: 100%;
}

header, footer {
  flex: 0 0 auto;
}

.contents {
  flex: 1 0 auto;
}


/*======================
 マージンの設定
=======================*/
.mt_60 {
  margin-top: 60px;
}

/*======================
 テキストリンク
=======================*/
a {
  text-decoration: none;
  color: rgb(var(--color-link));
}

a:link,
a:visited {
  text-decoration: none;
  color: rgb(var(--color-link));
}

a:hover,
a:active {
  text-decoration: underline;
  color: rgb(var(--color-link));
}

.individual_btn a,
.individual_btn a:link,
.individual_btn a:visited,
.individual_btn a:hover,
.individual_btn a:active {
color: #FFF;
}

/*======================
 ページトップリンク
=======================*/
div.ptop{
  width:100%;
  height:auto;
  margin-top:0;
  padding:11px 0;
  background:url(/top/commons/image/ft_ptop_bg.gif) repeat-x;
  text-align:right;
}