
@import "../../styles/reset.css";
@import "../../styles/common.css";

/*=========================================================
	ウェブコンサルティング
=========================================================*/

h4 {
  font-weight: bold;
}
#side_menu {
	padding: 0.5em 10px 0;
}

#main p {
  margin-bottom: 15px;
}
#main ul {
  margin: 0 10px 15px;
}

#main h3 {
  margin: 10px 10px 15px;
  padding: 3px 0;
  text-indent: 5px;
  font-size: 14px;
  font-weight: bold;
  border-left: 4px solid #999;
  border-bottom: 1px solid #999;
}
#main h4 {
  margin: 10px 10px 15px;
}
#main h5 {
  margin: 10px 10px 15px;
  font-weight: bold;
}
#main .red {
  color: #FF0000;
}

/*---------------------------------------------------
* index.html
*--------------------------------------------------*/
#main .font_l1 {
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

/*---------------------------------------------------
* strong.html
*--------------------------------------------------*/

#main .title-arrow {
  margin: 10px 10px 15px;
  text-indent: 5px;
  line-height: 160%;
  font-weight: bold;
  background: url(../img/bg_arrow.gif) no-repeat 0 0;
  color: #FFFFFF;
}
#main .title-arrow span {
  padding-left: 30px;
  color: #666;
}

#main .box-1 {
  margin: 10px;
  padding: 10px 0 5px 10px;
  background: #f6f6f6;
  border: 1px solid #eee;
}
#main .box-1 p {
  margin: 0 10px 5px 0;
}
#main .box-1 h5 {
  margin: 0 10px 5px 0;
}
#main .point {
  font-size: 14px;
  font-weight: bold;
  color: #069;
}
#main .width-260 {
  width: 238px;
}
#main .width-110 {
  width: 110px;
  font-size: 10px;
}

#main .list-icon {
  margin: 10px 10px 15px;
}
#main  .list-icon li {
  float: left;
  width: 98px;
  height: 105px;
  text-align: center;
  color: #666666;
}

/*---------------------------------------------------
* price.html
*--------------------------------------------------*/
#main .list-flow {
  margin: 10px 0px 15px;
}
#main .list-flow li {
  width: 160px;
  height: 50px;
  float: left;
  text-align: center;
  background: url(../img/bg_arrow2.gif) no-repeat 0 0;
}
#main .list-flow .v-center {
  padding-top: 10px;
}
#main .list-flow .bottom {
  clear: both;
}
#main .list-flow .end {
  background: url(../img/bg_arrow3.gif) no-repeat 0 0;
}

#main .font_s {
  font-size: 10px;
}


/*---------------------------------------------------
* clearfix
*--------------------------------------------------*/

.clear {
  clear: both;
}

.float-l {
  float: left
}
.float-r {
  float: right;
}

/*----- IE以外のモダンブラウザ向け -----*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*----- IE7および、Mac：IE5向け -----*/
.clearfix {
  display: inline-block;
}

/*----- IE6以前向け -----*/
/* Hides from IE-mac \*/
* html.clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */


.consul_nav{
background-color:#EEEEEE;
}