@charset "utf-8";
/* ===================================================================
CSS information

 file name  :seo.css
 style info :SEOサービス専用
 last update:2010.05
=================================================================== */

.floatRight{
 float: right;
 display: inline;
 margin: 10px;
 }
.marginRight{
 margin-right: 10px;
 }

p{ margin: 10px 0 20px; line-height: 1.7em; padding: 0 5px;}

h4.greenLine{
 border-left: 4px solid #66bd00;
 margin: 15px auto;
 color: #333;
 font-size:130%;
 padding-left: 5px;
 }

div#pointWrap{
 border: 3px solid #cff0ff;
 background: #f6ffff;
 width: 765px;
 clear: both ;
 display: block;
 overflow: hidden;
 }
 div.pointDetail{
  border-right: 3px solid #cff0ff;
  width:242px;
  float: left;
  display: inline;
  padding: 5px;
  }
 div.pointDetail p{
  margin: 0 ;
  }
div.noneborder{
 border: none;
 }
 
div#planWrap{
 background: url(../img/seo_bg_graph.gif) no-repeat center;
 margin: 10px auto;
 }

table.planList{
 width: 756px;
 border: none;
 }
 table.planList th{
  font-size: 115%;
  color: #333;
  width: 230px;
  vertical-align: middle;
  padding-top: 15px;
  }
 table.planList th.bgDot{
  background: url(../img/cmn_bg_dot.gif) repeat-x bottom;
  color: #1bbdea;
  vertical-align: middle;
  padding-top: 0;
  }
 table.planList td{
  background: url(../img/cmn_bg_dot.gif) repeat-x bottom;
  padding: 15px 10px;
  }
