/* ビジョン
////////////////////////////////*/

/* 画像/テキスト配置
--------------------------------*/
.imgL {
float:left;
width:213px;
}

.txtR {
float:right;
width:409px;
}

.imgR {
float:right;
width:213px;
text-align:right;
}

.txtL {
float:left;
width:409px;
}


/* 技術力リスト
--------------------------------*/
.techListWrapper {
width:408px;
background:url(../img/bg_techListWrapper.jpg) no-repeat left bottom;
}

.techList {
width:386px;
padding:22px 0 10px 22px;
background:url(../img/bg_techList.jpg) no-repeat left top;
}

.techList li {
margin:0 0 12px;
padding:0 0 0 22px;
background:url(../img/ico_checked.jpg) no-repeat left center;
}
