/*
Theme Name: My-WPMEMO basic
Template: wpmemo_basic
Description:custom-theme
Author:kas
Author URL:web-tank.com
Version:1.0
*/

@import url('../wpmemo_basic/style.css');

.entry_content {
	font-size:15px; /* add on 2014-12-27 */
}

.entry_content h3 { /* add on 2015-09-27 */
	font-size: 14px;
	font-weight: bold;
	border-left: 4px double #999;
	padding: 0px 0px 0px 5px;
	margin: 10px 0px;
}

.entry_content p {/* 追加 */
	line-height:1.6;
	font-size:15px;
	margin-bottom: 1.5em;
}

.entry_content ul li {/* add on 12/27 */
	font-size:15px;
}

.entry_content div.quotation {/* 追加5/13 */
	margin: 8px 8px;
	padding: 8px 8px;
	background-color: #666;
	color: #FFF;
}

.post h3{
	font-weight:bold;
}

strong{
	font-weight:bold;
}

/* table */
table.content_table{
table-layout: auto;
width: 100%;
border-collapse: collapse;
}
table.content_table th{
padding: 6px;
text-align: left;
vertical-align: top;
color: #333;
background-color: #eee;
border: 1px solid #b9b9b9;
}
table.content_table td{
padding: 6px;
background-color: #fff;
border: 1px solid #b9b9b9;
}

/* --------------------------------- */
/* thumbnail */

.entry_content ul.thum_150{
	list-style-type:none;
}

.entry_content ul.thum_150 li{
	float:left;
	overflow:hidden;
	width:150px;
	height:150px;
	border: solid 1px #ddd;
	margin:5px;
}

.entry_content ul.thum_150 li img{
	min-width:150px
	min-height:150px;
	margin:0px;	
}

.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 line-height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix { display: inline-block; }

/* MacIE用 */
*+html .clearfix { height: 1%; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* Archive header: link to current site */
#description .link-current{
  color:#fff; text-decoration:none; margin-left:.6em;
  padding:.15em .6em; border:1px solid rgba(255,255,255,.75);
  border-radius:9999px; font-weight:700;
}
#description .link-current:hover{
  background:rgba(255,255,255,.9); color:#333;
}