@charset "UTF-8";
 @media print, screen and (min-width: 751px) {
#inner {
	background: url(/recruit/image/bg.jpg) no-repeat center center fixed;
	position:relative;
	width: 960px;
	height: 700px;
	margin:40px auto;
	border: 1px solid #000;
	overflow: hidden;
	
}
#frame {
	background: url(/special/image/frame.png) no-repeat center -200px scroll;
	min-width: 960px;
	height: 100%;
}
#container {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -480px;
	min-width: 960px;
	height: 100%;
}
.textareaBack {
	background: #000;
	position: absolute;
	top: 0;
	margin-top: 530px;
	height: 150px;
	width: 100%;
	min-width: 960px;
}
/*
////////////////////////////////////////////////
////////////////////////////////////////////////

loader

////////////////////////////////////////////////
////////////////////////////////////////////////
*/
#loader {
	position: relative;
	width: 30px;
	height: 30px;
	margin: 345px 0 0 465px;
	z-index: 100;
}
#loader #loading {
	width: 30px;
	height: 30px;
}
/*
////////////////////////////////////////////////
////////////////////////////////////////////////

slide

////////////////////////////////////////////////
////////////////////////////////////////////////
*/
.slide {
	position: absolute;
	min-width: 960px;
	width: 100%;
}
.imagearea {
	position: relative;
	width: 540px;
	height: 357px;
	margin: 0 auto;
	padding: 150px 0 25px 0;
}
.imagearea h1, .imagearea h2, .imagearea h3 {
	width: 540px;
	height: 357px;
	text-align: center;
	display: table-cell;
    vertical-align: middle;
	font-size:  3em;
	line-height: 1.4em;
	font-weight: bold;
}
.imagearea h3 {
	font-size:  2em;
}
.sText {
	font-weight: nomal;
	font-size: 0.6em;
	display: block;
	line-height: 1.4em;
}
.imagearea img {
	border: none;
	display: block;
	width: 540px;
	height: auto;
}
.textarea {
	padding: 20px 40px;
	color: #FFF;
}
.textarea p {
	margin: 5px auto;
	width: 880px;
}
/*
////////////////////////////////////////////////
////////////////////////////////////////////////

end

////////////////////////////////////////////////
////////////////////////////////////////////////
*/
#end {
	position: absolute;
	min-width: 960px;
	width: 100%;
}
#end div {
	position: relative;
	width: 540px;
	height: 357px;
	margin: 0 auto;
	padding: 150px 0 50px 0;
	text-align: center;
	font-size:  1.2em;
	font-weight: bold;
    vertical-align: middle;
}
#end #replay_button {
	margin-top: 30px;
}
#end #replay_button  a:hover {
	opacity: 0.5;
}
/*
////////////////////////////////////////////////
////////////////////////////////////////////////

navigation

////////////////////////////////////////////////
////////////////////////////////////////////////
*/
#navigation {
	width: 100%;
	position: absolute;
	top: 290px;
	height: 50px;
	left: 0;
}
#navigation .prev-link {
	display: block;
	position: absolute;
	width: 50px;
	heigth: 50px;
	left: 40px;
	margin: 0;
	padding: 0;
}
#navigation .next-link {
	display: block;
	position: absolute;
	width: 50px;
	heigth: 50px;
	right: 40px;
	margin: 0;
	padding: 0;
}
#navigation .prev-link:hover, #navigation .next-link:hover {
	opacity: 0.7;
}
/*
////////////////////////////////////////////////
////////////////////////////////////////////////

navigation_number

////////////////////////////////////////////////
////////////////////////////////////////////////
*/
#navigation_number {
	width: 100%;
	position: absolute;
	width: 86px;
	top: 300px;
	left: 50%;
	text-align: center;
	margin-left: -367px;
	font-size: 1.2em;
	font-weight: bold;
}
/*
////////////////////////////////////////////////
////////////////////////////////////////////////

navigation_sub

////////////////////////////////////////////////
////////////////////////////////////////////////
*/
#navigation_sub {
	width: 960px;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#navigation_sub  ul {
	margin: 0;
	padding: 0;
	height: 50px;
}
#navigation_sub  li {
	float: left;
	list-style: none;
	background: #FFF;
	margin: 0;
	padding: 0;
	height: 50px;
}
#navigation_sub  a {
	font-size: 0.8em;
	color: #000;
	text-decoration: none;	
	margin: 0;
	padding: 0;
}
#navigation_sub  a:hover {
	opacity: 0.7;
}
#navigation_sub ul li .sp{
	display:none;
}
#navigation_sub ul li .pc{
	display:block;
}
 }