
/* =Post
-------------------------------------------------------------- */
.Post{
	margin-bottom: 10px;
	clear: both;
	font-size: 15px;
}
/* ‹LŽ–ˆê—— */
.Post .thumb_r{
	float: right;
	margin-left: 1em;
}
.Post .thumb_l{
	float: left;
	margin-right: 1em;
}
.Post .thumb_r img,
.Post .thumb_l img{
	width: 200px;
}
.Post .more a{
	padding: 0 0 15px 12px;
	margin: 0;
	background: url(/img/listmark01.gif) 0 3px no-repeat;
	font-weight: bold;
}
.Post .columnist{
	background: whiteSmoke;
	border: 1px solid #e5e5e5;
	margin: 0 0 20px auto;
	padding: 15px;
	overflow: hidden;
}
.Post .columnist img{
	float: left;
	height: 100px;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #e5e5e5;
}
/*
.Post .columnist p .name	{ font-weight: bold;}
*/
.Post .TextAds{
	border-top: 1px dotted #ccc;
}
.Post .date_r,
.Post .date_l{
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.Post .date_r{ text-align: right; color: #666666; }
.Post .date_l{ text-align: left; font-weight: normal; /*bold*/}

/*20160512 add*/
.Post .thumb_txt{
	float: right;
	clear: right;
	background: whiteSmoke;
	border: 1px solid #EBEBEB;
	min-width: 200px;
	padding: 0px 10px 10px 10px;
	margin-left: 1em;
	margin-bottom: 1em;
	width: 300px;
}

.Post .thumb{
	float: right;
	clear: right;
	background: whiteSmoke;
	border: 1px solid #EBEBEB;
	min-width: 200px;
	padding: 10px;
	margin-left: 1em;
	margin-bottom: 1em;
	width: 300px;
}
.Post .thumb img{
	display: block;
	/*width: 300px; 20160510 del */
	margin-left: auto; /* 20160510 add */
  margin-right: auto; /* 20160510 add */
}
.Post table.thumb{
	width: 100%;
	border: 0;
}
.Post table.thumb td{
	vertical-align: top;
	background: #ffffff;
	padding: 5px 0;
}
.Post table.thumb img{
	display: block;
	width: 320px;
}

.Post em{
	background: #fff7b2;
	font-weight: bold;
	padding: 0 2px;
	font-style: normal;
}

.Post p{
  font-size: 1.2em;
}


/* =PostMeta
-------------------------------------------------------------- */
#PostMeta{
	margin: 0 0 30px 0;
	border: 1px solid #d6d6d6;
	background: #f0f0f0;
	padding: 15px 20px;
	line-height: 2em;
	overflow: hidden;
	clear: both;
	zoom: 1;
}

#PostMeta div{
	float: left;
	margin-right: 20px;
}
#PostMeta .minrguru a{
	padding: 1px 0px 1px 24px;
	background: url(/img/icon_minguru.gif) left 0px no-repeat;
}
#PostMeta .scrap a{
	padding: 1px 0px 1px 22px;
	background: url(/img/icon_scrapbook.gif) left 0px no-repeat;
}
#PostMeta .file a{
	padding: 1px 0px 1px 22px;
	background: url(/img/icon_file.gif) left 0px no-repeat;
}
#PostMeta .link a{
	padding: 1px 0px 1px 18px;
	background: url(/img/icon_blank.gif) left 0px no-repeat;
	background-size: 12px 12px;
	vertical-align: middle;
}




/* =PostList
-------------------------------------------------------------- */
.PostList{
	clear: both;
	margin-bottom: 30px;
}
.PostList ul{
	margin: 0 0 0 0;
	list-style: none;
}
.PostList ul li{
	background: url(/img/listmark01.gif) 0 10px no-repeat;
	padding: 3px 0 3px 12px;
	zoom: 1;
}
.PostList ul li a span{
	font-size: 12px;
	color: #1a1a1a;
	margin-right: 5px;
}
.PostList ul li a.scrap{
	float: right;
	display: none;
	margin-top: 3px;
	width: 15px;
	height: 15px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(/img/icon_scrapbook.gif) no-repeat scroll right 0 transparent;
}
.PostList ol{
	margin: 3px 0 3px 30px;
	padding: 3px 0 3px 10px;
}
.PostList ol li{
	font-size: 15px;
	color: #065506;
	line-height: 1.8;
	font-weight: bold;
	zoom: normal;/* 1; */
}
.PostList ol li .listnode{
	font-weight: normal;
	line-height: 1.8;
}
.PostList ol li a{
	font-weight: normal;
}
.PostList ol li a span{
	font-size: 12px;
	color: #1a1a1a;
	margin-right: 5px;
}

.PostList ol li span.pubdate{
	font-size: 14px;
	color: #1a1a1a;
	margin-right: 5px;
	font-weight: normal;
}

/* 2013/01/07 add */
#view_scrap {
	/*clear: both;*/
	float: right;
    font-size: 14px;
    list-style: none outside none;
    margin: 5px 10px 15px 0;
    padding: 0;
	vertical-align: middle;
}
#view_scrap .scrap a{
	padding: 1px 0px 1px 22px;
	background: url(/img/icon_scrapbook.gif) left center no-repeat;
	float: right;
	vertical-align: middle;
}

/*2014/02/13 Shiino Add*/
table.Column2 {
  width: 100%;
  margin: 20px 0px;
}

table.Column2 tr td {
  width :50%;padding-left: 10px;
}

table.Column2 tr td.attention {
  background-color: #FFF0F0;
  padding: 10px;
}

table.Column2 tr td.attention a {
  background: url(/img/listmark05.gif) left center no-repeat;
  margin: 0 8px 0 0;
  padding: 0 8px 0 8px;
  font-size: 14px;
}

table.Column2 tr td h5 {
  font-weight: bold;
  font-size: 14px;
}

table.Column2 tr td ul {
  margin-left: 5px;
}

table.Column2 tr td ul li {
  list-style-type: none;
  font-size: 14px;
  line-height: 1.6em;
}

table.Column2 tr td ul.left li {
  list-style-type: none;
  font-size: 14px;
  /*line-height: 2em;*/
}

p span.free{
  background: url(../img/icon_free.png) 0 2px no-repeat !important;
  padding-left: 30px !important;
  background-size: 28px auto !important;
  margin-left: 5px;
}

.OtherTopic .free{
  background: url(../img/icon_free.png) 0 2px no-repeat !important;
  padding-left: 30px !important;
  background-size: 25px auto !important;
}