@charset "UTF-8";


/* =====================================================
 * ページ全体
 * ===================================================== */
html {
  font-size: 62.5%; /* ルートのフォントサイズを10pxにする */
}


body, nav, section, header, main, footer, h1, h2, p, ul, ol, li, dl, dt, dd, div, table, input, textarea, select {
  font-size: 1.7rem;
}


/* -------------------------
 * フォント調整
 * ------------------------- */
 h1 {
   font-size: 180%;
 }


 .sub {
   font-size: 130%;
 }


.sub2 {
  font-size: 120%;
}


.sub3, .subCount, .subCount2 {
  font-size: 110%;
}


.sub4 {
  font-size: 110%;
}


.grid-cell-ttl { /* トップページ：各カテゴリー記事のタイトル */
  font-size: 85%;
}


.ranking { /* メニュー：ランキング記事のタイトル */
  font-size: 75%;
}


/* =====================================================
 * ヘッダー
 * ===================================================== */
header {
  overflow: hidden; /* はみ出た「.tab」の要素は非表示 */
}


.inner-1044 {
  position: relative;
  width: 1044px;
  margin: 0 auto;
}


.logoImg { /* ロゴ画像の位置調整 */
  position: relative;
  width: 180px;
  height: 42px;
  margin: 0;
}


.today { /* 今日の日付 */
  margin: 0 0 5px 0;
  text-align: right;
  font-size: 80%;
  color: silver;
}


/* -------------------------
 * キーワードタブリスト
 * ------------------------- */
.tab {
  text-align: center;
  overflow-x: visible;
  white-space: normal;
}


/* -------------------------
 * 検索窓
 * ------------------------- */
.search-container {
  position: relative;
  border: 1px solid #999;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center; /* 縦を中央に */
}


.search-container input[type="text"] {
  width: 100%;
  border: none;
  font-size: 85%;
  height: 2.5em;
  padding: 5px 5em 5px 20px;
}


.search-container input[type="text"]:focus {
  outline: 0;
}


.search-container input[type="submit"] {
  cursor: pointer;
  font-family: FontAwesome; /* 虫眼鏡マークに必要 */
  font-size: 1em;
  border: none;
  background: #f67d41;
  color: #fff;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  outline : none;
}


/* -------------------------
 * メール
 * ------------------------- */
.mail {
  margin: 0;
  background-color: #444;;
}


.mail p a {
  font-size: 70%;
}


/* -------------------------
 * ヘッダー最下部のメニュー
 * ------------------------- */
.menu-wrap {
  position: relative;
  width: 100%;
  border-top: 2px solid #000;
  margin: 0;
  padding: 5px 10px;
}


.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 0 0 10px;
  border-left: 1px solid #000;
  font-size: 75%;
  font-weight: bold;
}


.menu li a {
  color: #000;
  text-decoration: none;
}


.menu li:first-child {
  border-left: none;
}


/* =====================================================
 * コンテンツ
 * ===================================================== */
.container {
  position : relative;
  width: 1044px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 0 auto; /* IE対策（flex:1のみだとバグ) */
  padding: 20px 0 50px;
}


/* -------------------------
 * メイン
 * ------------------------- */
main {
  width: 714px;
  margin: 0;
  padding: 0 0 50px;
}


/* -------------------------
 * メイン中の要素
 * ------------------------- */
.width {
  width: 100%;
}


section {
  width: 100%;
}


/* -------------------------
 * テーブル
 * ------------------------- */
table,
table th,
table td {
  font-size: 90%;
}


/* =====================================================
 * サイドメニュー
 * ===================================================== */
aside {
  position: relative;
  width: 300px;
  flex-shrink: 0; /* 縮小しない */
  margin: 0;
  margin-left: 30px;
  padding: 0 0 0 20px;
  border-left: 1px solid #c7c7c7;
}


.sticky { /* ランキング以下を固定する */
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}


/* =====================================================
 * フッター
 * ===================================================== */
footer {
  position: relative;
  width: 100%;
  padding: 60px 0px 80px;
}


/* -------------------------
 * 広告掲載について
 * 会員登録
 * ログイン
 * SNSのボックス
 * ------------------------- */
.footer-cap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}


footer li { /* リストを横並びにする */
  display: inline-block;
  list-style-type:none;
  margin: 0 3em 0 0;
  font-size: 80%;
}


.logoImg-footer img {
  width: 180px;
  height: 42px;
}


/* -------------------------
 * 支払い方法
 * 送料について
 * 商品保証
 * ------------------------- */
.footer-menu li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 0 0 10px;
  border-left: 1px dotted #666;
  border-bottom: none;
  font-size: 80%;
  font-weight: bold;
}


.footer-menu li p {
  margin: 15px 0 0;
  font-size: 100%;
  font-weight: normal;
}


.footer-menu li:first-child {
  margin: 0;
  border-left: none;
}


/* =====================================================
 * スペシャル
 * ===================================================== */


/* -------------------------
 * シェアボタンを含む枠
 * ------------------------- */
.pg-info {
  display:-webkit-box; /*--- Android4.3以前ブラウザ用 ---*/
  display:-webkit-flex; /*--- iOS8以前Safari用 ---*/
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}


/* 公開日 */
.update {
  margin: 0;
}


.arrow_box_left, .arrow_box_right {
  font-size: 100%;
}


.about2 {
  line-height: 160%;
}
