/* common css st */

@font-face {
    font-family: "Futura";
    src: local("Futura"), url("../font/Futura.ttc") format("truetype");
}

html,body{
	width:100%;
	height:100%;
	position:relative;
	background-color: rgb(256,256,256);
	font-family: "Futura",sans-serif;
}

a {
	color:#DCDCDC;
	text-decoration:none;
}

a:hover {color:gray;}

#newsTxtDetail_1 a{color:black;	text-decoration:underline;}
#newsTxtDetail_2 a{color:black;	text-decoration:underline;}
#newsTxtDetail_3 a{color:black;	text-decoration:underline;}

div#workList a {color:black;}
div#workList a:hover {color:gray;}

#wrapper{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-500px;
	width:1000px;
	height:100%;
	background-color: rgb(256,256,256);
}

#transitional_top_1{
	width:620px;
	height:360px;
	position:absolute;
	top:200px;
	left:50%;
	margin-left:-310px;
}

#transitional_top_2{
	width:454px;
	height:317px;
	position:absolute;
	top:2900px;
	left:50%;
	margin-left:-227px;
}

#redirect{
	width:1000px;
	position:relative;
	top:0;
	left:0;
	font-size:medium;
	margin-top:100px;
	letter-spacing:0.2em;
}

.footer{
	width:300px;
	height:1em;
	text-align:center;
	position: relative;
	top:2em;
	left:50%;
	margin-left:-150px;
	font-size:large;
	text-decoration:underline;
}

.footer a{
	color:black;
}

.footer a:hover {
	color:gray;
}


/* common css en */

/* navigation css start */
/*#navInner {
	position: fixed;
	top:50%;
	left:50%;
	margin-top:-105px;
	margin-left:-50%;
	font-style: italic;
	width:100%;
	height:210px;
	text-align:center;
	color:#DCDCDC;
	opacity:0.7;
	font-weight:bolder;
}*/

/* IE menu start */
.navInner {
	position: fixed;
	top:50%;
	left:50%;
	margin-left:-50%;
	margin-top:-1.6em;
	font-style: italic;
	width:100%;
	height:3.2em;
	text-align:center;
	z-index:0;
	opacity:0.7;
	color:#DCDCDC;
	font-size: 3.5em;
	letter-spacing: 0.15em;
	line-height:1.8em;
	font-weight:bolder;
}
/* IE menu start */

/* menu firefox start */
.navInner, x:-moz-any-link {
	position: fixed;
	top:50%;
	left:50%;
	margin-left:-50%;
	margin-top:-1.6em;
	font-style: italic;
	width:100%;
	height:3.2em;
	text-align:center;
	z-index:0;
	opacity:0.7;
	color:#DCDCDC;
	font-size: 3.5em;
	letter-spacing: 0.15em;
	line-height:2.5em;
	font-weight:bolder;
}

.navInner, x:-moz-any-link, x:default {
	position: fixed;
	top:50%;
	left:50%;
	margin-left:-50%;
	margin-top:-1.6em;
	font-style: italic;
	width:100%;
	height:3.2em;
	text-align:center;
	z-index:0;
	opacity:0.7;
	color:#DCDCDC;
	font-size: 3.5em;
	letter-spacing: 0.15em;
	line-height:2.0em;
	font-weight:bolder;
}
/* menu firefox end*/

/* safari 3over and google chrome 1over menu start */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.navInner {
		position: fixed;
		top:50%;
		left:50%;
		margin-left:-1000px;
		margin-top:-1.6em;
		font-style: italic;
		width:2000px;
		height:3.2em;
		font-size: 3.5em;
		letter-spacing: 0.15em;
		line-height:1.8em;
		text-align:center;
		z-index:0;
		opacity:0.7;
		color:#DCDCDC;
		font-weight:bolder;
	}
}
/* safari 3over and google chrome 1over menu end */

/* navgation css en *




/* side area st */

/* img用 */
#other_link {
	position:fixed;
	top: 30px;
	left: 40px;
	width: 130px;
}

/* text用 */
/*#other_link {
	position:fixed;
	top: 30px;
	left: 40px;
	width: auto;
	font-size: 12px;
}*/

#other_link img {
	width: 100%;
}

#other_link a {
	color: #000;
	opacity: 0.8;
	/*width: 115px;*/
}

#other_link a:hover {
	opacity: 0.4;
	/*width: 115px;*/
}

/*#other_link:hover {
	opacity: 0.4;
}*/



#online {
	position:fixed;
	top:38px;
	right:30px;
	font-size: 12px;
	letter-spacing: 0.15em;	
	display:block;
	text-align: right;
}

#online a {
	color: #5a5a5a;
}

#online a:hover {
	color: #ccc;
	animation:none;
	-webkit-animation:none;
}

.btn:hover{
	background-color: #fff;
	/*padding: 5px;*/
}

.btn {
	animation: blink 1s linear infinite normal;
	-webkit-animation: blink 1s linear infinite normal;
	-moz-animation: blink 1s linear infinite normal;
	-o-animation: blink 1s linear infinite normal;
	/*padding: 5px;*/
}

/*.sub_online {
	padding-top:10px;
	font-size: 9px;
	letter-spacing: 0.14em;	
	display:block;
	color: #5a5a5a;
}*/

@keyframes blink{
	0% {background-color: #FFF;}
	20% {background-color: #FFFFCC;}
	100% {background-color: #FFFF00;}
}
@-webkit-keyframes blink{
	0% {background-color: #FFF;}
	20% {background-color: #FFFFCC;}
	100% {background-color: #FFFF00;}
}
@-moz-keyframes blink{
	0% {background-color: #FFF;}
	20% {background-color: #FFFFCC;}
	100% {background-color: #FFFF00;}
}
@-o-keyframes blink{
	0% {background-color: #FFF;}
	20% {background-color: #FFFFCC;}
	100% {background-color: #FFFF00;}
}



#sns{
	position:fixed;
	bottom:5px;
	right:5px;
	margin-right: 20px;
}

#sns li{
	display: inline-block;
	height:50px;
}

.sns_icon img {
	position: relative;
	top: 3px;
	width:33px;
	height:33px;
}

.sns_recruit {
	margin-right: 10px;
}


#onLogo{
	position:fixed;
	bottom:35px;
	left:35px;
	width:auto;
	display: block;
}

#onLogo img {
	padding: 25px 0 0 0;
}


/*#onLogo{
	position:fixed;
	bottom:10px;
	left: 10px;
	display: block;
}

#onLogo img {
	padding: 25px 0 0 0;
}*/

.onLogo_sukima a img {
	width: 84px;
}





#prllx_1,#prllx_2,#prllx_3,#prllx_sc {
	position:fixed;
	width:454px;
	height:305px;
}

#prllx_0 {
	position:fixed;
	width:620px;
	height:360px;
	top:250px;
	left:50%;
	margin-left:-310px;
}

#prllx_1 {
	top:1771px;
	left:50px;
}

#prllx_2 {
	top:-1050px;
	left:50px;
}

#prllx_3 {
	top:360px;
	left:1450px;
}



.animation_logo {
	-webkit-animation: spin 10s linear infinite;
	-moz-animation: spin 10s linear infinite;
	-ms-animation: spin 10s linear infinite;
	-o-animation: spin 10s linear infinite;
	animation: spin 10s linear infinite;
}
@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

