#tbl {
	font-size: 12px;
	width: 600px;
	text-align: left;
	line-height: 18px;
	margin: 0px auto 15px;
}
#tbl .rightTxt {
	text-align: left;
	float: right;
}



#tbl .rinenArea {
	margin: 0px auto;
	text-align: center;
	width: 550px;
}


#tbl .rinen {
	font-size: 13px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF9900;
	padding: 5px 0 5px 7px;
	margin-top: 15px;
	height: 30px;
	text-align: left;
}

#tbl .rinen .image {
	float: left;
	width: 145px;
	text-align: left;
}

#tbl .rinen .txt01 {
	float: left;
	font-size: 12px;
	line-height: 22px;
	padding: 5px 0 0px 0px;
	text-align: left;
}


#tblLine {
	text-align: left;
	width: 600px;
}

#tblLine table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	width: 600px;
	padding: 0px;
}

#tblLine td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	font-size: 13.5px;
	padding: 5px 0 5px 10px;
	line-height: 20px;
}

#tblLine .txtLeft {
	float: left;
	width: 130px;
}


.bgGray {
	background-color: #E8E8E8;
	width: 150px;
	height: 100%;
	display: inline-table;
}
#tbl .logoArea {
	width: 510px;
	text-align: center;
	margin: 0 auto;

}
#tbl .logo {
	width: 500px;
	text-align: center;
	margin: 0 auto;

}
#tbl .logo img {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
}

#tbl .logo .logoText {
	padding-right: 15px;
	width: 500px;
	clear: both;
}


hr {
	/*	float: left;*/
	clear: both;
	padding-right: 15px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	width: 500px;
	text-align: center;
}


div.centering p {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	font-size: 12px;
}   
    
/*for IE6 */  
* html .centering p {   
    display: inline;   
    zoom: 1;   
}   
    
/*for IE7 */  
*:first-child+html .centering p {   
    display: inline;   
    zoom: 1;  
}  


#tbl .mapArea {
	width: 600px;
	text-align: left;
	margin: 0px auto 0;
	padding: 0px;
	border: 1px solid #999999;
}


#tbl .comArea {
	width: 570px;
	text-align: left;
	margin: 0px auto 0;
	padding: 15px;
	border: 1px solid #999999;
	clear: both;
	display: inline-table;
}




/***** 会社マップ *****/
.mapSubt {
	width: 600px;
	text-align: left;
	margin: 20px auto 15px;
	padding: 0px;
}


.boss{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;

    margin: 15px 0 5px;
    line-height: 100%;
}
.boss span:nth-of-type(1){
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size: 13px
}

.boss span:nth-of-type(2){
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size: 25px
}