/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(mt-static/support/theme_static/pico/style_library/base.css);
@import url(mt-static/support/themes/pico-darkgrey/pico-darkgrey.css);
/* end StyleCatcher imports */

.asset-body p iframe
{
	float: right;
}

.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;
	/**/
}

div.entry-more {
border-top: 1px solid #F6F6F6;
padding-top: 15px;
}

h2 {
	margin: 1em 0;
	font-size: 131%;
	color: #fff;
}

div.textBody h1 {
margin-top: 2em;
}
div.entry h1 {
margin-bottom: 0;
padding: 0.3em 13px;
border-left: 5px solid #161616;
border-bottom: 1px dotted #111;
}
h1 {
margin: 1em 0;
font-size: 131%;
color: #fff;
}


h3 {
	margin-top: 2em;
	padding-bottom: 0.4em;
	border-bottom: 4px solid #222;
	font-size: 116%;
}