@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2012/4/17
 */
 
 
/* !TOP PAGE
---------------------------------------------------------- */
#gDef01 #wrapper {
	overflow: hidden;
}
#gDef01 #header {
	background-color: #fff;
}
#gDef01 #footer {
	position: absolute;
	left: 0;
	bottom: 0;
}

	#gDef01 #mainimg .collapse {
		background-image: url(../common/img/btn/btn_toppage.gif);
		background-repeat: no-repeat;
		position: absolute;
		right: 0;
		top: 50%;
		z-index: 99;
		width: 35px;
		height: 36px;
		text-indent: -9999px;
		cursor: pointer;
		background-position: left top;
	}
	#gDef01 #mainimg .active {
		background-position: right top;
	}
#toppage .bgtop {
	background: url(../img/bg_toppage02.png) 0 0 repeat;
	position: absolute;
	top: 42%;
	left:1100px;
}


/* !CONCEPT
---------------------------------------------------------- */
#gDef03 #wrapper {
	background: url(../img/bg_concept01.jpg) right 0 no-repeat #fff;
}

/* !ITEM
---------------------------------------------------------- */
#gDef04 #wrapperIn {
	background-color: #fff;
}
.ul_item {
	overflow: hidden;
}
	.ul_item li {
		width: 100%;
		float: left;
		margin-bottom: 14px;
	}
	.ul_item li.last {
		margin-bottom: 0 !important;
	}
.itemPicBox {
	position: relative;
}
.itemPic {
	width: 620px;
}
.itemThumb {
	position: absolute;
	right: 0;
	bottom: -75px;
}
	.itemThumb ul {
		overflow: hidden;
	}
		.itemThumb ul li {
			float: left;
			margin-right: 11px;
		}
		.itemThumb ul li.last {
			margin-right: 0 !important;
		}
.itemDetaulBox {
	width: 410px;
	padding-bottom: 30px;
}

.btn_col2 {
	width: 354px;
	margin: 0 auto;	
}

	.btn_col2 ul {
		overflow: hidden;
	}
		.btn_col2 li {
			float: left;
			margin-right: 10px;
		}
		.btn_col2 li.last {
			margin-right: 0 !important;
		}

/* !RECRUIT
---------------------------------------------------------- */
#gDef05 #wrapperIn {
	background: url(../img/bg_recruit01.jpg) right 0 no-repeat #fff;
}
.dotted {
	border-bottom: 1px dotted #c0c0b5;
	padding-bottom: 30px;
}

/* !COMPANY
---------------------------------------------------------- */
#gDef06 #wrapperIn {
	background: url(../img/bg_company01.jpg) right 0 no-repeat #fff;
}

.company_link01:link,
.company_link01:active,
.company_link01:visited {
	color: #2d2d2d;
	text-decoration: none;
}
.company_link01:hover {
	color: #756d5b;
	text-decoration: none;
}

.company_link02:link,
.company_link02:active,
.company_link02:visited {
	color: #434317;
	text-decoration: underline;
}
.company_link02:hover {
	color: #434317;
	text-decoration: none;
}

/* !SITEMAP
---------------------------------------------------------- */
#gDef08 #wrapperIn {
	background: url(../img/bg_sitemap01.jpg) right 0 no-repeat #fff;
}
.ul_sitmap li {
	width: 100%;
	border-bottom: 1px dotted #c0c0b5;
	padding: 28px 3px 7px;
}
	.ul_sitmap li a {
		display: block;
}
	
/* !PRIVACY POLICY
---------------------------------------------------------- */
#gDef10 #wrapper {
	background: url(../img/bg_privacy01.jpg) right 0 no-repeat #fff;
}
	
	
	