@charset "UTF-8";
/* 追従機能解除
==================================================
*/
#menu .sticky{position:static !important}
#rmenu .sticky{position:static !important}

/*
==================================================
基本スタイル
==================================================
*/
body {
  background-color: #ffe9e5;
  background-image: url("img/body_bg.png");
  background-position: center top;
  background-repeat: repeat;
  background-size: 48px auto;
  color: #332727;
  font-family: 'メイリオ',Helvetica,'Hiragino Kaku Gothic Pro',sans-serif;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}

/* リスト
==================================================
*/

#main :not(#whatsnew):not(#pagelist):not(#index_inner):not(#sitemaps):not(li) > ul > li {
  background-image: url(img/rank_tit.png);
  background-position: top 13px left 7px ;
  background-repeat: no-repeat;
  background-size: 17px auto;
  font-weight: normal;
  line-height: 1.8;
  margin: 0 0 0 1em ;
  padding: 0 0 0 1.1em;
  position: relative;
}

#main :not(#whatsnew):not(#pagelist):not(#sitemaps):not(li) > ol > li {
  font-weight: normal;
  line-height: 1.7;
  margin: 14px 0;
  padding: 0 0 0 42px;
  position: relative;
}

/* トップメニュー
==================================================
*/
#topmenu ul a {
  line-height: 1.2;
  word-wrap: break-word;
  word-break: break-all;
}
  #topmenu ul a {
  font-size: 14px;
  padding: 12px 3% 17px;
  }  
==================================================
サイドメニュー
==================================================
*/
/* メニュー
==================================================
*/
#menu,
#rmenu {
  text-align: left;
}
#menu h4,
#menu .title,
#rmenu h4,
#rmenu .title {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
  padding: 10px 15px;
  text-align: center;
}

#menu .menulist li a,
#rmenu .menulist li a {
  color: #7d4c62;
  display: block;
  font-size: 15px;
  line-height: 1.6;
  padding: 12px 35px 12px 20px;
  position: relative;
  text-decoration: none;
}

#categorylist .title a {
  color: #c05181;
  font-size: 1.25rem;
  line-height: 1.6;
}
#categorylist p {
  color: #866976;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 17px;
  max-height: 60px;
  overflow: hidden;
}

.blog .info time,.blog .info .plist a{
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:2px;
	padding-left:20px;
	line-height:20px;
	font-size:0.625rem;