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

/* 追加分 */
#content .asset-header .published
{
	width:80px;
	float:left;
	padding-right:15px;
	background-color:#fff;
}
.entry-asset .asset-meta
{
	border-bottom:none;
	border-top:none;
	clear:both;
}

div.aslib {
	margin:0px 0px 30px 0px;
}
div.aslib h4 {
	margin:60px 0px 15px 0px;
	font-size:24px;
}
div.aslib dl {
	margin-left:30px;
}
div.aslib dt {
	margin:30px 0px 0px 0px;
	font-size:16px;
}
div.aslib dd {
	margin:0px;
	font-size:12px;
}



/*  */
/* font size */
.f8px { font-size:8px;    line-height:150%; } /*32px*/
.f10px { font-size:10px;    line-height:150%; } /*32px*/
.f12px { font-size:12px;    line-height:150%; } /*32px*/
.f14px { font-size:14px;    line-height:150%; } /*32px*/
.xxx-large { font-size:200%;    line-height:150%; } /*32px*/
.xx-large  { font-size:150%;    line-height:150%; } /*24px*/
.x-large   { font-size:131.25%; line-height:150%; } /*21px*/
.large     { font-size:112.5%;  line-height:150%; } /*18px*/
.mid       { font-size:100%;    line-height:150%; } /*16px = 12pt*/
.small     { font-size:75.0%;   line-height:150%; } /*12px*/
.x-small   { font-size:62.5%;   line-height:150%; } /*10px*/
.xx-small  { font-size:56.25%;  line-height:150%; } /*9px*/

/* align */
.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.blockleft {
	float: left;
	display: block;
}
.blockright {
	float: right;
	display: block;
}

/* margin */
.m-b5 {
	margin-bottom:5px;
}
.m-b10 {
	margin-bottom:10px;
}
.m-b15 {
	margin-bottom:15px;
}
.m-b20 {
	margin-bottom:20px;
}
.m-b25 {
	margin-bottom:25px;
}
.m-b30 {
	margin-bottom:30px;
}
.m-b40 {
	margin-bottom:40px;
}
.m-b50 {
	margin-bottom:50px;
}
.m-b60 {
	margin-bottom:60px;
}
.m-b70 {
	margin-bottom:70px;
}
.m-b80 {
	margin-bottom:80px;
}
.m-b90 {
	margin-bottom:90px;
}
.m-b100 {
	margin-bottom:100px;
}
.m-b200 {
	margin-bottom:200px;
}
.m-t5 {
	margin-top:5px;
}
.m-t10 {
	margin-top:10px;
}
.m-t15 {
	margin-top:15px;
}
.m-t30 {
	margin-top:30px;
}
.m-t55 {
	margin-top:55px;
}

/* padding */
.p-b100 {
	padding-bottom:100px;
}
.p-b200 {
	padding-bottom:200px;
}



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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

