@charset "utf-8";

/* Company introduction */

#mainImgBox {
	width: 620px;
	height: 0px !important;
	height /**/:80px;
	padding-top: 80px;
	text-align: center;
	background-image: url(../company/img/title620_80.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	margin-bottom: 10px;
}

#menuKaisya a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    line-height: 2.4em !important;
    line-height: 2.2em;
    font-size: 10pt;
    display: block;
    background-image: url(../img/left360_2.gif);
    background-repeat: no-repeat;
    background-position: -360px 0px;
}

/*テーブルの設定---------------------------------------------*/
table {
	border: 1px solid #000000;
	width: 80%;
	table-layout: auto;
	margin: 5px auto 30px auto;
	border-collapse: collapse;
	background-color: #FFFFFF;
	text-align: left;
}

.companyTbl {
} 

td {
	border: 1px solid #000000;
	padding: 7px 10px;
	font-size: 9pt;
	color: #333333;
	height: auto;
} 

th {
	border: 1px solid #000000;
	font-size: 12px;
	color: #000000;
	text-align: center;
	background-color: #FFCC33;
	padding: 7px 10px;
} 

.example1 {
	color: #FFFFFF;
	background-color: #669933;
	white-space: nowrap;
	text-align: center;
} 

.emwhight {
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	line-height: 1.2em;
	color: #FFFFFF;
}

.blue {
	color: #000099;
	font-size: 105%;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5em;
	padding-left: 30px;
}


/*コンテンツ分けの設定---------------------------------------------*/

.sBox150 {
	width: 150px;
	text-align: left;
	margin: 10px auto 10px 0;
	float: left;
	padding-left: 10px;
}

.MBox410 {
	width: 410px;
	height: 300px;
	text-align: left;
	margin: 10px 0 30px auto;
	float: right;
	border: 1px solid #000000;
}

/*アクセス項目設定---------------------------------------------*/
dt {
	width: 100%;
	height: 20px;
	font-size: 9pt;
	line-height: 2em;
	color: #006666;
	background-image: url(../img/icon15.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15pt;
	display: block;
}

dd {
	font-size: 9pt;
	line-height: 1.2em;
	color: #000000;
	padding-left: 15px;
	margin-bottom: 20px;
}

/* 地図の会社名 */
.company_name{
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

@media all and (min-width: 0) and (max-width: 767px) {

	.full_box {
		margin: 0 8px;
	}

	#mainImgBox {
		background: none;
		height: auto !important;
		margin-bottom: 10px;
		overflow: inherit;
		padding-top: 0;
		width: auto;
	}

	#mainImgBox img {
		width: 100%;
	}

	.companyTbl {
		width: 100%;
	} 

	.sBox150 {
		width: 100%;
		float: none;
		padding-left: 10px;
	}
	
	#mapDiv {
		width: 100%;
		float: none;
	}
	
	.MBox410 {
		width: 100%;
		float: none;
	    margin: 10px auto 30px;
	    border: 1px solid #666;
	}

	.breadCrumbBox2 {
		display: none;
	}
}