body, ul, ol, dl {
	padding: 0;
	margin: 0;
}

body {
	letter-spacing: 0.1em;
	font-family: 'Sintony', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 250%;
}

h2, h3,
section > p,
section > ul,
section > ol,
section > dl,
section > div {
	text-align: left;
	width: 900px;
	margin: 0 auto;
}

section {
	margin: 20em 0;
}

h2, h3 {
	margin-top: 4.2em;
	margin-bottom: 1em;
}

p,
section > div {
	margin-top: 2.25em;
	margin-bottom: 2.25em;
}

img {
	border: none;
}

#wrapper {
	width: 100%;
	text-align: center;
}

header { position: relative; }

#navi {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	padding: 30px 0;
	text-align: center;
	z-index: 100;
	height: 30px;
	font-size: 15px;
	-webkit-transition: background-color 0.3s linear;
	   -moz-transition: background-color 0.3s linear;
	     -o-transition: background-color 0.3s linear;
	    -ms-transition: background-color 0.3s linear;
}

#navi a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.3s linear;
	   -moz-transition: color 0.3s linear;
	     -o-transition: color 0.3s linear;
	    -ms-transition: color 0.3s linear;
}

#navi ul {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	text-align: center;
}

#navi ul li {
	display: inline-block;
	margin-left: 18px;
	margin-right: 18px;
	line-height: 1em;
}

#type-logo {
	position: absolute;
	z-index: 3;
}

#header-bg {
	overflow: hidden;
	background: url('img/load.gif') no-repeat 50% 50%;
}

#header-bg img {
	opacity: 0;
	position: absolute;
}

#profile dt {
	float: left;
	width: 7em;
}

#profile dd {
	padding-left: 7em;
}

#profile ul {
	margin-left: 1.25em;
}

#profile li {
	margin-left: 0.25em;
	list-style-type: square;
}

#about-logo {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#about-logo > img {
	float: left;
	margin: 4em 68px 0 68px;
}

#about-logo > p {
	font-size: 14px;
	margin-left: 288px;
	margin-right: 68px;
}

#job ul {
	margin-right: -30px;
}

#job ul li {
	display: inline-block;
	width: 400px;
	height: 230px;
	vertical-align: top;
	margin-right: 50px;
}
#job ul li ul li {
	display: block;
	width: auto;
	height: auto;
	font-size: 13px;
	line-height: 1.75em;
}

#job ul li h4,
#job ul li p {
	margin: 0.75em 0;
}

#job ul li h4 {
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 3px;
	padding-left: 20px;
	background: #000;
}

#job ul li ul,
#job ul li p {
	padding: 0 5px;
}

#job ul li p {
	font-size: 14px;
	line-height: 1.85em;
}

#map {
	height: 450px;
	width: 100%;
	min-width: 960px;
	margin-top: -0.5em;
}


.center {
	text-align: center;
}

footer {
	text-align: center;
}

h1 {
	position: absolute;
	bottom: 20px;
	left: 60px;
	margin: 0;
}

#sinsotsu {
	position: absolute;
	top: 35px;
	right: 25px;
	padding: 5px 15px;
	line-height: 1em;
	background: rgba(0, 64, 138, .75);
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	     -o-border-radius: 5px;
	    -ms-border-radius: 5px;
		    border-radius: 5px;
}

#sinsotsu a {
	font-size: 11px;
	color: #fff !important;
}

.stack {
	position: relative;
	display: inline-block;
}

.stack img {
	vertical-align: baseline;
	-webkit-transition: opacity 0.3s linear;
	   -moz-transition: opacity 0.3s linear;
	     -o-transition: opacity 0.3s linear;
	    -ms-transition: opacity 0.3s linear;
		    transition: opacity 0.3s linear;
}

.stack img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
}

#flow > div {
	width: 415px;
}

#flow #new {
	float: right;
	position: relative;
}

#flow #career {
	float: left;
	-webkit-transition: opacity 1s linear;
	   -moz-transition: opacity 1s linear;
	     -o-transition: opacity 1s linear;
	    -ms-transition: opacity 1s linear;
}

#flow ol li {
	list-style: none;
	background-repeat: no-repeat;
	padding-left: 55px;
}

#flow #new ol h5 {
	background-color: #00408A;
}

#flow #career ol h5 {
	background-color: #E60027;
}

#flow ol h5 {
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 3px;
	padding-left: 20px;
	margin: 15px 0;
}

#flow ol li p {
	font-size: 13px;
	line-height: 1.5em;
	background-image: url('img/flow_arw.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 35px;
	margin: 15px 0 25px 0;
}

#flow ol li p.last {
	background-image: none;
}


#flow ol li:nth-child(1) {
	background-image: url('img/01.png');
}

#flow ol li:nth-child(2) {
	background-image: url('img/02.png');
}

#flow ol li:nth-child(3) {
	background-image: url('img/03.png');
}

#flow ol li:nth-child(4) {
	background-image: url('img/04.png');
}

#flow ol li:nth-child(5) {
	background-image: url('img/05.png');
}

#flow #new h4,
#flow #career h4 {
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
	margin-bottom: 35px;
}

#address {
	line-height: 2em;
}

address {
	font-size: 0.95em;
	font-style: normal;
	line-height: 1.5em;
	margin-bottom: 15px;
}

#address span {
	display: inline-block;
	width: 100px;
}

#address p {
	font-size: 0.95em;
	line-height: 1.5em;
	margin: 15px 0;
}

#address .address-en {
	display: block;
	font-size: 85%;
	width: auto;
	margin: 20px 0;
}


.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}

#facebook {
	margin-top: 80px;
}

#media {
	margin-top: -150px;
}

#media-box {
	display: none;
}

#media h3 {
	cursor: pointer;
}

#media-box h4 {
	margin: 0;
	padding: 15px 0;
	cursor: pointer;
	background: url('img/plus.png') no-repeat 300px center;
}

#media-box ul {
	list-style: none;
	display: none;
}

#media-box ul li {
	border-bottom: 1px dotted #ccc;
	padding-left: 45px;
}

#rec-catch {
	margin: 50px inherit;
}

/**/

#overlay {
	background-color: rgba(0,0,0,.65);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 900;

	display: none;
}

#recruit-modal {
	width: 600px;
	background-color: rgba(255,255,255,.85);
	background-color: #fff;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	font-size: 16px;
	line-height: 1.85em;
	transform: translate(-50%, -50%);
}

.fb-iframe-container {
	padding-top: 2rem;
}

.fb-iframe-container iframe body {
	background-color: #fff;
}

#recruit-modal p {
	margin-top: 1em;
	margin-bottom: 1em;
}

#recruit-modal span.bnr {
	display: inline-block;
	margin: 20px 0 0;
}

#recruit-modal span.bnr img {
	vertical-align: bottom;
}

#recruit-modal a {
	transition: opacity .5s;
}

#recruit-modal a:hover {
	opacity: .5;
}

a.rec-close {
	text-decoration: none;
	color: #000;
}

a.rec-close img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.mynavi {
	text-align: left;
	width: 802px;
	line-height: 1.8em;
	background: #efefef;
	border: 1px solid #ccc;
	padding: 25px;
	transition: background-color 1s;
}

.mynavi div {
	float: left;
}

.mynavi img {
	display: block;
	float: left;
	margin-right: 35px;
}

a.mynavi-a {
	display: block;
	width: 900px;
	margin: 0 auto;
	text-decoration: none;
	color: #000;
}

a:hover.mynavi-a .mynavi {
	background: #d3f6ff;
}

#address {
	float: left;
}

.fb-page {
	float: right;
	width: 420px;
}

#new .end {
	position: absolute;
	top: 80px;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 0 3px #fff;
	width: 100%;
	font-size: 24px;
	line-height: 2em;
}

#new .end span {
	font-size: 16px;
	font-weight: normal;
}







