@charset "utf-8";
@import "base.css";
#sidemenu {
	padding-bottom:20px;
}
.h2-access {
	background-image: url(../images/company/h2_access.png);
}
.h2-company-profile {
	background-image: url(../images/company/h2.png);
}
.access-detail dt {
	color:#000;
	font-weight:bold;
	background:#e8e8e8;
	margin-bottom:10px;
	font-size:1.5em;
	padding:5px;
}
.enjoy-rever-on{
	font-size:23px;
	font-weight:bold;
	}
.greeting{
	font-size:14px;
	}
#maparea {
	margin:20px 0;
	padding:10px 0 10px;
	width:100%;
	display:block;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
}
.access-list {
	width:50%;
}
.access-list dd{
	padding:5px 0;
	border-bottom:dotted 1px #CCC;
}
#btn-print {
	text-align:right;
	margin-bottom:-30px;
}
.contents-company h3 {
	background:url(../images/h3.png);
	color:#8094b5;
	line-height:1.2;
	font-size:2.3em;
	font-weight:normal;
	margin-bottom:20px;
	overflow:hidden;
	width:100%;
	clear:both;
}
.contents-company h3  span{
	border-left:solid 4px #c8d2e2;
	background:#FFF;
	line-height:1.2;
	height:100%;
	display:block;
	padding:0 5px;
	float:left;
}
.comTbl{
	width:100%;
}
.comTbl th{
	width:8em;
	text-align:left;
	padding:10px 0;
	border-bottom:dotted 1px #CCC;
}
.comTbl td{
	border-bottom:dotted 1px #CCC;
	padding:10px 0;
}



/*   print  */

@media print {
	body {
 	   width: 100%;
 	   font-size: 12pt;
  	  line-height: 1.4;
	}
	#headerArea,
	#topicPath,
	#sidemenu,
	#pagetop,
	#footer,
	#btn-print {
		display: none;
	}
	div#contents {
		width: 100%;
		padding-left: 0;
	}
	#container, 
	#mainBlock {
		width: 100%;
	}
	#h2Block  {
		text-indent: 0;
		padding-bottom: 10px;
		border-bottom: 1px solid #666666;
		font-size: 30pt;
		height:auto;
		background: none;
	}
}