@charset "utf-8";
	
/*--------------------------------------------
 
      費用について（index.html）
 
---------------------------------------------*/

h3.works{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:180%;
	font-weight:bold;
	text-align:center;
	background:url(../img/dobble-dot.gif) repeat-x left bottom;
	padding:0 0 20px 0;
	margin:0 0 40px 0;
}

h3.sub-works{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:160%;
	font-weight:bold;
	color:#489395;
	text-align:center;
	background:url(../img/dobble-dot.gif) repeat-x left bottom;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}

.works-list:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .works-list:after { zoom:1; }
*:first-child+html .works-list:after { zoom:1; }

.works-list li a{
	display:block;
	width:27.6%;
	float:left;
	text-align:center;
	text-decoration:none;
	color:#000;
	padding:2%;
	margin:0 2.6% 1.6% 0;
	box-shadow: 0 0 0 2px #cfcfcf inset;
	background:url(../../common/img/icon-arrow.png) no-repeat 90% center;
}

.works-list li:nth-child(3n) a{
	margin:0 0 1.6% 0;
}

.works-list li a:hover{
	background:url(../../common/img/icon-arrow.png) no-repeat 90% center #ddd;}
	
.terb30{
	text-align:right;
	margin-bottom:30px;
}

/*--------------------------------------------
 
      個人のお客様の取扱業務
 
---------------------------------------------*/

h4.spec{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:180%;
	font-weight:bold;
	text-align:center;
	background:url(../img/icon-works.png) no-repeat center top;
	padding:84px 0 30px 0;
	margin:0 0 0px 0;
}


h5.detail{
	border-top:2px solid #489395;
	padding:20px 0;
	text-align:center;
	font-size:120%;
	font-weight:bold;
	background:url(../img/dobble-dot.gif) repeat-x left bottom;
	margin-bottom:20px;
}

h6{
	font-size:120%;
	font-weight:bold;
	border-left:5px solid #489395;
	padding:0 0 0 20px;
	margin-bottom:20px;
}

.fee{
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	margin-bottom:50px;
}

.fee th,
.fee td{
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:2%;
	vertical-align:text-top;
}

.fee th{
	background:#E0EDED;
	width:26%;
}

/*--------------------------------------------
 
      アンカー調製
 
---------------------------------------------*/

#standard,
#individual,
#corporation,
#wills,
#traffic,
#labor,
#estate,
#boy,
#support,
#it,
#dv,
#personal,
#corporat,
#day,
#resources,
#contract,
#revitalization,
#intellectual,
#ma,
#debt,
#r-estate{
    margin-top:-270px;
    padding-top:270px;
	display:block;
}

@media screen and (min-width: 767px){   
  .brpc { display:inline !important; }
}

@media screen and (max-width: 767px){   
  .brpc { display:none !important; }
}