

<!-- Insert by Layout Module -->
<!-- /Insert by Layout Module -->
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff5d5;
}

/*** Header ***/
#header #branding {
  position: relative;
  top: 0;
  text-align: left;
}
#header #branding #site-title {
  display: none;
}
#header #branding #site-description {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 80%;
  margin: .5em auto;
  font-size: 14px;
  line-height: 1.5em;
}
/*** Menus ***/
#menu-primary {
  background: rgba(136,94,23,.8);
}
/*** Footer ***/
#footer {
  background: rgba(255,221,0,1);
  background: -webkit-linear-gradient(top, rgba(255,221,0,1) 0%, rgba(184,147,0,1) 100%);
  background: linear-gradient(to bottom, rgba(255,221,0,1) 0%, rgba(184,147,0,1) 100%);
} 
#footer .copyright {
  margin: 0;
  font-size: 70%;
  color: #333;
}
#footer .credit {
  margin: 0;
  font-size: 70%;
  color: #333;
}
#footer .credit a {
  text-decoration: none;
  color: #333;
}  
/*** Content ***/
/*→ トップ(フロント)ページ表示のFacebookバナー用 */
article.post-0 {
  background: #ff0 !important;
  padding: 0 0 0 !important;
}

.hentry {
}
/*→ 幅の足りない画像のセンタリング */
.hentry .thumbnail {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-title {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: bolder;
  line-height: 1.5em;
}
.entry-byline,
.entry-byline a { 
  font-size: 12px;
}
.entry-summary {
  font-size: 14px;
}
.entry-content {
  font-size: 14px; 
}
.entry-footer {
  font-size: 12px;
}
/*** Sidebars and widgets ***/
.sidebar {
  background: none;
}
.widget-1, .widget-2 , .widget-3, .widget-4 {
  border-radius: 15px;
  box-shadow: 0 0 0 2px #CF7A21 inset;
  padding: 15px 15px 0;
  background: #fff;
  color: #000;
}
.widget-1, .widget-2 , .widget-3 {
  margin-bottom: 10px;
}
.widget-1 h3.widget-title, .widget-2 h3.widget-title, .widget-3 h3.widget-title, .widget-4 h3.widget-title {
  color: #000;
  margin-top: 0;
}
.widget-1 h3.widget-title:before, .widget-2 h3.widget-title:before, .widget-3 h3.widget-title:before, .widget-4 h3.widget-title:before {
  content: url("//www.nfa.co.jp/moguhapi/wp-content/uploads/2015/09/moguhapi_ico_face.png");
  margin-right: 10px;
}
.widget-2 li, .widget-3 li, .widget-4 li {
  line-height: 1em;
}
.widget-2 li a,.widget-3 li a,.widget-4 li a {
  color: #000;
  font-size: 12px;
}
.widget-2 li a:hover, .widget-3 li a:hover, .widget-4 li a:hover {
  color: #885E17;
}
.widget-5 {
	margin-top: 20px;
	text-align: center;
  	padding: 0;
}
/*** Profile ***/
#sidebar-primary .textwidget {
  width: 100%;
}
.widget-1 img.profile {
  width: 40%;
  margin-left: 5px;
  float: right;
}
.widget-1 p {
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: .5em;
}
.widget-1 ul {
  margin: 0 0 1em;
  padding: 0;
}
.widget-1 li {
  list-style: none;
  font-size: 12px;
  line-height: 1.2em;
  padding-bottom: .5em;
}
.widget-1 a.linkBanner {
  border: none;
}
.widget-1 a.linkBanner img {
  width: 100%;
}
/*** Media Queries ***/
/* Desktops, laptops and iPads (landscape) */
@media only screen and (max-width: 1139px) {
  .widget-5 {
	margin-top: 0;
  }
}
/* iPads (portrait) */
@media only screen and (max-width: 1023px) {
  #sidebar-primary {
    margin-top: 25px;
    width: 100%;
  }
  #sidebar-primary .widget {
    width: 40%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding: 2.5% 2.5% 0;
  }
  #sidebar-primary .widget-1 h3.widget-title {
    margin-top: 0;
  }
}
/* iPhones (portrait and landscape) */
@media only screen and (max-width: 767px) {
  #sidebar-primary {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  #sidebar-primary .widget {
    width: 85%;
  }
}



<!-- Insert by Layout Module -->
<!-- Yahoo Tag Manager -->
<script id="tagjs" type="text/javascript">
	(function () {
		var tagjs = document.createElement("script");
		var s = document.getElementsByTagName("script")[0];
		tagjs.async = true;
		tagjs.src = "//s.yjtag.jp/tag.js#site=SyzQnPP";
		s.parentNode.insertBefore(tagjs, s);
	}());
</script>
<noscript>
	<iframe src="//b.yjtag.jp/iframe?c=SyzQnPP" width="1" height="1" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe>
</noscript>
<!-- /Yahoo Tag Manager -->
<!-- /Insert by Layout Module -->

