@charset "UTF-8";

/* ---------------------------------------------------------------------
Stylesheet for allsports.jp
FileName: event_common.css
--------------------------------------------------------------------- */


/* イベント詳細 - 共通 */
#event_detail .fb_like_box {
	margin-top: 20px;
}

#event_detail .social_plugin {
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 3px #e5e5e5;
	background: #f5f5f5;
	padding: 7px 0 4px 10px;
}

#event_detail .social_plugin div {
	float: left;
}


/* etc */
.clearfix:after {
	content: "."; display: block; clear: both; height: 0; visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/ height: auto; overflow: hidden; /**/
}

