/*--------------------------
□企業・法人向け
--------------------------*/

/* -----トップイメージ----- */

.MainImageBox {
	margin-bottom: 10px;
}

.MainImageBox img.MainImage {
	float: left;
	padding: 0 10px 0 0;
	vertical-align: middle;
}
.MainImageText {
	padding: 5px;
}
.MainImageText p {
	font-size: 87.5%;
	line-height: 150%;
}

.tenji {
    font-size: 100%;
    color: rgb(51, 51, 102);
    line-height: 120%;
    clear: both;
    padding: 5px 0px 5px 6px;
    border-left: 6px solid rgb(51, 51, 102);
}
.schedule{
    margin-top: -10px;
    padding: 10px;
    width: 750px;
    border: 1px solid #ccc;
}

.schedule p {
	font-size: 87.5%;
	line-height: 150%;
}
/* -----対象製品----- */

.prdlist H2 {
	font-size: 87.5%;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	min-height: 55px;
	line-height: 55px;
	font-family: "Lucida Grande", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}

.prdlist H2#cloud {
	background: url(img/bg_title_cloud.jpg) no-repeat;
}

.prdlist H2#fax {
	background: url(img/bg_title_fax.jpg) no-repeat;
}

.prdlist H2#custombase {
	background: url(img/bg_title_custombase.jpg) no-repeat;
}

.prdlist H2#utility {
	background: url(img/bg_title_utility.jpg) no-repeat;
}

.prdlist H2#license {
	background: url(img/bg_title_license.jpg) no-repeat;
}

.prdlist H2#parts {
	background: url(img/bg_title_parts.jpg) no-repeat;
}

.prdlist P {
	padding-bottom: 5px;
	border-bottom: 1px dashed #CCCCCC;
}

.prdlist H3{
	font-family: "Lucida Grande", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}

/* -----関連情報枠----- */

.BoxLeft {
	float: left;
}

.BoxRight {
	float: right;
}

.BorderSolid {
	border: 1px solid #999999;
	margin: 20px 1px 10px;
	width: 768px;
}

/* 2列 */
.ContentInner .Section.Column2Solid {
	width: 763px;
}

.ContentInner .Section.Column2Solid UL.AList0{
	margin-bottom: 10px;
}

.ContentInner .Section.Column2Solid .BoxLeft {
	margin: 5px 5px 0 5px;
}
.ContentInner .Section.Column2Solid .BoxRight {
	width: 530px;
	margin: 5px 5px 0 5px;
}

