/*======================================

     Outline Basic

=======================================*/
div#outLine{
	width: 919px;
	margin: 20px auto;
	padding: 5px 10px 1px;
	background-color: #8b9cbf;
	border: 1px solid #6f828d;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
}
div#outLine h1{
	padding: 0;
	margin: 0;
}
div.container{
	margin: 20px;
	padding: 20px 40px;
	border: solid 1px #9d9e9f;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	background-color: #e1e7f2;
	color: #49555c;
}

/*======================================

     Tab Menu

=======================================*/
.etabs {
	margin: 0;
	padding: 0;
	letter-spacing:-0.4em;
	}

.tab {
	letter-spacing: normal;
	width: 152px;
	height: 40px;
	display: inline-block;
	zoom:1;
	background: #eee;
	border: solid 1px #999;
	border-bottom: none;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	*display:inline;
	*border-right: none;
	text-align: center;
	}

.tab a {
	font-size: 14px;
	line-height: 40px;
	display: block;
	padding: 0;
	outline: none;
	}

.tab a:hover {
	text-decoration: underline;
	}

.tab.active {
	background: #fff;
	padding-top: 6px;
	*margin-right: -1px;
	position: relative;
	top: 1px;
	border-color: #666;
	border-right: solid 1px #666;
	}

.tab a.active {
	font-weight: bold;
	}

.tab-container .panel-container {
	background: #fff;
	border: solid #666 1px;
	padding: 10px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	}

.panel-container {
	margin-bottom: 10px;
	}

/*======================================

     Panel Common

=======================================*/
.panel{
	font-family: sans-serif;
}
.panel h2{
	height: 40px;
	margin: 0;
	padding: 0;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	padding-left: 15px;
	background-color: #6b95aa;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
}
.panel h3{
	font-size: 14px;
	margin: 0;
	padding: 30px 30px 10px;
	border-width: 0 1px;
	border-color: #49555c;
	border-style: dotted;
	background-color: #edf0f6;
}
.panel p{
	font-size: 12px;
	line-height: 26px;
	margin: 0;
	padding: 20px 30px 30px;
	border-width: 0 1px;
	border-color: #49555c;
	border-style: dotted;
	background-color: #edf0f6;
}
div#outLine div#tabs1-privacy h3{
	border: none;
	padding: 15px 30px;
}
div#outLine div#tabs1-privacy p#pre{

}
div#outLine div#tabs1-privacy p{
	background: transparent;
	border: none;
}
div#outLine div#tabs1-privacy #ppBody{
	border: solid 1px #49555c;
	background-color: #fff;
}
div#outLine div#tabs1-company h3{
	border: none;
	background-color: transparent;
	padding: 10px 0;
	color: #2b4b6c;
}
div#outLine div#tabs1-company table.history{
	border-top: dotted 1px #2b4b6c;;
	border-right:0;
}
div#outLine div#tabs1-company table.history th{
	border-bottom: dotted 1px #2b4b6c;
	border-left:0;
	background-color: #eff1f3;
}
div#outLine div#tabs1-company table.history td{
	border-left:0;
	border-bottom: dotted 1px #2b4b6c;
}
.panel table th{
	font-size: 12px;
	font-weight: bold;
}
.panel table td{
	font-size: 12px;
	font-weight: normal;
}

/*======================================

     Company

=======================================*/
div#company1{
	float: left;
	width: 430px;
	margin-left: 10px;
}
div#company2{
	float: right;
	width: 430px;
	margin-right: 10px;
}
div#tabs1-company h1{
	height: 36px;
	margin: 10px;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	padding-left: 15px;
	background-color: #cc241c;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
}
div.company h2{
	width: 415px;
	height: 0 !important;
	height /**/: 130px;
	padding-top: 130px;
	overflow: hidden;
	outline: none;
}
div#company1 h2{
	background: transparent url(../img/company/fact.gif) center 45px no-repeat;
}
div#company2 h2{
	background: transparent url(../img/company/rock_site_seeing.gif) center 6px no-repeat;
}

div#company2 iframe{
	margin-top: -10px;
}

/*======================================

     Recruit

=======================================*/
div#outLine div#noRecruiting{
	text-align: center;
	line-height: 300px;
	height: 300px;
}
/*======================================

     Table

=======================================*/
div#outLine table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 30px;	
	border-top:1px solid #1D5C79;
	border-right:1px solid #1D5C79;
}
div#outLine th, div.company td {
	padding: 10px 20px;
	color: #1D5C79;
}
div#outLine th{
	width: 125px;
	border-bottom: 1px solid #1D5C79;
	border-left: 1px solid #1D5C79;
	background-color: #d5dbdd;
}
div#outLine th span{
	display: block;
	font-size: 10px;
	color: #5d8597;
}
div#outLine div#tabs1-shikano table th{
	width: 140px;
}
div#outLine div#tabs1-contact table th{
	width: 180px;
}

div#outLine td{
	padding: 12px;
	border-bottom: 1px solid #1D5C79;
	border-left: 1px solid #1D5C79;
	color: #464646;
	background-color: #fff;
}
div#outLine td span{
	font-size: 10px;
}
div#outLine td ul{
	margin: 0;
	padding: 0 0 0 20px;
}
div#outLine td ul li{
	margin-bottom: 10px;
	line-height: 16px;
}

/*======================================

     Clearfix

=======================================*/

.panel{
	_height: 1px;
	zoom:1;/*for IE 5.5-7*/
}

.panel:after{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}