@charset "utf-8";

/* ============================================================ company */
.midashiTxt {
	background-image: url(../company/images/midashi_bg.png);
	background-repeat: no-repeat;
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	padding: 0 0 0 12px;
	color: #4F4DC7;
	font-weight: normal;
}
.midashiTxt2 {
	background-color: #EFEBF8;
	font-size: 14px;
	padding: 5px;
	color: #4F4DC7;
	font-weight: normal;
	line-height: 1;
}

/*--------------------------------------------- company/index.html */
table.comTable {
	width: 460px;
	border-top: 1px #B0B7C1 solid;
	border-left: 1px #B0B7C1 solid;
	margin-top: 2px;
	float: left;
}
table.comTable th,
table.comTable td {
	border-right: 1px #B0B7C1 solid;
	border-bottom: 1px #B0B7C1 solid;
	font-size: 100%;
}
table.comTable th {
	width:112px;
	padding:3px 10px;
	color:#646F7D;
}
table.comTable  td {
	padding: 5px 15px;
}

ul.indexList {
	padding: 15px;
	background-color: #FCFCFA;
}
ul.indexList li {
	display: inline;
	margin-right: 15px;
	white-space: nowrap;
	line-height: 1.6em;
	background-image: url(../company/images/bg_listmark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 0.8em;
}
*:first-child + html ul.indexList li {float:left;}
* html ul.indexList {overflow: hidden;}
* html ul.indexList li {float:left;}


/*--------------------------------------------- company/osaka.html tokyo.html */
img.comPhoto {
	float:left;
	position:relative;
	padding:0 15px 10px 0;
	display: block;
}


/*--------------------------------------------- company/enkaku.html */
dl#enkakuList dt {
background-color:#ECECF4;
padding:2px 5px;
font-weight:bold;
}
dl#enkakuList dd {
	margin-left:10px;
	border-left:1px #CCCCCC solid;
	padding: 5px 5px 20px 10px;
}
