@charset "utf-8";

/*----------------------------------------
基本
-------------------------------------------*/
* {
    margin:0;
	padding:0;
	}
	

body {
    color:#DDD;
    font-size:11px;
	*letter-spacing:0.05em;
	_letter-spacing:0.05em;
	background-color:#000;
	margin:0;
	font-family:"ヒラギノ角ゴ Pro","MS PGothic",Sans-Serif;
	}


/*.en{
	color:#EEE;}*/
	
a {text-decoration: none; outline:0;}
a:link{color: #FFF;}
a:visited{color: #FFF;}
a:active{color: #c9171e;}
a:hover {color: #c9171e; text-decoration:none; outline:0;}

br{letter-spacing:0;}

img{vertical-align:middle;}
a img{border:none;}

body #wrapper{
	min-height:800px;
	_height:800px;}

body#about #wrapper{background:url(/img/back_a.jpg) center top no-repeat fixed;}
body#works #wrapper{background:url(/img/back_b.jpg) center top no-repeat fixed;}
body#creators #wrapper{background:url(/img/back_c.jpg) center top no-repeat fixed;}
body#partners #wrapper{background:url(/img/back_d.jpg) center top no-repeat fixed;}
body#contact #wrapper{background:url(/img/back_e.jpg) center top no-repeat fixed;}
body#recruit #wrapper{background:url(/img/back_f.jpg) center top no-repeat fixed;}
body#home #wrapper,
body#news #wrapper,
body#privacy #wrapper{background:url(/img/back_g.jpg) center top no-repeat fixed;}
	
#contents{
	width:950px;
	margin:0 auto 0 auto;
	text-align:left;
	background:url(/img/back_contents.png) repeat-y;
	_background:url(/img/back_contents.gif) repeat-y;
	_height:100%;
	}

#home #contents{
	position:relative;}
	
/*----------------------------------------
common
-------------------------------------------*/

* html img, * html div, * html input,* html p,* html h1,* html h2,* html h3,* html h4,* html span,* html li{
	behavior:url(/iepngfix.htc);
}


#home h1,
#privacy h1,
#wrapper #contents h1{
	display:none;}
	
#contents #menu{
	float:left;
	width:200px;
	margin-right:20px;
	_margin-right:10px;
	}

#contents #main{
	float:left;
	width:730px;
	min-height:600px;
	}
#about #contents #main h2,
#works #contents #main h2,
#creators #contents #main h2,
#partners #contents #main h2,
#contact #contents #main h2,
#recruit #contents #main h2,
#news #contents #main h2{
	text-indent:-9999px;
	height:65px;
	margin-bottom:40px;
	}

#contents #main div.ja{
	float:left;
	width:355px;
	_width:345px;
	margin-right: 20px;
}
#contents #main div.en{
	float:left;
	width:355px;
	_width:345px;}
	
.caution{
	font-size:10px;
	color:#999999;
	line-height:1.2;
	margin-top:0.3em;}
	
.link{
	background:url(/img/arrow.png) no-repeat center left;
	line-height:1;
	padding-left:10px;
	margin:0.8em 0;
	font:12px;}
.pdf{
	background:url(/img/icn_pdf.gif) no-repeat center right;
	padding-right:15px;}


p.btn{
	clear:both;
	margin:20px 0;
	text-align:center;
	}

	
p.btn_back{
	clear:both;
	text-indent:-9999px;
	background:url(/img/btn_back.png) no-repeat;
	margin-top:50px;
	}
p.btn_back a{
	display:block;
	height:33px;
	width:65px;
	}
p.btn_back a:hover{
	background:url(/img/btn_back-on.png) no-repeat;
	_background:url(/img/btn_back-on.gif) no-repeat;
	}

/*----------------------------------------
home
-------------------------------------------*/

/*#home #contents #menu{
	position:absolute;
	top0;
	left:20px;}*/
#pattern{
	position:absolute;
	right:0;
	bottom:0;}
/*#home #footer{
	position:absolute;
	left:0px;
	bottom:10px;
	}*/

#home #main{
	margin-top:150px;}

#home #main p.ttl_news{
	text-indent:-9999px;
	background:url(/img/h2_home_news.png) no-repeat;
	height:34px;
	margin-bottom:30px;
	}

/*----------------------------------------
news,home
-------------------------------------------*/
#news #contents #main h2{
	background:url(/img/h2_news.png) no-repeat;
	}
#news #contents #main dl,
#home #contents #main dl{
	clear:both;
	width: 740px;
	_width: 730px;
	line-height:1.5;
}

#news #contents #main dt,
#home #contents #main dt{
	float:left;
	width:250px;
	_width:250px;
	clear:both;
	margin-bottom:0.5em;
	font-family:Helvetica, Arial, sans-serif;
	color:#777;
	font-size:30px;
	text-align:center;
	line-height:1;
}

#news #contents #main dd,
#home #contents #main dd{
	width:480px;
	_width:470px;
	margin:0 0 0 250px;
	line-height:1.6;
	font-size:10px;
	letter-spacing:0.05em;
}
#news #contents #main dd p.data,
#home #contents #main dd p.data{
	margin-left:1.5em;
	/*border-left:dotted 1px #999;
	padding-left:1em;*/
	/*color:#AAA;*/
	line-height:1.3;
	}
#news #contents #main dd p.text,
#home #contents #main dd p.text{
	margin:1em 0 0 1em;
	line-height:1.3;
	/*color:#AAA;*/
	}
#news #contents #main dd p.image img,
#home #contents #main dd p.image img{
	padding:2px;
	border:solid 1px #999;
}


#news #contents #main dd.press,
#home #contents #main dd.press{
	margin-top:10px;
	padding-bottom:1em;
	margin-bottom:2em;
	border-bottom:dotted 1px #666;
	}

#news #contents #main dd h3,
#home #contents #main dd h3{
	font-size:14px;
	margin:1em 0 0.5em 0;}

#home p.link{
	font-size:10px;
	margin:0.3em 0;}
#home p.link a{
	_padding-left:10px;}
#home p.more{
	text-align:right !important;
	background:url(/img/arrow.gif) no-repeat center right !important;
	padding-right:10px;
	margin-bottom:2em;}

/*----------------------------------------
About Us
-------------------------------------------*/
#about #contents #main h2{
	background:url(/img/h2_about.png) no-repeat;
	}
#about.history{
	padding:10px;
	line-height:1.6;
	font-size:10px;
	color:#DDD;}
#about.history h1{
	font-size:15px;
	margin:1em 0;}
#about.history h2{
	font-size:14px;
	margin:1em 0;}
#about.history h3{
	font-size:13px;
	margin:0.5em 0;}
	
/*----------------------------------------
Works
-------------------------------------------*/
#works #contents #main h2{
	background:url(/img/h2_works.png) no-repeat;
	}
#works #contents #main h3{
	text-indent:-9999px;
	height:19px;
	margin-bottom:10px;
	}
#works #contents #main h3#entry{background:url(/img/h3_works_entry.png) no-repeat;}
#works #contents #main h3#login{background:url(/img/h3_works_login.png) no-repeat;}
#works #contents #main h3#creative{background:url(/img/h3_works_cerative.png) no-repeat;}
	#works #contents #main h3#creative_movie{background:url(/img/h3_works_cerative-movie.png) no-repeat;}
	#works #contents #main h3#creative_still{background:url(/img/h3_works_cerative-still.png) no-repeat;}
#works #contents #main h3#rd{background:url(/img/h3_works_rd.png) no-repeat;}
	#works #contents #main h3#rd_movie{background:url(/img/h3_works_rd-movie.png) no-repeat;}
	#works #contents #main h3#rd_still{background:url(/img/h3_works_rd-still.png) no-repeat;}
#works #contents #main h3#project{background:url(/img/h3_works_project.png) no-repeat;}
#works #contents #main h3#media{background:url(/img/h3_works_media.png) no-repeat;}


#works #contents #main ul#select{
	width:540px;
	_width:560px;
	margin:150px auto;}	
#works #contents #main ul#select li{
	text-indent:-9999px;
	list-style:none;
	width:230px;
	height:230px;
	float:left;
	margin:0 20px;}
#works #contents #main ul#select li a{
	display:block;
	width:230px;
	height:230px;
	}
#works #contents #main ul#select li.movie{background:url(/img/btn_works_movie.png) no-repeat;}
#works #contents #main ul#select li.movie a:hover{background:url(/img/btn_works_movie-on.png) no-repeat;_background:url(/img/btn_works_movie-on.gif) no-repeat;}
#works #contents #main ul#select li.still{background:url(/img/btn_works_still.png) no-repeat;}
#works #contents #main ul#select li.still a:hover{background:url(/img/btn_works_still-on.png) no-repeat;_background:url(/img/btn_works_still-on.gif) no-repeat;}

#works #contents #main ul#select li.three-d{background:url(/img/btn_works_3d.png) no-repeat;}
#works #contents #main ul#select li.three-d a:hover{background:url(/img/btn_works_3d-on.png) no-repeat;_background:url(/img/btn_works_3d-on.gif) no-repeat;}
#works #contents #main ul#select li.vr{background:url(/img/btn_works_360vr.png) no-repeat;}
#works #contents #main ul#select li.vr a:hover{background:url(/img/btn_works_360vr-on.png) no-repeat;_background:url(/img/btn_works_360vr-on.gif) no-repeat;}


#works #contents #main ul#list{
	margin-bottom:10px;}

#works #contents #main ul#list li{
	text-align:center;
	list-style:none;
	display:block;
	float:left;
	width:200px;
	margin:8px;
	padding:10px;
	/*border:solid 1px #555;*/
	background:url(/img/back_white.png);
	_background:url(/img/back_white.gif);
	/*height:300px;*/
	position:relative;
}

#works #contents #main ul#list a{
	/*color:#DDD;
	display:block;
	padding:10px;
	text-decoration:none;
*/
	}
#works #contents #main ul#list li a:hover{
	/*background:url(/img/back_red.png);
	_background:url(/img/back_red.gif);
	color:#FFF;
	height:280px;*/
	}
#works #contents #main ul#list li h4{
	font-size:10px;
	margin:1em 0 0.5em 0;
	}
#works #contents #main ul#list li p.icn{
	text-align:center;
	margin:8px 0;}
#works #contents #main ul#list li p.text{
	font-size:10px;
	text-align:left;
	line-height:1.4;
	margin:0;
}

#works #contents #main ul#list li p.btn_movie{
	position:absolute;
	top:65px;
	left:75px;
	text-indent:-9999px;
	background:url(/img/btn_movie.png) no-repeat;
	_background:url(/img/btn_movie.gif) no-repeat;
	width:56px;
	height:53px;
	}
#works #contents #main ul#list li p.btn_still{
	position:absolute;
	top:65px;
	left:75px;
	text-indent:-9999px;
	background:url(/img/btn_still.png) no-repeat;
	_background:url(/img/btn_still.gif) no-repeat;
	width:56px;
	height:53px;
	}
#works #contents #main ul#list li p.btn_login{
	position:absolute;
	top:65px;
	left:40px;
	text-indent:-9999px;
	background:url(/img/btn_login.png) no-repeat;
	_background:url(/img/btn_login.gif) no-repeat;
	width:130px;
	height:53px;
	}

#works #contents #main ul#list li p.btn_movie a,
#works #contents #main ul#list li p.btn_still a{
	display:block;
	width:56px;
	height:53px;
	}
#works #contents #main ul#list li p.btn_login a{
	display:block;
	width:130px;
	height:53px;
	}
#works #contents #main ul#list li p.btn_movie a:hover{
	background:url(/img/btn_movie-on.png) no-repeat;
	_background:url(/img/btn_movie-on.gif) no-repeat;
	}
#works #contents #main ul#list li p.btn_still a:hover{
	background:url(/img/btn_still-on.png) no-repeat;
	_background:url(/img/btn_still-on.gif) no-repeat;
	}
#works #contents #main ul#list li p.btn_login a:hover{
	background:url(/img/btn_login-on.png) no-repeat;
	_background:url(/img/btn_login-on.gif) no-repeat;
	}

p.show{
	clear:both;
	margin:20px 0;
	text-align:center;
	font-size:11px;
	letter-spacing:0.2em;}
	
/*----------------------------------------
Pagnation
-------------------------------------------*/
#page-nation{
	clear:both;
	text-align:center;
	margin:20px 0;
	padding:5px 0;}
	
ul#pagination-digg{
	display:inline;
	margin:0 0.5em;}

#pagination-digg li{ font-size:85%; list-style:none; display:inline;}
#pagination-digg a{ background:url(/img/back_white.png); _background:url(/img/back_white.gif); border:solid 1px #555; margin-left: 1px; margin-right:1px; }
#pagination-digg .previous-off,
#pagination-digg .next-off{
	border:solid 1px #555;
	color:#888888;
	font-weight:bold;
	margin-left:1px;
	margin-right:1px;
	padding:3px 4px;
}
#pagination-digg .next a,
#pagination-digg .previous a{ font-weight:bold; }	
#pagination-digg .active,
#pagination-digg .current{
	background:url(/img/back_red.png);
	_background:url(/img/back_red.gif);
	color:#FFFFFF;
	font-weight:bold;
	padding:4px 6px;
	margin-left:1px;
	margin-right:1px;
}

#pagination-digg a:link, 
#pagination-digg a:visited{ padding:3px 6px; text-decoration:none; }
#pagination-digg a:hover{ background:url(/img/back_red.png); _background:url(/img/back_red.gif);color:#FFF;}

#pagination-digg .next a:link, 
#pagination-digg .next a:visited,
#pagination-digg .previous a:link, 
#pagination-digg .previous a:visited{ padding:3px 4px; text-decoration:none; }

#page-nation div.previous,
#page-nation div.next{
	display:inline;
	color:#CCC;
}




/*----------------------------------------
Creators
-------------------------------------------*/
#creators #contents #main h2{
	background:url(/img/h2_creators.png) no-repeat;
	}
#creators #contents #main h3,
#creators.detail h3{
	line-height:1.5;
	font-size:15px;
	padding:1em 0;
	}
#creators #contents #main h3,
#creators.detail h3{
	border-top:dotted 1px #666;
	}
	
#creators #contents #main h3 span.link{
	margin-left:20px;
	font-weight:normal;
	vertical-align:middle;}

#creators #contents #main h3 span.pos,
#creators.detail h3 span.pos{
	display:block;
	font-weight:normal;
	font-size:10px;
	padding-right:20px;
	color:#999;}

#creators #contents #main h3 a:hover{
	text-decoration:none !important;}
	
#creators #contents #main dl.ja{
	float:left;
	width:350px;
	height:18em;
	}
#creators #contents #main dl.en{
	float:left;
	width:350px;
	height:18em;}
	
#creators #contents #main dl dt{
	margin-top:1em;
	position:relative;
	}
#creators #contents #main dl dt span.link{
	font-size:9px;
	*font-size:10px;}
#creators #contents #main dl dd{
	line-height:1.6;
	margin:0 2em;
	margin-bottom:0.5em;
	padding-right:20px;}
	

body#creators.detail div.ja{
	float:left;
	width:450px;
	margin-right: 20px;
	margin-bottom:20px;
}
body#creators.detail div.en{
	float:left;
	width:450px;
	margin-bottom:20px;}
	

#creators.detail p{
	margin:1em 0;
	line-height:1.5;}
#creators.detail p.lead{
	font-size:12px;
	margin-bottom:2em;}
#creators.detail p.history{
	font-size:10px;}
#creators.detail dl{
	margin:2em;}

#creators.detail dl dt{
	font-weight:bold;
	margin:1em 0 1em 0;
	}
#creators.detail dl dd{
	margin-left:2em;
	line-height:1.8;
	font-size:10px;
	letter-spacing:0.05em;
	}
#creators.detail dl.matsuki dt{
	font-weight:bold;
	margin:0 0 0.8em 0;
	line-height:1.4;
	padding:0;
	float:left;
	width:35px;
	clear:both;
	}
#creators.detail dl.matsuki dd{
	margin:0 0 0.8em 35px;
	padding:0;
	line-height:1.4;
	font-size:10px;
	letter-spacing:0.05em;
	float:left;
	width:300px;
	}


body#creators.detail{
	background-color:#333;}
#creators.detail{
	padding:20px;}


		
/*----------------------------------------
partners
-------------------------------------------*/
#partners #contents #main h2{
	background:url(/img/h2_partners.png) no-repeat;
	}
#partners #contents #main h3{
	font-size:12px;
	margin:1em 0;
	border-top:dotted 1px #666;
	padding-top:0.8em;}
#partners #contents #main table{
	width:355px;
	_width:345px;
	border-spacing:1px;
	font-size:10px;
	margin-bottom:10px;
}
#partners #contents #main table th,
#partners #contents #main table td{
	padding:3px 5px;
	*padding:5px 5px;
	}
#partners #contents #main table th{
	background:url(/img/back_th.png);
	_background:#333333;
	width:10em;
	text-align:center;}
#partners #contents #main table td{
	background:url(/img/back_td.png);
	_background:#555;}

#partners #contents #main p{
	margin:0.5em 0;
	line-height:1.5;}

/*----------------------------------------
Recruit
-------------------------------------------*/
#recruit #contents #main h2{
	background:url(/img/h2_recruit.png) no-repeat;
	}
#recruit #contents #main ol{
	margin:0 0 30px 30px;
	padding:0 0 20px 0;
	border-bottom:dotted 1px #666;}
#recruit #contents #main ol li h3{
	font-size:12px;
	margin-bottom:0.3em;}
#recruit #contents #main ol li{
	margin-bottom:1em;
	line-height:1.5;}

#recruit #contents #main .text p{
	line-height:1.6;
	margin:1.5em 0 1.5em 30px;}
	
	
/*----------------------------------------
contact
-------------------------------------------*/
#contact #contents #main h2{
	background:url(/img/h2_contact.png) no-repeat;
	}
	
#contact #main .ja p,
#contact #main .en p{
	line-height:1.8;
	margin-bottom:20px;}

#contact #main .map{
	clear:both;
	width:506px;
	margin:0 auto;}

#contact #main .map p img{
	padding:2px;
	border:solid 1px #555;}
	
#contact ul.route{
	margin:15px 0 20px 15px;
	}	
#contact ul.route li{
	margin-bottom:0.8em;
	font-size:10px;
	line-height:1.6;
	}
#contact .en ul.route li{
	line-height:1.3;}
#contact ul.route li h3{
	font-size:11px;
	margin-bottom:0.5em;}

/*----------------------------------------
Form
-------------------------------------------*/
form{
	clear:both;}

fieldset{
	clear:both;
	margin-bottom:10px;
	border:solid 1px #555;}

fieldset legend span{
	font-weight:bold;
	color:#DDD;
	padding:0 1em;}
fieldset label{
	margin-left:10px;}

fieldset input,
fieldset textarea{
	border:solid 1px #DDD;
	padding:3px;
	margin:10px;
	font-size:13px;
	vertical-align:middle;}
	
p.error,
fieldset p.error{
	margin:5px 10px;
	color:#FF0000;
	font-weight:bold;}

p.check{
	margin:1em 0;
	font-size:10px;
	}
p.check input{
	vertical-align:middle; 
	margin-right:0.5em;}

input.btn{
	margin-top:10px;
	border:solid 1px #333;
	padding:10px 15px;
	background-color:#C9171E;
	color:#FFF;}
	
h4.thanks{
	font-size:15px;
	color:#C9171E;
	margin:2em 0 1.5em 0;
	}
p.text{
	line-height:1.6;
	}



/*----------------------------------------
footer
-------------------------------------------*/
#footer{
	clear:both;
	padding:20px 0;}

	
#footer p.copy{
	font-size:9px;
	font-family:Helvetica, Arial, sans-serif;
	letter-spacing:0.1em;
	color:#999999;
	text-align:right;}
	
#footer p.copy span.menu_btm{
	margin-right:2em;
	padding-right:2em;
	border-right:dotted 1px #999;
	}
#footer p.copy span.menu_btm a{
	color:#999999;}
	
	
	
/*----------------------------------------
Privacy
-------------------------------------------*/	
#privacy #contents #main h2{
	font-size:14px;
	margin-bottom:1em;
	padding-bottom:0.2em;
	border-bottom:dotted 1px #999;
	}

#privacy #main{
	margin-top:67px;
	}


#privacy #main p{
	line-height:1.6;}
 
#privacy #main h3{
	margin:1em 0;
	font-size:12px;
	}
#privacy #main h4{
	margin:1em 0;
	font-size:11px;
	}

/*----------------------------------------
clearfix
-------------------------------------------*/
.clearfix:after,
#home #flow dl:after,
fieldset:after,
.form_content:after,
#form #main div.form_content:after,
#works #contents #main ul#list:after{
	content:"";
	display:block;
	visibility:hidden;
	clear:both;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	}
	
* html .clearfix {
	display:inline-block;
	}

/* IE7 */ 		
*:first-child+html .clearfix {
	display:inline-block;
	}
	
	
	
