@charset "utf-8";
/* CSS Document セカンド共通css*/


/*章*/
#contents section {
	margin-bottom: 40px;
}
/*段落*/
#contents p:first-child {
	margin-top: 0;
}
#contents p {
	margin-top: 20px;
	margin-top: 1rem;
}
#contents .burasage {
	padding-left: 2em;
	text-indent: -2em
}
#contents .burasage2 {
	padding-left: 3.5em;
	text-indent: -3.5em
}
#contents .burasage3 {
	padding-left: 5em;
	text-indent: -5em
}
#contents .indent {
	margin-left: 2em;
}
#contents .indent2 {
	margin-left: 3.5em;
}
#contents .indent3 {
	margin-left: 6em;
}
/*本文マージン*/

#contents .margin0 {
	margin-bottom: 0px!important;
}
#contents .margin10 {
	margin-bottom: 10px!important;
}
#contents .margin20 {
	margin-bottom: 20px!important;
}
#contents .margin30 {
	margin-bottom: 30px!important;
}
#contents .margin40 {
	margin-bottom: 40px!important;
}
#contents .margin50 {
	margin-bottom: 50px!important;
}
#contents .margin60 {
	margin-bottom: 60px!important;
}
#contents .margin70 {
	margin-bottom: 70px!important;
}
#contents .margin80 {
	margin-bottom: 80px!important;
}
#contents .margin90 {
	margin-bottom: 90px!important;
}

/******↓見出し定義↓******/
#contents h2 {
	padding: 8px 23px 8px;
	/*width: 1020px;*/
	width: 100%;
	height: auto;
	background-color: #efecff;
	box-sizing: border-box;
	border: 1px solid #c5bbdf;
	background-image: url(../images/sec_ttl_mark.png);
	background-size: 8px 16px;
	background-position: 9px 10px;
	background-repeat: no-repeat;
	line-height: 1.2em;
	font-weight: bold;
	font-size: 140%;
	font-size: 1.4rem;
	color: #000;
	letter-spacing: 0.2em;
}
#contents h3 {
	margin-top: 20px;
	padding: 5px 10px;
	border-left: solid 4px #3700c2;
	border-bottom: solid 1px #bebebe;
	background-color: #ffffff;
	background-image: -moz-linear-gradient(left, #efecff, #ffffff);
	background-image: -ms-linear-gradient(left, #efecff, #ffffff);
	background-image: -o-linear-gradient(left, #efecff, #ffffff);
	background-image: -webkit-linear-gradient(left, #efecff, #ffffff);
	background-image: linear-gradient(left, #efecff, #ffffff);
	text-align: left;
	line-height: 1.4rem;
	font-weight: bold;
	font-size:120%;
	font-size:1.20rem;
	letter-spacing: 0.2em;
	color:#000;
}
#contents h4 {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	color:#3700c2;
	font-weight: bold;
}
#contents h4:before {
	margin-right: 2px;
	content: "●";
	color:#3700c2;
}
#contents h4:after {
	content: none;
}
#contents h5 {
	font-weight: bold;
}
#contents h6 {
	margin-top: 15px;
	font-weight: bold;
	font-size: 108%;
	font-size: 1.08rem;
	color:#000;
}

/*ページタイトル*/
#contents h2#corner_tit {
	padding: 16px 0 0 13px;
	height: 34px;
	border: none;
	box-sizing: content-box;
	background-color: transparent;
	background-image: url(../images/top/news_titlebg.png);
	background-position: left 10px;
	background-repeat: no-repeat;
	background-size: 5px 29px;
	color:#222222;
	font-weight: normal;
	font-size:120%;
	font-size:1.2rem;
	letter-spacing: 0.3em;
}
#contents h2#corner_tit img {
	vertical-align: top;
	line-height: 0;
}

/* 2nd標準枠用h2 */
/*
#contents section.frame_std h2 {
	padding: 8px 23px 8px;
	width: 100%;
	height: auto;
	background-color: #efecff;
	box-sizing: border-box;
	border: 1px solid #c5bbdf;
	background-image: url(../images/sec_ttl_mark.png);
	background-size: 8px 16px;
	background-position: 9px 10px;
	background-repeat: no-repeat;
	line-height: 1.2em;
	font-weight: bold;
	font-size: 140%;
	font-size: 1.4rem;
	color: #000;
	letter-spacing: 0.2em;
}
#contents section.frame_std h3 {
	margin-top: 20px;
	padding: 5px 10px;
	border-left: solid 4px #3700c2;
	border-bottom: solid 1px #bebebe;
	background-color: #ffffff;
	background-image: -moz-linear-gradient(left, #efecff, #ffffff);
	background-image: -ms-linear-gradient(left, #efecff, #ffffff);
	background-image: -o-linear-gradient(left, #efecff, #ffffff);
	background-image: -webkit-linear-gradient(left, #efecff, #ffffff);
	background-image: linear-gradient(left, #efecff, #ffffff);
	text-align: left;
	line-height: 1.4rem;
	font-weight: bold;
	font-size:120%;
	font-size:1.20rem;
	letter-spacing: 0.2em;
	color:#000;
}
#contents section.frame_std h4 {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	color:#3700c2;
	font-weight: bold;
}
#contents section.frame_std h4:before {
	margin-right: 2px;
	content: "●";
	color:#3700c2;
}
#contents section.frame_std h4:after {
	content: none;
}
#contents section.frame_std h5 {
	font-weight: bold;
}
#contents section.frame_std h6 {
	margin-top: 15px;
	font-weight: bold;
	font-size: 108%;
	font-size: 1.08rem;
	color:#000;
}
*/

/* ブログ記事専用見出し定義 */
#contents section.article h4 {
	margin: 20px 0;
	padding: 3px 25px;
	background-color: #efecff;
	border-radius: 22px;
	font-weight: bold;
	font-size: 110%;
	font-size: 1.10rem;
	line-height: 1.4rem;
}
#contents section.article h4:before {
	content: none;
}
#contents section.article h5 {
	margin-top: 20px;
	font-weight: bold;
	font-size: 108%;
	font-size: 1.08rem;
	color:#3700c2;
}
#contents section.article h5:before {
	margin-right: 2px;
	content: "●";
}
/******↑見出し定義↑******/


/*テーブル
------------------------------------ */
#contents table {
	margin: 0 auto;
	width: 100%;
	border: #ccc 1px solid;
	border-spacing: 0;
	border-collapse : collapse;
	text-align: left;
}
#contents table th {
	padding: 8px;
	width: 30%;
	background-color: #eeeeee;
	border-right: #dedede 1px solid;
	border-bottom: #dedede 1px solid;
}
#contents table td {
	padding: 8px;
	background-color: #fff;
	border-right: #dedede 1px solid;
	border-bottom: #dedede 1px solid;
}
#contents table th.center {
	text-align: center;
}
#contents table td.center {
	text-align: center;
}
#contents table caption {
	font-weight: bold;
}





/*パンくず*/
#contents #topicpath {
	margin: 8px 0 8px 0;
	padding-left: 0;
}
#contents #topicpath a {
	text-decoration: none;
}
#contents #topicpath a:hover {
	text-decoration: underline;
}

/*その他共通パーツ*/
#contents .paper {
	background-image: url(../images/paper_bg.png);
	background-position: left top;
	background-repeat: repeat;
	background-size: 5px 6px;
}
#contents .note {
	margin-bottom: 30px;
	padding: 15px 20px;
	background-color: #efecff;
	border: 1px solid #c5bbdf;
	line-height: 1.8em;
	font-weight: normal;
	font-size: 108%;
	font-size: 1.08rem;
	color: #3700c2;
}
#contents .attention {
	margin-top: 10px;
	padding-left: 3em;
	text-indent: -3em;
}

/*2ndメインビジュアル*/
#contents .mainvisual img {
	margin-bottom: 25px;
	box-sizing: border-box;
	border: 1px solid #dedede;
	width: 1020px;
	height: 240px;
}

/******↓2nd標準枠↓******/
#contents section.frame_std {
	margin-bottom: 30px;
	padding: 0;
	width: 1020px;
}
#contents section.frame_std .title2 {
	/* h2の右に一覧ボタンがある場合 */
	padding: 0;
	width: 1020px;
	height: auto;
	background-color: #efecff;
	box-sizing: border-box;
	border: 1px solid #c5bbdf;
	line-height: 1.2em;
	font-weight: bold;
	font-size: 140%;
	font-size: 1.4rem;
}
#contents section.frame_std .title2 h2 {
	float: left;
	padding-left: 20px;
	width: 400px;
	background-color: transparent;
	border: none;
}
#contents section.frame_std .title2 h2.topicTitle {
	width: 100%;
}
#contents section.frame_std .title2 .detail {
	float: right;
	margin: 6px 10px 0;
	line-height: 1.2em;
	text-align: right;
	vertical-align: middle;
	font-size: 92%;
	font-size: 0.92rem;
}
#contents section.frame_std .title2 .detail a:after{
	content: url(../images/arrow.png);
	margin-left: 7px;
	position: relative;
	top: 3px;
	vertical-align: middle;
}
#contents section.frame_std .title2 .detail a {
	text-decoration: none;
	color: #3700c2;
}
#contents section.frame_std .title2 .detail a:hover {
	text-decoration: underline;
}

#contents section.frame_std .borderbox {
	/* PCのみpadding有効 */
	box-sizing: border-box;
	border: 1px solid #dedede;
	width: 100%;
	height: 100%;
}
#contents section.frame_std .borderbox .inside,
#contents section.frame_std .borderbox .inside2 {
	/* スマホでは.inside、.inside2の定義が別れる */
	padding: 20px 25px;
}
#contents section.frame_std .borderbox .inside_narrow {
	margin: 0 auto;
	padding: 20px 0;
	width: 750px;
}
#contents section.frame_std .borderbox .inside_narrow2 {
	margin: 0 auto;
	padding: 20px 0;
	width: 700px;
}
#contents section.frame_std .lead {
	margin-bottom: 15px;
	line-height: 1.4em;
	font-weight: normal;
	font-size: 108%;
	font-size: 1.08rem;
	color: #3700c2;
}



#contents section.frame_std .drawer:first-child {
	margin-top: 0;
}
#contents section.frame_std .drawer {
	margin-top: 10px;
}


/* 左写真、右テキスト */
#contents section.frame_std .twocolumn .photo {
	float: left;
	width: 316px;
}
#contents section.frame_std .twocolumn .photo img {
	width: 100%;
	height: auto;
}
#contents section.frame_std .twocolumn .text {
	float: right;
	width: 625px;
}

	/* スマホで開閉する領域 */
#contents section.frame_std .accordion {
	display: block;
}

/******↑2nd標準枠↑******/



















/******↓ブログページ共通↓***********************/

/* 記事共通 */
#contents section.article .writer {
	border-bottom: solid #efecff 5px;
	text-align: left;
	font-weight: bold;
	font-size:140%;
	font-size:1.40rem;
}
#contents section.article .date_topics {
	text-align: left;
}
#contents section.article .date_topics:before {
	content: url(../images/top/news_cat_topics.png);
	margin-right: 10px;
	position: relative;
	top: 5px;
}
#contents section.article .date_cases {
	text-align: left;
}
#contents section.article .date_cases:before {
	content: url(../images/top/news_cat_cases.png);
	margin-right: 10px;
	position: relative;
	top: 5px;
}
#contents section.article .date_column {
	text-align: left;
}
#contents  section.article .date_column:before {
	content: url(../images/top/news_cat_column.png);
	margin-right: 10px;
	position: relative;
	top: 5px;
}
#contents section.article dl {
	margin-top: 10px;
	margin-left: 1em;
	line-height: 1.4em;
}
#contents section.article dl dt {
	margin-top: 8px;
	text-indent: -1em;
}
#contents section.article dl dt:before {
	margin-right: 2px;
	content: "●";
}
#contents section.article dl dd {
	margin-top: 5px;
}
#contents section.article ul {
	margin-top: 10px;
	margin-left: 2em;
	padding:0;
}
#contents section.article ol {
	margin-top: 10px;
	margin-left: 2em;
	padding:0;
}
#contents section.article ul li span.kugiri,
#contents section.article ol li span.kugiri {
	margin: 10px 0 10px -2em;
	line-height: 3em;
}

#contents section.article .writing {
	text-align: right;
}
#contents  section.article .note {
	margin: 20px 0;
	padding: 0 2% 20px;
	width: 96%;
	border: solid 1px #a49dff;
	background-color: #f9f9ff;
	color:#000;
}
#contents section.article table {
	margin-top: 10px;
}

/*ページャー*/
#contents .pagenate {
	width: 500px;
	margin: 0 auto 20px auto;
	padding: 0;
	font-size: 87%;
	font-size: 0.87em;
	line-height: 18px;
	text-align: center;
}
#contents .pagenate ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#contents .pagenate li {
	display: inline-block;
	padding: 0;
	margin: 0 8px 0 0;
	background: none;
}
#contents .pagenate a.link_before {
	display: block;
	height: 18px;
	padding: 0 4px;
	background-color: #3700c1;
	border: solid 1px #3700c1;
	color: #fff;
}
#contents .pagenate a.link_next {
	display: block;
	height: 18px;
	padding: 0 4px;
	background-color: #3700c1;
	border: solid 1px #3700c1;
	color: #fff;
}
#contents .pagenate li span {/*現在のページ*/
	display: block;
	height: 18px;
	padding: 0 4px;
}
#contents .pagenate li a {
	display: block;
	padding: 0 4px;
}
/******↑ブログページ共通↑***********************/


/******↓2nd個別ページ定義↓******/

/*** 企業の皆様へ，個人の皆様へ ***/
#contents section.frame_std section.sec {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #c5bbdf;
}
#contents section.frame_std section.sec:last-child {
	margin-bottom: 0;
}
#contents section.frame_std section.sec .title {
	float: left;
	margin-right: 20px;
	margin-bottom: 6px;
	width: 316px;
	text-align: center;
}
#contents section.frame_std section.sec .title h3 {
	margin-top: 0;
	margin-bottom: 1px;
	padding: 7px 5px;
	width: 306px;
	border: none;
	background-image: none;
	background-color: #3700c2;
	line-height: 1.2em;
	font-weight: normal;
	font-size: 120%;
	font-size: 1.20rem;
	color: #fff;
	letter-spacing: 0.1em;
}
#contents section.frame_std section.sec .title .image {
}
#contents section.frame_std section.sec .title .image img {
	width: 100%;
	height: auto;
}

#contents section.frame_std section.thd {
	margin-bottom: 20px;
	overflow: visible;
}
#contents section.frame_std section.thd:last-child {
	margin-bottom: 0;
}
#contents section.frame_std section.thd h3 {
	margin-top: 0;
	margin-left: -1em;
	border: none;
	background-color: transparent;
	background-image: none;
	line-height: 1.2em;
	font-weight: normal;
	font-size: 108%;
	font-size: 1.08rem;
	color: #3700c2;
	letter-spacing: 0.1em;
}
#contents section.frame_std section.thd h3:before {
	content: "●";
	color:#3700c2;
}


/*** 所属弁護士 ***/
#contents #lawyers section.frame_std h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 1em;
	border: none;
	background-color: transparent;
	background-image: none;
	text-indent: -1em;
	text-align: left;
	line-height: 1.4rem;
	font-weight: bold;
	font-size:108%;
	font-size:1.08rem;
	letter-spacing: 0;
	color:#3700c2;
}
#contents #lawyers section.frame_std h3:before {
	margin-right: 2px;
	content: "●";
	color:#3700c2;
}
#contents #lawyers section.frame_std ul.photos {
	list-style-type: none;
	width: 1000px;
}
#contents #lawyers section.frame_std ul.photos li {
	float: left;
	text-align: center;
}
#contents #lawyers section.frame_std ul.photos li.wide {
	margin-top: 10px;
	margin-right: 11px;
	width: 316px;
}
#contents #lawyers section.frame_std ul.photos li.wide img {
	width: 100%;
	height: auto;
}
#contents #lawyers section.frame_std ul.photos li.narrow {
	margin-top: 10px;
	margin-right: 10px;
	width: 235px;
	overflow: hidden
	
}
#contents #lawyers section.frame_std ul.photos li.narrow img {
	margin-left: -40px;
	width: 316px;
	height: auto;
	
}
#contents #lawyers section.frame_std ul.photos li a {
	text-decoration: none;
}
#contents #lawyers section.frame_std ul.photos li a:hover {
	text-decoration: underline;
}

/* 所属弁護士 詳細ページ */
#contents #lawyers .inside {
	padding: 20px 20px;
}
#contents #lawyers section.frame_std h3:first-child {
	margin-top: 0;
}
#contents #lawyers section.frame_std h3.detail {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0;
	border: none;
	background-color: transparent;
	background-image: none;
	text-align: left;
	line-height: 1.4rem;
	font-weight: bold;
	font-size:108%;
	font-size:1.08rem;
	letter-spacing: 0;
	color:#3700c2;
}
#contents #lawyers section.frame_std h3.detail:before {
	margin-right: 2px;
	content: "●";
	color:#3700c2;
}

#contents .lawyers_l {
	float: left;
}
#contents .lawyers_r {
	float: right;
}
#contents .lawyers_r .catmenu {
	float: right;
	margin-top: 7px;
	text-align: right;
	letter-spacing: 0.1em;
}
#contents .lawyers_r .catmenu ul {
	display: inline;
	font-size: 92%;
	font-size: 0.92rem;
}
#contents .lawyers_r .catmenu ul:after {
	content: "｜";
}
#contents .lawyers_r .catmenu ul li {
	display: inline;
}
#contents .lawyers_r .catmenu ul li:before {
	margin-left: 0;
	content: "｜";
}
#contents .lawyers_r .catmenu ul li a {
	text-decoration: none;
}
#contents .lawyers_r .catmenu ul li a:hover {
	text-decoration: underline;
}

#contents #lawyers .detail_l {
	float: left;
	width: 470px;
}
#contents #lawyers .detail_l h2 {
	margin-bottom: 15px;
	padding: 2px 0 0 24px;
	background-color: transparent;
	border: none;
	background-image: url(../images/lawyers/name_bg.png);
	background-size: 10px 29px;
	background-position: top left;
	background-repeat: no-repeat;
}
#contents #lawyers .detail_l .history {
	margin: 0 auto 30px 0;
	width: 500px;
	line-height: 2.0em;
}

#contents #lawyers .detail_l .mybook {
	margin-bottom: 30px;
	width: 150px;
	height: 30px;
	box-sizing: border-box;
	border: 1px solid #4100e6;
	background-image: -moz-linear-gradient(top, #3800c5, #2d009e);
	background-image: -ms-linear-gradient(top, #3800c5, #2d009e);
	background-image: -o-linear-gradient(top, #3800c5, #2d009e);
	background-image: -webkit-linear-gradient(top, #3800c5, #2d009e);
	background-image: linear-gradient(top, #3800c5, #2d009e);
	color: #fff;
	text-align: center;
}
#contents #lawyers .detail_l .mybook a {
	display: block;
}
#contents #lawyers .detail_l .mybook a img {
	padding-top: 5px;
}

#contents #lawyers .detail_l .email_ttl {
	float: left;
}
#contents #lawyers .detail_l .email {
	float: left;
	max-width: 350px;
	word-break: break-all;
}
#contents #lawyers .detail_r {
	float: right;
	width: 500px;
	text-align: right;
}
#contents #lawyers .detail_r img {
	margin-left: 10px;
	width: 240px;
	height: auto;
}

#contents #lawyers section.frame_std .lead_book {
	margin-bottom: 0;
	line-height: 1.4em;
	font-weight: normal;
	font-size: 108%;
	font-size: 1.08rem;
	color: #3700c2;
}

/* 所属弁護士 私の著作 */
#contents .lawyersbooks p {
	margin-top: 0;
	margin-bottom: 20px;
	margin-bottom: 1rem;
}


/*** 企業の皆様へ，個人の皆様へ ***/
#contents #enterprise section.frame_std .underline,
#contents #personal section.frame_std .underline {
	padding-bottom: 10px;
	border-bottom: 2px solid #c5bbdf;
}
#contents #personal section.frame_std .strong {
	font-weight: bold;
	color: #3700c2;
}

/*** ご利用方法 ***/
#contents #guiding .flow {
}
#contents #guiding .flow .tr {
	display: table;
	margin-bottom: 1px;
	width: 100%;
	border-right: solid 2px #dedede;
	border-bottom: solid 2px #dedede;
}
#contents #guiding .flow .th {
	display: table-cell;
	padding: 10px 20px 5px;
	width: 32%;
	background-color: #eeeeee;
	border-left: solid 2px #dedede;
	border-top: solid 2px #dedede;
	vertical-align: middle;
}
#contents #guiding .flow .td {
	display: table-cell;
	padding: 10px 20px;
	width: 65%;
	border-left: solid 2px #dedede;
	border-top: solid 2px #dedede;
	vertical-align: middle;
}
#contents #guiding .flow a:before {
	content: url(../images/guiding/link_arrow.png);
	margin-left: 2px;
	margin-right: 2px;
	position: relative;
	top: 0px;
	vertical-align: middle;
}
#contents #guiding .flow a {
	padding-left: 1em;
	text-decoration: none;
}
#contents #guiding .flow a:hover {
	text-decoration: underline;
}
#contents #guiding section.frame_std h4 {
	display: block;
}
#contents #guiding section.frame_std h4:before {
	content: "●";
}
#contents #guiding section.frame_std h4:after {
	content: none;
}
#contents #guiding section.frame_std .strong {
	font-weight: bold;
	color: #3700c2;
}

/*** 弁護士費用 ***/
#contents #fee section.frame_std h4:before {
	content: none;
}

#contents #fee section.frame_std .lv1:first-child {
	margin-top: 0;
}
#contents #fee section.frame_std .lv1 {
	margin-top: 20px;
}
#contents #fee section.frame_std .lv1 .lv2 {
	margin: 10px 0 20px;
	padding-left: 1.5rem;
}
#contents #fee section.frame_std .lv1 .lv2 .lv3 {
	margin: 10px 0;
	padding-left: 1.5rem;
}
#contents #fee section.frame_std .lv1 .lv2 .lv3 .lv4 {
	margin: 10px 0 20px;
	padding-left: 1.5rem;
}
#contents #fee section.frame_std .lv1 .lv2 .lv3 .lv4 .lv5 {
	margin: 10px 0 20px;
	padding-left: 1.5rem;
}
#contents #fee section.frame_std .lv1 h4 {
	font-weight: bold;
	font-size: 108%;
	font-size: 1.08rem;
}
#contents #fee section.frame_std .lv1 h5 {
	font-weight: bold;
	font-size: 108%;
	font-size: 1.08rem;
}

#contents #fee section.frame_std .lv1 table {
	width: 100%;
}
#contents #fee section.frame_std .lv1 dl {
	width: 400px;
}
#contents #fee section.frame_std .lv1 dl dt {
	float: left;
	clear: both;
}
#contents #fee section.frame_std .lv1 dl dd {
	float: right;
}
#contents #fee section.frame_std .lv1 .feenote {
	padding-left: 1em;
	text-indent: -1em;
}
#contents #fee #calc {
}
#contents #fee #calc ol {
	margin-top: 20px;
	padding-left: 2em;
}
#contents #fee #calc ol li {
	margin-bottom: 5px;
}
#contents #office table th,
#contents #lawyers table th,
#contents #fee table th {
	width: 25%;
}


/*** アクセスと入館手順 ***/
#contents #access section.frame_std .map iframe {
	width: 100%;
	height: 500px;
	border: none;
}
#contents #access section.frame_std .guide {
	padding: 0 0 10px;
}
/* 新国際ビル１階フロアマップ */
#contents #access section.frame_std .floormap_1f {
	position: relative;
	max-width: 100%;
	height: auto;
	line-height: 0;
}
#contents #access section.frame_std .floormap_1f img {
	max-width: 100%;
	height: auto;
}
#contents #access section.frame_std .floormap_1f a:hover img {
	opacity:1;
	border: solid 4px #02aedc;
}
#contents #access section.frame_std .floormap_1f .tn1 {
	position: absolute;
	width: 9.58%;
	left: 89.8%;
	top: 53.00%;
	line-height: 0;
}
#contents #access section.frame_std .floormap_1f .tn2 {
	position: absolute;
	width: 9.58%;
	left: 57.5%;
	top: 47.00%;
	line-height: 0;
}
#contents #access section.frame_std .floormap_1f .tn3 {
	position: absolute;
	width: 9.58%;
	left: 89.8%;
	top: 41.00%;
	line-height: 0;
}
#contents #access section.frame_std .floormap_1f .tn4 {
	position: absolute;
	width: 9.58%;
	left: 64.50%;
	top: 0;
	line-height: 0;
}
#contents #access section.frame_std .floormap_1f .tn5 {
	position: absolute;
	width: 9.58%;
	left: 64.50%;
	top: 20.00%;
	line-height: 0;
}
#contents #access section.frame_std .floormap_1f .tn6 {
	position: absolute;
	width: 9.58%;
	right: 0;
	top: 5%;
	line-height: 0;
}
#contents #access section.frame_std .floormap_1f .tn7 {
	position: absolute;
	width: 9.58%;
	left: 43.00%;
	top: 93.00%;
	line-height: 0;
}
#contents #access section.frame_std .floormap_1f .tn8 {
	position: absolute;
	width: 9.58%;
	left: 35.00%;
	top: 57.00%;
	line-height: 0;
}
#contents #access section.frame_std .floormap_1f .tn9 {
	position: absolute;
	width: 9.58%;
	left: 0;
	top: 84.00%;
	line-height: 0;
}
#contents #access section.frame_std .floormap_1f .tn10 {
	position: absolute;
	width: 9.58%;
	left: 21.00%;
	top: 76.50%;
	line-height: 0;
}

#contents #access section.frame_std .photo_1f {
	margin-top: 20px;
	line-height: 0;
}
#contents #access section.frame_std .photo_1f img {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border: solid 10px #02aedc;
	line-height: 0;
}
#contents #access section.frame_std .photo_1f .info {
	padding: 10px;
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	border-left: solid 10px #02aedc;
	border-bottom: solid 10px #02aedc;
	border-right: solid 10px #02aedc;
	font-size: 115%;
	font-size: 1.15rem;
	letter-spacing: 0;
	line-height: 1.8em;
}
#contents #access section.frame_std .photo_1f .photo {
	display: none;
}
#contents #access section.frame_std .photo_1f .info {
	display: none;
}
#contents #access section.frame_std .photo_1f .photo1f1 {
	display: block;
}
#contents #access section.frame_std .floormap_1f img.off {
	box-sizing: border-box;
	border: solid 4px #a18e5c;
}
#contents #access section.frame_std .floormap_1f img.on {
	box-sizing: border-box;
	border: solid 4px #02aedc;
}
/* 新国際ビル地下フロアマップ */
#contents #access section.frame_std .floormap_b {
	position: relative;
	max-width: 100%;
	height: auto;
	line-height: 0;
}
#contents #access section.frame_std .floormap_b img {
	max-width: 100%;
	height: auto;
}
#contents #access section.frame_std .floormap_b a:hover img {
	opacity:1;
	border: solid 4px #02aedc;
}
#contents #access section.frame_std .floormap_b .tn1 {
	position: absolute;
	width: 9.58%;
	right: 16%;
	top: 49.00%;
	line-height: 0;
}
#contents #access section.frame_std .floormap_b .tn2 {
	position: absolute;
	width: 9.58%;
	right: 4%;
	top: 54.00%;
	line-height: 0;
}
#contents #access section.frame_std .floormap_b .tn3 {
	position: absolute;
	width: 9.58%;
	right: 4%;
	top: 45.00%;
	line-height: 0;
}
#contents #access section.frame_std .floormap_b .tn4 {
	position: absolute;
	width: 9.58%;
	right: 4%;
	top: 36.00%;
	line-height: 0;
}
#contents #access section.frame_std .photo_b {
	margin-top: 20px;
	line-height: 0;
}
#contents #access section.frame_std .photo_b img {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border: solid 10px #02aedc;
	line-height: 0;
}
#contents #access section.frame_std .photo_b .info {
	padding: 10px;
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	border-left: solid 10px #02aedc;
	border-bottom: solid 10px #02aedc;
	border-right: solid 10px #02aedc;
	font-size: 115%;
	font-size: 1.15rem;
	letter-spacing: 0;
	line-height: 1.8em;
}
#contents #access section.frame_std .photo_b .photo {
	display:none;
}
#contents #access section.frame_std .photo_b .info {
	display:none;
}
#contents #access section.frame_std .photo_b .photob1 {
	display:block;
}
#contents #access section.frame_std .floormap_b img.off {
	box-sizing: border-box;
	border: solid 4px #a18e5c;
}
#contents #access section.frame_std .floormap_b img.on {
	box-sizing: border-box;
	border: solid 4px #02aedc;
}
/* 新国際ビル8階フロアマップ */
#contents #access section.frame_std .floormap_8f {
	position: relative;
	max-width: 100%;
	height: auto;
	line-height: 0;
}
#contents #access section.frame_std .floormap_8f img {
	width: 100%;
	height: auto;
}
#contents #access section.frame_std .floormap_8f a:hover img {
	opacity:1;
	border: solid 4px #02aedc;
}
#contents #access section.frame_std .floormap_8f .tn1 {
	position: absolute;
	width: 9.58%;
	right: 5.6%;
	top: 46.50%;
	line-height: 0;
}
#contents #access section.frame_std .floormap_8f .tn2 {
	position: absolute;
	width: 9.58%;
	left: 40.00%;
	top: 55.00%;
	line-height: 0;
}
#contents #access section.frame_std .floormap_8f .tn3 {
	position: absolute;
	width: 9.58%;
	left: 50.50%;
	top: 76.00%;
	line-height: 0;
}
#contents #access section.frame_std .floormap_8f .tn4 {
	position: absolute;
	width: 9.58%;
	left: 71.60%;
	top: 14.00%;
	line-height: 0;
}

#contents #access section.frame_std .photo_8f {
	margin-top: 20px;
	line-height: 0;
}
#contents #access section.frame_std .photo_8f img {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border: solid 10px #02aedc;
	line-height: 0;
}
#contents #access section.frame_std .photo_8f .info {
	padding: 10px;
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	border-left: solid 10px #02aedc;
	border-bottom: solid 10px #02aedc;
	border-right: solid 10px #02aedc;
	font-size: 115%;
	font-size: 1.15rem;
	letter-spacing: 0;
	line-height: 1.8em;
}
#contents #access section.frame_std .photo_8f .photo {
	display:none;
}
#contents #access section.frame_std .photo_8f .info {
	display:none;
}
#contents #access section.frame_std .photo_8f .photo8f1 {
	display:block;
}

#contents #access section.frame_std .floormap_8f img.off {
	box-sizing: border-box;
	border: solid 4px #a18e5c;
}
#contents #access section.frame_std .floormap_8f img.on {
	box-sizing: border-box;
	border: solid 4px #02aedc;
}

/*** コラム・論文・エッセイ ***/
#contents .columns_list {
	width: 100%;
}
#contents #lawyers .columns_list {
	max-height: 361px;
	overflow-y:auto;
}
#contents #column .columns_list {
	height: auto;
}
#contents .columns_list ul {
}
#contents .columns_list ul li {
	padding: 7px 20px;
	border-bottom: 1px dotted #cccccc;
}
#contents .columns_list ul li .datename {
	float: left;
	width: 210px;
}
#contents .columns_list ul li .datename .date {
	float: left;
	padding-right: 5px;
}
#contents .columns_list ul li .datename .name {
	float: right;
	width: 112px;
	padding-right: 10px;
	background-color: #6b48c2;
	color: #fff;
	text-align: center;
}

#contents .columns_list ul li .title {
	float: left;
	margin-left: 10px;
	width: 740px;
	text-align: left;
}
#contents .columns_list ul li .title a {
	text-decoration: none;
	display: block;
}
#contents .columns_list ul li .title a:hover {
	text-decoration: underline;
}

#contents section.frame_std .title2 .catmenu {
	float: right;
	margin-top: 5px;
	text-align: right;
	letter-spacing: 0.1em;
}
#contents section.frame_std .title2 .catmenu ul {
	display: inline;
	font-size: 92%;
	font-size: 0.92rem;
}
#contents section.frame_std .title2 .catmenu ul:after {
	content: "｜";
}
#contents section.frame_std .title2 .catmenu ul li {
	display: inline;
}
#contents section.frame_std .title2 .catmenu ul li:before {
	margin-left: 0;
	content: "｜";
}
#contents section.frame_std .title2 .catmenu ul li a {
	text-decoration: none;
}
#contents section.frame_std .title2 .catmenu ul li a:hover {
	text-decoration: underline;
}

#contents #column section.frame_std .lawyers_list ul {
}
#contents #column section.frame_std .lawyers_list ul li {
	padding: 7px 20px;
	border-bottom: 1px dotted #cccccc;
}
#contents #column section.frame_std .lawyers_list ul li .date {
	float: left;
	min-width: 90px;
}
#contents #column section.frame_std .lawyers_list ul li .title {
	float: left;
	margin-left: 10px;
	width: 850px;
	text-align: left;
}
#contents #column section.frame_std .lawyers_list ul li .title a {
	text-decoration: none;
	display: block;
}
#contents #column section.frame_std .lawyers_list ul li .title a:hover {
	text-decoration: underline;
}

/* コラム詳細ページ用 */
#contents #column .detail_top {
	margin: 30px 0;
	width: 100%;
}
#contents #column .detail_top .r {
	float: right;
	padding-bottom: 20px;
	width: 340px;
}
#contents #column .detail_top .l {
	float: left;
	width: 240px;
}
#contents #column .detail_top .l img {
	width: 100%;
	height: auto;
}
#contents #column .detail_bottom {
	margin: 30px auto;
	width: 240px;
	text-align: center;
}
#contents #column .detail_bottom img {
	width: 100%;
	height: auto;
}


/*** お知らせ ***/
#contents #news section.frame_std .title2 .newscat {
	float: right;
	padding-top: 8px;
	margin-right: 10px;
	text-align: right;
	font-size: 100%;
	font-size: 1.0rem;
}
#contents #news section.frame_std .title2 .newscat .catttl {
	display: inline;
	margin-right: 10px;
	font-size: 100%;
	font-size: 1.0rem;
}
#contents #news section.frame_std .title2 .newscat ul {
	display: inline;
}
#contents #news section.frame_std .title2 .newscat ul:after {
	content: none;
}
#contents #news section.frame_std .title2 .newscat ul li {
	display: inline;
	margin-left: 10px;
}
#contents #news section.frame_std .title2 .newscat ul li:before {
	margin-left: 0;
	margin-right: 2px;
	content: "■";
	position: relative;
	top: 0px;
	font-size: 90%;
	font-size: 0.9rem;
	vertical-align: top;
}
#contents #news section.frame_std .title2 .newscat ul li.topics:before {
	color:#3700c2;
}
#contents #news section.frame_std .title2 .newscat ul li.cases:before {
	color:#1e006b;
}
#contents #news section.frame_std .title2 .newscat ul li.column:before {
	color:#6b48c2;
}
#contents #news section.frame_std .title2 .newscat ul li a {
	text-decoration: none;
}
#contents #news section.frame_std .title2 .newscat ul li a:hover {
	text-decoration: underline;
}

#contents #news section.frame_std .news_list {
	width: 100%;
	height: auto;
}
#contents #news section.frame_std .news_list ul {
}
#contents #news section.frame_std .news_list ul li {
	margin: 0;
	width: 980px;
	padding: 4px 20px 8px;
	border-bottom: 1px dotted #cccccc;
	list-style-type: none;
}
#contents #news section.frame_std .news_list ul li:last-child {
	border-bottom: none;
}
#contents #news section.frame_std .news_list ul li .date {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	/*width: 170px;*/
	white-space: nowrap;
	font-size: 100%;
	font-size: 1.00rem;
}
#contents #news section.frame_std .news_list ul li.topics .date,
#contents #news section.frame_std .news_list ul li.cases .date,
#contents #news section.frame_std .news_list ul li.column .date {
	margin-top: 0;
}
#contents #news section.frame_std .news_list ul li .date:after {
	margin-left: 10px;
	position: relative;
	top: 5px;
}
#contents #news section.frame_std .news_list ul li.topics .date:after {
	content: url(../images/top/news_cat_topics.png);
}
#contents #news section.frame_std .news_list ul li.cases .date:after {
	content: url(../images/top/news_cat_cases.png);
}
#contents #news section.frame_std .news_list ul li.column .date:after {
	content: url(../images/top/news_cat_column.png);
}
#contents #news section.frame_std .news_list ul li .title {
	float: left;
	margin-top: 3px;
	width: 790px;
	text-align: left;
}
#contents #news section.frame_std .news_list ul li .title a {
	text-decoration: none;
	display: block;
}
#contents #news section.frame_std .news_list ul li .title a:hover {
	text-decoration: underline;
}
#contents #news section.frame_std .photoarea {
	margin-top: 30px;
	width: 780px;
}
#contents #news section.frame_std .photoarea .newsphoto {
	float: left;
	margin: 0 10px 10px 0;
	width: 240px;
	height: auto;
	line-height: 1.4em;
	text-align: center;
}
#contents #news section.frame_std .photoarea .newsphoto img {
	width: 100%;
	height: auto;
}


/*** お問い合わせ ***/
#contents #inquiry form input[type=text],
#contents #inquiry form input[type=email] {
	width: 500px;
}
#contents #inquiry form input.zipcode {
	width: 5em;
}
#contents #inquiry form input[type=submit],
#contents #inquiry form input[type=reset] {
	margin: 20px 10px 0;
	padding: 5px 20px;
	border: none;
	background-color: #ffffff;
	border-radius: 5px;
	background-image: -moz-linear-gradient(top, #3700c2, #1e006b);
	background-image: -ms-linear-gradient(top, #3700c2, #1e006b);
	background-image: -o-linear-gradient(top, #3700c2, #1e006b);
	background-image: -webkit-linear-gradient(top, #3700c2, #1e006b);
	background-image: linear-gradient(top, #3700c2, #1e006b);
	background-clip: padding-box;
	color: #fff;
	cursor: pointer;
}
#contents #inquiry form td h3 {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	background-image: none;
	font-weight: bold;
}

#contents #inquiry form td .indent {
	padding: 0 0 0 20px;
}
#contents #inquiry form td.l {
	text-align: left;
}

#contents #inquiry form iframe.privacy {
	width: 500px;
	height: 200px;
}

#contents form textarea {
	width: 500px;
}

/* topic */
#contents .practice {
	padding-bottom: 80px;
}

#contents .practice * {
	box-sizing: border-box;
}

#contents .practice__title {
	margin-bottom: 20px;
}

#contents .practice__list {
	display: flex;
	flex-wrap:wrap;
	margin-top: 20px;
}

#contents .practice__list-items {
	list-style-type: none;
	flex: 0 0 25%;
	padding: 5px;
	position: relative;
}
#contents .practice__list-item {
	border: 1px solid #c5bbdf;
	color:#3700c2;
}

#contents .practice__list-items:hover .practice__subcat {
	display: block;
}

#contents .practice__list-item-title {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	color: #3700c2;
	font-weight: 700;
	font-size: 1.4rem;
	text-decoration: none;
	cursor: default;
}

#contents .practice__list-item:hover .practice__list-item-title {
	background-color: #3700c2;
	color: #FFF;
}

#contents .practice__subcat {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index:9999;
	width: 100%;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#contents .practice__sublist {
	position:relative;
	background-color: #3700c2;
	list-style-type: none;
}

#contents .practice__sublist:before {
	position: absolute;
	top:-5px;
	left: calc(50% - 10px);
	display: inline-block;
	content:'';
	width: 20px;
	height: 20px;
	background-color: #3700c2;
	transform: rotate(45deg);
	z-index: -1;
}

#contents .practice__sublist-item {
	border-bottom: 1px dashed #FFF;
}

#contents .practice__sublist-item a {
	display: flex;
	align-items: center;
	padding: 10px;
	color: #FFF;
	text-decoration: none;
}