/* Base */

html{ margin-top: 0 !important;}

body {
	background: #ded8c9;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 18px;
}
/* header */
#hwrap {
	position: relative;
	z-index: 2;
	height: 130px;
	background: url(../images/bg_header.png) center top repeat-x;
}
header {
	position: relative;
	width: 960px;
	height: 130px;
	margin: 0 auto;
	background: url(../images/bg_hnav.png) center top no-repeat;
}
header h1 {
	position: absolute;
	left: 7px;
	color: #ffffff;
	top: 10px;
}
#logo {
	position: absolute;
	left: 0px;
	top: 30px;
}
#hnav {
	position: absolute;
	right: 0;
	top: 13px;
	width: 334px;
}
#hnav2 {
	position: absolute;
	right: 0;
	top: 17px;
	width: 465px;
}

#hnav2 #hTel {
	margin-right: 5px;
}

#hTel {
	float: left;
}
#hEmail {
	float: left;
}
/* gnav */
#gnav {
	position: absolute;
	top: 80px;
	width: 960px;
	z-index: 10;
}
#gnav li {
	float: left;
	background: #776415;
}
#gnav .current,
#snav .current {
	opacity: 0.8;
}
#gnav a,
#gnav span {
	display: block;
	text-indent: -9999px;
	width: 160px;
	height: 50px;
}
#gnav ul ul {
	margin: 0;
}
#gnavHome {
	background: url(../images/gnav_home.png) left top no-repeat;
}
#gnavAreas {
	background: url(../images/gnav_areas.png) left top no-repeat;
}
.gnavs {
	position: absolute;
	left: 464px;
	top: 50px;
	z-index: 20;
	width: 180px;
	border: 4px solid #c2b786;
	border-top: none;
}
a#gnavIndividual {
	width: 180px;
	height: 40px;
	border-bottom: 1px solid #c2b786;
	background: url(../images/gnav_individual.png) left top no-repeat;
}
a#gnavCorporation {
	width: 180px;
	height: 40px;
	background: url(../images/gnav_corporation.png) left top no-repeat;
}
#gnavOverview {
	background: url(../images/gnav_overview.png) no-repeat;
}
#gnavLawyer {
	background: url(../images/gnav_lawyer.png) no-repeat;
}
#gnavFee {
	background: url(../images/gnav_fee.png) no-repeat;
}
#gnavFlow {
	background: url(../images/gnav_flow.png) no-repeat;
}
/* snav */
#snav {
	float: left;
	width: 237px;
	padding: 32px 0 0 3px;
}
#snav ul {
	background: #776415;
}
#snav li a,
#snav li span {
	display: block;
	text-indent: -9999px;
	width: 237px;
	height: 40px;
}
#snavAreas {
	background: url(../images/snav_areas.png) no-repeat;
}
#snav a#snavAreas01 {
	height: 30px;
	background: url(../images/snav_areas01.png) no-repeat;
}
#snav a#snavAreas02 {
	height: 30px;
	background: url(../images/snav_areas02.png) no-repeat;
}
#snavOverview {
	background: url(../images/snav_overview.png) no-repeat;
}
#snavLawyer {
	background: url(../images/snav_lawyer.png) no-repeat;
}
#snavFee {
	background: url(../images/snav_fee.png) no-repeat;
}
#snavFlow {
	background: url(../images/snav_flow.png) no-repeat;
}
#snavFaq {
	background: url(../images/snav_faq.png) no-repeat;
}
#snav #scontact {
	display: block;
	width: 186px;
	margin: 13px 0 13px 13px;
	padding: 8px 8px 0 8px;
	background: #ffffff;
	border: 4px solid #ded8c9;
	font-style: normal;
}
#snav #scontact #stitle {
	margin: 0 0 8px;
	padding: 0 0 4px;
	border-bottom: 1px dashed #ded8c9;
}
#snav #scontact p {
	padding: 0 0 8px;
}
#snav #scontact span {
	color: #a30000;
	text-decoration: underline;
}
/* footer */
#fwrap {
	position: relative;
	z-index: 20;
	height: 300px;
	background: url(../images/bg_footer.png) center top repeat-x;
}
footer {
	width: 960px;
	margin: 0 auto;
}
#fcontact {
	position: relative;
	height: 186px;
}
#fcontact figure {
	position: absolute;
	left: 6px;
	top: 19px;
}
#fcontact h1 {
	position: absolute;
	left: 254px;
	top: 19px;
}
#fcontact #fTel {
	position: absolute;
	left: 254px;
	top: 93px;
}
#fcontact #fEmail {
	position: absolute;
	left: 540px;
	top: 93px;
}
#fcontact #fmsg {
	position: absolute;
	left: 255px;
	top: 48px;
	height: 130px;
	overflow: hidden;
}
#fcontact #fmsg p {
	margin: 0 0 65px;
}
#fcontact #fmsg span {
	color: #a30000;
	text-decoration: underline;
}
#finfo {
	color: #ffffff;
	padding: 10px 0 0;
	line-height: 22px;
}
#fnav {
	float: right;
	color: #ffffff;
	text-align: right;
}
#fnav li {
	display: inline;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	background: url(../images/bg_list_circle_g.png) left center no-repeat;
}
#fnav li a {
	color: #ffffff;
	text-decoration: none;
}
#fnav li a:hover {
	text-decoration: underline;
}
#finfo address {
	float: left;
	width: 580px;
	font-style: normal;
}
#finfo address a {
	color: #ffffff;
	text-decoration: none;
}
#copyright {
	float: right;
	width: 380px;
	text-align: right;
}

/* content */
#pwrap {
	position: relative;
	z-index: 1;
	height: 150px;
	background: url(../images/bg_ptitle.png) center top repeat-x;
}
#ptitle {
	width: 960px;
	margin: 0 auto;
}
#cwrap {
	position: relative;
	z-index: 10;
	width: 960px;
	margin: -40px auto 0;
	background: url(../images/bg_content.png) center top;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 2px 1px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 4px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 0 4px rgba(0,0,0,0.3);
}

#contact2 #cwrap {
	background: url(../images/bg_content2.png) center top;}
	
#contact2 #content{
	float: none;
	margin: 0 0 0 120px;}

#content {
	float: right;
	width: 680px;
	padding: 20px 20px 0 20px;
	margin: 0 auto;
}
#content a {
	color: #776415;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content #breadCrumb {
	margin-bottom: 20px;
}
#content .pagetop {
	text-align: right;
}
#content .pagetop a {
	padding: 0 14px 0 0;
	background: url(../images/bg_link_top.png) right center no-repeat;
}
#content .point {
	color: #c00000;
}
/* common */
#content h1 {
	font-size: 24px;
	line-height: 36px;
}
#content h2 {
	font-size: 20px;
	line-height: 30px;
}
#content h3 {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #776415;
}
#content h4 {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	color: #776415;
}
#content #lead {
	margin: 0 6px 15px;
	font-size: 14px;
}
#content section,
#content article {
	position: relative;
	margin: 0 0 20px;
}
#content p,
#content ul,
#content table {
	margin: 0 0 10px;
}
#content section a {
	display: inline-block;
}
#content section p a {
	padding: 0 0 0 14px;
	background: url(../images/bg_link_right.png) left 2px no-repeat;
}
.secBorder {
	position: relative;
	padding: 10px 10px 0;
	background: url(../images/bg_section.png) left bottom repeat-x;
	border: 5px solid #ded8c9;
	border-top: none;
}
.secBorder .block {
	padding: 0 10px 10px;
}
#content li {
	display: inline;
}
#content li a {
	margin: 0 5px 0 0;
	line-height: 22px;
}
#content nav ul {
	margin: 0 auto 30px;
	padding: 5px 10px;
	background: #f7f6ef;
}
#content nav li {
	display: inline-block;
	margin-right: 10px;
}
#content nav li a {
	padding: 0 0 0 10px;
	background: url(../images/bg_list_circle_b.png) left center no-repeat;
}
/* table */
table {
	width: 100%;
	border: 1px solid #ded8c9;
}
th, td {
	padding: 10px;
	border: 1px solid #ded8c9;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	vertical-align: middle;
}
th {
	background: url(../images/bg_th.png) left top #54330c;
	color: #ffffff;
}
td {
	background: #f4f2e9;
}

/* 背景高さ調整 */
div, p, dl, article, section {
    min-height: 1px; /*min-height: 1em;*/
    display: inline-table;
}
div:after, p:after, article:after, section:after {
    content: "";
    display: block;
    clear: both;
    height: 0.1px; /*height: 1px;*/
    overflow: hidden;
}
/*\*/
* html div {
    height: 1em;
}
div {
    display: block;
}
/**/

/* clearfix
------------------------------*/
.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */
.clearfix {
	display: block;
}
/* clear */
.clear {
	clear: both;
}

p,ul {
	display: block;
}

/* HOME
------------------------------*/
#home #pwrap {
	position: relative;
	z-index: 1;
	height: 350px;
	background: url(../images/bg_ptitle_home.jpg) center top repeat-x;
}
#home #ptitle {
	width: 960px;
	margin: 0 auto;
	padding: 160px 0 0;
	text-align: center;
}
#home h1 {
	margin: 0;
}
#content #homeCopy {
	margin: 0 0 15px;
}
#content .homeFeature {
	float: left;
	position: relative;
	width: 167px;
	height: 120px;
	margin: 0 4px 20px 0;
}
#content .homeFeature img {
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 2px 1px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 4px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
#content .homeFeature p {
	position: absolute;
	left: 15px;
	top: 50px;
	width: 137px;
	color: #ffffff;
}
#content #homeOffice {
	clear: both;
}
#content #homeOffice figure {
	float: left;
	width: 200px;
	margin-right: 10px;
}
#content #homeIndividual {
	float: left;
	width: 330px;
	margin: 0 20px 20px 0;
}
#content #homeCorporation {
	float: left;
	width: 330px;
	margin: 0 0 20px 0;
}
#content #homeIndividual .secBorder,
#content #homeCorporation .secBorder {
	height: 345px;
}
#content #homeIndividual figure,
#content #homeCorporation figure {
	margin: -10px -10px 10px;
}
#content #homeIndividual li,
#content #homeCorporation li {
	line-height: 22px;
}
#content #homeIndividual li a,
#content #homeCorporation li a {
	padding: 0 0 0 8px;
	background: url(../images/bg_list_circle_b.png) left 7px no-repeat;
}
#content #homeIndividual .txt {
	height: 70px;
	padding-bottom: 15px;
	color: #006009;
	border-bottom: 1px solid #ded8c9;
}
#content #homeCorporation .txt {
	height: 70px;
	padding-bottom: 15px;
	color: #003889;
	border-bottom: 1px solid #ded8c9;
}
#content #homeCorporation {
	position: relative;
}
#content #homeCorporation .silhouette {
	position: absolute;
	left: 20px;
	bottom: -10px;
}
#content #homeLawyer .secBorder,
#content #homeFee .secBorder,
#content #homeFlow .secBorder {
	height: 137px;
}
#content #homeLawyer figure,
#content #homeFee figure,
#content #homeFlow figure {
	position: absolute;
	left: 5px;
	bottom: -20px;
}
#content .col3 {
	float: left;
	position: relative;
	width: 212px;
	margin: 0 21px 20px 0;
}
#content .btn {
	position: absolute;
	right: 5px;
	bottom: 5px;
	margin: 0!important;
	padding: 0;
	text-align: right;
}
#content .btn a {
	margin: 0;
	padding: 0;
	background: none;
}
#content .last {
	margin-right: 0!important;
}

/* 取り扱い分野 個人のご相談者
------------------------------*/
#overview #content h1 {
	margin: 0 auto 10px;
	border-top: 3px solid #54330c;
}
#overview #content h1 img {
	padding: 20px 0;
}
#overview #content article #officeImg {
	margin: 0 -20px 0 0;
}
#overview #content article #officeImg img {
	margin-right: 20px;
}


/* 取り扱い分野 個人のご相談者
------------------------------*/
#individual #content h1 {
	margin: 0 auto 10px;
	border-top: 3px solid #006009;
}
#individual #content h1 img {
	padding: 20px 0;
}
#individual #content section {
	clear: both;
	width: 680px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ded8c9;
}
#individual #content h2 {
	float: left;
	width: 140px;
	margin-bottom: 10px;
}
#individual #content h2 img {
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 2px 1px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 4px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 0 4px rgba(0,0,0,0.3);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#4c4c4c', Strength=2); zoom:1;
}
#individual #content .secR {
	float: right;
	width: 520px;
}
#individual #content h3 {
	margin-bottom: 10px;
}
#individual #content h4 {
	margin-bottom: 5px;
	color: #006009;
	font-size: 14px;
}
#individual #content p {
	line-height: 20px;
}
#individual #content .block {
	margin-bottom: 10px;
	padding: 20px 20px 10px;
	background: #f4f2e9;
	border: 1px solid #ded8c9;
}
#individual #content .block h4 {
	margin-bottom: 10px;
	color: #776415;
	border-bottom: 1px dotted #ded8c9;
	font-size: 16px;
}
#individual #content .block b {
	color: #a30000;
	font-size: 14px;
	text-decoration: underline;
}

/* 取り扱い分野 法人・事業者のご相談者
------------------------------*/
#corporation #content h1 {
	margin: 0 auto 10px;
	border-top: 3px solid #003889;
}
#corporation #content h1 img {
	padding: 20px 0;
}
#corporation #content section {
	clear: both;
	width: 680px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ded8c9;
}
#corporation #content h2 {
	float: left;
	width: 140px;
	margin-bottom: 10px;
}
#corporation #content h2 img {
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 2px 1px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 4px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 0 4px rgba(0,0,0,0.3);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#4c4c4c', Strength=2); zoom:1;
}
#corporation #content .secR {
	float: right;
	width: 520px;
}
#corporation #content h3 {
	margin-bottom: 10px;
}
#corporation #content h4 {
	margin-bottom: 5px;
	color: #003889;
	font-size: 14px;
}
#corporation #content p {
	line-height: 20px;
}
#corporation #content .block {
	margin-bottom: 10px;
	padding: 20px 20px 10px;
	background: #f4f2e9;
	border: 1px solid #ded8c9;
}
#corporation #content .block h4 {
	margin-bottom: 10px;
	color: #776415;
	border-bottom: 1px dotted #ded8c9;
	font-size: 16px;
}
#corporation #content .block b {
	color: #a30000;
	font-size: 14px;
	text-decoration: underline;
}

/* 弁護士紹介
------------------------------*/
#lawyer #content h1 {
	margin: 0 auto 10px;
	border-top: 3px solid #54330c;
}
#lawyer #content h1 img {
	padding: 20px 0;
}
#lawyer #content article article {
	clear: both;
	width: 680px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #ded8c9;
}
#lawyer #content article article img {
	float: left;
	padding: 3px;
	border: 1px solid #a59100;
}
#lawyer #content article article .secR {
	float: right;
	width: 492px;
}
#lawyer #content article h2 {
	margin-bottom: 5px;
	color: #54330c;
	font-size: 16px;
}
#lawyer #content article span {
	font-size: 12px;
}
#lawyer #content article h3 {
	margin-bottom: 5px;
	color: #54330c;
	font-size: 14px;
}
#lawyer #content table,
#lawyer #content th,
#lawyer #content td {
	background: none;
	color: #000;
	border: none;
}
#lawyer #content th,
#lawyer #content td {
	padding: 6px;
	font-size: 12px;
	line-height: 12px;
}
#lawyer #content th {
	min-width: 30px;
	background: #ded8c9;
	border-bottom: 1px dotted #a59100;
	text-align: right;
}
#lawyer #content th:first-child {
	min-width: 60px;
}
#lawyer #content td {
	width: 380px;
	background: #f4f2e9;
	border-bottom: 1px dotted #a59100;
}
#lawyer #content article li {
	display: block;
	padding-left: 10px;
	background: url(../images/bg_list_circle_b.png) left 7px no-repeat;
	line-height: 20px;
}

/* 費用について
------------------------------*/

#fee #feeNav {
	position: relative;
	font-size: 13px;
}
#fee #feeNav ul li {
	display: block;
}
#fee #feeNav ul li ul {
	margin: 0;
	padding: 0 0 0 10px;
}
#fee #feeNav ul li ul li {
	display: block;
}
#fee #feeNav ul li ul li ul {
	background: #fff;
	padding: 5px 10px;
}
#fee #feeNav ul li ul li ul li {
	display: inline-block;
}
#fee #feeNav .sheet {
	position: absolute;
	display: block;
	right: 0;
	top: -40px;
}

#fee #content section h1 {
	margin: 0 0 5px;
	border-top: 3px solid #776415;
}
#fee #content section h1 img {
	padding: 20px 0;
}
#fee #content section .ttl02 {
	margin: 0 0 5px;
	border-top: 2px dotted #54330C;
	color: #776415;
	font-size: 20px;
	line-height: 60px;
	font-weight: bold;
}
#fee #content section h2 {
	position: relative;
	margin: 0;
	border-top: 2px solid #54330C;
}
#fee #content section h2 .sheet {
	position: absolute;
	display: block;
	right: 5px;
	top: 4px;
}
#fee #content .sheet2 {
	margin: 10px auto 30px auto;
	width: 252px;
}
#fee h3 {
	clear: both;
	margin: 0 0 15px;
	border-bottom: 1px solid #ded8c9;
}
#fee h4 {
	float: left;
	display: block;
	width: 60px;
	margin-right: 10px;
	background: #776415;
	color: #fff;
	text-align: center;
}
#fee td span {
	color: #c90000;
}
#fee #content .secBorder .block {
	clear: both;
}
#fee #content .secBorder p {
	float: right;
	display: block;
	width: 560px;
}
#fee .feeTable,
#fee .feeTable th, 
#fee .feeTable td {
	width: auto;
	border: none;
	background: none;
	font-size: 12px;
	color: #000;
}
#fee .feeTable th, 
#fee .feeTable td {
	width: 50%;
	padding: 6px 12px;
}
#fee .feeTable {
	float: right;
	width: 560px;
	margin: 0 0 15px;
}
#fee .feeTable th {
	background: #ded8c9;
	border-bottom: 1px dotted #a59100;
}
#fee .feeTable td {
	background: #f4f2e9;
	border-bottom: 1px dotted #a59100;
}
#fee #content #feeList,
#fee #content .secBorder {
	margin-bottom: 60px;
}
#fee #content .secBorder .flcr {
	clear: both;
	float: left;
	width: 100%;
}
#fee #content .secBorder .tindv,
#fee #content .secBorder .tcorp {
	clear: both;
	float: left;
	width: 100%;
	padding: 0 6px;
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
}
#fee #content .secBorder .tindv {
	background: #006009;
}
#fee #content .secBorder .tindv span {
	font-size: 12px;
}
#fee #content .secBorder .tcorp {
	background: #003889;
}
#fee #content p.point {
	font-size: 16px;
	line-height: 24px;
}

/* ご相談の流れ
------------------------------*/
#flow #content h1 {
	margin: 0 auto 10px;
	border-top: 3px solid #54330c;
}
#flow #content h1 img {
	padding: 20px 0;
}
#flow #content .flowbox {
	clear: both;
	width: 680px;
	margin: 15px 0 0;
	padding: 0 0 55px;
	background: url(../images/bg_flow_arrow.png) left bottom no-repeat;
	border-bottom: 1px dotted #c2b786;
}
#flow #content .flowbox.last {
	padding: 0 0 15px;
	background: none;
}
#flow #content .flowimg {
	float: left;
	width: 200px;
}
#flow #content .flowtxt {
	float: right;
	width: 480px;
}
#flow #content .flowbox h2 {
	margin: 0 0 15px;
}
#flow #content .flowbox h3 {
	color: #54330C;
	font-size: 14px;
	font-weight: normal;
}
#flow #content .flowbox span {
	color: #a30000;
	font-size: 14px;
}
#flow #content .flowbox p span {
	text-decoration: underline;
}
#flow #content .flowbox a {
	padding: 0;
	background: none;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

/* プライバシーポリシー
------------------------------*/
#privacy h2 {
	margin: 20px 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #ded8c9;
	color: #54330C;
	font-size: 14px;
	font-weight: bold;
}

/* サイトマップ
------------------------------*/
#sitemap #content li {
	display: block;
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 24px;
}
#sitemap #content li a,
#sitemap #content li span {
	padding: 0 0 0 12px;
	background: url(../images/bg_list_circle_b.png) left 7px no-repeat;
	color: #776415;
}
#sitemap #content ul ul li {
	margin: 5px 0 0 10px;
	font-size: 14px;
}
#sitemap #content ul ul li a {
	padding: 0 0 0 14px;
	background: url(../images/bg_link_right.png) left 5px no-repeat;
	font-weight: normal;
}

/* ご相談受付フォーム
------------------------------*/
#contact th,
#contact2 th {
	width: 200px;
}

#contact th img,
#contact2 th img {
	position: absolute;
	left: 160px;
}

#contact2 th{
	position: relative;}

.inputL {
	width: 300px;
}
.inputM {
	width: 250px;
}
.inputS {
	width: 110px;
}
#contact td input,
#contact td select,
#contact td textarea,
#contact2 td input,
#contact2 td select,
#contact2 td textarea {
	height: 20px;
	margin: 0;
	padding: 0;
	border: 1px solid #999;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 20px;
}
#contact td label,
#contact2 td label {
	cursor: pointer;
}
#contact td label:hover,
#contact2 td label:hover {
	color: #c90000;
}
#contact td label input,
#contact2 td label input {
	border: none;
}
#contact td textarea,
#contact2 td textarea {
	width: 400px;
	height: 100px;
}
#contact #content span,
#contact2 #content span {
	color: #c90000;
}
#contact #content b,
#contact2 #content b {
	color: #54330C;
	font-weight: bold;
}
#contact th span,
#contact td span,
#contact2 th span,
#contact2 td span {
	color: #c90000;
	font-size: 12px;
	line-height: 12px;
}
#contact .formbtn,
#contact2 .formbtn  {
	text-align: center;
}
#contact #content li,
#contact2 #content li {
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
	background: url(../images/bg_list_circle_b.png) left 7px no-repeat;
	font-size: 12px;
}
#contact #content td .radio li ,
#contact2 #content td .radio li{
	display: inline-block;
	height: 18px;
	margin: 0 5px 0 0;
	padding: 0;
	background: none;
	font-size: 12px;
	line-height: 12px;
}
#contact #content td .radio li input,
#contact2 #content td .radio li input {
	height: 12px;
	line-height: 12px;
	vertical-align: bottom;
}
#contact #content .block,
#contact2 #content .block {
	margin-bottom: 10px;
	padding: 10px 10px 0;
	background: #f4f2e9;
	border: 1px solid #ded8c9;
}
#contact #content .indv,
#contact2 #content .indv {
	color: #006009;
}
#contact #content .corp,
#contact2 #content .corp {
	color: #003889;
}
#contact .formbtn a,
#contact2 .formbtn a {
	margin: 0;
	padding: 0;
	background: none;
	line-height: 1.0em;
}

/* お知らせ
------------------------------*/
#home #whatsnew {
	position: relative;
	background: url(../images/bg_whatsnew.png) no-repeat;
	width: 680px;
	height: 180px;
}
#home #whatsnew h1 {
	height: 0;
	overflow: hidden;
}
#home #whatsnew iframe {
	width: 630px;
	height: 106px;
	margin: 35px 0 0 30px;
	padding: 4px 0 0 0;
	border-top: 1px dotted #857763;
}
#home #whatsnew p {
	position: absolute;
	bottom: 13px;
	right: 30px;
	margin: 0;
	padding: 0;
}
/* infolist */
#infolist {
	background: #ffffff;
}
#infolist article {
	width: 605px;
}
#infolist li {
	margin: 4px 0 0 0;
	line-height: 20px;
}
#infolist time {
	margin: 0 10px 0 0;
}
#infolist li b {
	display: inline-block;
	width: 60px;
	height: 20px;
	margin: 0 10px 0 0;
	text-align: center;
	font-size: 11px;
}
#infolist li b.seminar {
	background: #7f380e;
	color: #fff;
}
#infolist li b.info {
	background: #63594a;
	color: #fff;
}
#infolist li b.column {
	background: #357c84;
	color: #fff;
}
#infolist li b.free {
	background: #a30000;
	color: #fff;
}
#infolist a {
	color: #776415;
	text-decoration: none;
}
#infolist a:hover {
	text-decoration: underline;
}
#infolist li b a {
	margin: 0;
	color: #fff;
}

/* What's New一覧
------------------------------*/
#wlist #content .wmain {
	margin: 0 0 10px;
}
#wlist #content .wnotice {
	background: #A30000;
	height: 30px;
	margin: 0 0 50px;
	width: 680px;
}
#wlist #content .wnotice dt {
	color: #FFFFFF;
	float: left;
	font-size: 18px;
	height: 20px;
	line-height: 20px;
	padding: 15px 0 15px 10px;
	width: 160px;
}
#wlist #content .wnotice dd {
	background: #FFFFFF;
	float: left;
	font-size: 18px;
	line-height: 20px;
	margin: 5px;
	padding: 10px;
	width: 480px;
	border-radius: 6px;        /* CSS3草案 */  
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 6px;   /* Firefox用 */ 
}
#wlist #content li {
	display: block;
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 20px;
}
#wlist #content li time {
	margin: 0 10px 0 0;
}
#wlist #content li b {
	display: inline-block;
	width: 60px;
	height: 20px;
	margin: 0 10px 0 0;
	text-align: center;
	font-size: 13px;
}
#wlist #content li b.seminar {
	background: #7f380e;
	color: #fff;
}
#wlist #content li b.info {
	background: #63594a;
	color: #fff;
}
#wlist #content li b.column {
	background: #357c84;
	color: #fff;
}
#wlist #content li b.free {
	background: #a30000;
	color: #fff;
}
#wlist #content a {
	color: #776415;
	text-decoration: none;
}
#wlist #content a:hover {
	text-decoration: underline;
}
#wlist #content li b a {
	margin: 0;
	color: #fff;
}
/* pagenation */
#wlist #content .pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 12px;
	line-height: 14px;
}
#wlist #content .pagination span,
#wlist #content .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background: #776415;
}
#wlist #content .pagination span {
	margin-left: 0;
	padding-left: 0;
	background: none;
	color: #776415;
}
#wlist #content .pagination a:hover{
	color: #fff;
	background: #a30000;
}
#wlist #content .pagination .current{
	padding: 6px 9px 5px 9px;
	background: #a30000;
	color: #fff;
}
#wlist #content .formbtn {
	margin: 60px 0;
	text-align: center;
}

/* What's New詳細
------------------------------*/
#content h1.wtitle {
	width: 680px;
	margin: 0 auto;
	padding: 20px 0 20px;
	color: #54330c;
	border-top: 3px solid #54330c;
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
}
#wdetail #content time {
	display: block;
	margin: 0 0 10px;
	font-size: 14px;
}
#wdetail #content .wdetail h1 {
	width: 670px;
	height: 40px;
	margin: 20px 0 10px;
	padding: 3px 0 0 10px;
	background: url(../images/bg_head01.png) left bottom repeat-x;
	color: #333333;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
}
#wdetail #content .wdetail h2 {
	margin: 20px 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #ded8c9;
	color: #54330C;
	font-size: 16px;
	font-weight: bold;
}
#wdetail #content .wdetail h3 {
	color: #a30000;
	font-size: 14px;
	font-weight: bold;
}
#wdetail #content .wdetail p {
	margin: 5px 0 10px;
}
#wdetail #content .wdetail strong {
	font-weight: bold;
}
#wdetail #content .wmap {
	width: 680px;
	height: 400px;
	margin: 0;
	padding: 0;
	border: 0;
}

p.bnfree{
	position: absolute;
	top: -293px;
	right: 0;
}

.btns{
	position: relative;
	width: 680px;
	height: 50px;
	margin: 20px 0;}
	
#lawyer #content article article .btns img
{	border: none;
position: absolute;
right: 0;}

/*刑事事件*/

#criminal #content h1 {
margin: 0 auto 10px;
border-top: 3px solid #54330c;
border-bottom: 1px dotted #ded8c9;
}

#criminal #content section {
clear: both;
width: 680px;
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 1px dotted #ded8c9;}

#criminal #content section.none{
	border: none;}

#criminal #content h1 img {
padding: 20px 0;
}

#criminal #content section h1{
	border: none;}

#criminal #content .secR {
float: right;
width: 520px;
}

#criminal #content .clearfix h2 {
float: left;
width: 140px;
margin-bottom: 10px;
}

#criminal #content p b {
color: #a30000;
text-decoration: underline;}

#criminal #content section .clearfix{
	margin-bottom: 20px;}
	
#criminal .secBorder {
padding: 20px 25px !important;}
	
#criminal #content .secBorder h3{
	color: #a30000;
	font-size: 20px;
	margin-bottom: 5px;}
	
#criminal #content .secBorder h3 img{
	margin-right: 10px;}
	
#criminal #content .secBorder p{
	margin: 0 0 10px 35px;
	font-size: 14px;}
	
#criminal #content .contactbx{
	padding: 15px 20px;
	border: 5px solid #a30000;
	background-color: #f7f6ef;
	}
	
#criminal #content .contactbx h1{
	font-size: 20px;
	font-weight: bold;
	color: #54330c;}
	
#criminal #content .contactbx b {
	font-size: 16px;
color: #a30000;
text-decoration: underline;}

#criminal #content .contactbx .bx{
	margin: 15px 0;
	padding: 8px;
	font-size: 15px;
	line-height: 2em;
	background-color: #FFF;}
	
#criminal #content .contactbx .fl{
	float: left;
	width: 303px;}
	
#criminal #content .contactbx .fr{
	float: right;}
	
#criminal #content .contactbx .fr img{
	display: inline-block;}
	
#criminal #content .contactbx p,
#criminal #content .contactbx p b{
	font-size: 14px;}
	
.w_line{
	background: url(../images/line_w_top.png) top no-repeat;}
	
.w_line div{
	padding: 20px;
	background: url(../images/line_w_bottom.png) bottom no-repeat;}
	
.w_line b{
	font-weight: bold;
	font-size: 20px;
	color: #776415;}
	
.w_line ul#disc{ margin: 10px 0;}
	
.w_line ul#disc li{
	display: block !important;
	font-size: 16px;
	line-height: 1.6em;
	/*list-style: disc !important;*/}
	
/*刑事事件トップページ*/

#homeCriminal{
	width: 680px;}
	
#homeCriminal h1{
	margin-bottom: 10px;}

#homeCriminal .fl{
	position: relative;
	float: left;
	width: 395px;}
	
#homeCriminal .fr{
	float: right;
	width: 240px;
	padding: 8px 15px 8px 15px;
	line-height: 1.8em;
	background-color: #f7f6ef;}
	
#homeCriminal .fl p{
	margin: 0;}
	
#homeCriminal b{
	color: #54330c;
	font-weight: bold;
	line-height: 2.5em;
	}
	
#homeCriminal .fl a{
	position: absolute;
	display: block;
	bottom: -20px;
	right: 0;}
	
	
	

	