﻿@charset "UTF-8";

/* --------------------------------------------------------------------
  カテゴリー
-------------------------------------------------------------------- */
/* カテゴリー詳細 */

div.sub_category_ {
  margin-top: 10px;
}

/* カテゴリー一覧 */

.CategoryStyleG_ {
  margin: 0 0 30px;
}

.page-top .CategoryStyleG_ {
  margin-left: 16px;
  margin-right: 16px;
}

.CategoryStyleG_ .CategoryStyleG_Item_ {
  margin: 0 0 8px;
}

.CategoryStyleG_ .category_link_,
.CategoryStyleG_ .category_nolink_ {
  display: flex;
  width: 100%;
  padding: 20px 16px;
  border-radius: 2px;
  font-size: 14px;
  color: #222;
  box-sizing: border-box;
  background: #f5f5f5;
}

.CategoryStyleG_ .img_frame_ {
  width: 100%;
  text-align: center;
}

.CategoryStyleG_ .img_frame_ .img_ {
  margin: 0 0 8px;
  text-align: center;
}

.CategoryStyleG_ .img_frame_ .img_ img {
  width: 100%;
}

.CategoryStyleG_ .img_frame_ .name_ {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.CategoryStyleG_ .comment_frame_ {
  width: calc(100% - 128px);
  margin-left: 8px;
  flex-shrink: 0;
  word-break: break-all;
}
