@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.7
*/

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

.shoplinkdocomo a {
  background: #cc0434;
}

h2.wkmidashimiddle{
	background:url(//www.wakatta-blog.com/images/wh.gif) left no-repeat;
	padding-left:70px;
	border-bottom:5px solid #eeeeee;
}

.wakatta{
	background-color:#eeeeee;
	padding:30px;
	margin-bottom:20px;
	
}

/*kindlesセール用*/
.searchitem{
	width:200px;
	height:300px;
	float: left;
	padding-right:10px;
	margin-bottom:20px;
	text-align:center;
}

.searchitem1{
	width:100px;
	height:150px;
	float: left;
	padding-right:5px;
	margin-bottom:5px;
	text-align:center;
}
			
.searchitem .iteminfo{
	text-align:left;
}

.searchitem .price{
	font-weight:bold;
	color:#AB1700
}

.searchitem .itemimg img{
	border:1px solid #eee;
	
}

.isbutton-2{
	width:100px;
	float: left;
		padding-right:5px;
		margin-bottom:5px;
	text-align:center;
}
	

	.isbutton-1{
		width:150px;
		height:300px;
		float: left;
		padding-right:10px;
		margin-bottom:20px;
		text-align:center;
	}
			
input#nextbotton-2 {
	height:80px;
	background-color: #aaa;
	color: #fff;
	border-style: none;
}
	
	input#nextbotton-1 {
		padding: 15px;
		height:160px;
		font-size: 1.2em;
		background-color: #aaa;
		color: #fff;
		border-style: none;
	}
			
div.amj-2 {
	font-size: 12px;
	padding: auto;
	font-weight:bold;
	margin-top:10px;
}
	
	div.amj-1 {
		padding: auto;
		font-weight:bold;
		margin-top:10px;
	}

.isboxs:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
	

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

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

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

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

	padding-bottom:30px;

}
}
