/*** 太文字 ***/
.bold-orange {
  color: #EDAD0B;
  font-weight: bold;
}
.bold-red {
  color: #ff0000;
  font-weight: bold;
}
.bold-green {
  color: #009250;
  font-weight: bold;
}
.bold-blue {
  color: #007AB7;
  font-weight: bold;
}

/*** マーカー ***/

.marker01-green {
  background: linear-gradient(transparent 70%, #66FFCC 70%);
}

.marker01-blue {
  background: linear-gradient(transparent 70%, #99FFFF 70%);
}

.marker01-yellow {
  background: linear-gradient(transparent 70%, #FFFF66 70%);
}

.marker01-pink {
  background: linear-gradient(transparent 70%, #FF99CC 70%);
}



/*** BOX ***/

.box3 {
	/*position:relative;*/
	/*background: #f5f5f5;*/
	border: 1px solid #dddddd; 
	margin-bottom: 20px; 
	padding: 20px;
	/*padding-left:60px;*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
  	line-height: 25px;
}

.box3 p {
 	margin-bottom: 0px;
}

/** ボーダーカラー **/

.box3.gray01,
.box3.color01 {
  	/* デフォルトと同じ */
 	border: 1px solid #dddddd;
}

.box3.gray02 {
 	border: 1px solid #efefef;
}

.box3.red01 {
 	border: 1px solid #eba1a1; 
  	color: #666666;
}

.box3.yellow01 {
 	border: 1px solid #ebebb7;
}

.box3.yellow02 {
 	border: 1px solid #f6f0c7;
}

.box3.green01 {
 	border: 1px solid #c9ebb7;
}

.box3.green02 {
 	border: 1px solid #8CBF72;
}

.box3.pink01 {
 	border: 1px solid #ffcccc;
}

.box3.blue01 {
 	border: 1px solid #aedefc;
}

.box3.skyblue01 {
 	border: 1px solid #bff2ea;
}

/** 背景色 **/

.box3.bg-color01 {
	background-color: #ffffff;
}

.box3.bg-gray01 {
	background-color: #f5f5f5;
}

.box3.bg-gray02 {
	background-color: #fbfbfb;
}

.box3.bg-red01 {
	background-color: #ffd3d3; 	 
}

.box3.bg-yellow01 {
	background-color: #ffffc7; 	 
}

.box3.bg-yellow02 {
	background-color: #fdfbf0; 	 
}

.box3.bg-green01 {
	background-color: #daffc7; 	 
}

.box3.bg-pink01 {
	background-color: #fdf0f0; 	 
}

.box3.bg-blue01 {
	background-color: #c9eaff; 	 
}

.box3.bg-skyblue01 {
	background-color: #eafffc; 	 
}

/** 画像大挿入 **/

.box3.male01,
.box3.male02,
.box3.male03,
.box3.female01,
.box3.female02,
.box3.female03 {
  	padding-left:100px;
	background-repeat: no-repeat;
	background-position: 15px 20px;
  	background-size: 70px auto;
}

.box3.male01 {
	background-image: url(/wp-content/uploads/2016/07/user1.png);
}

.box3.male02 {
	background-image: url(/wp-content/uploads/2016/07/male002.gif);
}

.box3.female01 {
	background-image: url(/wp-content/uploads/2016/07/user2.png);
}

.box3.female02 {
	background-image: url(/wp-content/uploads/2016/07/female003.gif);
}

.box3.female03 {
	background-image: url(/wp-content/uploads/2016/07/female002.gif);
}

/** 画像小挿入 **/

.box3.warning01,
.box3.check01,
.box3.error01,
.box3.block01,
.box3.help01,
.box3.pin01,
.box3.star01,
.box3.heart01,
.box3.info01,
.box3.msg01 {
  	padding-left:60px;
  	background-repeat: no-repeat;
	background-position: 15px 15px;
  	background-size: 32px 32px;
}

.box3.warning01 {
	background-image: url(/wp-content/themes/confidence/images/icons/icon_warning.png);
}

.box3.check01 {
	background-image: url(/wp-content/themes/confidence/images/icons/icon_success.png);
}

.box3.error01 {
	background-image: url(/wp-content/themes/confidence/images/icons/icon_error.png);
}

.box3.block01 {
	background-image: url(/wp-content/themes/confidence/images/icons/icon_block.png);
}

.box3.help01 {
	background-image: url(/wp-content/themes/confidence/images/icons/icon_help.png);
}

.box3.pin01 {
	background-image: url(/wp-content/themes/confidence/images/icons/icon_pinned.png);
}

.box3.star01 {
	background-image: url(/wp-content/themes/confidence/images/icons/icon_star.png);
}

.box3.heart01 {
	background-image: url(/wp-content/themes/confidence/images/icons/icon_heart.png);
}

.box3.info01 {
	background-image: url(/wp-content/themes/confidence/images/icons/icon_info.png);
}

.box3.msg01 {
	background-image: url(/wp-content/themes/confidence/images/icons/icon_message.png);
}

/** 角丸 **/

.box3.corner01 {
  	/* デフォルトと同じ */
}

.box3.corner02 {
  	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
}

.box3.corner03 {
  	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
}
/* *** LINE型吹き出し *** */

.fukidashi-wrapper,
.fukidashi-wrapper-right {
	position: relative;
	z-index: 0;
}

.fukidashi-wrapper img,
.fukidashi-wrapper-right img {
	box-shadow: 0px 0px 0px 3px #CCC;
	border-radius: 300px;
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	height: 50px;
	width: 50px;
	float: left;
}

.fukidashi-wrapper .fukidashi01,
.fukidashi-wrapper .fukidashi02,
.fukidashi-wrapper-right .fukidashi01,
.fukidashi-wrapper-right .fukidashi02 {
	border: 1px solid #FF0000;
	float: left;
	max-width: 70%;
	/*margin-top: -25px;*/
	margin-bottom: 25px;
	margin-left: 30px;
	padding: 20px;
	position: relative;
	border-radius: 20px;
	border: 2px solid #cccccc;
	box-shadow: 0 8px 6px -6px #999999;
	z-index: auto;
	background-color: #FFFFFF;
}

/* 右寄せのとき */
.fukidashi-wrapper-right img,
.fukidashi-wrapper-right .fukidashi01,
.fukidashi-wrapper-right .fukidashi02 {
	float: right;
}

.fukidashi-wrapper-right .fukidashi01,
.fukidashi-wrapper-right .fukidashi02 {
	margin-left: 0px;
	margin-right: 30px;
}

/* 会話 */
.fukidashi-wrapper .fukidashi01:after,
.fukidashi-wrapper-right .fukidashi01:after {
	content: '';
	position: absolute;
	height: 50px;
	width: 50px;
	border-radius: 20px;
	background: #fff !important;
	top: -5px;
	left: -25px;
	z-index: -1;
}

.fukidashi-wrapper .fukidashi01:before,
.fukidashi-wrapper-right .fukidashi01:before {
	content: '';
	position: absolute;
	height: 50px;
	width: 50px;
	border-radius: 25px;
	background: #ccc;
	top: 5px;
	left: -20px;
	z-index: -1;
}

.fukidashi-wrapper-right .fukidashi01:after {
	top: -5px;
	left: auto;
	right: -25px;
}

.fukidashi-wrapper-right .fukidashi01:before {
	top: 5px;
	left: auto;
	right: -20px;
}

/* 想い */
.fukidashi-wrapper .fukidashi02:after,
.fukidashi-wrapper-right .fukidashi02:after {
	content: '';
	position: absolute;
	height: 10px;
	width: 10px;
	border-radius: 5px;
	background: #ccc;
	bottom: 17px;
	left: -32px;
	z-index: -1;
}

.fukidashi-wrapper .fukidashi02:before,
.fukidashi-wrapper-right .fukidashi02:before {
	content: '';
	position: absolute;
	height: 20px;
	width: 20px;
	border-radius: 10px;
	background: #ccc;
	bottom: 5px;
	left: -20px;
	z-index: -1;
}

.fukidashi-wrapper-right .fukidashi02:after {
	bottom: 20px;
	left: auto;
	right: -32px;
}

.fukidashi-wrapper-right .fukidashi02:before {
	bottom: 5px;
	left: auto;
	right: -20px;
}

/* カラー */
.fukidashi-wrapper .box-blue,
.fukidashi-wrapper-right .box-blue {
	border: 2px solid #bff2ea;
}
.fukidashi-wrapper .box-blue:before,
.fukidashi-wrapper-right .box-blue:before,
.fukidashi-wrapper .box-blue:after,
.fukidashi-wrapper-right .box-blue:after {
	background: #bff2ea;
	border-top-color: #bff2ea;
}

.fukidashi-wrapper .box-pink,
.fukidashi-wrapper-right .box-pink {
	border: 2px solid #ffcccc;
}
.fukidashi-wrapper .box-pink:before,
.fukidashi-wrapper-right .box-pink:before,
.fukidashi-wrapper .box-pink:after,
.fukidashi-wrapper-right .box-pink:after {
	background: #ffcccc;
	border-top-color: #ffcccc;
}


.fukidashi-wrapper .box-yellow,
.fukidashi-wrapper-right .box-yellow {
	border: 2px solid #ebebb7;
}
.fukidashi-wrapper .box-yellow:before,
.fukidashi-wrapper-right .box-yellow:before,
.fukidashi-wrapper .box-yellow:after,
.fukidashi-wrapper-right .box-yellow:after {
	background: #ebebb7;
	border-top-color: #ebebb7;
}

.fukidashi-wrapper .box-green,
.fukidashi-wrapper-right .box-green {
	border: 2px solid #c9ebb7;
}
.fukidashi-wrapper .box-green:before,
.fukidashi-wrapper-right .box-green:before,
.fukidashi-wrapper .box-green:after,
.fukidashi-wrapper-right .box-green:after {
	background: #c9ebb7;
	border-top-color: #c9ebb7;
}

/* ランキングボタン */
.rankstlink-l2 p a {
    display: block;
    width: 90%;
    text-align: center;
    padding: 10px;
    background: #039BE6;
    color: #ffffff;
    text-decoration: none;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  font-weight: bold;
}
.rankstlink-r2 p a {
    display: block;
    width: 90%;
    text-align: center;
    padding: 10px;
    background-color: #E53935;
    color: #ffffff;
    text-decoration: none;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: bold;
}


/*--------------------------------------
  ヨメレバ・カエレバ（レスポンシブ）
--------------------------------------*/
.booklink-box, .kaerebalink-box{
    padding:25px;
    margin-bottom: 10px;
    border:double #CCC;
    overflow: hidden;
    font-size:small;
}
.booklink-image, .kaerebalink-image{
    margin:0 15px 0 0;
    float:left;
    min-width: 160px;
    text-align: center;
}
.booklink-image img, .kaerebalink-image img{
    margin:0 auto;
    text-align:center;
}
.booklink-info, .kaerebalink-info{
    margin:0;
    line-height:120%;
    overflow: hidden;
}
.booklink-name, .kaerebalink-name{
    margin-bottom:24px;
    line-height:1.5em;
}
.booklink-powered-date, .kaerebalink-powered-date{
     font-size:8px;
     margin-top:10px;
     font-family:verdana;
     line-height:120%;
}
.booklink-detail, .kaerebalink-detail{font-size: 12px;}
.booklink-powered-date, .kaerebalink-detail{margin-bottom:15px;}
.booklink-link2, .kaerebalink-link1{margin-top:10px;}
.booklink-link2 a,
.kaerebalink-link1 a{
    width:30%;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    display:inline-block;
    margin:5px 2px 0 0;
    padding:10px 1px;
    text-align:center;
    float:left;
    text-decoration:none;
    font-weight:800;
    text-shadow:1px 1px 1px #dcdcdc;
    font-size:12px;
    color: #fff !important;
}
.booklink-link2 a:hover,
.kaerebalink-link1 a:hover{opacity: 0.6;}
.booklink-link2 a:active
.kaerebalink-link1 a:active{
    position:relative;
    top:1px;
}
/*ボタンを変えるときはここから*/
.shoplinkamazon a{color:#FF9901 !important;border: 1px solid #FF9901 !important;}
.shoplinkrakuten a{color:#c20004 !important;border: 1px solid #c20004 !important;}
.shoplinkkindle a{color:#007dcd !important;border: 1px solid #007dcd !important;}
.shoplinkkakakucom a{color:#314995 !important;border: 1px solid #314995;}
.shoplinkyahoo a{color:#7b0099 !important;border: 1px solid #7b0099 !important;}
/*ここまでを変更*/
.shoplinkyahoo img{display:none;}
.shoplinkyahoo a{font-size:10px;}
.booklink-footer{display: none;}

@media screen and (max-width: 680px) {
.booklink-box, .kaerebalink-box{padding:15px;}
.booklink-image, .kaerebalink-image{
    width: 100px !important;
    min-width: initial;
}
.booklink-name > a, .kaerebalink-name > a{
    font-size: 15px;
    font-weight: bold;
}
.booklink-name, .kaerebalink-name{margin-bottom:12px;}
.booklink-powered-date, .kaerebalink-powered-date{margin-top:5px;}
.booklink-link2 a,
.kaerebalink-link1 a{
    width:calc(100% - 4px);
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    margin: 2px 0px;
    padding:10px 0px;
}
}
/*投稿日を非表示*/
.pt-post-date > i.fa.fa-clock-o {
  display: none;
}
.pt-post-date > time.entry-date.date.published {
  display: none;
}