@charset "UTF-8";


#none_pc, .none_pc {
display:none;
}

#contents {
	width: 640px !important;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
}

/* header */

header {
	width: 640px !important;
	position: relative;
	height: 1000px;
	background-color: #F3F3F3;
}

#top {
width: 640px !important;
text-align: center;
position: absolute;
top: 490px;
left: 0px;
z-index: 100 !important;
}

#top h1 {
font-family: "ANTQUAB";
color: #393939;
font-size: 53px;
line-height: 60px;
text-align: center;
padding-top: 0px;
}

#top h2 {
font-family: "meiryo", sans-serif;
font-weight: 600;
font-style: normal;
color: #393939;
font-size: 24px;
line-height: 28px;
text-align: center;
padding-top: 0px;
}



/* 会社概要,採用情報 */

#about_us {
	width: 610px !important;
	position: relative;
	background-color: #FFF;
	z-index: 100 !important;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 30px;
}

#recruit {
	width: 610px !important;
	position: relative;
	background-color: #FFF;
	z-index: 100 !important;
	padding-top: 40px;
	padding-bottom: 5px !important;
	padding-left: 30px;
}

#about_us .subtitle, #recruit .subtitle {
font-family: "meiryo", sans-serif;
font-weight: 600;
font-style: normal;
color: #000;
font-size: 18px;
line-height: 30px;
}

#about_us .title, #recruit .title {
	font-family: "futura-pt-bold", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 43px;
	line-height: 38px;
	margin-bottom: 10px;
letter-spacing: -1px;
}

#about_us .txt, #recruit .txt {
	width: 580px !important;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
}

#about_us .button, #recruit .button {
font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 25px;
	line-height: 25px;
	position: absolute;
	z-index: 200 !important;
}

#about_us .button :link, #recruit .button :link {
	width: 145px !important;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #000;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 133px center;
	display: block;
}

.button :hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

#about_us .illust, #recruit .illust {
	text-align: right;
	margin-top: 30px;
	margin-right: 30px;
}

#about_us .illust img, #recruit .illust img {
vertical-align: top;
margin: 0px;
padding: 0px;
}


/* メニュー */

#menu {
	width: 640px !important;
	position: relative;
	z-index: 100 !important;
	background-color: #FFF;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	width: 595px !important;
	padding: 15px 15px 15px 30px;
	display: block;
}

#menu ul li a {
	display: block;
}

#menu ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

#menu .menu_box {
	width: 325px;
	float: left;
	display: block;
}

#menu .menu_title1 {
font-family: "meiryo", sans-serif;
font-weight: 600;
font-style: normal;
color: #FFF;
font-size: 18px;
line-height: 30px;
}

#menu .menu_title2 {
font-family: "futura-pt-bold", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 43px;
line-height: 38px;
color: #FFF;
margin-bottom: 22px;
}

#menu .menu_txt {
	font-family: "meiryo", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #FFF;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}

#menu .menu_illust {
	width: 270px;
	height: 270px;
	float: right;
	text-align: center;
}



#menu .office {
	background-color: #0071BB;
}

#menu .office2 {
	background-color: #1387D4;
}

#menu .ad { 
	background-color: #FAAF3B;
}

#menu .ad2 { 
	background-color: #FABD5F;
}

#menu .estate { 
	background-color: #009145;
}

#menu .estate2 { 
	background-color: #4EA175;
}

#menu .open { 
	background-color: #F05A24;
}

#menu .open2 { 
	background-color: #F06D3E;
}



