@charset "UTF-8";

#wrapper nav ul li:nth-of-type(3){
	width:135px;
	padding:9px 0;
	border:1px solid #e02020;
	background-color:#FC7373;
	font-weight:bold;
	text-align:center;
	letter-spacing:5px;
	text-indent:5px;
}

#bldg{
	width:954px;
	margin-top:20px;
}

#bldg h1.top{
	padding:10px;
	background-color:#e02020;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:normal;
	letter-spacing:1px;
	font-size:1.2em;
	color:#ffffff;
}

#bldg div.probox{
	width:954px;
	margin-top:20px;
}

#bldg div.probox div.inbox{
	width:954px;
	overflow:hidden;
}

#bldg div.probox div.inbox div{
float:right;
width:250px;
margin-left:1em;
text-align:center;
}

#bldg div.probox div.inbox div img{
	box-sizing:border-box;
	width:250px;
	height:200px;
	border:#CCCCCC solid 1px;
}


#bldg div.probox div.inbox div a{
	display:inline-block;
	margin-top:10px;
	padding:5px 10px;
	border:solid 1px #e02020;
	border-radius:5px;
	background-color:#FFDE46;
	text-decoration:none;
	font-size:0.9em;
	color:#333333;
/*	letter-spacing:3px;
	text-indent:3px;*/
}

#bldg div.probox div.inbox div a:hover{
	background-color:#e02020;
	color:#ffffff;
}


#bldg div.probox div.inbox > p{
line-height:1.4em;
}






/*
#bldg div.probox p{
	width:954px;
	overflow:hidden;
	line-height:1.4em;
}

#bldg div.probox p img{
	float:right;
	box-sizing:border-box;
	width:250px;
	height:200px;
	margin-left:1em;
	border:#CCCCCC solid 1px;
	background-color:#efefef;
}
*/




















#bldg div.probox nav{
	width:954px;
	box-sizing:border-box;
	margin-top:20px;
	border:#e02020 solid 1px;
	padding:10px 15px;
}

#bldg div.probox nav ul{
	display:-webkit-flex; /* Safari */
	display:flex;
	 -webkit-justify-content:flex-start; /* Safari */
	 justify-content:flex-start;
}

#bldg div.probox nav ul li{
	position:relative;
	display:inline-block;
	width:auto;
	margin:0;
	padding:0 15px;
	border:none;
	background-color:#ffffff;
	font-weight:normal;
	text-align:left;
	letter-spacing:0;
	text-indent:0;
	font-size:14px;
}

#bldg div.probox nav ul li::before{
	position:absolute;
	width:12px;
	height:12px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:#ff8c00;
	top:0;
	left:0;
	content:"";
}

#bldg div.probox nav ul li a{
	position:relative;
	display:inline-block;
	width:auto;
	padding:0;
	background-color:#ffffff;
	text-decoration:none;
	text-align:left;
	letter-spacing:0;
	text-indent:0;
	color:#000000;
	font-size:12px;
	line-height:14px;
}

#bldg div.probox nav ul li a::before{
	position:absolute;
	top:6px;
	left:-14px;
	box-sizing: border-box;
	width:5px;
	height:5px;
	border:5px solid transparent;
	border-top:4px solid #fff;
	content:""
}
#bldg div.probox nav ul li a::after{
	position:absolute;
	top:2px;
	left:-11px;
	width:2px;
	height:4px;
	border-left: 4px solid #fff;
	content:""
}

#bldg div.probox nav ul li a:hover{
	width:auto;
	padding:0;
	border:none;
	background-color:#ffffff;
	font-weight:normal;
	color:#ff8c00;
}




/*　--------　*/
section.wrap{
	width:954px;
	margin-top:30px;
}

section.wrap h1{
	padding-left:10px;
	background: linear-gradient(transparent 60%, #FC7373 60%);
	font-size:1.1em;
	letter-spacing:1px;
}


section.wrap dl{
overflow:hidden;
width:954px;
margin-top:10px;
}

section.wrap dl dt{
float:left;
width:250px;
height:200px;
background-image:url(/professional/img/bg_pro_ttl.jpg)
}

section.wrap dl dd{
float:right;
width:690px;
line-height:1.4em;
}

section.wrap dl dt ul{
width:200px;
margin:70px auto 0;
}

section.wrap dl dt ul li{
padding:4px 0;
font-size:13px;
font-weight:bold;
text-align:center;
}

#lawyer dt ul{
margin:57px auto 0;
}

#judicial dt ul{
margin:60px auto 0;
}

#judicial dt ul li{
padding:3px 0 4px;
}

#landhouse dt ul li{
padding:10px 0 5px
}

#surveyor dt ul{
margin:75px auto 0;
}


/*
#judicial dt ul{
overflow:hidden;
width:215px;
margin:85px 0 0 35px;
}

#judicial dt ul li{
padding:5px 0;
font-size:13px;
font-weight:bold;
text-align:left;
}

#judicial dt ul li:nth-child(odd){
float:left;
width:70px;
}

#judicial dt ul li:nth-child(even){
float:right;
width:135px;
}
*/


/*
#admini dt ul{
width:200px;
margin:70px auto 0;
}

#admini dt ul li{
padding:4px 0;
font-size:13px;
font-weight:bold;
text-align:center;
}

#accountant dt ul{
width:200px;
margin:70px auto 0;
}

#accountant dt ul li{
padding:4px 0;
font-size:13px;
font-weight:bold;
text-align:center;
}
*/







/*以下は、必要なくなる*/

section.wrap p:first-of-type{
	width:954px;
	margin-top:10px;
	overflow:hidden;
	line-height:1.4em;
}
 
section.wrap p:first-of-type img{
	float:left;
	box-sizing:border-box;
	width:250px;
	height:200px;
	margin-right:1em;
	border:#CCCCCC solid 1px;
	background-color:#efefef;
}

section.wrap p:last-of-type{
	width:954px;
	margin-top:10px;
	text-align:right;
}

section.wrap p:last-of-type a{
	display:inline-block;
	padding:5px 10px;
	border:solid 1px #e02020;
	border-radius:5px;
	background-color:#FFDE46;
	text-decoration:none;
	font-size:0.9em;
	color:#333333;
	letter-spacing:3px;
	text-indent:3px;
}

section.wrap p:last-of-type a:hover{
	background-color:#e02020;
	color:#ffffff;
}




