/*
 Theme Name:   Twenty Sixteern Child
 Description:  Twenty Sixteern Child Theme
 Author:       Akira Tachibana
 Author URI:   https://unofficialtokyo.com
 Template:     twentysixteen
 Version:      1.0.0
 Text Domain:  twentysixteen
*/
		

.site-header {
    padding-top: 0rem;      /* サイトタイトルの上が広すぎるので */
    padding-bottom: 0rem;   /* サイトタイトルの下が広すぎるので */
	 margin-top: 0rem; 
	margin-bottom: 0rem; 
	margin-right: auto;
	margin-left : auto;
	 text-align:center;
}

.entry-content{
	 text-align:left;
}
body {
    font-family: "メイリオ", "Meiryo";
    text-align:left;
}

a:link {
box-shadow: none;
}

a:hover {
box-shadow: none;
}

body:not(.custom-background-image)::before {
    border-top: medium solid #1486B7;       /* サイトトップに青線 */
}


/* 以下、森岡記述 */

/* メニューが右上に行く件 */


.main-navigation {
	margin: 0 -0.875em;
        padding-right: 5em
}




/* メニュー */

/* アップデートプログラム */
/* テーブル本体の基本スタイル */
.update-program-table {
  /* border="0" */
  border: none;
  /* width="250" */
  width: 250px!important;
  /* bgcolor="#eff9ff" */
  background-color: #eff9ff!important;
  /* border-collapse: collapse; は、border="0"と似た効果を出すために追加すると良い場合があります */
  border-collapse: collapse;
}

/* マウスオーバー時のスタイル（onmouseover="style.background='#d2ebfa'" の代わり） */
.update-program-table:hover {
  background-color: #d2ebfa;
}

/* table > tr > td 内の div のスタイル */
/* div align="center" の代わり */
.table-content {
  text-align: center;
}

/* 画像を中央に寄せるためのスタイル */
/* 2つ目の div align="center" の代わり */
.table-content-center {
  text-align: center;
}


/* 製品マニュアル */
/* テーブル本体の基本スタイル */
.product-manual-table {
  /* border="0" */
  border: none;
  /* width="250" */
  width: 250px!important;
  /* bgcolor="#eff9ff" */
  background-color: #eff9ff!important;
  border-collapse: collapse;
}

/* マウスオーバー時のスタイル（onmouseover="style.background='#d2ebfa'" の代わり） */
.product-manual-table:hover {
  background-color: #d2ebfa;
}

/* table > tr > td 内の div のスタイル */
/* div align="center" の代わり */
.table-content-manual {
  text-align: center;
}

/* 画像を中央に寄せるためのスタイル */
/* 2つ目の div align="center" の代わり */
.table-content-center-manual {
  text-align: center;
}



/* お役立ち情報 */
/* テーブル本体の基本スタイル */
.club-unike-table {
  /* border="0" */
  border: none;
  /* width="250" */
  width: 250px!important;
  /* bgcolor="#eff9ff" */
  background-color: #eff9ff!important;
  border-collapse: collapse;
}

/* マウスオーバー時のスタイル（onmouseover="style.background='#d2ebfa'" の代わり） */
.club-unike-table:hover {
  background-color: #d2ebfa;
}

/* table > tr > td 内の div のスタイル */
/* div align="center" の代わり */
.table-content-club {
  text-align: center;
}

/* 画像を中央に寄せるためのスタイル */
/* 2つ目の div align="center" の代わり */
.table-content-center-club {
  text-align: center;
}



/* 薬局あるある */
/* テーブル本体の基本スタイル */
.aruaru-table {
  border: none;
  width: 250px!important;
  background-color: #eff9ff!important;
  border-collapse: collapse;
}

/* マウスオーバー時のスタイル */
.aruaru-table:hover {
  background-color: #d2ebfa;
}

/* table > tr > td 内の div のスタイル */
.table-content-aruaru {
  text-align: center;
}

/* 画像を中央に寄せるためのスタイル */
.table-content-center-aruaru {
  text-align: center;
}