@import url(http://fonts.googleapis.com/css?family=Dosis:400,500,600,700,800,300,200);
/*************************
*******Typography*********
**************************/
html {
	font-size: 62.5%;
}

body {
	font-family: "メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
	font-size: 120%;
//	font-size: 1.0rem;
//	font-size: 16px;
//	line-height: 26px;
	line-height: 1.5;
	color: #000000;
	margin: 0;
}

body,
.preloader {
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	color: #000000 !important;
}

ul {
	list-style: none;
	padding: 0
}

.item {
	margin-top: 100px;
	background-color: #ffffff;
}

/*************************
*******Navigation CSS*****
**************************/

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	background: -webkit-linear-gradient(90deg, #007bbb 10%, #c1e4e9 90%); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(90deg, #007bbb 10%, #c1e4e9 90%); /* FF3.6+ */
	background:     -ms-linear-gradient(90deg, #007bbb 10%, #c1e4e9 90%); /* IE10 */
	background:      -o-linear-gradient(90deg, #007bbb 10%, #c1e4e9 90%); /* Opera 11.10+ */
	background:         linear-gradient(90deg, #007bbb 10%, #c1e4e9 90%); /* W3C */ 
}

#header .container {
	height: 100px;
	display: table;
}

#header .container-inner {
	display: table-cell;
	vertical-align: middle;
}

#header .logo h1 {
	margin: 0 !important;
}

#header .nav-button{
	display: inline-block;
	margin-top: 10px;
	text-transform: uppercase;
}

.page-header {
	font-size: 140%;
//	line-height: 3;
	border: 0;
	padding: 0;
	margin-top: 0;
	font-weight: 700;
	margin-bottom: 20px;
}

#footer {
	margin: 30px 0;
	background-color: #ffffff;
}

#new-req dl,
#career-req dl,
#corporate-profile dl {
	width: 100%;
	text-align: left;
}
#new-req dt,
#career-req dt,
#corporate-profile dt {
	font-weight: bold;
	float: left;
	width: 10em;
	padding: 0.2em 0 0.2em 0;
	text-indent: 1em;
}

#new-req dd,
#career-req dd,
#corporate-profile dd {
	margin: 0 0 0 0;
	padding: 0.2em 0 0.2em 1em;
	border-bottom: 1px #ffffff dotted;
	padding: 0.2em 0 0.2em 10em;
}

