@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.amz ,
.seven ,
.bk1 ,
.tora,
.pochireba {
	width: 470px;
	border: 1px solid #CCCCCC;
}

.pochireba{
	text-align:left;
	font-size:small;
	padding:15px 0;
	/zoom: 1;
	overflow: hidden;
	margin: 0px 0px -20px 0px;
}
.pochi_img {
	float:left;margin:0 15px 0 15px;width:75px;height:75px;
}
.pochi_info {
	text-align:left;/zoom: 1;overflow: hidden;
}
.pochi_name {

}
.pochi_price {
	display:inline;
}
.pochi_time {
	font-size:x-small;display:inline;
}
.pochi_seller {
}
.pochi_post {
	font-size:x-small;
}
.pochireba-footer {
	clear: left
}

.sourceComment {
	color: GREEN;
}

blockquote {
	margin: 15px;
}

.footnote{
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}

.kakusi {
	COLOR: #CCCCCC;
	background: #CCCCCC;
	TEXT-DECORATION: none;
}

.caution {
	color: #FF0000;
	font-weight: bold;
}

.np_cc_switch{
	margin-bottom: -20px;
}

.np_cc_contents{
	margin-top: 0px;
	margin-bottom: 15px;
}

pre{
 font       : 500 10px verdana,arial, monospace;
 background : #F7F7FF;
 border     : dotted 1px #808080;
 margin     : 0px 0px -20px 0px;
 padding    : 5px;
 color      : #333;
 text-align : left;
 width      : 450px;
 overflow   : scroll;
}

.amz ,
.seven ,
.bk1,
.tora {
	CLEAR: none;
	LINE-HEIGHT: 150%;
	text-align: left;
	width: 450px;
	padding: 15px 15px 15px 15px;
	margin: 0px 0px -20px 0px;
	font-size: 0.85em;
}

.amzimg {
	float : left; 
	margin-right: 15px; 
}

.amz{
	BACKGROUND: #ffffff url(https://takehana-blog.com/cccc/img/parts/amazon6.gif) no-repeat right bottom; 
}

.seven{
	BACKGROUND: #ffffff url(https://takehana-blog.com/cccc/img/parts/7_logo.gif) no-repeat right bottom; 
}

.bk1{
	BACKGROUND: #ffffff url(https://takehana-blog.com/cccc/img/parts/bk1_logo.gif) no-repeat right bottom; 
}

.tora{
	BACKGROUND: #ffffff url(https://takehana-blog.com/cccc/img/parts/tora_logo.gif) no-repeat right bottom; 
}

.amzend {
	CLEAR: both;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
