@charset "utf-8";

/* ****************************************************************************************************
   * カテゴリー別 一覧ページ
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 一覧
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.page-category #topics div.list {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

body.page-category #topics div.list dl.item,
body.page-category #topics div.list dl.item dt,
body.page-category #topics div.list dl.item dd {
  margin: 0;
  padding: 0;
}

body.page-category #topics div.list dl.item {
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 14.5px;
  line-height: 1.5;
  text-align: center;
  border-top: 1px dotted #bbb;
  border-bottom: 1px dotted #bbb;
}

body.page-category #topics div.list dl.item > * {
  letter-spacing: normal;
  text-align: left;
}

body.page-category #topics div.list dl.item ~ dl.item {
  border-top: none;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:540px) {

body.page-category #topics div.list {
  width: 100%;
}

body.page-category #topics div.list dl.item {
  text-align: left;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 日付
/* ------------------------------------------------------------------------------------------------- */

body.page-category #topics div.list dl.item dt {
  margin: 5px 0;
  vertical-align: top;
  display: inline-block;
}

/* ----------------------------------------------------------------------------------------------------
   * カテゴリー／内容
/* ------------------------------------------------------------------------------------------------- */

body.page-category #topics div.list dl.item dd {
  margin: 5px 0;
  vertical-align: top;
  display: inline-block;
}

/* * カテゴリー
/* ･････････････････････････････････････････････････････････････････････････････････････････････････ */

body.page-category #topics div.list dl.item dd.icon {
  width: 100px;
  line-height: 1;
  text-align: center;
}

body.page-category #topics div.list dl.item dd.icon img {
  vertical-align: middle;
}

/* * 内容
/* ･････････････････････････････････････････････････････････････････････････････････････････････････ */

body.page-category #topics div.list dl.item dd.content {
  width: 522px;
}

body.page-category #topics div.list dl.item dd.content a {
  color: inherit;
  display: block;
  text-decoration: none;
}

body.page-category #topics div.list dl.item dd.content a:hover {
  color: #d275b2;
}

/* ****************************************************************************************************
   * 個別投稿
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 投稿情報
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.page-single #topics div.post-meta {
  margin-bottom: 30px;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:540px) {

body.page-single #topics div.post-meta {
  margin-bottom: 20px;
}

}

/* * 投稿日
/* ------------------------------------------------------------------------------------------------- */

body.page-single #topics div.post-meta .date {
  margin: 0;
  margin-right: 10px;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:540px) {

body.page-single #topics div.post-meta .date {
  font-size: 14px;
}

}

/* * カテゴリー
/* ------------------------------------------------------------------------------------------------- */

body.page-single #topics div.post-meta .category {
  margin: 0;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
}

body.page-single #topics div.post-meta .category img {
  width: 110px;
  height: auto;
  vertical-align: middle;
}
