/*---------------------------------------------------------
Theme Name: foundation-garment ver20140925
Theme URI: http://www.foundation-garment
Description: foundation-garment site theme
Author: chanboo
Author URI: http://www.foundation-garment
License:
License URI:
Version: 20140925
---------------------------------------------------------*/
@charset "UTF-8";
/*--- RESET ---*/
* {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  border: none;
  vertical-align: bottom;
}

/*--- BASE ---*/
body {
  color: #000;
}

h1 {
  color: #333;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0.5em 0;
}

h2 {
  background: #f7f7f7;
  border-bottom: 1px #ededed solid;
  border-right: 1px #ededed solid;
  color: #333;
  font-size: 20px;
  line-height: 1.5em;
  margin: 2.5em -10px 1em -10px;
  padding: 0.25em 0.5em;
}

h3 {
  border-bottom: 1px solid #e7e7e7;
  color: #333;
  font-size: 20px;
  line-height: 1.5em;
  margin: 2.5em 0 1em 0;
  padding: 0.5em 0.5em 0 0;

}

h4 {
  color: #333;
  font-size: 18px;
  line-height: 1.5em;
  margin: 1em 0;
  padding: 0.25em 0;
}

p {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 1em;
}

a {
  color: #666;
  text-decoration: none;
}

a:hover {
  color: #5484C8;
  text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

ol li {
  list-style-type: decimal;
  line-height: 28px;
}

table {
  border-top: #999 1px solid;
  border-right: #999 1px solid;
  color: #333;
}

td {
  padding: 10px;
  border-bottom: #666 1px solid;
  border-left: #666 1px solid;
  font-size: 14px;
  line-height: 25px;
}

blockquote {
  background: #f7f7f7 url(images/quote.png) no-repeat left top;
  border-left: 1px solid #fff;
  margin: 20px 20px 20px -39px;
  padding: 70px 20px 20px 40px;
}

/* clear */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.pcnone {
  display: none;
}

/*--- IE6 ---*/
* html .clearfix {
  zoom: 1;
}

/*--- IE7 ---*/
*:first-child + html .clearfix {
  zoom: 1;
}

/*--- contents ---*/
#container {
  word-wrap: break-word;
}

.post ol {
  padding-left: 40px;
}

.sidead {
	text-align: center;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.s {
	font-size: 50%;
}
.ss {
	font-size: 70%;
}
.l {
	font-size: 150%;
	line-height: 130%;
}
.ll {
	font-size: 200%;
	line-height: 120%;
}
.b {
	font-weight: bold;
}
img.alignright {
	display: block;
	margin: 0 0 0 auto;
}
img.alignleft {
	display: block;
	margin: 0 auto 0 0;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.float-left {
	float: left;
}
img.float-right {
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* DW */
.clearfix + * {
	clear: both;
}
.shadow {
	position: relative;
}
.shadow:before, .shadow:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 500px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.shadow:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
/*----------------------------
各コンテンツの最大サイズを制限
-----------------------------*/
.kizi img, .kizi {
  margin-bottom: 20px;
  height: auto;
  max-width: 100%!important;
}

.wp-caption {
  text-align: center;
  margin-bottom: 40px;
  height: auto;
  max-width: 100%!important;
}

.wp-caption img {
  margin-bottom: 5px;
}

.wp-caption-text {
  font-size: 10px;
  color: #666;
}

/* header */
#h-l {
  float: left;
  padding: 10px;
  width: 100%;
}
#h-l .descr {
  color: #333;
  font-size: 12px;
  font-weight: normal;
  margin: 5px 0;
  line-height: 1.5em;
}
#h-l .sitename {
  font-size: 30px;
  line-height: 1.0em;
  margin-bottom: 0;
}
#h-l .sitename a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* footer */
#footer {
  background: #333;
  border-top: 1px #ccc solid;
  height: 250px;
}
#footer-in {
  color: #ccc;
  margin-top: 50px;
  padding: 20px;
  text-align: center;
}
#footer-in h3 {
  border: none;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
#footer-in h3 a {
  color: #ccc;
  text-decoration: none;
}
#footer-in h4 {
  border-style: none;
  font-size: 11px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
#footer-in h4 a {
  color: #ccc;
  text-decoration: none;
}
#footer-in .copy {
  font-size: 13px;
  margin: 15px 0 0 0;
}
#footer-in .theme-name {
  margin: 0 0 0 5px;
}
#footer-in .theme-name a {
  color: #ccc;
  font-size: 10px;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
}

/* アーカイブリスト */
.archive h2, .search h2, .home h2 {
  margin: 0.5em 0;
}
.entry {
  border-bottom: #e7e7e7 1px solid;
  margin: 15px 0;
  min-height: 167px;
}
.entry .sumbox {
  float: left;
  height: 150px;
  width: 150px;
}
.entry-content {
  float: right;
  width: 385px;
}
.entry-content .entry-title-ac {
  line-height: 1.2em;
  font-size: 24px;
  padding: 0px;
  border: none;
  font-weight: normal;
  margin: 0 0 5px 0;
}
.entry-content .entry-title-ac a {
	color: #333;
	text-decoration: none;
}
.entry-content .blog_info p {
  font-size: 12px;
}
.entry-content .dami {
  font-size: 12px;
  margin: 5px 0;
}
.entry-content .readmore {
  text-align: center;
  width: 90px;
}
.entry-content .readmore a {
  background-color: #ededed;
  color: #666;
  display: block;
  padding: 2px 5px 2px 5px;
  text-decoration: none;
}
.entry-content .readmore a:hover {
  background-color: #666;
  color: #ededed;
}

/*中見出し*/
.demo h2 {
	font-size: 20px;
	padding: 10px 10px 20px 75px;
	color: #444;
	line-height: 30px;
	margin: 20px 0 20px -65px;
	background: url(images/cah2-bk.png) no-repeat left top;
}


/*小見出し*/
.moto .post h3 {
	font-size: 18px;
	margin-bottom: 20px;
	padding: 5px 10px 5px 20px;
	color: #444;
	line-height: 30px;
	border-left: 1px dotted #333;
}

h3 a {
  color: #666;
  text-decoration: none;
}
h3 a:hover {
  color: #c80f32;
  text-decoration: underline;
}

.kizi p a {
  color: #256FBA;
}

.side h4 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	line-height: 28px;
}
/*-----------------------------
タイトル下
------------------------------*/
.kizi .blogbox p {
	font-size: 12px;
}
.kizi .blogbox p .kdate {
	margin-right: 10px;
	padding: 5px;
	color: #999;
}
/* pagination */
.pagination {
  clear: both;
  font-size: 11px;
  line-height: 13px;
  position: relative;
}
.pagination span, .pagination a {
  background: #555;
  color: #e7e7e7;
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 10px 15px;
  text-decoration: none;
  width: auto;
}
.pagination a:hover {
  background: #3279BB;
  color: #e7e7e7;
}
.pagination .current {
  background: #ccc;
  color: #f3f3f3;
  padding: 10px 15px;
}
/*-----------------------------
基本構造
------------------------------*/
#header-in, #wrap-in, #navi-in {
  width: 986px;
  margin-right: auto;
  margin-left: auto;
}
#wrap #wrap-in #main {
  background-color: #FFF;
  border: 1px solid #ededed;
  border-radius: 4px;
  float: left;
  padding: 20px 39px 20px 39px;
  width: 550px;
}
#wrap #wrap-in #side {
  background-color: #fff;
  float: right;
  padding: 0 10px 20px;
  width: 316px;
}
#respond h3 {
	font-size: 16px;
}
.p-navi p {
  font-weight: bold;
}
.p-navi p a {
  color: #5484C8;
  font-weight: normal;
}
.sumbox {
	float: left;
	height: 150px;
	width: 150px;
}
.more-link {
	font-size: 14px;
	color: #5484C8;
	text-decoration: underline;
}
#gazou-in {
	padding-top: 0px;
}

#container #gazou #gazou-in #headimg {
	margin-bottom: 10px;
}
/*-----------------------------
サイド
------------------------------*/
#side #side-in ul li {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
}
#side #side-in ul {
	padding: 10px;
	margin-bottom: 20px;
}
#side #side-in {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #f3f3f3;
	margin-top: 10px;
}
#side-in ul li a:hover {
	color: #3279BB;
}
#side ul li {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
	padding-left: 20px;
}
#side h4 {
  font-size: 16px;
}
#side #ad1 div ul li .textwidget {
	width: 100%;
}
#side #ad1 div ul li {
	padding: 0px;
}
#side #snsbox02 {
	padding-top: 20px;
}
#side #topnews .motto {
	clear: both;
}
#side ul li ul li {
	font-size: 14px;
	line-height: 25px;
	padding-left: 20px;
}
/*サイドの各タイトル見出し*/
#side .menu_underh2 {
  margin: 20px 0 0 0;
  padding: 5px;
  border-bottom: 1px #ccc solid;
  /*line-height: 20px;*/
}
#container #wrap {
	padding-top: 10px;
	padding-bottom: 20px;
}
#side #ad1 div ul li h2 {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	margin-left: 0px;
	text-align: left;
	font-size: 16px;
}
#side #ad1 div ul li .textwidget a img {
	padding: 5px;
}
#side h2 {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	margin-left: 0px;
	text-align: left;
}
#side ul li h2 {
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#side #twibox ul li {
	padding: 0px;
}
#side #twibox ul li li {
	padding-left: 20px;
}
#side #twibox ul li h2 {
	font-size: 16px;
}
#side #twibox ul li.cat-item {
	padding-left: 10px;
	margin: 5px 0 0 0;
}
#side #twibox ul li.cat-item a {
  text-decoration: none;
}
#side #twibox ul li.cat-item a:hover {
  text-decoration: underline;
  color: #666;
}
#side #tagbox {
	padding: 10px;
}
#side #acbox {
	padding-left: 20px;
}
#side .rssfeed {
  margin: 10px 0;
}
#side .textwidget {
  margin-top: 10px;
}
/* social */
#snsbox_ms ul.snsb {
  padding: 0;
}

#snsbox_ms ul.snsb li {
  float: left;
  font-size: 15px;
  height: 25px;
  line-height: 28px;
  list-style: none;
  margin-right: 10px;
}
#snsbox03 {
  background-color: #f7f7f7;
  border: 1px #ededed solid;
  padding: 15px 20px;
}
#snsbox03 .share .share-desc{
  color: #333;
  font-weight: bold;
  margin:20px 0 5px;
}
#snsbox03 .share ul.snsb li {
  float: left;
  list-style-type: none;
  margin-right: 10px;
}
#snsbox03 .share ul.snsb {
  padding: 0;
}
#snsbox03 .feed {
  margin-top: 10px;
}
#snsbox03 .feed .feed-desc {
  color: #333;
  font-weight: bold;
  margin: 0 0 5px;
}
#snsbox03 .feed .feed-btn {
  margin-bottom: 0;
}
/*
.sns {
  background: url(images/a30.png) repeat;
  border: 1px #ccc solid;
  border-radius: 0px 4px 4px 0px;
  bottom: 10px;
  margin-left: -1px;
  -moz-border-radius: 7px;
  padding: 5px 5px 5px 5px;
  position: fixed;
  -webkit-border-radius: 7px;
}
.sns li {
  margin: 5px 0;
}
.sns h3 {
  color: #dddddd;
  font-size: 18px;
  font-weight: bold;
  line-height: 120%;
  margin-left: 7px;
  padding: 0;
}
.sns .snsb li {
  float: left;
  list-style-type: none;
  margin-right: 10px;
}

div.sns_sm ul {
  padding: 10px 0 0 0;
}
div.sns_sm .feedly img {
  margin-bottom: 10px;
}
*/

/* ページTOP */
#page-top {
  bottom: 40px;
  font-size: 10px;
  position: fixed;
  right: 20px;
}
#page-top a {
  background: #666;
  border-radius: 4px;
  color: #e7e7e7;
  display: block;
  padding: 10px 5px;
  -moz-border-radius: 4px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 4px;
  width: 80px;
}
#page-top a:hover {
  background: #e7e7e7;
  color: #666;
  text-decoration: none;
}
/*-----------------------------
コンテンツ
------------------------------*/
.sum {
	float: left;
	width: 100px;
}
.sumbun {
	float: left;
	width: 430px;
	padding-left: 20px;
}
.sumbox02 {
	margin-bottom: 20px;
}
.sumbun .entry-title {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}
.sumbun p {
	font-size: 13px;
	line-height: 24px;
}
/* サイドバーのaffix */
div.affix {
	position: fixed;
	width: 250px;
	bottom: 30px;
}
.center-ad {
	text-align: center;
	padding: 20px;
}
#side #side-in ul li a:hover {
	color: #C00;
	text-decoration: underline;
}
.hottai {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
	color: #333;
	line-height: 30px;
}
.post ul li {
	font-size: 15px;
	line-height: 28px;
}
.post ul {
	list-style-type: disc;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.sumbun .entry-title a:hover {
	color: #C00;
}
.postdatemo {
	margin: 0px;
	padding: 0px;
}
#container #header #header-in #h-r {
	float: right;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: right;
	padding-right: 10px;
}
/*記事を読む*/
.motto {
  text-align: center;
  width: 90px;
}
.motto a {
  background-color: #ededed;
  color: #666;
  display: block;
  padding: 2px 5px 2px 5px;
  text-decoration: none;
}
.motto a:hover {
  background-color: #666;
  color: #ededed;
}
/*----------------------------
アコーディオン
------------------------------*/
.acordion_tree li {
	float: left;
	font-size: 13px;
	padding-left: 10px;
	display: inline;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.acordion_tree li a {
	float: left;
	color: #333;
	text-decoration: none;
}
.menu-navigation-container {
	overflow: hidden;
}
.acordion_tree li a:hover {
	text-decoration: underline;
}
.left-ad {
	padding: 20px;
}
#h-r #search {
	padding-left: 30px;
}
/*----------------------------
コメント
------------------------------*/
#comments {
  background-color: #f3f3f3;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
}
#comments p {
  font-size: 12px;
  font-weight: normal;
}
#comments p a {
  color: #999;
}
#comments label {
  display: block;
}
#comments #respond {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px 10px;
}
#comments #commentform .tags {
  background-color: #f3f3f3;
  font-size: 13px;
  padding: 10px;
}
#comments #commentlist img {
  padding: 10px;
}
#comments .form-allowed-tags{
  display:none;
}
.comment-body {
	padding: 10px;
	margin-bottom: 20px;
}
.metadata dd a {
  color: #999;
}
.metadata {
	font-size: 13px;
	line-height: 20px;
}
.fn {
	font-style: normal;
	font-size: 13px;
}
.says {
	font-size: 13px;
}
.commentmetadata {
	font-size: 12px;
	padding: 5px;
}
.reply {
	padding: 5px;
	font-size: 13px;
}
/* ナビゲーション */
#navi-in {
  background: #111;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#111),color-stop(60%,#444));
  background-image: -webkit-linear-gradient(bottom,#111 0,#444 25px);
  background-image: -moz-linear-gradient(bottom,#111 0,#444 25px);
  background-image: -o-linear-gradient(bottom,#111 0,#444 25px);
  background-image: linear-gradient(to top,#111 0,#444 25px);
  padding: 5px 10px;
  width: 966px;
}
#navi-in ul {
  padding: 0 10px;
}
#navi-in li {
  display: inline;
  float: left;
  font-size: 13px;
  min-width: 50px;
  padding: 5px 10px;
  position: relative;
  text-shadow: 0px 0px 1px #ccc;
}
#navi-in li a {
  color: #e7e7e7;
  float: left;
  text-decoration: none;
}
.menu-navigation-container {
	overflow: hidden;
}
#navi-in li a:hover {
	text-decoration: underline;
}
/*-----------------------------
検索フォーム
-----------------------------*/
#container #wrap #wrap-in #search {
	padding-top: 20px;
	padding-bottom: 0px;
}
#s {
  background-color: #FCFCFC;
  border: 1px #ccc solid;
  color: #333;
  font-size: 14px;
  height: 22px;
  padding: 4px 10px 4px 10px;
  width: 243px;
}
#searchsubmit {
  left: 265px;
  position: absolute;
  top: 0;
  _top: 1px;
}
*:first-child + html #searchsubmit {
	top: 1px;
}
#container #wrap #wrap-in #side #search #searchform {
	position: relative;
}
/* 関連記事 */
h4.related {
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.0em;
  margin-bottom: 0;
  padding: 5px;
}
#related-post div.inner {
  margin-bottom: 10px;
  padding: 10px 5px;
}
#related-post dl {
  clear: both;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 10px;
}
#related-post dt {
  clear: both;
  color: #66A512;
  float: left;
  font-size: 14px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#related-post dd {
  padding: 3px 0 0 70px;
  min-height: 68px;
}
#related-post dd h4.saisin {
  color: #666;
  font-size: 15px;
  line-height: 1.0em;
  margin: 0 0 5px 0;
  padding: 0px;
}
#related-post dd .saisin a {
  color: #333;
  text-decoration: none;
}
#related-post dd .saisin a:hover {
  text-decoration: underline;
}
#related-post dd .desc {
  font-size: 12px;
  line-height: 1.3em;
  margin-bottom: 0;
}
#related-post dd .readmore {
  margin: 5px 0;
}
#related-post dd .readmore a {
  color: #000;
  font-size: 12px;
}
#related-post dd .readmore a:hover {
  text-decoration: underline;
}
/* リストなど */
#container #wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui .motto a {
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	color: #666666;
}
#container #wrap #wrap-in #main .post .entry .entry-content .motto .more-link {
	font-size: 12px;
}
#container #wrap #wrap-in #side #topnews .motto a {
	font-size: 12px;
}
#container #wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui .motto a:hover {
	color: #FFF;
}
#container #wrap #wrap-in #side #topnews div dl dd p {
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	margin: 6px 0 0 0;
	color: #888;
}
#main .post .sumbox02 #topnews div dl dd {
	padding-left: 130px;
}
.post .sumbox02 #topnews div dl dd .motto {
	font-size: 12px;
	color: #666;
}
#main .post .sumbox02 #topnews div dl dd .motto a {
	color: #666;
}
#wrap #wrap-in #side #topnews div dl {
	padding-bottom: 0px;
	margin-bottom: 12px;
}
#topnews dt {
	font-size: 14px;
	color: #1A7AE8;
	margin-bottom: 5px;
	padding-bottom: 5px;
	float: left;
	clear: both;
}
#topnews dt {
	color: #66A512;
}
#side #topnews dd {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding-left: 65px;
	/*padding-bottom: 5px;*/
	color: #666666;
}
#topnews div dl dd a {
	color: #1a1a1a;
	text-decoration: none;
}
#topnews div {
	padding: 15px 10px 10px 5px;
	margin-bottom: 10px;
}
#topnews div dl {
	clear: both;
}
#container #wrap #wrap-in #side #topnews div dl dd a:hover {
	/*color: #900;*/
	text-decoration: underline;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .saisin {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui {
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui a {
	color: #06C;
	text-decoration: underline;
	font-weight: bold;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui a:hover {
	color: #900;
}

/* パンくず */
#breadcrumb {
  clear: both;
}
#breadcrumb div {
  display: inline;
  font-size: 13px;
}
#breadcrumb a {
  color: #666;
}

/* 人気記事 */
#side #popular-post {
  margin: 15px 10px 10px 5px;
}
#side #popular-post:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
#side #popular-post dl {
  clear: both;
  margin-bottom: 12px;
}
#side  #popular-post dt {
  clear: both;
  float: left;
  font-size: 14px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#side #popular-post dd {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  padding-left: 65px;
  color: #666;
}
#side #popular-post dd a {
  color: #1a1a1a;
  text-decoration: none;
}
#side #popular-post dd a:hover{
  text-decoration: underline;
}
#side #popular-post dd p {
  color: #888;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  margin: 6px 0 0 0;
}

/* コンテンツ */
.huto {
	font-weight: bold;
}
.hutoaka {
	font-weight: bold;
	color: #ff0000;
}
#main .post .nob {
  border-style: none;
  margin-bottom: 10px;
}
#main .post .nob td {
  border-style: none;
  padding: 5px;
  text-align: left;
  vertical-align: top;
}
#side-upper ul li {
  padding: 0;
}
/* shopping note */
h3.shopping_note {
  line-height: 30px;
  padding: 3px 0;
}
.shopping_note img {
  margin: 0 10px 0 0;
  border-radius: 24px;
}
div.shopping_note {
  font-size: 14px;
  margin-bottom: 40px;
}

/* AD,Affy */
.post_u_ad {
  padding:20px 0px;
}
#amz-ad-2 {
  display: none;
}
.rakuten-af {
  margin: 10px 0;
  width: 100%;
}

.rakuten-af table, .rakuten-af th, .rakuten-af td {
  border: none !important;
}
.rakuten-af table td div {
  border-color: #e7e7e7!important;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}