/*------------------------------------------------
   fe-law.jp  profile.css
   2014.11.25-2018.03.28
 -----------------------------------------------*/
#contents {
	margin-top: 80px;
	height: 100%;
	text-align: left;
	padding-bottom: 50px;
	background-color: #fff;
	position: relative;
}

#page_title {
	background: url(../images/profile/profile.png) no-repeat;
	background-position:  55px 0;
}
#left_content {
	margin-top: 40px;
	margin-left: 35px;
	padding-left: 70px;
	width: 225px;
	background-color: #fff;
}
#right_content {
	margin-top: 30px;
	padding-right: 15px;
	width: 615px;
	background-color: #fff;
}

h1.lawyers_name {
	margin-left: 30px;
	padding-left: 20px;
	padding-bottom: 15px;
	width: 510px;
	height:60px;
	background: url(../images/profile/name.png) no-repeat;
	background-position: 15px 2px;
	border-bottom: 1px solid #ccc;
}
h1.lawyers_name span {
	display: none;
}
.item {
	margin-left: 30px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 510px;
	height:auto;
	border-bottom: 1px solid #ccc;
}

.article {
	margin-top: 25px;
	padding-left: 40px;
	padding-bottom: 20px;
	width: 540px;
	height: auto;
	border-bottom: #ccc 1px solid;
}
.article dl {
	margin: 20px 0 25px 0;
  padding: 0 0 5px;
	display: flex;
  flex-wrap: wrap;
}
.article dt, .article dd {
	display: flex;
	flex-direction: column;
  justify-content: start;
}
.article dt {

	width: 115px;
	margin-bottom: 5px;
}
.article dd {
	margin-left: 15px;
	letter-spacing: 0.1em;
	width: 370px;
}

.publication01, .publication02 {
	margin-top: 10px;
	margin-left: 30px;
	padding-left: 35px;
	padding-bottom: 20px;
	width: 495px;
}
.verti {
	display: table-cell;
	width: 100px;
  	writing-mode: vertical-rl;
	text-align: center;
	position: absolute;
	right: 50%;
}
.publication01, .publication02 {
	height: 30px;
	background-position: 20px 5px;
}
.publication01{
	background: url(../images/profile/book_title.png) no-repeat;
}
.publication02{
	background: url(../images/profile/book_title02.png) no-repeat;
	border-top: 1px solid #ccc;
}
.publication01 span, .publication02 span{
	display: none;
}
.item_left {
	margin-top: 20px;
	width: 170px;
	height: 200px;
	padding-left: 70px;
}

.item-right {
	margin-top: 20px;
	margin-right: 20px;
	padding-left: 15px;
	width: 365px;
	height: auto;
}
.item-right dl {
	margin: 0 0 25px 0;
  padding: 0 0 5px;
	display: flex;
	flex-wrap: wrap;

}
.item-right dt, .item-right dd {
	display: flex;
	flex-direction: column;
  justify-content: start;
}
.item-right dt {
	width: 60px;
	margin-bottom: 5px;
	display: block;
	font-size: 100%;
	background-color: #fff;
}
.item-right dd {
	margin-left: 15px;
	margin-bottom: 20px;
	display: block;
	letter-spacing: 0.1em;
	width: 230px;
	font-size: 100%;
	background-color: #fff;
}
/*--------------- For Mobile ---------------*/
@media only screen and (max-width: 768px)
	{
		h1.lawyers_name {
			margin-left: 0;
		}
		#left_content {
			padding-left: 20px;
			width: 35%;
			background-color: #fff;
		}
		#right_content {
			margin-top: 30px;
			padding: 0 15px 0 45px;
			width: 60%;
			background-color: #fff;
		}
		.article {
			width: 100%;
			height: auto;
			margin: 0;
			padding: 10px;
		}
		.article dl {
			margin: 20px 0 25px 30px;
    		padding: 0 0 5px;
		}
		.article dt {
			float:left;
			clear: both;
			width: 8em;
			margin-bottom: 5px;
			display: block;
			font-size: 100%;
			background-color: #fff;
		}
		.article dd {
			float: left;
			margin-left: 15px;
			display: block;
			letter-spacing: 0.1em;
			width: 60%;
			font-size: 100%;
			background-color: #fff;
		}
		.item {
			margin-left: 0;
		}
		.item_left {
			margin-top: 20px;
			width: 35%;
			height: 200px;
			padding-left: 15px;
		}

		.item-right {
			margin-top: 20px;
			width: 65%;
			margin-right: 15px;
			height: auto;
		}
		.item-right dt {
			width: 5em;
			margin-bottom: 5px;
}
		.item-right dd {
			float: left;
			margin-left: 15px;
			margin-bottom: 20px;
			display: block;
			letter-spacing: 0.1em;
			width: 70%;
			font-size: 100%;
			background-color: #fff;
		}
}
@media only screen and (max-width: 600px)
	{
		h1.lawyers_name {
			width: 100%;
			margin-left: 0;
			padding-left: 0;
			padding-bottom: 15px;
			height:60px;
			background: url(../images/profile/name-sp.png) no-repeat;
			background-position: center center;
		}
		#page_title {
			width: 100%;
			padding-left: 0;
			background-position: center center;
		}
		.flex-item {
			display: block;
		}
		#left_content {
			margin: 15px auto;
			padding-left: 0;
			width: 184px;
			background-color: #fff;
		}
		#right_content {
			margin-top: 0px;
			padding: 0;
			width: 100%;
			background-color: #fff;
		}
		.article {
			width: 100%;
			height: auto;
			margin: 0;
			padding: 10px;
		}
		.article dl {
			margin: 0;
		}
		.article dt {
			margin-top: 0;
			margin-bottom: 20px;
			width: 35%;
		}
		.article dd {
			float: left;
			margin-left: 7px;
			margin-bottom: 20px;
			width: 63%;
		}
		.item {
			margin-left: 0;
			padding-left: 0;
			padding-top: 10px;
			padding-bottom: 10px;
			width: 100%;
			height:auto;
			text-align: center;
			border-bottom: 1px solid #ccc;
		}
		.publication {
			margin-top: 10px;
			margin-left: 0;
			padding-left: 0;
			padding-bottom: 20px;
			width: 100%;
			height: 30px;
			background: url(../images/profile/book_title.png) no-repeat;
			background-position: center center;
		}
		.item_left {
			margin: 20px auto 0 auto;
			width: 100%;
			height: 150px;
			padding-left: 0;
			text-align: center;
		}

		.item-right {
			margin: 20px auto auto;
			width: 90%;
			padding-left: 10px;
			height: auto;
		}
		.item-right dl {
			margin: 0 0 25px 0;
    		padding: 0 0 5px;
		}
		.dl-clear:before,
		.dl-clear:after {
    		content: " ";
    		display: table;
			clear: both;
		}
		.item-right dt {
			float:left;
			clear: both;
			width: 60px;
			margin-bottom: 5px;
			display: block;
			font-size: 100%;
			background-color: #fff;
		}
		.item-right dd {
			float: left;
			margin-left: 0px;
			margin-bottom: 20px;
			display: block;
			letter-spacing: 0.1em;
			width: 80%;
			font-size: 100%;
			background-color: #fff;
		}
		.publication01, .publication02 {
			margin-left: 0;
			padding-left: 0;
			width: 100%;
			height: 30px;
		}
		.publication01 {
			background: url(../images/profile/book_title.png) no-repeat;
			background-position: center;
		}
		.publication02 {
			height: 60px;
			background: url(../images/profile/book_title02_c_sp.png) no-repeat;
			background-position: center;
		}
}
