@charset "utf-8";
/* ===================================================================
CSS information

 file name  :website.css
 style info :ホームページ制作専用
 last update:2010.05
=================================================================== */

.floatRight{
 float: right;
 display: inline;
 margin: 10px;
 }
.marginRight{
 margin-right: 10px;
 }

p{ margin: 10px 0 20px; line-height: 1.7em;}

div#meritWrap{
 background: url(../img/partner_bg_merit.gif) no-repeat;
 width: 522px;
 height: 127px;
 margin: 10px 0;
 overflow: hidden;
 }
 div#meritWrap h4{
  background: url(../img/icon_arrow_gray.gif) no-repeat left;
  text-indent: 15px;
  margin: 15px 15px 10px;
  font-size: 115%;
  color: #333;
  }
 div#meritWrap ul{
  margin: 0 0 0 25px;
  }
 div#meritWrap ul li{
  list-style: url(../img/icon_dot_gray.gif) inside;
  font-size: 90%;
  margin: 3px 0;
  }

h4.greenLine{
 border-left: 4px solid #66bd00;
 margin: 15px auto;
 color: #333;
 font-size:130%;
 padding-left: 5px;
 }

div#imageWrap{
 margin: 0 0 10px 5px;
 }

div.serviceWrap{
 width: 775px;
 display: block;
 clear: both;
 overflow: hidden;
 }
 div.serviceWrap h4{
  font-size: 0;
  text-indent: -9999px;
  }
 div.serviceWrap p{
  margin: 50px 5px 0 5px;
  font-size: 90%;
  }
 div#serviceDetail1{
  background: url(../img/partner_bg_service1.gif) no-repeat center;
  width: 376px;
  height: 145px;
  padding: 5px;
  float: left;
  display: inline;
  }
  div#serviceDetail2{
  background: url(../img/partner_bg_service2.gif) no-repeat center;
  width: 376px;
  height: 145px;
  padding: 5px;
  float: right;
  display: inline;
  }
 div#serviceDetail3{
  background: url(../img/partner_bg_service3.gif) no-repeat center;
  width: 376px;
  height: 133px;
  padding: 5px;
  float: left;
  display: inline;
  }
  div#serviceDetail4{
  background: url(../img/partner_bg_service4.gif) no-repeat center;
  width: 376px;
  height: 133px;
  padding: 5px;
  float: right;
  display: inline;
  }
