@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(/kitamoto/fonts/NotoSansJP/NotoSansJP-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/kitamoto/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Light";
  src: url(/kitamoto/fonts/NotoSansJP/NotoSansJP-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(/kitamoto/fonts/NotoSansJP/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/kitamoto/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Thin";
  src: url(/kitamoto/fonts/NotoSansJP/NotoSansJP-Thin.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-Black";
  src: url(/kitamoto/fonts/NotoSerifJP/NotoSerifJP-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-Bold";
  src: url(/kitamoto/fonts/NotoSerifJP/NotoSerifJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-ExtraLight";
  src: url(/kitamoto/fonts/NotoSerifJP/NotoSerifJP-ExtraLight.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-Light";
  src: url(/kitamoto/fonts/NotoSerifJP/NotoSerifJP-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-Medium";
  src: url(/kitamoto/fonts/NotoSerifJP/NotoSerifJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-Regular";
  src: url(/kitamoto/fonts/NotoSerifJP/NotoSerifJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP-SemiBold";
  src: url(/kitamoto/fonts/NotoSerifJP/NotoSerifJP-SemiBold.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*======*/
/* 共通 */
/*======*/
/* PC/SP出し分け
------------------------------ */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.animate {
  opacity: 0;
}

.fadein {
  -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
          animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* レイアウト
-----------------------------------*/
body {
  height: 100%;
}

main {
  margin-top: 160px;
}
@media (max-width: 1279px) {
  main {
    margin-top: 152px;
  }
}
@media (max-width: 767px) {
  main {
    margin-top: 50px;
  }
}

.bg {
  background: url(/kitamoto/images/common/com_bg01.png) repeat-y;
  background-position: top -320px center;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .bg {
    background-position: top center;
  }
}

section .contents {
  max-width: 1348px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 767px) {
  section .contents {
    padding: 0 24px;
  }
}

section .contents p,
section .contents ul,
section .contents ol {
  margin-bottom: 1em;
}

.bg-color {
  background-color: #F8F5F0;
}
.bg-color .wrap {
  padding: 40px 0;
  margin: 0 auto 40px;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* フォーム
-----------------------------------*/
input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 8px;
  font-size: 16px;
}

input[type=date],
select {
  max-width: 100%;
  padding: 8px;
  font-size: 16px;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  font-family: "NotoSansJP-Regular", sans-serif;
  font-size: 16px;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* タイトル
-----------------------------------*/
.main-sec {
  position: relative;
  overflow: hidden;
  background-color: #000;
  border-bottom: solid 10px #C69D63;
  padding-bottom: 20px;
}
.main-sec .heading-main {
  height: 500px;
  position: relative;
}
@media (max-width: 767px) {
  .main-sec .heading-main {
    height: 160px;
  }
}
.main-sec .heading-main .heading-title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: #FFF;
  font-size: 64px;
  font-family: "NotoSerifJP-Bold";
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .main-sec .heading-main .heading-title {
    font-size: 32px;
  }
}
.main-sec .heading-main .heading-title::after {
  content: "";
  position: absolute;
  top: -106px;
  left: 0;
  right: 0;
  width: 106px;
  height: 68px;
  background: url(/kitamoto/images/common/com_ic01.svg) no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .main-sec .heading-main .heading-title::after {
    top: -32px;
    width: 40px;
    height: 26px;
  }
}

.heading01 {
  position: relative;
  font-family: "NotoSerifJP-Bold";
  font-size: 36px;
  text-align: center;
  margin: 96px auto 24px;
}
@media (max-width: 767px) {
  .heading01 {
    font-size: 28px;
    margin: 64px auto 24px;
  }
}
.heading01::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 32px;
  background: url(/kitamoto/images/common/com_ic01.svg) no-repeat;
  background-position: center;
  background-size: 100% 100%;
  top: -32px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .heading01::before {
    width: 32px;
    height: 20.5px;
    top: -24px;
  }
}
.heading01 span {
  font-size: 20px;
}

.heading02 {
  position: relative;
  font-size: 46px;
  font-family: "NotoSerifJP-Bold";
  line-height: 1;
  padding-left: 1.5em;
  margin: 128px 0 48px;
}
@media (max-width: 767px) {
  .heading02 {
    font-size: 28px;
    margin: 80px 0 40px;
  }
}
.heading02::before {
  content: "";
  position: absolute;
  background: url(/kitamoto/images/common/com_ic02.svg) no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .heading02::before {
    width: 28px;
    height: 28px;
  }
}
.heading02:first-child {
  margin-top: 0;
}

.heading03 {
  font-size: 32px;
  font-family: "NotoSerifJP-Bold";
  line-height: 1.3;
}
@media (max-width: 767px) {
  .heading03 {
    font-size: 20px;
  }
}

.heading04 {
  position: relative;
  font-size: 40px;
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .heading04 {
    font-size: 28px;
  }
}
.heading04::after {
  position: absolute;
  content: "";
  width: 88px;
  height: 1.5px;
  background-color: #C49B63;
  bottom: -32px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .heading04::after {
    width: 48px;
    bottom: -16px;
  }
}

.heading05 {
  font-size: 40px;
  font-family: "NotoSansJP-Bold", sans-serif;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .heading05 {
    font-size: 28px;
  }
}

/* リンクテキスト（リンク共通の記載があれば）
-----------------------------------*/
.link-txt {
  text-decoration: underline;
}

/* リンクボタン
-----------------------------------*/
.com-bt {
  display: inline-block;
  font-family: "NotoSansJP-Bold", sans-serif;
  color: #FFF;
  background-color: #C59C63;
  border: 1px solid #C59C63;
  padding: 8px 40px 8px 24px;
  line-height: 1;
  text-align: center;
  vertical-align: top;
  transition: 0.5s all;
}
.com-bt:hover {
  background-color: #C59C63;
  color: #FFF;
  text-decoration: none;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .com-bt {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 16px 32px;
  }
}
.com-bt.next {
  position: relative;
}
.com-bt.next::after {
  content: "";
  position: absolute;
  display: block;
  right: 16px;
  top: 50%;
  margin-top: -4px;
  border-color: #FFF;
  border-color: #FFF;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 8px;
  vertical-align: middle;
  width: 8px;
  transform: rotate(-45deg);
}
.com-bt.prev {
  position: relative;
}
.com-bt.prev::before {
  content: "";
  position: absolute;
  display: block;
  left: 16px;
  top: 50%;
  margin-top: -4px;
  border-color: #FFF;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 8px;
  vertical-align: middle;
  width: 8px;
  transform: rotate(135deg);
}

input[type=submit].com-bt,
input[type=button].com-bt,
button.com-bt {
  border: 1px solid #CCC;
  background-color: #FFF;
  line-height: 1;
  cursor: pointer;
}
input[type=submit].com-bt:hover,
input[type=button].com-bt:hover,
button.com-bt:hover {
  background-color: #EEE;
  color: #333;
}
@media (max-width: 767px) {
  input[type=submit].com-bt,
input[type=button].com-bt,
button.com-bt {
    font-size: 14px;
  }
}

/*============*/
/* 共通・汎用 */
/*============*/
/* 段落
-----------------------------------*/
/* ぶら下げインデント */
.indent {
  margin-left: 1em;
  text-indent: -1em;
}

/* 汎用カラム
-----------------------------------*/
.row:after {
  content: "";
  clear: both;
  display: block;
}

.multicolumn,
.multilist {
  overflow: hidden !important;
}

.multicolumn-left {
  float: left;
}

.multicolumn-right {
  float: right;
}

.multilist li {
  float: left;
}

/* 横並びリスト
-----------------------------------*/
.list-col2,
.list-col3,
.list-col4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.list-col2 li {
  width: 48%;
}

.list-col3 li {
  width: 32%;
}

.list-col4 li {
  width: 24%;
}

/* タブ切り替え
-----------------------------------*/
.tab {
  display: flex;
  justify-content: center;
  margin-bottom: 0 !important;
}
.tab li {
  padding: 16px 24px;
  background-color: #CECECE;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
.tab li:hover, .tab li.active {
  background-color: #AAA;
  color: #FFF;
}

.tab-cts {
  padding: 16px;
  border: 1px solid #AAA;
}
.tab-cts.disnon {
  display: none;
}

/* アコーディオン
-----------------------------------*/
.ac-menu {
  position: relative;
  margin-top: 24px;
  padding: 16px 64px 16px 24px;
  border: 1px solid #CECECE;
  line-height: 1;
  font-family: "NotoSansJP-Bold", sans-serif;
  cursor: pointer;
}
.ac-menu::after {
  content: "";
  position: absolute;
  right: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 calc(24px / 2) 16px calc(24px / 2);
  border-color: transparent transparent #CECECE transparent;
}

@media (max-width: 767px) {
  .ac-cts {
    display: none;
  }
}

/* カラム幅
-----------------------------------*/
.w1000 {
  width: 1000px;
}

/* リスト、アイコン
-----------------------------------*/
/* リスト（デフォルト） */
.list-df {
  margin-left: 23px;
  list-style: disc;
}

/* リスト（ドット） */
.list-dot li {
  padding-left: 1em;
}

.list-dot li:before {
  content: "・";
  margin-left: -1em;
}

/* リスト（数字） */
.list-num li {
  margin-left: 30px;
}

/* テーブル
-----------------------------------*/
/* 幅 */
col.colw05 {
  width: 5%;
}

col.colw10 {
  width: 10%;
}

col.colw15 {
  width: 15%;
}

col.colw20 {
  width: 20%;
}

col.colw25 {
  width: 25%;
}

col.colw30 {
  width: 30%;
}

col.colw35 {
  width: 35%;
}

col.colw40 {
  width: 40%;
}

col.colw45 {
  width: 45%;
}

col.colw50 {
  width: 50%;
}

/* テーブル */
.table {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}
.table th {
  padding: 16px;
  border: solid 1px #333;
  font-family: "NotoSansJP-Bold", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .table th {
    padding: 8px 4px;
  }
}
.table td {
  padding: 16px;
  border: solid 1px #333;
}
@media (max-width: 767px) {
  .table td {
    padding: 8px 4px;
  }
}

/* ニュース一覧
-----------------------------------*/
.list-news {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 40px 2%;
  margin: 0 auto 64px;
}
.list-news li {
  width: 32%;
  max-width: 320px;
}
@media (max-width: 767px) {
  .list-news li {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}
.list-news li > a:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #333;
}
.list-news li > a .img img {
  width: 100%;
}
@media (max-width: 767px) {
  .list-news li > a .txt {
    margin-right: auto;
  }
}
.list-news li > a .txt .label {
  display: inline-block;
  min-width: 160px;
  color: #FFF;
  line-height: 1;
  text-align: center;
  padding: 6px 8px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .list-news li > a .txt .label {
    font-size: 12px;
  }
}
.list-news li > a .txt .label.label01 {
  background-color: #899D2A;
}
.list-news li > a .txt .label.label02 {
  background-color: #172A84;
}
.list-news li > a .txt .label.label03 {
  background-color: #FF8533;
}
.list-news li > a .txt .date {
  line-height: 1;
  font-size: 18px;
  font-family: "NotoSansJP-Bold", sans-serif;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .list-news li > a .txt .date {
    font-size: 16px;
  }
}
.list-news li > a .txt .title {
  width: 100%;
  font-size: 18px;
  word-wrap: break-word;
  line-height: 1.3;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .list-news li > a .txt .title {
    font-size: 16px;
  }
}

/* WPページャー
-----------------------------------*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  padding: 88px 0;
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .wp-pagenavi {
    padding: 64px 0;
  }
}
.wp-pagenavi a,
.wp-pagenavi span.current {
  display: inline-block;
  width: 32px;
  margin: 0 2px;
  color: #333;
  transition: 0.5s all;
  font-size: 18px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  text-decoration: none;
  background-color: #333;
  color: #FFF;
}

/* 投稿記事 タイトル
-----------------------------------*/
.entry-detail .entry-header .entry-title {
  margin: 40px 0 32px;
  font-size: 28px;
  line-height: 1.3;
  font-family: "NotoSansJP-Bold", sans-serif;
}
@media (max-width: 767px) {
  .entry-detail .entry-header .entry-title {
    margin: 28px 0;
    font-size: 24px;
  }
}
.entry-detail .entry-header .entry-meta {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .entry-detail .entry-header .entry-meta {
    flex-wrap: wrap;
  }
}
.entry-detail .entry-header .entry-meta .date {
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 767px) {
  .entry-detail .entry-header .entry-meta .date {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.entry-detail .entry-header .entry-meta .label {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .entry-detail .entry-header .entry-meta .label {
    font-size: 12px;
    margin-left: 0;
  }
}
.entry-detail .entry-header .entry-meta .label span {
  display: inline-block;
  min-width: 160px;
  color: #FFF;
  line-height: 1;
  text-align: center;
  padding: 6px 8px;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .entry-detail .entry-header .entry-meta .label span {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
.entry-detail .entry-header .entry-meta .label span.label01 {
  background-color: #899D2A;
}
.entry-detail .entry-header .entry-meta .label span.label02 {
  background-color: #172A84;
}
.entry-detail .entry-header .entry-meta .label span.label03 {
  background-color: #FF8533;
}
.entry-detail .entry-content {
  padding: 24px 0;
  margin: 24px 0;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  overflow: hidden;
  word-break: break-all;
}
@media (max-width: 767px) {
  .entry-detail .entry-content {
    padding: 16px 0;
    margin: 16px 0;
  }
}
.entry-detail .btn-area {
  margin: 88px auto;
  text-align: center;
}
@media (max-width: 767px) {
  .entry-detail .btn-area {
    margin: 40px auto;
  }
}

/* 投稿記事 詳細
-----------------------------------*/
.entry-detail .entry-content {
  /* 投稿画像 */
}
.entry-detail .entry-content p {
  margin: 1em 0;
}
.entry-detail .entry-content h1 {
  margin: 24px 0 16px;
  font-size: 28px;
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h1 {
    margin: 16px 0 12px;
    font-size: 24px;
  }
}
.entry-detail .entry-content h2 {
  margin: 24px 0 16px;
  font-size: 26px;
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h2 {
    margin: 16px 0 12px;
    font-size: 22px;
  }
}
.entry-detail .entry-content h3 {
  margin: 16px 0;
  font-size: 24px;
  line-height: 1.3;
  font-family: "NotoSansJP-Bold", sans-serif;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h3 {
    margin: 12px 0;
    font-size: 20px;
  }
}
.entry-detail .entry-content h4 {
  margin: 16px 0;
  font-size: 22px;
  line-height: 1.3;
  font-family: "NotoSansJP-Bold", sans-serif;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h4 {
    margin: 12px 0;
    font-size: 18px;
  }
}
.entry-detail .entry-content h5 {
  margin: 16px 0;
  font-size: 20px;
  line-height: 1.3;
  font-family: "NotoSansJP-Bold", sans-serif;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h5 {
    margin: 12px 0;
    font-size: 16px;
  }
}
.entry-detail .entry-content h6 {
  margin: 16px 0;
  font-size: 18px;
  line-height: 1.3;
  font-family: "NotoSansJP-Bold", sans-serif;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h6 {
    margin: 12px 0;
    font-size: 14px;
  }
}
.entry-detail .entry-content ul {
  margin: 16px 0 16px 32px;
}
.entry-detail .entry-content ul li {
  list-style: disc;
}
.entry-detail .entry-content ol {
  margin: 16px 0 16px 32px;
}
.entry-detail .entry-content blockquote {
  font-style: italic;
  padding: 0 32px;
}
.entry-detail .entry-content blockquote cite,
.entry-detail .entry-content blockquote em,
.entry-detail .entry-content blockquote i {
  font-style: normal;
}
.entry-detail .entry-content table {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}
.entry-detail .entry-content table th {
  padding: 16px;
  border: solid 1px #333;
  font-family: "NotoSansJP-Bold", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .entry-detail .entry-content table th {
    padding: 8px 2px;
    font-size: 12px;
  }
}
.entry-detail .entry-content table td {
  padding: 16px;
  border: solid 1px #333;
}
@media (max-width: 767px) {
  .entry-detail .entry-content table td {
    padding: 8px 2px;
    font-size: 12px;
  }
}
.entry-detail .entry-content .alignleft,
.entry-detail .entry-content img.alignleft {
  display: inline;
  float: left;
  margin-right: 16px;
  margin-top: 4px;
}
.entry-detail .entry-content .alignright,
.entry-detail .entry-content img.alignright {
  display: inline;
  float: right;
  margin-left: 16px;
  margin-top: 4px;
}
.entry-detail .entry-content .aligncenter,
.entry-detail .entry-content img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-detail .entry-content img.alignleft,
.entry-detail .entry-content img.alignright,
.entry-detail .entry-content img.aligncenter {
  margin-bottom: 16px;
}
.entry-detail .entry-content .wp-caption {
  text-align: center;
}
/*# sourceMappingURL=common.css.map */