@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

.entry-content {
    margin-bottom: 10px;
}

#site-title {
    margin-top: 30px;
}

.sp-info {
    background-color: #edf6ff;
    border-color: #BCE8F1;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}


/*Simlple GA Ranking*/

.ranking-img {
	height: 60px;
	/*width: 80px;*/
	overflow: hidden;
	float:left;
	margin-right: 0.5em;
}
 
.sga-ranking-list {
    margin: 1rem 0;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
}

li.sga-ranking-list {
	margin-bottom: 1em;
}

ol.sga-ranking {
	counter-reset: pupular-ranking;
}
 
li.sga-ranking-list {
	position: relative;
}
 
li.sga-ranking-list:before {
	background: none repeat scroll 0 0 #9F9E9E;
	color: #fff;
	content: counter(pupular-ranking, decimal);
	counter-increment: pupular-ranking;
	font-size: 100%;
	left: 0;
	top: 0;
	line-height: 1;
	padding: 4px 7px;
	position: absolute;
	z-index: 1;
	border-radius: 2px;
}

/* タグクラウドに枠線を付ける（＋フォントサイズ統一） */
.tagcloud a {
    font-size: 16px !important;
    border: solid 1px #000080;
    border-radius: 3px;
    display: inline-block;
    padding: 5px;
    margin-bottom: 8px;
}

/* タグクラウドのマウスオーバー時の背景色 */
.tagcloud a:hover {
    background-color: #f6bfbc;
    text-decoration: none;
    color: #000;
}

/************************************
** Amazonのスタイル
************************************/

.amazon{
  border:1px solid;
  margin:10px 5px;
  padding:10px;
	width:90%;
	max-width:600px;
}

.amazon-img{
 float: left;
 margin:5px ;
 max-width: 160px;
}

.amazon-data{
  float:left;
  margin:5px;
  max-width: 420px;
}

.amazon-link a{
	display:block;
	width:150px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	border-radius:3px;
	color:#ffffff;
	padding:10px 2px;
	background:#ff9900;
}