* {
	font-family: “Lucida Grande”, “segoe UI”, “ヒラギノ丸ゴ ProN W4”, “Hiragino Maru Gothic ProN”, “メイリオ”, Meiryo, Verdana, Arial, sans-serif;
}

p {
	font-size: 18px;
	color: #383838;
	line-height: 1.7;
	margin-bottom: 1.5em;
}

mark {
	background: #ffcc00;
}

/*赤い太字2*/
.hutoaka2 {
	font-size: 15.5px;
	font-weight: bold;
	color: #ff0000;
}

/*マーカータイプ*/
.marker_yellow_futo {
	background: linear-gradient(transparent 0%,#ffcc00 0%);
}

.marker_yellow_hoso {
	background: linear-gradient(transparent 60%,#ffcc00 60%);
}

/* CSS　アフィリエイトのテキストリンクをインライン要素にする */
.d-inline > img {
	display: inline !important;
}

/*関連リンク*/
.last_box {
	color: #000000;
	background: #ffffcc;
	padding: 5px 15px;
	margin: 10px 0;
	border-radius: 10px;
	border: 1px solid #ff6600;
}

.last_box p {
	font-size: 13px;
}

/*記事内リンク*/
.link_box1 {
	color: #000000;
	background: #eaeaea;
	padding: 15px 10px;
	margin: 0 0 10px;
	border-radius: 10px;
	font-weight: bold;
}

.shareHtmlFrame {
	-moz-box-sizing: border-box;
/* IE */
	box-sizing: border-box;
	width: 100%;
	background-color: #ffffcc;
	border: 1px solid #ff6600;
	border-radius: 10px;
/* css3 */
	-moz-border-radius: 10px;
/* FireFox */
	-webkit-border-radius: 10px;
/* IE */
	margin: 20px 0;
	padding: 10px;
	overflow: auto;
}

.shareThumb {
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
}

img.shareThumbImg {
	margin: 0;
	padding: 0;
	vertical-align: text-top;
}

.shareTitle {
	font-size: .8em;
	font-weight: bold;
	display: inline;
}

.sharePostselect {
	font-size: .8em;
	display: inline;
}

/*感想*/
p#webcri {
	position: relative;
	margin-top: 20px;
	padding-left: 25px;
	border-bottom: 2px solid #ff6600;
	color: #333;
	font-size: 17px;
	font-weight: bold;
	line-height: 32px;
}

p#webcri:before {
	position: absolute;
	top: -8px;
	left: 7px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	height: 12px;
	width: 12px;
	background: #ff6600;
	content: "";
}

p#webcri:after {
	position: absolute;
	top: 8px;
	left: 2px;
	transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	height: 8px;
	width: 8px;
	background: #ff6600;
	content: "";
}

/* 記事の評価 */
div.hyouka {
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-style: nomal;
	margin: 0;
	font-size: .8em;
	color: #000099;
}

.rating {
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-style: nomal;
	margin: 0;
	font-size: .8em;
	color: #000099;
	height: 16px;
	line-height: 16px;
	position: relative;
	background: url("http://lab.hendigi.com/wp-content/uploads/2015/10/rating.png") no-repeat left bottom;
	text-indent: 90px;
}

.rating span {
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-style: nomal;
	margin: 0;
	font-size: .8em;
	color: #000099;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	top: 0;
	background: url("http://lab.hendigi.com/wp-content/uploads/2015/10/rating.png") no-repeat left top;
}

.mini {
	font-size: 14px;
}

/*赤文字リンク*/
.redtxt {
	font-size: 10px;
	text-decoration: underline;
	color: #ff0505;
	background-color: #ffcbcb;
	font-weight: bold;
	padding: 0 1px;
}

/*--------------------------------------
  カエレバ
--------------------------------------*/
.kaerebalink-box {
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 1px 1px 3px 1px #ddd;
	padding: 15px;
	overflow: hidden;
/* float解除用 */
	margin-bottom: 20px;
}

.kaerebalink-image {
	margin-right: 18px;
	float: left;
}

.kaerebalink-image img {
	box-shadow: 0 0 1px 1px #ccc;
}

.kaerebalink-info {
	font-size: 12px;
	margin: 0;
	overflow: hidden;
/* float解除用 */
}

.kaerebalink-name {
	font-size: 16px;
	margin: 0;
}

.kaerebalink-detail {
	margin: 0;
}

.kaerebalink-powered-date {
	font-size: 12px;
	margin: 0;
}

.kaerebalink-link1 {
	font-size: 12px;
}

.shoplinkamazon, .shoplinkrakuten, .shoplinkyahoo{
	float: left;
	width: 45%;
	font-weight: bold;
	text-align: center;
	margin: 10px 10px 0;
	padding: 5px 0;
	border: 1px solid #ccc;
	border-radius: 8px;
	background: -moz-linear-gradient(top,#FFF 0%,#EEE);
	background: -webkit-gradient(linear,left top,left bottom,from(#FFF),to(#EEE));
}

.shoplinkamazon a {
	color: #FF9901;
}

.shoplinkrakuten a {
	color: #FF0040;
}

.shoplinkyahoo a{
color:#7b0099;
}

.shoplinkamazon a, .shoplinkrakuten a, .shoplinkyahoo a {
	text-decoration: none;
	display: block;
}

.shoplinkamazon a:hover, .shoplinkrakuten a:hover, .shoplinkyahoo a :hover {
	opacity: .7;
	background: -moz-linear-gradient(top,#FFF 80%,#EEE);
}

@media only screen and (max-width: 760px) {
	.kaerebalink-box {
		border: 1px solid #ccc;
		border-radius: 4px;
		box-shadow: 1px 1px 3px 1px #ddd;
		padding: 10px 15px;
	}
	
	.kaerebalink-image {
		margin: 0 0 10px;
		float: none;
	}
	
	.kaerebalink-image img {
		margin: 0 auto;
		display: block;
	}
	
	.kaerebalink-info {
		font-size: 12px;
		margin: 0;
	}
	
	.kaerebalink-name {
		font-size: 15px;
		margin-top: 2px;
	}
	
	.kaerebalink-detail {
		margin-top: 3px;
	}
	
	.kaerebalink-powered-date {
		font-size: 11px;
		margin-top: 3px;
	}
	
	.kaerebalink-link1 {
		font-size: 14px;
	}
	
	.shoplinkamazon, .shoplinkrakuten, .shoplinkyahoo {
		float: none;
		width: 100%;
		margin: 10px 0;
		padding: 5px 0;
	}
}

/*-- 今見ているカテゴリ --*/

.wpp-list {
  counter-reset: ranking;
  list-style-type: none;
}
.wpp-list li {
  clear: both;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  font-weight: bold;
}
.wpp-thumbnail {
  display: inline;
  float: left;
  margin: 0 10px 10px 0;
}

.wpp-list li a{
	text-decoration: none;
}
.wpp-list li a:hover {
    color: #3399ff ;
}
#popular-post a {
    font-weight : bold ;
    text-decoration : none ;
}
#popular-post a:hover {
    color: #3399ff ;
}

.vasb_fb_like_text {
 color: #ffffff;
}

/*見出し付ボックス*/

.freebox {
	border-top:solid 1px #FEB20A;
	padding:10px 0;
	background:#efefef;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 20px;
	position:relative;
}

.p-free {
	padding:0;
	}

.p-free:after {
	content: "";	
	display:block;
	margin-bottom:30px;
	}

.p-entry-f {
	padding:3px 20px;
	margin:0;
	font-size:15px;
	font-weight:bold;
	background:#FEB20A;
	color:#fff;
	position:absolute;
	top:0;
	left:0;
	max-width:80%;
}
