@charset "UTF-8";
/*
Theme Name: Responsive
Author: softteks
Description: レスポンシブ用のテーマです。
Version: 1.0
*/

/* --------------------------------------------------------
main
-------------------------------------------------------- */
.single h3 {
  margin: 0;
  font-size: 1.2rem;
}
.single hr {
  border: none;
  border-top: dashed 2px #00B312;
  margin: 0.5em 0;
}
.single img {
  margin: 0.5em 0;
  height: auto;
}

p.date{
  font-size: 15px;
}
.single p.date{
  margin-top: 30px;
}
.single p.archiveLink{
  margin: 30px 0 0;
}

.archive h3 {
  margin: 0.5em 0;
  font-size: 1.2rem;
}
.archive hr {
  border: none;
  border-top: dashed 2px #00B312;
  margin: 1.5em 0;
}

p.top {
  margin-top: 50px;
  text-align: center;
}

/* タブレットレイアウト : 768 px～。モバイルレイアウトからスタイルを継承。 */
@media print, screen and (min-width: 768px) {
.header {
  justify-content: space-around;
}
/* --------------------------------------------------------
main
-------------------------------------------------------- */
.single h3 {
  font-size: 20px;
}
}