/* リストの行頭記号や数字を本文位置に合わせる。デフォルト値は outside */
.entry-content li {
	list-style-position: inside;
}

.entry-content h1 {
  color: #3E98B3;/*文字色*/
}

/* 見出しh2 */
.entry-content h2 {
  padding: 0.5em;/*文字周りの余白*/
   color: #3E98B3;/*文字色*/
   background: #E1F9FF;/*背景色*/
   border-left: solid 5px #3E98B3;/*左線（実線 太さ 色）*/
font-size: 18px; 
}

/*ヘッダーのグラデーション削除*/
.custom-header-media:before {
	background: -moz-linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%); 

/* FF3.6-15 */
background: -webkit-linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%); 
	
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%); 
	
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=”#00000000″, endColorstr=”#4d000000″, GradientType=0);
	
/* IE6-9 */
bottom: 0;	
content: “”;
display: block;
height: 100%;
left: 0;
position: absolute;
right: 0;
z-index: 2;
}

/* Amazon Box */
.amazon-box {
	width:auto;
	height:auto;
	overflow:hidden;
	padding:10px;
	border: solid 1px #cccccc;
	margin-bottom:20px;
}

.amazon-image {
	float:left;
	width:170px;
	
}

.amazon-text {

	float:left;
	width:100%;
	margin-left:-170px;

}

.amazon-text-inner {
	margin-left:170px;
}


.amazon-link {
	color:#ffffff;
	background:#ff9900;
	text-decoration:none;
	padding:10px 20px;
}

.amazon-link:hover {
	color:#ffffff;
	background:#ff9900;
	text-decoration:none;
}

.amazon-link:visited {
	color:#ffffff;
	background:#ff9900;
	text-decoration:none;
}


/* YouTube */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}