/*
 *  レイアウト設定
 *
 *  ファイル名：機能一覧(service-list.css)
 *　作　成　者：株式会社ネットアプローチ
 *　作　成　日：2013/08/07
 *　更　新　日：
 *
 *　コメント　：
 *
 */

div.service{
  width: 780px;
  color	: #666;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative; top: 0px; left: 0px;
  text-align: left;
}

div.service div.service_text{
  text-align: left;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight	: normal;
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  position: relative; top: 0px; left: 0px;
}

/*-------- 機能一覧ブロック　設定 --------*/
div.service_block{
  /*border-width: 1px; border-style: dashed; border-color: #999999;*/
  width: 760px;
  text-align	: left;
  letter-spacing: 1px;
  font-weight	: normal;
  margin: 10px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  position: relative; top: 0px; left: 0px;
}

div.service_block h5.blue{
  border-left: 10px solid #6666ff;
  border-bottom: 2px solid #6666ff;
  text-align: left;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight	: bold;
  color: #6666ff;
  margin: 10px 0px 10px 0px;
  padding: 6px 0px 5px 5px;
  position: relative; top: 0px; left: 0px;
}

div.service_block table{
  border-width: 1px;
  margin: 0px 0px 0px 0px;
  padding: 1px 1px 1px 1px;
  position: relative; top: 0px; left: 20px;
  background-color: #999;
}

div.service_block table th{
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight	: bold;
  color: #fff;
  margin: 0px 0px 0px 0px;
  padding: 6px 0px 5px 5px;
  position: relative; top: 0px; left: 0px;
  background-color: #09c;
}

div.service_block table td{
  text-align: left;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight	: nomal;
  color: #666;
  margin: 0px 0px 0px 0px;
  padding: 6px 0px 5px 5px;
  position: relative; top: 0px; left: 0px;
  background-color: #fff;
}

/*-------- その他の設定 --------*/

