<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

img { vertical-align:bottom }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

img { vertical-align:bottom }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
	list-style: none;
}

br{
	letter-spacing:0;
}

.clearfix:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

body {
    line-height: 1.7em;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', "メイリオ","ＭＳ Ｐゴシック", sans-serif;
	background:url(../img/bg.gif);
	font-size:24px;
	-webkit-text-size-adjust: 100%;
	color: #7c5939;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}

a {
	color: #7c5939;
}

#exteriorWrapper {
	width:640px;
	margin:0px auto;
	position:relative;
}

.canvas-container {
	position:absolute !important;
	left:0px;
	top:0px;
	z-index:-1;
}

#bg_cv {
	position:absolute;
	left:0px;
	top:0px;
}


/* header */


#btnOpenMenu {
	position:absolute;
	right:0px;
	top:0px;
	z-index:10000;
}




/* globalMenu */
#globalNav {
	position:absolute;
	left:0px;
	top:0px;
	background:url(../img/bg.gif);
	width:640px;
	height:850px;
	line-height:0px;
	z-index:9999;
	overflow:hidden;
	display: none;
}

#globalNavigation {
	padding-top:133px;
	background: url(../img/menu/menu_title.png) no-repeat left top;
}

#globalNavigation li {
	float:left;
	position:relative;
}

#globalNavigation li:nth-child(odd) {
}

.menuUpIcon {
	background:url(../img/menu/new.png);
	width:320px;
	height:90px;
	
	position:absolute;
	right:0px;
	top:0px;
}

/* footer */
footer {
	padding-top:44px;
	padding-bottom:70px;
	background: url(../img/footer/footer_bg.jpg) repeat-y left top;
	text-align:center;
}

#socialView {
  position: relative;
  overflow: hidden;
}

#socialList {
	width: 420px;
	position: relative;
	margin: 0 auto 60px auto;
}

#socialList li {
	display: inline;
	float:left;
	width: 92px;
	margin: 0 6px 0 7px;
}

#socialList li:first-child {
	margin-left:0px;
}

#companyList{
	margin: 0 auto 25px auto;
	display: table;
}

#companyList li {
	display: table-cell;
	text-align: center;
	line-height: 20px;
	background: url(../img/footer/footer_border.png) no-repeat right bottom;
	padding: 16px 25px;
	font-size: 18px;
}

#companyList li:last-child {
	background: none;
}

#companyList li a {
	color: #fd6a87;
	text-decoration: underline;
}

#companyList li a:hover {
	color: #fd6a87;
	text-decoration: underline;
}

#btnGo2Top{
	width:148px;
	margin:0px auto;
	margin-bottom:20px;
}

#btnGo2Pc{
	width:241px;
	margin:0px auto;
	margin-bottom:30px;
}

#txtNotice{
	width:540px;
	margin:0px auto;
	margin-top:15px;	
}

#copyRight{
	width:327px;
	margin:0px auto;
	margin-top:20px;	
}


/* floatPlayer */
#floatPlayer {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index: 99999;
}

#floatBg {
	background:#621927;
	opacity: 0.8;-moz-opacity: 0.8;filter: alpha(opacity=80);
	width:100%;
	height:100%;
	
	position:absolute;
	left:0px;
	top:0px;
	
}

.brightcovePlayer {
	position:absolute;
	left:0px;
	top:0px;
}


/* POP UP */
#popup_wrapper {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index: 99999;
}

#popup_bg {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:url(../../staffcast/img/lightbox_bg.png);
}

#popbanner {
	position:absolute;
	left:0px;
	top:0px;
	width: 640px;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	z-index: 50;
}

#popbanner {
	position:absolute;
	left:0px;
	top:0px;
	width: 640px;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	z-index: 50;
}

.popcont {
	width: 640px;
	background: #ffffff;
	padding: 15px 0;
}



.popcont p{
	padding: 0 15px;
	margin-bottom: 15px;
}

.popcont p span{
	padding: 0 15px;
	margin-bottom: 15px;
	color: #ff6986;
}

.popcont .catch{
	text-align:center;
}</pre></body></html>