﻿@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  font-family: "Meiryo", "メイリオ", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, Arial, Verdana, sans-serif;
  color: #2f251e;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
}

img {
  vertical-align: text-bottom;
}

strong {
  font-weight: bold;
}

sup {
  vertical-align: super;
  font-size: 80%;
}

.t180 {
  font-size: 180% !important;
}

.t160 {
  font-size: 160% !important;
}

.t140 {
  font-size: 140% !important;
}

.t120 {
  font-size: 120% !important;
}

.t100 {
  font-size: 100% !important;
}

.t90 {
  font-size: 90% !important;
}

.t80 {
  font-size: 80% !important;
}

.t60 {
  font-size: 60% !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

/* Container
---------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  background-color: #fcfbf7;
}
.container img {
  max-width: 100%;
}

/* Main
---------------------------------------------------------------- */
.main {
  margin-bottom: 5%;
}
.main .utilities {
  overflow: hidden !important;
  zoom: 1 !important;
  margin: 0 1.125%;
  padding: 2%;
  border-bottom: solid 1px #e8e3cd;
  font-size: 110%;
}
.main .utilities .tag {
  float: left;
  width: 20%;
}
.main .utilities .date {
  float: left;
  width: 80%;
  text-align: right;
  line-height: 1.4;
}

/* Contents
---------------------------------------------------------------- */
.contents {
  margin: 0 3.125%;
  padding-bottom: 5%;
}
.contents .subject {
  font-size: 21px;
  margin-bottom: 5%;
}
.contents p {
  margin-bottom: 5%;
  font-size: 17px;
  line-height: 1.8;
}
.contents h3 {
  width:auto;
  margin-top: 40px;
  margin-bottom: 3%;
  font-size: 18px;
  line-height: 1.8;
  font-weight:bold;
  border-bottom:solid 1px #333;
}
.contents blockquote {  
    background: #EEEEEE;  
    padding: 10px 10px 10px 10px;  
    color: #212121;  
    margin-bottom: 5%;
} 

/* Footer
---------------------------------------------------------------- */
.footer {
  padding: 3.125%;
  background: #553b18 url("../images/footer_bg.gif") repeat-y 0 0;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}
.footer ul {
  padding-bottom: 1%;
}
.footer ul li {
  margin-bottom: 2%;
}
.footer p {
  color: #ffffff;
  text-align: center;
  font-size: 80%;
  line-height: 1.4;
}

/* SP
---------------------------------------------------------------- */
@media (max-width: 600px) {
  body {
    font-size: 75%;
  }

  .main .utilities {
    font-size: 150%;
  }
.contents .subject {
  font-size: 20px;
  margin-bottom: 5%;
}
  .contents p {
    font-size: 16px;
    line-height: 1.5;
  }
  .contents h3 {
  width:100%;
    font-size: 17px;
    line-height: 1.5;
  text-decoration: none;
  border-bottom:solid 1px #333;
  }
}
@media (max-width: 414px) {
  body {
    font-size: 57%;
  }

  .contents p {
    font-size: 210%;
  }
}
@media (max-width: 375px) {
  body {
    font-size: 50%;
  }

  .contents p {
    font-size: 210%;
  }
  .contents h3 {
    font-size: 215%;
  }
}
@media (max-width: 320px) {
  body {
    font-size: 45%;
  }

  .contents p {
    font-size: 210%;
  }
}
#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 2px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
}
 
#footerFloatingMenu img {
    max-width: 100%;
}

h2.subject{
	margin-bottom: 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 	font-size: 19px;
	font-weight: bold;
	display: inline-block;
	border-bottom: solid 3px #e5007f;
	width: 100%;
	padding-bottom: 5px;
	line-height: 1.3;
}
