﻿
/* indexのマップ */
.map_570x400{
	width: 570px;
	height: 400px;
	margin:10px 0 10px;
	border:1px solid #aaa;
}

/* category_detailのマップ */
.map_600x400{
	width: 600px;
	height: 400px;
	margin:0 auto;
}

/* ソーシャルボタン */
.snsb {
	overflow: hidden;
	list-style-type:none;
	margin:5px 0 0 0;
	padding:0;
}
.snsb iframe {
	margin: 0 !important;
}
.snsb li {
	float: left;
	margin-right: 4px;
	margin-bottom:5px;
}
	/* twitter */
	.snsb iframe.twitter-share-button {
		width: 73px !important;
	}
	
	/* facebook */
	.fbb{
		border:none;
		overflow:hidden;
		width:125px;
		height:20px;
		
		*width:151px;
	}

.clearfix:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}