@media screen and (min-width:768px){

.smp_only{
	display:none;
}

.pc_only{
	display:block;
}

#contain{
	background-color:#FFFFFF;
}

#globalnavi ul li{
	width:200px;
    height:40px;
    line-height:40px;
    color:#FFF;
	float:left;
	margin-right:10px;
	text-align:center;
}

#globalnavi ul li a:hover{
	color:#FFFFFF;
	background-color:#660000;
}

#main{
	width:63%;
	float:left;
	margin-right:3%;
}

#main figure.imageborder img{
	margin-left:auto;
	margin-right:auto;
}

#main h2,#sidebar h2{
	margin-left:0;
	margin-right:0;
}

#main figure.image101 img {
	width:auto;
	height:auto;
	max-width:96%;
}

#sidebar{
	float: right;
	width:34%;
}

footer{
	clear:both;
}

#page-top a:hover {
    text-decoration: none;
    background: #CC0000;
}

.clickable{
	cursor:pointer;
}

.A8_border,.rakuten_border{
	font-size:1.2em;
}

.A8_border a img{
	width:160px;
	height:auto;
}

/*.amazon_border .box1 a img{
	width:200px;
	height:auto;
} */

.rakuten_border a img{
	width:auto;
	height:128px;
}

/*　ブログパーツ　カエレバ　*/
.kaerebalink-link1 a{
	display:inline;
}

.kaerebalink-image img{
	width:160px;
	height:auto;
}


}