@charset "UTF-8";
#loader {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#FFF;
	opacity:.5;
	}
#loader_img {
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-33px;
	margin-left:-33px;
	z-index:1001;
	}
.item .page li.cos {
	position:relative;
	}
.item .page li.cos > div.item_head {
	top: 270px;
	left: -270px;
	display:block;
	position:absolute;
	transform:rotate(-90deg);
	display:inline-block;
	line-height: 26px;
	text-align:right;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width:580px;
	}
.item .page li.cos > div.item_head p {
	display:inline;
	font-family: 'Average Sans', sans-serif;
	font-weight:normal;
	font-size:15px;
	color:#000;
	margin:0;
	}
.item .page li.cos > div.item_head p span{
	color:#b39964;
	}
.item .page li.cos > div.item_head p:after {
	content: "\A" ;
	white-space: pre ;
	}
.item .page li.cos > div.item_head h1 {
	float:none;
	display:inline;
	font-family: 'Average Sans', sans-serif;
	font-weight:normal;
	font-size:17px;
	letter-spacing:2px;
	color:#000;
	margin:0;
	}

.item .page li.cos .main_image_container {
	width:460px;
	height:580px;
	overflow:hidden;
	margin:0;
	}
.item .page li.cos .main_image_container > img {
	height:580px;
	width:auto;
	margin:0 auto;
	}

.toggle_arrow {
	margin:0 10px;
	display:inline-block;
	width:10px;
	height:10px;
	background-image:url(../images/headCostumeCareer_arrow.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:100% 200%;
	}
	
.toggle_arrow.hidden {
	background-position:0 -10px;
	} 

#career_content {
	float: right;
	width: 460px;
	font-size: 10px;
	line-height: 1.5;
}
