@charset "UTF-8";
/* CSS Document */
/*lawページ専用クラス*/

body {
	margin: 0 auto;
	width: 100%;
	font-size: 14px;
	font-family : "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Std W3",  "Meiryo", "メイリオ", sans-serif;
	color: #333333;
	}

.floatClear {
	clear:both;
	}

.marginLRAuto {
	margin: 0 auto;
	}

.textHidden {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	}

/**/
/*  HeaderArea Start  */
/**/

/*ヘッダーロゴ部分*/

#headLogoArea {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 33px;
	text-align: left;
	position: relative;
	}

#headLogoArea .headTopTxt {
	width: 960px;
	font-size: 10px;
	text-align: left;
	padding-top: 5px;
	}

#headLogoArea .headOfficeName {
	width: 907px;
	font-size: 30px;
	text-align: left;
	margin-top: 26px;
	padding-left: 40px;
	font-family : "Hiragino Kaku Gothic Std-W5", "ヒラギノ角ゴ Std W5",  "Meiryo", "メイリオ", sans-serif;
	background-image: url("../images/head_icon_logo.png");
	background-repeat: no-repeat;
	background-size: 40px 40px;
	}

#headLogoArea .headTel {
	width: 204px;
	height: 72px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-image: url("../images/head_law_tel.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 35px;
	right: 0px;
	}

/*ヘッダーキャッチコピー部分*/

#headImgArea {
	width: 100%;
	min-width: 960px;
	height: 440px;
	overflow: hidden;
	background-color: #f3eeec;
	text-align: center;
	background-image: url("../images/head_law_img.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	}

#headMainImg {
	width: 960px;
	height: 440px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	position: relative;
	}
	
#headLawCatch {
	width: 426px;
	height: 123px;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url("../images/head_law_catch_txt.png");
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 74px;
	left: 525px;
	}

#headLawName {
	width: 362px;
	height: 27px;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url("../images/head_law_name.png");
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 226px;
	left: 590px;
	}

#headLawTxt {
	width: 367px;
	font-size: 13px;
	line-height: 24px;
	color: #254303;
	text-align: right;
	position: absolute;
	top: 275px;
	right:0;
	}

/**/
/*  HeaderArea End  */
/**/



/**/
/*  contentsArea Start  */
/**/

#contentsArea {
	width: 960px;
	padding-top: 49px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: hidden;
	}


/*------------特徴-------------*/


#featureContArea {
	width: 960px;
	margin-bottom: 125px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	}

#titFeature {
	width: 960px;
	height: 37px;
	border-bottom: solid 1px #c6c4c4;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url("../images/law_tit_feature.png");
	background-repeat: no-repeat;
	background-position: center left;
	}

#featureContArea p {
	width: 460px;
	margin-top: 23px;
	margin-left: 26px;
	line-height: 24px;
	text-align: left;
	}

#featureContArea .mainContImg {
	width: 362px;
	height: 321px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: -12px;
	right: 38px;
	}


/*------------取り扱い業務-------------*/


#affairsContArea {
	width: 960px;
	overflow: hidden;
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	}

#titAffairs {
	width: 960px;
	height: 42px;
	border-bottom: solid 1px #c6c4c4;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url("../images/law_tit_affairs.png");
	background-repeat: no-repeat;
	background-position: center left;
	}

.affairsTxtArea {
	width: 490px;
	margin-left: 26px;
	float: left;
	}

#affairsUl {
	width: 490px;
	margin-top: 25px;
	margin-bottom: 20px;
	overflow: hidden;
	}

#affairsUl li {
	width: 245px;
	line-height: 24px;
	text-align: left;
	float: left;
	}

.taxBnrArea {
	clear: both;
	width: 227px;
	margin-left: 1px;
	text-align: center;
	float: left;
	}

.taxBnrArea p {
	width: 227px;
	text-align: center;
	line-height: 24px;
	padding: 0px;
	}

.taxBnrArea p a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	}

.justiceBnrArea {
	width: 227px;
	text-align: center;
	margin-left: 24px;
	float: left;
	}

.justiceBnrArea p {
	width: 227px;
	text-align: center;
	line-height: 24px;
	padding: 0px;
	}

.justiceBnrArea p a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	}

.bnrTxt {
	font-size: 13px;
	margin-top: 10px;
	}

.mainBnr {
	height: 81px;
	}

.affairsImg {
	width: 416px;
	height: 228px;
	margin-top: 30px;
	margin-left: 23px;
	border: solid 1px #e0e0e0;
	float: left;
	}


/*------------アクセス-------------*/

#accessContArea {
	clear: both;
	width: 960px;
	overflow: hidden;
	margin-bottom: 95px;
	margin-left: auto;
	margin-right: auto;
	}

#titAccess {
	width: 960px;
	height: 38px;
	border-bottom: solid 1px #c6c4c4;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url("../images/law_tit_access.png");
	background-repeat: no-repeat;
	background-position: center left;
	}

.accessSentArea {
	width: 373px;
	margin-top: 30px;
	margin-left: 27px;
	text-align: left;
	float: left;
	}

.accessSentArea p {
	line-height: 24px;
	text-align: left;
	}

.accessSentArea .telNum {
	width: 369px;
	height: 48px;
	font-size: 15px;
	line-height: 48px;
	color: #433131;
	text-align: center;
	margin-top: 14px;
	margin-left: 2px;
	margin-bottom: 23px;
	background-image: url("../images/justice_tel_back.png");
	background-repeat: no-repeat;
	background-position: center left;
	}

#companyMap {
	width: 522px;
	height: 260px;
	border: solid 3px #b09b94;
	margin-top: 35px;
	margin-left: 32px;
	float: left;
	}

/**/
/*  contentsArea End  */
/**/



/**/
/*  footerArea Start  */
/**/

#footerArea {
	clear: both;
	width: 100%;
	height: 53px;
	border-top: solid 1px #dadada;
	border-bottom: solid 1px #dadada;
	background-color: #392a2a;
	margin-top: 94px;
	margin-bottom: 70px;
	}

/*フッターコピーライト部分*/

.footCopyright {
	width: 960px;
	font-size: 12px;
	line-height: 53px;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	}

/**/
/*  footerArea End  */
/**/

