@charset "utf-8";

/* *****共通設定***** */

a { color: #696969; }
a:hover { color: #a9a9a9; }
.bg-primary,
.btn-primary { background-color: #00008b !important; }
.border-primary { border-color: #00008b !important; }
.bg-maincolor { background-color: #f0f8ff !important; }
.btn-warning:hover {
  color: #212529;
  background-color: #ffa500;
  border-color: #ffa500;
}
.bg-yl-color { background-color: #fffaf0 !important; }
.text-shadow { text-shadow: 1px 1px 3px #000; }
.font-patrick { font-family: 'Fredericka the Great', cursive; }

/* ヘッダー(navbar) */
#nav01 { border-bottom: 3px solid #00008b; }
#nav02 .nav-fill { width: 100%; }
#nav02 .nav-item { border-left: 1px solid #dee2e6; }
#nav02 .last-list-md { border-right: 1px solid #dee2e6; }

/* フッター */
#footer-sns img {
  height: 58px;
  width: auto;
  margin-right: 25px;
}
#footer-index ul ul {
  padding-left: 0.75rem;
  border-left: 1px solid #6c757d;
}

/* *****トップページ***** */
.jumbotron {
  background-image: url("../img/top-image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

/* *****下層ページ***** */
.breadcrumb-item + .breadcrumb-item:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: small;
  color: #fff;
}
#page .jumbotron {
  
  background: #f1efff url("../img/paneru2.png") no-repeat center center;
  
  /* *****下層ページ***** *
  background: #f1efff url("../img/subpage-headding.jpg") no-repeat center center;
/* *****下層ページ***** */

  background-size: cover;
  border-radius: initial;
}


#table_keisanki{
	width:780px;
	margin-right:auto;
	margin-left:auto;
	font-size:20px
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

/*-------計算機2-------*/
#table_keisanki2{
	width:780px;
	}
	
#table_keisanki2 th{
	text-align: center;
	width: 150px;
	background-color: #009;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;	
	}

#table_keisanki2 td{
	text-align: left;
	width: 180px;
	font-size: 20px;
	background-color: #fafafa;
	border: 1px solid #393227;
	}
	
#hirakiti{
	width:780px;
	text-align: right;
	}	

/*-------計算機3-------*/
#table_keisanki3{
	width: 780px;
	}
	
#table_keisanki3 th{
	text-align: center;
	width: 100px;
	background-color: #009;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;	
	}

#table_keisanki3 td{
	text-align: center;
	width: 180px;
	font-size: 20px;
	background-color: #fafafa;
	border: 1px solid #393227;
	}

/*-------身長と体重の平均値-------*/
#table_keisanki4{
	width: 780px;
	}
	
#table_keisanki4 th{
	text-align: center;
	background-color: #009E;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;	
	}

#table_keisanki4 td{
	text-align: center;
	font-size: 20px;
	background-color: #fafafa;
	border: 1px solid #393227;
	}
	
/* --------------------------------------------------

 レスポンシブ

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

@media (max-width: 991.98px) {
  /* md タブレット・スマートフォン向け */

#nav02 .nav-item {
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #dee2e6;
  letter-spacing: 0.25rem;
}

@media (max-width: 575.98px) {
  /* xs スマートフォン向け */
  
  /* フッター */
#footer-sns img {
  height: 29px;
  margin-right: 15px;
}

