@charset "UTF-8";


/*==================================================================
	Style setting
===================================================================*/
/* ------------------------------------------------------------------
		Font styles
-------------------------------------------------------------------*/

#main { 
	letter-spacing: 0.04em;
	}
	
.mds {
	font-size: 12px;
	line-height: 2.5em;
	}
	
/* ------------------------------------------------------------------
		Font Color styles
-------------------------------------------------------------------*/
html { 
	height: 100%;
	color: #011f46;
	}

a:link {
	color: #011f46;
	text-decoration:none;
	}

a:visited {
	color: #011f46;
	text-decoration:none;
	}

a:hover {
	color: #ff7215;
	text-decoration:none;
	}

a:active {
	color:#ff7215;
	text-decoration:none;
	}

/*==================================================================
		Layout setting
===================================================================*/
body { 
	position:relative;
	margin:0 auto 0;
	padding-top:0;
	height: 100%;
	background-image: url(../../image/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}

#wrapper {
	width:960px;
	height: 100%;
	margin:0 auto;
	padding-top:0;
	}

#container_top {
	position:relative;
	width:960px;
	min-height: 100%;
	background:#eaeaea;
	bottom: 0;
	margin:0 auto 0;
	padding-top:0;
	-webkit-box-shadow: 0 0 10px 2px #757575;
	-moz-box-shadow: 0 0 10px 2px #757575;
	box-shadow: 0 0 10px 2px #757575;
	}

#container {
	position:relative;
	width:960px;
	min-height: 100%;
	background:#ffffff;
	bottom: 0;
	margin:0 auto 0;
	padding-top:0;
	-webkit-box-shadow: 0 0 10px 2px #757575;
	-moz-box-shadow: 0 0 10px 2px #757575;
	box-shadow: 0 0 10px 2px #757575;
	}


/* ------------------------------------------------------------------
		Header styles
-------------------------------------------------------------------*/
#header {
	margin:0 auto 0;
	background:#012451;
	width:960px;
	height:25px;
	}

#headerInner {
	margin:0;
	padding-top:0;
	border-bottom: 1px solid #345074;
	z-index:88888;
	}

#upperarea {
	margin:0 auto;
	background:#00347f;
	width:960px;
	height:128px;
	text-align:right;
	}

#upperarea .lang_cng {
	margin:0 auto;
	padding-top:85px;
	padding-right:15px;
	}


/* ------------------------------------------------------------------
	TOP INDEX styles  (2026 correction)
-------------------------------------------------------------------*/
#contents_top {
	margin: 0 auto;
	padding-bottom:20px;
	background: url(../../image/top_bg_e.gif),#ffffff;
	background-repeat: repeat-x;
	background-position: left top;
	width:960px;
	}

#title_top {
	margin:0 auto;
	width:584px;
	height:132px;
	}
	
#english_title {
	padding-top:14px;
	width:584px;
	height:60px;
	text-align:center;
	}

#japanese_title {
	padding-top:12px;
	width:584px;
	height:36px;
	text-align:center;
	}

/* ------------------------------------------------------------------
 		op_navi styles
-------------------------------------------------------------------*/

#top_navi {
	margin:34px auto 0;
	}

#top_navi ul {
	text-align:center;
	margin:0 auto 0;
	list-style:none;
	letter-spacing: 0.06em;
	}

#top_navi li {
	border-left: 1px solid #012e68;
	padding-left:0;
	margin-left:0;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	}

#top_navi li.tn01 {
	display:inline;
	padding-left:14px;
	padding-right:14px;
	}

#top_navi li.tn02 {
	display:inline;
	padding-left:14px;
	padding-right:14px;
	}

#top_navi li.tn03 {
	display:inline;
	padding-left:14px;
	padding-right:14px;
	}

#top_navi li.tn04 {
	display:inline;
	padding-left:14px;
	padding-right:14px;
	}

#top_navi li.tn05 {
	display:inline;	
	padding-left:14px;
	padding-right:14px;
	}

#top_navi li.tn06 {
	display:inline;	
	padding-left:14px;
	padding-right:14px;
	border-right: 1px solid #012e68;
	margin-right:0;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	}

/* ------------------------------------------------------------------
		top index NOTICE AREA
-------------------------------------------------------------------*/

#top_notice {
	margin:0 auto;
	width:640px;
	}

.notice_title {
	margin:0 auto 0;
	text-align:center;
	font-size: 90%;
	padding-top:34px;
	letter-spacing: 0.06em;
	}

.notice_txt {
	text-align:left;
	padding-top:10px;
	line-height: 1.5;
	letter-spacing: 0.04em;
	}


/* ------------------------------------------------------------------
		topics AREA
-------------------------------------------------------------------*/
#topics_area {
	margin: 0 auto;
	padding:0;
	background-image: url(../../image/topics_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width:960px;
	}
	
.topics_titlle {
	margin:0 auto 0;
	text-align:center;
	padding: 1px 0;
	}

#topics_sell {
	clear:both;
	width:620px;
	min-height:400px;
	margin:0 auto 0;
	text-align:center;
	padding-top:20px;
	padding-left:0;

	}

table.topic_t {
	margin:0 auto 0;
	border-collapse: separate;
	border-spacing: 0 6px;
	text-align: left;
	line-height: 1.6;
}

table.topic_t th {
	padding-top:0;
	padding-bottom: 5px;
	padding-right: 8px;
	padding-left: 0px;
	color:#848484;
	font-weight:normal;
	vertical-align: top;
	border-style:none; 
}

table.topic_t td {
	color:#848484;
	padding: 0px;
	padding-right:10px;
	vertical-align: top;
	border-style:none;
	letter-spacing: 0.3px;
}

.vertical-scroll-table{
	color: #5e5e5e;
    max-height: 285px;
	overflow: auto;
	overflow-x: hidden;
}


/* ------------------------------------------------------------------
	 /topics 2017 add correction
-------------------------------------------------------------------*/

.info_top_bt {
	width:960px;
	margin:0 auto 0;
	text-align:center;
	font-size:12px;
	color:#012e68;
	font-weight:normal;
	padding-top:25px;
	}

.info_top_bt a:link {
	color: #dd0000;
	text-decoration:none;
	}

.info_top_bt a:visited {
	color: #dd0000;
	text-decoration:none;
	}

.info_top_bt a:hover {
	color: #ff7215;
	text-decoration:none;
	}

.info_top_bt a:active {
	color:#ff7215;
	text-decoration:none;
	}


.info_top_txt{
	width:960px;
	margin:0 auto 0;
	text-align:center;
	font-size:12px;
	color:#555;
	font-weight:normal;
	padding-top:6px;
	}


/* ------------------------------------------------------------------
		Footer_top styles
-------------------------------------------------------------------*/
#footer_top {
	clear:both;
	position: absolute;
	bottom: 0;
	width:960px;
	height:93px;
	margin:0 auto 0;
	padding:0;
	background:#011f46 ;
	}

.address_top {
	padding-top:0;
	background:#eaeaea;
	color:#848484;
	height:48px;
	font-size:11px;
	text-align:center;
	line-height:1.7;
	letter-spacing: 0.3px;
	}

#footerInner_top {
	padding:0;
	margin:0 auto 0;
	}

.footerText_top {
	padding-top:15px;
	color:#fff;
	font-size:90%;
	text-align:center;
	line-height:1.5;
	}


/* ------------------------------------------------------------------
		Footer styles
-------------------------------------------------------------------*/
#footer {
	clear:both;
	position: absolute;
	bottom: 0;
	width:960px;
	height:45px;
	margin:0 auto 0;
	background:#011f46 ;
	}

#footerInner {
	padding:8px;
	margin:0 auto 0;
	}

.footerText {
	padding-top:7px;
	color:#fff;
	font-size:90%;
	text-align:center;
	line-height:1.5;
	}

/* --------------------------------------------------------------------------------------------------------------
	2. Page Style setting
---------------------------------------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------
 		page_header styles
-------------------------------------------------------------------*/
#page_header {
	width:960px;
	height: 66px;
	margin:0 auto 0;
	background:#013c87;
	}

#headerbar {
	position:relative;
	height: 10px;
	background:#012451;
	margin:0;
	padding-top:0;
	border-bottom: 0 solid #345074;
	z-index:88888;
	}

#page_eng_logo {
	float: left;
	padding-top:5px;
	padding-left:18px;
	width:412px;
	height:46px;
	}

#page_jp_logo {
	float: right;
	padding-top:5px;
	padding-right:2px;
	width:190px;
	height:46px;
	}


/* ------------------------------------------------------------------
 		page_navi styles
-------------------------------------------------------------------*/
#g_navi {
	clear:both;
	position:relative;
	background:#013474;
	width:960px;
	height:36px;
	margin:0 auto 10px;
	}

#page_navi {
	float: left;
	overflow:hidden;
	height:36px;
	margin:0;
	padding:0;
	padding-left:19px;
	}

#page_navi .pn01{
	display:inline;	
	width: 116px;
	height: 36px;
	margin: 0 1px 0 0;
	padding: 0;
	}

#page_navi .pn02{
	display:inline;	
	width:116px;
	height:36px;
	margin: 0 1px 0 0;
	padding: 0;
	}

#page_navi .pn03{
	display:inline;	
	width:116px;
	margin: 0 1px 0 0;
	padding: 0;
	}

#page_navi .pn04{
	display:inline;	
	width:116px;
	height:36px;
	margin: 0 1px 0 0;
	padding: 0;
	}

#page_navi .pn05{
	display:inline;	
	width:116px;
	height:36px;
	margin: 0 1px 0 0;
	padding: 0;
	}

#page_navi .pn06{
	display:inline;	
	width:116px;
	height:36px;
	margin: 0;
	padding: 0;
	}
	
#lang_bt {
	float: right;
	padding-top:6px;
	padding-right:15px;
	}

/* ------------------------------------------------------------------
 		page_contents styles
-------------------------------------------------------------------*/
#page_contents {
	clear:both;
	position:relative;
	background:#fff;
	width:960px;
	min-height:630px;
	margin:0 auto 0;
	}

#page_contents_careers {
	clear:both;
	position:relative;
	background:#fff;
	width:960px;
	min-height:900px;
	margin:0 auto 0;
	}
	
#page_contents_location {
	clear:both;
	position:relative;
	background:#fff;
	width:960px;
	min-height:740px;
	margin:0 auto 0;
	}

/* ------ 2026.3 add styles ------------------*/
#page_contents_profile {
	clear:both;
	position:relative;
	background:#fff;
	width:960px;
	min-height:780px;
	margin:0 auto 0;
	}
	
/* ------ 2026.3 add styles ------------------*/
#page_contents_practices {
	clear:both;
	position:relative;
	background:#fff;
	width:960px;
	min-height:630px;
	margin:0 auto 0;
	}
	
#page_contents_nakato {
	clear:both;
	position:relative;
	background:#fff;
	width:960px;
	min-height:690px;
	margin:0 auto 0;
	}

#page_contents_kawasaki {
	clear:both;
	position:relative;
	background:#fff;
	width:960px;
	min-height:930px;
	margin:0 auto 0;
	}

#page_contents_kusano {
	clear:both;
	position:relative;
	background:#fff;
	width:960px;
	min-height:1080px;
	margin:0 auto 0;
	}

#page_contents_atsuya {
	clear:both;
	position:relative;
	background:#fff;
	width:960px;
	min-height:1200px;
	margin:0 auto 0;
	}

#page_contents_kamigaki {
	clear:both;
	position:relative;
	background:#fff;
	width:960px;
	min-height:1040px;
	margin:0 auto 0;
	}

#page_contents_kase {
	clear:both;
	position:relative;
	background:#fff;
	width:960px;
	min-height:690px;
	margin:0 auto 0;
	}

#page_contents_kawai {
	clear:both;
	position:relative;
	background:#fff;
	width:960px;
	min-height:1050px;
	margin:0 auto 0;
	}

#page_contents_tada {
	clear:both;
	position:relative;
	background:#fff;
	width:960px;
	min-height:2940px;
	margin:0 auto 0;
	}

#page_contents_tanimoto {
	clear:both;
	position:relative;
	background:#fff;
	width:960px;
	min-height:880px;
	margin:0 auto 0;
	}

#page_contents_sagawa {
	clear:both;
	position:relative;
	background:#fff;
	width:960px;
	min-height:1080px;
	margin:0 auto 0;
	}

#page_contents_tonosaki {
	clear:both;
	position:relative;
	background:#fff;
	width:960px;
	min-height:690px;
	margin:0 auto 0;
	}

#page_contents_uemura {
	clear:both;
	position:relative;
	background:#fff;
	width:960px;
	min-height:6200px;
	margin:0 auto 0;
	}


#page_contents_uchida {
	clear:both;
	position:relative;
	background:#fff;
	width:960px;
	min-height:690px;
	margin:0 auto 0;
	}

#page_contents_kawaura {
	clear:both;
	position:relative;
	background:#fff;
	width:960px;
	min-height:690px;
	margin:0 auto 0;
	}

#page_contents_fujii {
	clear:both;
	position:relative;
	background:#fff;
	width:960px;
	min-height:690px;
	margin:0 auto 0;
	}

#page_contents_katagi {
	clear:both;
	position:relative;
	background:#fff;
	width:960px;
	min-height:690px;
	margin:0 auto 0;
	}

#page_contents_kaito {
	clear:both;
	position:relative;
	background:#fff;
	width:960px;
	min-height:690px;
	margin:0 auto 0;
	}

#page_contents_murakami {
	clear:both;
	position:relative;
	background:#fff;
	width:960px;
	min-height:1000px;
	margin:0 auto 0;
	}


#side {
	clear:both;
	float: left;
	width:179px;
	}

#page_line{
	float: left;
	width:8px;
	padding-top:12px;
	}

#main {
	float: left;
	width:692px;
	padding-left:20px;
	}

#title {
	padding-top:27px;
	}

.text_title {
	clear:both;
	width:692px;
	font-weight:bold;
	letter-spacing: 0.06em;
	color: #011f46;
	padding-bottom:6px;
	background-image: url(../../image/line02.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

.text_area {
	width:682px;
	font-size: 12px;
	line-height:2.0;
	margin-left:3px;
	}

	
/* ------------------------------------------------------------------
 		Firm Profile styles add 2026
-------------------------------------------------------------------*/	

table.office {
	border-collapse: collapse;
	}

table.office th {
	padding: 0 10px 10px 0;
	white-space: nowrap;
	font-size:12px;
	font-weight:bold;
	line-height:1.5;
	text-align:left;
	vertical-align: top;
	border: solid 0;
	color:#333;
	}

table.office td {
	padding: 0 10px 8px 0;
	font-size:12px;
	text-align:left;
	line-height:1.8;
	vertical-align:middle;
	border: solid 0;
	}

.address {
	font-size: 12px;
	line-height: 2.0;
	}

strong.office {
	font-size: 12px;
	color:#333;
	}

/* ------------------------------------------------------------------
 		Attorneys styles
-------------------------------------------------------------------*/
.lef_name_area {
	float: left;
	width:230px;
	}

.middle_name_area {
	float: left;
	width:230px;
	}

.right_name_area {
	float: left;
	width:232px;
	}

.Button {
	overflow: hidden;
	width: 230px;
	height: 30px;
	margin: 0;
	padding: 0;
	}

.Button a {
	display: block;
	position: relative;
	z-index: 100;
	padding-left:28px;
	background: #fff;
	color: #011f46;
	font-size: 12px;
	line-height: 30px;
	text-decoration:none;
	}

.Button a:hover {
	background: #fff; 
	color: #ff7215;
	}

.IconList1 a:before {
	display: block;
	content: "";
	position: absolute;
	top: 15px;
	left: 18px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border: 4px solid transparent; 
	border-left: 4px solid #011f46;
	}

.IconList1 a:hover:before {
	left: 18px;
	margin-top: -4px;
	border: 4px solid transparent; 
	border-left: 4px solid #ff7215;
	}

/* ------------------------------------------------------------------
 	Attorneys Partner Associate styles
-------------------------------------------------------------------*/
#partner_name {
	padding-top:30px;
	width: 692px;
	height: 51px;
	}

.text_title_p {
	clear:both;
	width:692px;
	font-weight:bold;
	color: #011f46;
	padding-bottom:6px;
	background-image: url(../../image/line03.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

table {
	border-collapse: collapse;
	margin-left:3px;
	}

th {
	padding: 0 15px 10px 0;
	white-space: nowrap;
	font-size:12px;
	font-weight:bold;
	line-height:1.5;
	text-align:left;
	vertical-align: top;
	border: solid 0;
	}

td {
	padding: 0 10px 8px 0;
	font-size:12px;
	text-align:left;
	line-height:1.6;
	vertical-align:middle;
	border: solid 0;
	}

	.year{
	color:#555;
	}

/* ------------------------------------------------------------------
 		Attorneys Partner Associate navi
-------------------------------------------------------------------*/
#attorneys_navi_area{
	width:179px;
	padding-top:20px;
	letter-spacing: 0.04em;
	}

#attorneys_navi{
	float: right;
	}

.Radius5 {  
	border-radius: 0;        
	-webkit-border-radius: 0;    
	-moz-border-radius: 0;
	}

.Button2 {
	overflow: hidden;
	width: 165px;
	height: 30px;
	color: #011f46;
	margin: 0;
	padding: 0;
	}

.Button2 a {
	display: block;
	position: relative;
	z-index: 100;
	padding-left:26px;
	background: #fff;
	color: #011f46;
	font-size: 12px;
	line-height: 30px;
	text-decoration:none;
	}

.Button2 a:hover {
	background: #d6dbe1; 
	color: #ff7215;
	}

.IconList2 a:before {
	display: block;
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border: 4px solid transparent; 
	border-left: 4px solid #011f46;
	}

.IconList2 a:hover:before {
	left:15px;
	margin-top: -4px;
	border: 4px solid transparent; 
	border-left: 4px solid #ff7215;
	}

.Button3 {
	display: block;
	position: relative;
	height: 30px;
	z-index: 100;
	padding-left:26px;
	color: #011f46;
	font-size: 12px;
	line-height: 30px;
	text-decoration:none;
	background: #d6dbe1; 
	}

*:first-child+html .Button3 {
	width: 72px;
	background: #d6dbe1; 
	}

.Button3 a:hover {
	background: #d6dbe1; 
	color: #011f46;
}

.IconList3 a:before {
	display: block;
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border: 4px solid transparent; 
	border-left: 4px solid #011f46;
	}

.IconList3 a:hover:before {
	left: 15px;
	margin-top: -4px;
	border: 4px solid transparent; 
	border-left: 4px solid #011f46;
	}

/* ----------------	 2026.3 add styles  ---------------------*/	
.text_area_publish {
	width:682px;
	font-size: 12px;
	line-height:1.6;
	margin-left:3px;
	}
	

/* ------------------------------------------------------------------
 		Careers styles 
-------------------------------------------------------------------*/
#note {
	width: 692px;
	padding-top:180px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height:1.8;
	}

*:first-child+html #note  {
	padding-top:180px;
    }

.careers_info {
	width: 300px;
	margin:10px auto;
	padding:15px 0;
	border:1px solid #e4e8f1;
	background:#fdfeff;
	}

/* ------------------------------------------------------------------
	2016 1025 add
-------------------------------------------------------------------*/
.text_title_careers {
	clear:both;
	width:692px;
	font-size: 14px;
	font-weight:bold;
	}

.careers_subtxt {
	padding-left:20px;
	line-height:1.8;
	}

.careers_list {
	list-style-type: disc;
	padding:8px 0 0 20px;
	line-height:1.8;
	}

.careers_list2 {
	list-style-type: none;
	padding:5px 0 0 20px;
	line-height:1.8;
	}

/* ------------------------------------------------------------------
 		Location styles
-------------------------------------------------------------------*/
#map {
	width: 660px;
	height: 400px;
	padding-top:30px;
	padding-left:20px;
	}

#location {
	clear:both;
	width: 660px;
	padding:15px 0 15px 20px;
	}

/* ------------------------------------------------------------------
	2016 0913 add
-------------------------------------------------------------------*/
#location_txt {
	float: left;
	width: 330px;
	}

#location_subtxt {
	float: right;
	width: 320px;
	}

#location_subtxt ul {
	padding-left:12px;
	list-style-type: disc;
	line-height:1.8;
	}

#location_subtxt ul li {
	margin:0 0 8px 0;
	}

#location_info {
	clear:both;
	width: 650px;
	margin:0 0 0 5px;
	padding:10px 20px 10px 15px;
	border:1px solid #d2dbe3;
	background:#f5faff;
	}

/* ---------- 	clear   --------------*/
#location:after,
#location_info:after {
	content:".";
	display:block;
	height:1px;
	clear:both;
	visibility:hidden;
	}
#location,
#location_info {
	min-height:1px;
	}
* html #location,
* html #location_info {
	height:1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
	}