/**
*	Amazon Products Style
**/
.amazonpa-products {
	width: 660px;
	min-height: 180px;
	margin-top: 21px;
	float: left;
	position: relative;
}
.amazonpa-products li {
	width: 216px;
	height: 310px;
	margin-right: 5px;
	padding-left: 5px;
	border-left: 1px #c1c1c1 solid;
	list-style: none;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.amazonpa-products li:last-child {
	padding-right: 5px;
	margin-right: 0px;
	border-right: 1px #c1c1c1 solid;
}
.amazon-count {
	padding: 4px 0 4px 8px;
	margin-bottom: 12px;
	border-top: 5px #000 solid;
	border-bottom: 1px #c1c1c1 solid;
	display: block;
}
.amazon-count:hover, .amazon-count:active {
	color: #339EC0!important;
	border-top-color: #339EC0!important;
}
.count-a {
	text-decoration: none!important;
}
.amazonpa-products li:nth-of-type(1) .amazon-count {
	border-top-color: #9CD14D;
	color: #9CD14D;
}
.amazonpa-products li:nth-of-type(2) .amazon-count {
	border-top-color: #EEA445;
	color: #EEA445;
}
.amazonpa-products li:nth-of-type(3) .amazon-count {
	border-top-color: #D67296;
	color: #D67296;
}
.count-num {
	font-size: 28px;
	margin-right: 8px;
}
.amazon-title {
	padding: 0 12px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	height: 40px;
	overflow: hidden;
	display:block;
}
.amazon-title a:link, .amazon-title a:visited {
	color: #333;
}
.amazon-title a:hover, .amazon-title a:active {
	color: #339EC0;
	text-decoration: none;
}
.amazon-description {
	font-size: 12px;
	color: #888;
	margin-top: 12px;
	padding: 0 12px;
	display: block;
}
.amazon-img-wrp {
	margin-top: 21px;
	text-align: center;
}
.amazon-bottom {
	width: 205px;
	position: absolute;
	bottom: 1px;
	border-bottom: 1px #c1c1c1 solid;
}


/**
*	Sidebar アクセスランキング
**/
#tech-accessrank ul, #tech-single-new-entry ul {
	border-top: 1px #888 solid !important;
	margin-top: 13px;
}
#tech-accessrank li {
	width: 300px;
	height: 75px;
	padding: 11px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4em;
	border-bottom: 1px #888 solid !important;
	list-style: none;
	display: block;
}
#tech-accessrank a {
	display: block;
	color: #000;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#tech-accessrank a:hover, #tech-accessrank a:active {
	/color: #E35000!important;
	text-decoration: none;
	background: #f4f4f4;
}
#tech-accessrank a:visited {
	color: #5F078A;
}
#tech-accessrank img {
	margin: 0 11px 0 0;
	float: left;
}
#tech-accessrank .rank {
	color: #888;
	font-weight: normal;
	padding: 5px 0 0 5px;
	float: left;
}
#tect-single-top-ad {
	width: 300px;
	height: 250px;
	float: right;
}
#tect-single-middle-ad {
	width: 300px;
	height: 250px;
	margin-top: 21px;
	float: right;
}
#tect-single-bottom-ad {
	width: 300px;
	margin-top: 21px;
	float: right;
}
#tech-single-new-entry {
	width: 300px;
	height: 555px;
	margin-top: 21px;
	float: right;
}
#tech-single-new-entry h3 {
	font-size: 18px;
	line-height: 33px;
	font-weight: bold;
}
#tech-single-new-entry li {
	width: 300px;
	height: 75px;
	padding: 11px 0;
	display: block;
	border-bottom: 1px #888 solid;
	list-style: none;
}
#tech-single-new-entry li img {
	margin-right: 11px;
	float: left;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#tech-single-new-entry li:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#tech-single-new-entry li .title {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4em;
	width: 181px;
	float: left;
}
#tech-single-new-entry li .time {
	margin: -2px 0 3px 0;
	font-size: 12px;
	color: #333;
	display: block;
}
#tech-single-new-entry a {
	display: block;
	color: #000;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#tech-single-new-entry a:hover {
	text-decoration: none;
	background: #f4f4f4;
}