/*header */
#home-layout {
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Osaka",sans-serif;
//	font-family: "ＭＳ Ｐ明朝","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Osaka",sans-serif;
}
#home-layout #header{
	text-align: center ;
}
#home-layout #header #header-inner{
	padding-top:15px;
	width:960px;
	margin: 0 auto ;
	text-align: left;
}
#home-layout #header #logo{
	margin: 0px 0px 0px 20px;
	width: 340px;
	float: left;
	overflow: hidden;
	position: relative;
}
#home-layout #header #officeInfo{
	margin: 0px 20px 0px 0px;
	width: 580px;
	text-align: right;
	float: right;
}







/*global-nav */

#global-nav{
	text-align: center ;
}
#global-nav #global-nav-inner{
	width:960px;
	padding: 10px 0 10px 30px ;
	margin: 0 auto;
	text-align: left;
}

#global-nav #global-nav-inner ul{
	list-style: none; /* リスト形式を削除 */
}

 /* リストを横並びに */
#global-nav #global-nav-inner ul li{
	width: 134px;
	height: 61px;
	float: left;
}

#global-nav #global-nav-inner ul li a{
	text-indent: -9999px; /* テキストをふっとばす */ 
	text-decoration: none;
	display: block;
	width: 134px;
	height: 61px;
	background-image: url("/img/global-navi.png");
	background-repeat: no-repeat;
}

 /* a要素の背景の指定  ※左の数字がx軸、右の数字がy軸*/
#global-nav #global-nav-inner ul li#top a {
	background-position: 0 0;
}
#global-nav #global-nav-inner ul li#office a {
	background-position: -134px 0px;
}
#global-nav #global-nav-inner ul li#lawyer a {
	background-position: -265px 0px;
}
#global-nav #global-nav-inner ul li#business a {
	background-position: -396px 0px;
}
#global-nav #global-nav-inner ul li#reservation a {
	background-position: -527px 0px;
}
#global-nav #global-nav-inner ul li#fee a {
	background-position: -658px 0px;
}
#global-nav #global-nav-inner ul li#access a {
	background-position: -789px 0px;
}

/*
#global-nav ul li a:hover{
	text-decoration: none;
	background-image: url(画像のURL);
	background-repeat: no-repeat;
}
*/

/* a:hover要素の背景の指定 ※左の数字がx軸、右の数字がy軸*/
/*
#global-nav ul li#top a:hover {
	background-position: 0 -70px;
}
#global-nav ul li#office a:hover {
	background-position: -100px -70px;
}
#global-nav ul li#reservation a:hover {
	background-position: -200px -70px;
}
#global-nav ul li#lawyer a:hover {
	background-position: -300px -70px;
}
#global-nav ul li#fee a:hover {
	background-position: -400px -70px;
}
#global-nav ul li#business a:hover {
	background-position: -500px -70px;
}
#global-nav ul li#access a:hover {
	background-position: -600px -70px;
}
*/










/*contents */
#home-layout #main-content{
	background: none;
	text-align: center ;
}
div#main-content div#main-content-inner-top {
	width:960px;
	margin: 0 auto ;
	text-align: left;
	padding:0 0 10px 0;
}

div#main-content div#main-content-inner {
	width:870px;
	margin: 0 auto ;
	text-align: left;
	padding:20px 0 200px 0;
}


#home-layout #main-content-inner-top h1{
	margin-left:110px;
}

#home-layout #main-content-inner h1{
	padding:0 0 30px 0;
}
#home-layout #main-content-inner h2{
	font-size: 16px;
	font-weight: normal;
	padding:0 0 30px 0;
}

#home-layout #main-content-inner h3{
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
}




#home-layout #main-content-inner p.sub{
	font-size: 18px;
	color: orange;
	margin-bottom:50px;
	font-family:
		"ヒラギノ明朝 ProN W6",
		"HiraMinProN-W6",
		"HG明朝E",
		"ＭＳ Ｐ明朝",
		"MS PMincho",
		"MS 明朝",
		serif;

}


#home-layout #main-content-inner .content-text {
	font-size: 14px;
	line-height:180%;
	margin-bottom:50px;
}

#home-layout #main-content-inner #content {
	font-size: 14px;
	margin-top:25px;
	margin-left:60px;
	margin-right:20px;
}


#home-layout #main-content-inner #businessTopics li{
	padding-left:20px;
	background-image: url("/img/dot.png");
	background-repeat: no-repeat;
	width:165px;
	height:50px;
	font-size: 16px;
	float: left;
}
#home-layout #main-content-inner #businessTopics .wide{
	width:210px;
}

#home-layout #main-content-inner #businessTopics-inner{
	padding-left:30px;
}
#home-layout #main-content-inner #businessTopics-inner li{
	padding-left:20px;
	background-image: url("/img/dot2.png");
	background-repeat: no-repeat;
	width:165px;
	height:35px;
	font-size: 15px;
	float: left;
}
#home-layout #main-content-inner #businessTopics-inner .wide{
	width:210px;
}
#home-layout #main-content-inner #businessTopics-inner .bottom{
	height:20px;
}
#home-layout #main-content-inner #businessTopics-inner .wide-bottom{
	width:210px;
	height:20px;
}



#home-layout #main-content-inner #line {
	border-top: 3px solid #000;
	margin-top:30px;
	margin-bottom:30px;
}

#home-layout #main-content-inner #address {
	font-size: 14px;
	line-height:160%;
	padding-top:30px;
	width: 550px;
	float: left;
}



#home-layout #main-content-inner .lawyerIntroduce {
	margin-left:25px;
}
#home-layout #main-content-inner .lawyerLine {
	background-image: url("/img/lawyerLine.png");
	float: left;
	width: 800px;
	height:7px;
}


#home-layout #main-content-inner .lawyerIntroduceList {
	padding-left:50px;
}
#home-layout #main-content-inner .lawyerIntroduceDetail {
	padding-top:50px;
	padding-bottom:50px;
	width: 155px;
	float: left;
//	border: 1px solid #000;
}
	#home-layout #main-content-inner .lawyerIntroduceDetail#space {
		width: 210px;
	}



//#home-layout #main-content-inner .bengo4com {
//	padding-top:30px;
//	padding-left:100px;
//	border: 1px solid #000;
//}







#home-layout #main-content-inner #lawyerTitle {
	padding-top:30px;
	padding-bottom:20px;
	font-size: 18px;
}
#home-layout #main-content-inner #lawyerName {
	font-size: 24px;
	float: left;
}
	#home-layout #main-content-inner #lawyerName a {
		color: #000;
		text-decoration:none;
	}
	#home-layout #main-content-inner #lawyerName a:hover {
		color: #0088cc;
		text-decoration: underline;
	}

	#home-layout #main-content-inner #lawyerName.ruby {
		font-size: 10px;
		color: #808080;
		padding-top:10px;
		padding-bottom:10px;
	}
	#home-layout #main-content-inner #lawyerName.detail {
		font-size: 22px;
		font-weight: bold;
		padding-top:50px;
	}

#home-layout #main-content-inner #lawyerInfo {
	font-size: 15px;
	line-height:160%;
	width: 550px;
	height:200px;
	float: left;
	position:absolute;
	bottom:0; 
}

#home-layout #main-content-inner #lawyerInfoNoImage {
	font-size: 15px;
	line-height:160%;
	height:150px;
}

#home-layout #main-content-inner #rightImage {
	width: 300px;
//	height:270px;
	float: right;
//	text-align: right;
}



/*
#home-layout #main-content-inner #content #summary {
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	padding-top:20px;
}
#home-layout #main-content-inner #content #preface {
	line-height:170%;
	margin-bottom:30px;
}
*/



#home-layout #main-content-inner #qa {
	margin-bottom:40px;
}

#home-layout #main-content-inner #qa li {
	line-height:200%;
	font-size: 14px;
}
#home-layout #main-content-inner #qa p.question {
	font-size: 14px;
	margin-top:30px;
	color: #0088cc;
	line-height:200%;
}
#home-layout #main-content-inner #qa p.top {
	margin-top:0px;
}
#home-layout #main-content-inner #qa p.answer {
	font-size: 14px;
	line-height:200%;
}

#home-layout #main-content-inner #businessSummary {
	font-size: 14px;
	line-height:180%;
	margin-bottom:50px;
}

#home-layout #main-content-inner #businessSummary dl dt {
	font-size: 14px;
	line-height:180%;
	float: left;
	width: 25px;
	padding:0px 0px 0px 10px;
}

#home-layout #main-content-inner #businessSummary dl dd {
	font-size: 14px;
	line-height:180%;
	float: left;
	width: 820px;
}


#home-layout #main-content-inner #qa dl dt {
	font-size: 14px;
	line-height:200%;
	float: left;
	width: 40px;
}
#home-layout #main-content-inner #qa dl dd {
	font-size: 14px;
	line-height:200%;
	float: left;
	width: 820px;
	padding:0px 0px 30px 0px;
}





#home-layout #main-content-inner #qa .table {
	margin-top:30px;
	font-size: 14px;
	line-height:200%;
}
#home-layout #main-content-inner #qa table {
	border-collapse: collapse;
	font-size: 14px;
	line-height:150%;
}
#home-layout #main-content-inner #qa tr {
}
#home-layout #main-content-inner #qa td {
	padding:5px;
	border: 1px solid #000;
}
#home-layout #main-content-inner #qa th {
	text-align: center;
	border: 1px solid #000;
}






#home-layout #main-content-inner .reservation  {
}
#home-layout #main-content-inner .reservation .tilte {
	font-size: 16px;
	margin-bottom:30px;
}
#home-layout #main-content-inner .reservation .reserve-info {
	font-size: 16px;
	background-color: #e9e9e9;
	margin-bottom:50px;
}
#home-layout #main-content-inner .reservation .reserve-info-inner1 {
	padding:30px 20px 0px 70px;
	font-size: 17px;
}
#home-layout #main-content-inner .reservation .reserve-info-inner1 .left {
	padding-left:25px;
	background-image: url("/img/dot.png");
	background-repeat: no-repeat;
	float: left;
	width: 100px;
}
#home-layout #main-content-inner .reservation .reserve-info-inner1 .net {
	width: 180px;
}
#home-layout #main-content-inner .reservation .reserve-info-inner1 .net-sub {
	font-size: 12px;
	line-height:250%;
}
#home-layout #main-content-inner .reservation .reserve-info-inner1 .right {
	width: 550px;
	float: left;
}
#home-layout #main-content-inner .reservation .reserve-info-inner2 {
	padding:10px 20px 20px 95px;
	font-size: 14px;
	line-height:170%;
}
#home-layout #main-content-inner .reservation .reserve-info-inner2 .left {
	float: left;
	width: 80px;
}
#home-layout #main-content-inner .reservation .reserve-info-inner2 .right {
	width: 550px;
	float: left;
}


#home-layout #main-content-inner .reservation .reserve-flow {
	font-size: 16px;
	padding-bottom:25px;
}
#home-layout #main-content-inner .reservation .reserve-flow .reserve-flow1 {
	width: 230px;
	height: 60px;
	padding-left:55px;
	background-image: url("/img/reserve-flow1.png");
	background-repeat: no-repeat;
	float: left;
}
#home-layout #main-content-inner .reservation .reserve-flow .reserve-flow2 {
	width: 230px;
	height: 60px;
	padding-left:55px;
	background-image: url("/img/reserve-flow2.png");
	background-repeat: no-repeat;
	float: left;
}
#home-layout #main-content-inner .reservation .reserve-flow .reserve-flow3 {
	width: 230px;
	height: 60px;
	padding-left:55px;
	background-image: url("/img/reserve-flow3.png");
	background-repeat: no-repeat;
	float: left;
}
#home-layout #main-content-inner .reservation .reserve-flow .info {
	width: 500px;
	line-height:170%;
	font-size: 12px;
	float: left;
}


#home-layout #main-content-inner .fee {
	line-height:190%;
	font-size: 15px;
	padding:25px 15px 60px 15px;
}
#home-layout #main-content-inner .fee-info {
	line-height:200%;
	font-size: 12px;
}
#home-layout #main-content-inner .fee-info .title {
	color:blue;
}
#home-layout #main-content-inner .fee-info .info{
	padding-left:25px;
}
#home-layout #main-content-inner .fee-info td{
	width: 250px;
}


#home-layout #main-content-inner .access {
	padding:0px 0px 60px 0px;
	line-height:200%;
	font-size: 12px;
}
#home-layout #main-content-inner .access .station {
	padding:30px 30px 0px 0px;
	width: 250px;
	line-height:170%;
	float: left;
}
#home-layout #main-content-inner .access .map {

	border: 1px solid #000;

	width: 550px;
	height: 300px;
	float: left;
}
#home-layout #main-content-inner .access .line {
	width: 630px;
	float: left;
}
#home-layout #main-content-inner .access .title {
	line-height:250%;
	font-size: 14px;
}
#home-layout #main-content-inner .access .info {
	padding:0px 40px 0px 0px;
}
#home-layout #main-content-inner .access .picture {
	line-height:170%;
	width: 125px;
	margin:0px 15px 0px 0px;
	float: left;
}
#home-layout #main-content-inner .access .bigmap {
	padding-left:280px;
}

#home-layout #main-content-inner .criminalCaseFlow h4 {
	font-size: 15px;
	margin:20px 0px 10px 0px;
}
#home-layout #main-content-inner .criminalCaseFlow2 tr {
	height: 70px;
}













/*footer */
#home-layout #footer{
	text-align: center;
}
#home-footer{
	width: 960px;
	margin: 0px auto;
	text-align: left;
	background-color: #d6d6d6;
}
#home-footer .home-menu{
	margin:0 50px;
	overflow: hidden;
}



#home-footer .home-menu a {
	color: #000;
	text-decoration:none;
}
#home-footer .home-menu a:hover {
	color: #000;
	text-decoration: underline;
}


#home-footer .home-menu dl{
	border-left:1px solid #000;
	padding:0 20px 0 10px;
	float: left;
}


#home-footer .home-menu dt{
	font-size: 13px;
	line-height:200%;
	font-weight: bold;
}

#home-footer .home-menu dd{
	font-size: 11px;
	line-height:200%;

}

#home-footer #footer-officeInfo{
	margin:30px 50px;
	border-top:1px solid #000;

}
#home-footer .copyright{
	margin-top:30px;
	text-align: right;
}

