/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
サイト.css

制作対象となるサイト固有の情報を記載しましょう。
共有定義は、上書きする事で調整します。
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*-----------------------------------------------------------------*/
/*共有定義上書き要素*/
/**/

/*-------------------------------a onmouse*/
a:hover {
	color:#486582;
}

/*-------------------------------navアイコン,onmouse*/
/*nav ul li a {
	width:284px !important;
}
nav ul li:first-child a {
	width:103px !important;
}*/

nav ul li.active a {
	border-color:#486582;
}

nav ul li a:hover {
	border-color:#486582;
}

/*li.nav01 a span {
  background:url(/img/common/basic/icon_root_off.png) center left no-repeat;
}
li.nav02 a span {
  background:url(/img/common/icon_service_off.png) center left no-repeat;
}
li.nav03  a span {
  background:url(/img/common/icon_customer_off.png) center left no-repeat;
}
li.nav04 a span {
  background:url(/img/common/icon_officeinfo_off.png) center left no-repeat;
}
li.nav05 a span {
  background:url(/img/common/icon_service_off.png) center left no-repeat;
}
li.nav01 a:hover span, li.active.nav01 a span {
  background:url(/img/common/icon_root_on.png) center left no-repeat;
}
li.nav02 a:hover span, li.active.nav02 a span {
  background:url(/img/common/icon_service_on.png) center left no-repeat;
}
li.nav03 a:hover span, li.active.nav03 a span {
  background:url(/img/common/icon_customer_on.png) center left no-repeat;
}
li.nav04 a:hover span, li.active.nav04 a span {
  background:url(/img/common/icon_officeinfo_on.png) center left no-repeat;
}
li.nav05 a:hover span, li.active.nav05 a span {
  background:url(/img/common/icon_service_on.png) center left no-repeat;
}*/

/*-------------------------------header内カテゴリ名*/
.site_category_name {
  color:#486582;
}

/*-------------------------------header内電話番号*/
/*
#header_tel {
  background:url("/img/kigyouhoumu/header_tel.png") top left no-repeat;
	color:#486582;
}
#header_tel span{
	margin-top:5px;
	line-height:1.1;
}
#header_form {
  background:url("/img/kigyouhoumu/header_form.png") top left no-repeat;
}
#header_form:hover{
	background:url("/img/criminal/header_form_on.png") top left no-repeat;
}
*/
/*-------------------------------パン屑ナビゲーション*/
#crumb li a:hover {
	color:#486582;
}

/*-------------------------------sidemenu*/

.sidemenu {
    display: block;
    width:100%;
}

.sidemenu .h3_block {
	border-color:#486582;
}
.sidemenu li a {
    background: url("/img/kigyouhoumu/sidemenu_service_mark_off.png") no-repeat scroll left center;
}
.sidemenu li a.active {
	background:#E4F0FA url("/img/kigyouhoumu/sidemenu_mark_active.png") left no-repeat;
}
.sidemenu li a:hover {
	background-color:#E4F0FA;
}

.sidemenu>ul>li>ul>li>a{
	background: url("/img/kigyouhoumu/second_arrow.png") no-repeat;
}
.sidemenu>ul>li>ul>li>a.active {
	background:#E4F0FA url("/img/kigyouhoumu/second_arrow_active.png") 15px 50% no-repeat!important;
}

/*-------------------------------hx*/
.h2_block h2 {
	border-color: #486582;
}
.point {
	background: url("/img/kigyouhoumu/icon_point.png") no-repeat 10px 50% #eee;
}

/*-------------------------------装飾用area*/
.strong{
	border-color:#486582;
	color: #486582;
}

.text_link{
	background:url("/img/kigyouhoumu/arrow_kigyouhoumu.png") no-repeat left center;
}

.list_default{
	list-style:url("/img/kigyouhoumu/arrow_kigyouhoumu.png") !important;
}

/*-------------------------------共通要素*/
.lawyer_message{
	background:url(/img/kigyouhoumu/bg_lawyer_message.png) top left no-repeat;
}

.situation_bar {
	background:#486582;
}

/*-------------------------------keyvisualイメージ*/
/*
.keyvisual {
  background:#fff url(/img/index/bg_key_visual.png) top left no-repeat;
}
.keyvisual> p{
	font-size:36px;
	font-size:3.6rem;
	font-weight:normal;
	letter-spacing:0;
	padding:40px 0 0 270px;
	line-height: 1.3;
}
*/
/*
.keyvisual> p.sub{
	font-size:18px;
	font-size:1.8rem;
	font-weight: normal;
	padding: 10px 0 0 270px;
	letter-spacing: 0.2em;
	margin-left:5px;
}
*/

/*-----------------------------------------------------------------*/
/*各サイト固有定義*/

.service_box {
	padding-top:10px;
}

.h3_block{
	border-color: #486582;
}

h3 a{
	color: #444444!important;
}

.service_box li span{
	background: #f29600;
	color: #fff;
	border-radius: 1em;
	padding:1px 6px;
	font-size: 9px;
	margin-left: 10px;
	line-height: 1;
}

/*
.service_box .h3_block {
	font-size:20px;
	font-size:2.0rem;
	background:#fff;
	margin:0 0 15px;
}
.service_box .h3_block h3 {
	padding-left:10px;
}

.service_box ul {
	min-height:140px;
	margin-bottom:0;
	margin-left:10px !important;
	padding-bottom:10px;
	list-style-image:url("/img/kigyouhoumu/arrow.png") !important;
}

.service_box ul li {
	clear:both;
	font-size:12px;
	font-size:1.2rem;
	line-height:1.2;
	margin-bottom:16px;
}

.service_box ul li span{
	display:inline-block;
	width:30px;
	color:#fff;
	font-size:8px;
	font-size:0.8rem;
	line-height:1.1;
	background-color:#de403c;
	padding:0 1px;
	margin-left:5px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
}


.service_box p {
	float:right;
	margin-right:10px;
	padding-bottom:0;
}
*/

/*h3*/
.cms h3 { /*h3_blockと同じ役割にする*/
	clear:both;
  padding:25px 10px;
	vertical-align:middle;
	background:#eeeeee;
	font-size: 20px;
	font-size:2.0rem;
	line-height:1.1;
	margin:0 -10px 30px -10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px; 
	overflow: hidden;
/*
	clear:both;
  padding:14px 14px 8px 0;
	margin:60px 0 30px;
	font-size:200%;
	line-height:130%;
	border-bottom:2px solid #486582;
	vertical-align:middle;
	background:#f0f0f0;
*/
}

.cms h4{
	clear:both;
	margin:0 0 20px 0;
	border-bottom:1px dashed #666;
	border-top:1px dashed #666;
	padding: 15px 0;
	font-size: 16px;
	font-size:1.6rem;
	font-weight: bold;
	line-height:1.1;
/*
	clear:both;
  padding:8px 15px 4px 30px;
	margin-bottom:30px;
	background:url(/img/common/basic/h4.png) center left no-repeat;
	font-size:166%;
*/
}
.cms h3:first-child {
	margin-top:0;
}

.cms h3 span { /*h3_block h3と同じ役割にする*/
	display:inline_block;
	overflow:hidden;
	vertical-align:middle;
	line-height:1.1;
	font-weight: bold;
/*
	display:inline-block;
	padding:4px 0 0 15px;
	border-left:10px solid #486582;
	line-height:120%;
	overflow:hidden;
*/
}
.cms h4 span {

	font-size: 18px;
	font-size:1.8rem;
	font-weight: bold;
	line-height:1.1;
/*
	display:inline;
	line-height:120%;
	overflow:hidden;
*/
}

.cms h5 {
	clear:both;
	margin:0 0 20px 0;
	border-bottom:1px dashed #666;
	padding-bottom: 4px;
/*
  padding:8px 15px 8px 0;
	margin-bottom:20px;
	font-size:150%;
	border-bottom:1px solid #f5f5f5;
*/
}

/*
.gridx3_in>ol {
	padding-left:10px;
	margin-bottom:40px;
	font-size:116%;
}

.gridx3_in>ol>li {
	margin-bottom:10px;
}
*/
.cms p a[href] {
/*
	font-size:9px;
	font-size:0.9rem;
*/
}
.cms dl {
}
.cms dl dt, .cms dl dd {
/*
	font-size:12px;
	font-size:1.2rem;
*/
}
.cms>dl {
	width:100%;
	margin-bottom:20px;
}
.cms>dl>dt{
	float:left;
	width:40px;
}
.cms>dl>dd {
	margin-left:40px;
	margin-bottom:20px;
}
.cms>dl>dt{
	float:left;
	width:40px;
}
.cms>dl>dd>dl>dt,
.cms>ol>li>dl>dt {
	float:left;
	width:40px;
}
.cms>dl>dd>dl>dd,
.cms>ol>li>dl>dd {
	margin-left:40px;
	margin-bottom:20px;
}
.cms>dl>dd>ul {
	margin-bottom:20px;
	margin-left:20px;
	list-style-image:url(/img/common/basic/list_circle_orange.png);
}
.cms>dl.wide>dt{
	float:left;
	width:80px;
}
.cms>dl.wide>dd {
	margin-left:80px;
	margin-bottom:20px;
}
.cms>dl.wide120>dt{
	float:left;
	width:120px;
}
.cms>dl.wide120>dd {
	margin-left:120px;
	margin-bottom:20px;
}
.cms>dl.wide200>dt{
	float:left;
	width:200px;
}
.cms>dl.wide200>dd {
	margin-left:200px;
	margin-bottom:20px;
}
.cms>dl>dd>p {
/*
	font-size:12px;
	font-size:1.2rem;
*/
}
.cms>p {
	margin-bottom:20px;
}
.cms>p:last-child {
	margin-bottom:20px;
}
.cms ul {
	margin-bottom:20px;
	margin-left:20px;
}
.cms>ul {
/*
	font-size:16px;
	font-size:1.6rem;
	line-height:1.4;
*/
	margin-bottom:20px;
	margin-left:20px;
	list-style-image:url(/img/common/basic/list_circle_orange.png);
}
.cms>ul li {
	margin-bottom:10px;
}
.cms>ol {
/*
	font-size:16px;
	font-size:1.6rem;
*/
	margin-left:20px;
}
.cms>ol>li {
	margin-bottom:10px;
}
.cms>ol>li>ol {
	margin-left:20px;
}
.cms>ol>li>ol>li {
	margin-bottom:10px;
}
.cms>ol>li>ul {
/*
	font-size:12px;
	font-size:1.2rem;
	line-height:1.4;
*/
	margin-bottom:0;
	list-style-image:url(/img/common/basic/list_circle_orange.png);
}
.cms li>p {
/*
	font-size:16px;
	font-size:1.6rem;
*/
	margin-bottom:20px;
}
.cms p.btn_detail {
	float:right;
	margin-bottom:60px;
}
.cms p.btn_detail a[href] {
/*
	font-size:12px;
	font-size:1.2rem;
*/
	background:url(/img/common/arrow_textlink.png) center left no-repeat;
	padding-left:20px;
}
.cms p>strong { /*子ヨウ素にstrongがいるもの*/
	font-size:16px;
	font-size:1.6rem;
}
.cms li p>strong { /*子ヨウ素にstrongがいるもの*/
}
.cms blockquote {
	margin:0;
	margin-bottom:40px;
}
.cms blockquote>dl {
	margin-bottom:0;
}
.cms table {
	margin-bottom:40px;
}


/*-------------------------------特集*/
a.link_cell {
	display:block;
	text-decoration:none !important;
	color:#333333;
	padding:10px 0;
	margin-bottom:20px;
}
a.link_cell p {
	margin-bottom:10px;
}
a.link_cell ul {
}
a.link_cell .title {
	clear:both;
	font-weight:bold;
}
a.link_cell .category {
	padding:3px;
	background:#F97c00;
	color:#fff;
	margin-bottom:20px;
}
a:hover.link_cell {
	background:#fafafa;
}

/*-------------------------------特集*/
/*
.all_service ul {
	font-size:16px;
	font-size:1.6rem;
	line-height:1.6
	margin-bottom:40px;
}
a.link_cell {
	display:block;
	text-decoration:none !important;
	color:#333333;
	padding:10px 0;
	height:250px;
	border-bottom:1px dotted #eee;
	margin-bottom:20px;
}
a.link_cell li {
	margin-bottom:10px;
}
a.link_cell .title{
	font-size:16px;
	font-size:1.6rem;
}
a.link_cell .link_detail {
	text-align:right;
	text-decoration:underline;
	color:#F76344;
}
a.link_cell .category {
	padding:5px;
	background:#F97c00;
	color:#fff;
}
a:hover.link_cell {
	background:#fafafa;
}
a:hover.link_cell .link_detail {
	color:#F76344;
}
p.date {
	margin-bottom:10px;
}
p.category {
	margin-bottom:10px;
}
*/
.table_centering td {
	text-align:center;
}
table.time {
	width:100%;
	font-size:14px;
	font-size:1.4rem;
	line-height:130%;
	border-collapse: collapse;
}
table.time th {
/*	width: 25%;*/
	/*padding: 15px;*/
	text-align: left;
	color: #333;
	background-color: #eee;
	border: 1px solid #D4D5D5;
	vertical-align:middle;
}
table.time td {
	/*padding: 15px;*/
	background-color: #fff;
	border: 1px solid #D4D5D5;
	vertical-align:middle;
}

/*弁護士紹介*/
.lawyer_photo{
	float: none;
}
.lawyer_info{
	float:none;
}
/*
.lawyer_bg p {
	display:table-cell;
	vertical-align: middle;
	margin-bottom:0;
	letter-spacing:0;
}
.lawyer_bg p img {
	margin-right:10px;
}
.lawyer_bg p span{
	font-size:22px;
	line-height:120%;
}
*/
.lawyer_name {
	padding:25px 20px;
	margin-bottom:30px;
	background:#F5F5EB;
	line-height:2.0;
}
.lawyer_name span.name{
	font-size: 28px;
	font-size: 2.8rem;
}

.mglt74 {
	margin-left:74px !important;
}
