@charset "utf-8";

/* 一覧表示の画像 */
body.subIndex.workstyle div.entries div.entryBody img,
body.subIndex.support div.entries div.entryBody img.photo {
  width:180px;
  height:135px;
}
body.entry.workstyle div.entryBody div.imgLeft {
  margin-bottom:20px;
}

/* ==========================
    
    一覧ページ　いもむしアイコン
    
========================== */
body.workstyle.subIndex div.entryBody p.imomushi,
body.support.subIndex div.entryBody p.imomushi {
  width:200px;
  height:21px;
  margin-left:10px;
  text-indent:-9999px;
}
/* オススメ */
body.workstyle.subIndex div.entryBody p.imomushi {
  background:url(../../img/common/ic-imomushi.gif) no-repeat 0 -25px;
}
/* サポート */
body.support.subIndex div.entryBody p.imomushi {
  background:url(../../img/common/ic-imomushi.gif) no-repeat 0 -50px;
}

/* ==========================
    
    リスト
    
========================== */
body.workstyle.subIndex div.entryBody ul,
body.support.subIndex div.entryBody ul {
  width:315px;
  margin-left:10px;
  line-height:1.6;
}
body.workstyle.subIndex div.entryBody ul li,
body.support.subIndex div.entryBody ul li   {
  list-style:none outside;
  background:url(../../img/common/ic-arrow3.gif) 0 2px no-repeat;
  padding-left:20px;
}

/* ==========================
    
    サポート体制
    
========================== */
/* ----------  関連ロゴ */
body.support div.spBody div.logoArea {
  background-color:#fff;
  width:345px;
  margin-bottom:10px;
}
body.support div.spBody div.logoArea p {
  padding:10px 0;
  margin:0;
}
body.support div.spBody div.logoArea p img{
  float:left;
  vertical-align:bottom ;
}
body.support div.spBody div.clearfix {
  clear:both;
}

/* ==========================
    
    ワークスタイル
    
========================== */
body.entry.workstyle div.entryBody.haken {
  min-height:495px;
  height:auto !important;
  height:495px;
  padding-right:237px;
  background:url(../../img/workstyle/haken.jpg) no-repeat top right;
}
body.entry.workstyle div.entryBody.seishain {
  min-height:495px;
  height:auto !important;
  height:495px;
  padding-right:190px;
  background:url(../../img/workstyle/seishain.jpg) no-repeat top right;
}
body.entry.workstyle div.entryBody.yotei {
  min-height:470px;
  height:auto !important;
  height:470px;
  padding-right:190px;
  background:url(../../img/workstyle/yotei.jpg) no-repeat top right;
}
body.entry.workstyle div.entryBody.soho {
  min-height:435px;
  height:auto !important;
  height:435px;
  padding-right:271px;
  background:url(../../img/workstyle/soho.jpg) no-repeat top right;
}
body.entry.workstyle div.entryBody.gtd {
  min-height:495px;
  height:auto !important;
  height:495px;
  padding-right:237px;
  background:url(../../img/workstyle/gtd.jpg) no-repeat top right;
}

