@charset "UTF-8";

/* base */

* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'UniversNextPro-Regular';
	src: url(../fonts/UniversNextPro-Regular.otf);
}

body, input, textarea, select {
	font-family: 'UniversNextPro-Regular', '游ゴシック体', 'Meiryo UI', 'Meiryo', メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', 'ＭＳ Ｐゴシック', arial, helvetica, sans-serif;
	/*font-size: 75%;*/
	font-size: 87.5%;
	color: #000;
	line-height: 166%;
	/*background: url(../images/back.png) repeat-x left top #E1D9C6;*/
}
body{
	min-width:1000px;
  }
ul,ol,li {
	list-style: none;
}

h1,h2,h3,h4,h6,p,ul,ol,li,div,table,th,td,dl,dt,dd {
	text-align: left;
	font-size: 100%;
	font-weight: normal;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:link,a:visited,a:focus {
	outline:none;
}

img	{
	border: none;
}

li img	{
	vertical-align: bottom;
}

* html .clear	{
	height: 1%;
}

*:first-child+html .clear {
	height: 1%;
}

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

.over a:hover img{filter:alpha(opacity=60); opacity:0.6;}

#wrap {
	width: 1000px;
	margin: 0 auto;
}


/* header */

.header_top {
	position: relative;
	padding-bottom: 14px;
}

h1 a {
	display: block;
	padding-top: 16px;
	text-align: center;
}

h1 a img {
	width: 346px;
}

.header_top h2 {
	float: right;
	padding-top: 18px;
}

#search_area {
	position: absolute;
	padding-top: 12px;
	top: 18px;
	left: 678px;
	_left: 648px;
	width: 292px;
	height: 35px;
	background: url(../images/search_area.gif) no-repeat left top;
	border: none;
}

legend {
	display: none;
}

.input_area {
	position: absolute;
	top: 7px;
	left: 45px;
	width: 145px;
	height: 16px;
	padding: 2px;
	border: solid 1px #ccc;
	color: #000;
}

.search_btn {
	position: absolute;
	top: 7px;
	left: 202px;
	text-indent: -9999px;
	width: 69px;
	height: 21px;
	border: none;
}

#nav {
	width: 1000px;
	padding-bottom: 4px;
	background: url(../images/nav_bottom.gif) repeat-x left bottom;
}

#nav li {
	float: left;
	height: 62px;
}

#nav li a {	
	display: block;
	height: 62px;
	text-indent: -9999px;
}

.nav_concept a {	
	width: 167px;
	background: url(../images/nav.gif) no-repeat 0 0;
}

.nav_company a {	
	width: 167px;
	background: url(../images/nav.gif) no-repeat -167px 0;
}

.nav_history a {	
	width: 167px;
	background: url(../images/nav.gif) no-repeat -334px 0;
}

.nav_business_overview a {	
	width: 167px;
	background: url(../images/nav.gif) no-repeat -501px 0;
}

.nav_recruit a {	
	width: 167px;
	background: url(../images/nav.gif) no-repeat -668px 0;
}

.nav_expansion_plan a {	
	width: 165px;
	background: url(../images/nav.gif) no-repeat -835px 0;
}

.nav_concept a:hover {	
	width: 167px;
	background: url(../images/nav.gif) no-repeat 0 -62px;
}

.nav_company a:hover {	
	width: 167px;
	background: url(../images/nav.gif) no-repeat -167px -62px;
}

.nav_history a:hover {	
	width: 167px;
	background: url(../images/nav.gif) no-repeat -334px -62px;
}

.nav_business_overview a:hover {	
	width: 167px;
	background: url(../images/nav.gif) no-repeat -501px -62px;
}

.nav_recruit a:hover {	
	width: 167px;
	background: url(../images/nav.gif) no-repeat -668px -62px;
}

.nav_expansion_plan a:hover {	
	width: 165px;
	background: url(../images/nav.gif) no-repeat -835px -62px;
}

.totop a {
}

.totop p {
	text-align: center;
	font-size: 10px;
}
.totop img {
	margin-bottom: 3px;
	width: 7px;
	height: auto;
}

.totop a,
.totop a:hover,
.totop a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	padding-top: 20px;
	text-align: center;
	line-height: 12px;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
}


/* footer */

#footer {
	padding: 6px 30px 0;
	/*background: url(../images/footer_top.gif) repeat-x left top #f6f3e8;*/
	/*font-size: 85%;*/
	font-size: 75%;
	line-height: 100%;
}

#footer a:link {
	color: #fff;
}

@media screen and (max-width:750px){

	body{
	  min-width:auto;
	}
