@charset "utf-8";


/*
INDEX //////////////////////////////

1. import
2. html, body
3. HTMLtag, siteCommonClass
4. for IE6
5. #gNaviSection
6. #containerWrapper
7. #footer
8. #backgroundArea
9. #bgTabArea
10. (Misc.)
11.#backgound


*/

/* 1. import
================================================== */
@import "init.css";
@import "framebox.css";


/* 2. html, body, h1~h6
================================================== */

html, body { height:100%; margin:0; padding:0; }
body {
	color:#333333;
	background-color:#000;
	font-family:
		Helvetica,
		"Hiragino Kaku Gothic Pro",
		"\30D2\30E9\30AE\30CE\89D2\30B4\20Pro\20W3",
		Arial,
		Osaka,
		"MS PGothic",
		"\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF";
	}
img {
	vertical-align: top;
}
h3.title{
	font-size:18px;
	font-weight: bold;
	margin-bottom:20px;
}



/* 3. HTMLtag, siteCommonClass
================================================== */
/* anchor */
a         { color:#f05050; text-decoration:none; }
a:visited {}
a:hover   { color:#f05050; text-decoration:underline; }
a:active  {}


/* 4. for IE6
================================================== */
.msie-6 body {
	background-image: url(../img/space.gif);
	background-attachment: fixed;
	}
.msie-6 #bg {
	position: absolute;
	top: expression(eval(document.documentElement.scrollTop));
	overflow: hidden;
	height: expression(eval(document.documentElement.clientHeight));
	}
.msie-6 #gNaviSection {
		position: absolute;
		top: expression(eval(document.documentElement.scrollTop));
	}



/* 5. #gNaviSection
================================================== */
#gNaviSection    { position: fixed; width: 160px; top: 0; left: 10px; z-index: 1000; line-height: 1.5em;}
#lang            { background: #1e1e1e; height: 15px; padding: 20px 15px 0; }
#gNaviSection h1 { background: #1e1e1e; padding: 15px 15px 10px;}
#gNaviSection h1 a { display: block; overflow: hidden; width: 130px; height: 35px; background: url(../img/hdr-logo.gif) no-repeat left top; text-indent: -9999px; }
#gNaviLinks      { background: #1e1e1e ; padding-bottom: 1px;}
#gNaviLinks ul   { padding: 9px 19px 12px; background:url(../img/gnav-kkk.gif) repeat-x left bottom; }
#gNaviLinks a,
#gNaviLinks a:hover,
#gNaviLinks span {
	display: block;
	overflow: hidden;
	width: 122px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	}
#gNaviLinks a:hover,
#gNaviLinks span { background-position: right top; }
#navTOP a,     #navTOP span     { background-image: url(../img/gnav-top.gif); }
#navNEWS a,    #navNEWS span    { background-image: url(../img/gnav-news.gif); }
#navWORKS a,   #navWORKS span   { background-image: url(../img/gnav-works.gif); }
#navPROJECT a, #navPROJECT span { background-image: url(../img/gnav-project.gif); }
#navCOMPANY a, #navCOMPANY span { background-image: url(../img/gnav-company.gif); }
#navRECRUIT a, #navRECRUIT span { background-image: url(../img/gnav-recruit.gif); }
#navMAP a, #navMAP         span { background-image: url(../img/gnav-map.gif); }

#btnSound { background: #1e1e1e; padding: 10px; }
#btnSound .ahover{ cursor:pointer;}

#SNS {
	background: url("../img/gnav-bg-sns.gif");
	padding:15px 15px 5px;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
}
#SNS div  {margin-bottom: 10px; line-height: 0; }



/* 6. #containerWrapper
================================================== */

.section {
	background: #FFF;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

.pageFrame{
	margin-top:50px;
	margin-bottom: 50px;
}

.subsection {
	margin:0 40px;
	padding:26px 0px;
}

.subsection p,
.subsection table th,
.subsection table td{
	font-size:93%;
}

a.blank:after{
	position: relative;
	top:2px;
	left:2px;
	content:url("../img/icon-blank.gif");
}

.subsection .indent{
	margin-left:20px;
}

.line_top{
	background:url("../img/content-line.gif") repeat-x top left;
}

.line_bottom{
	background:url("../img/content-line.gif") repeat-x bottom left;
}
@media screen and (min-width: 768px) {
	.containerLabel { position: relative; top:10px; left: -20px; }
	.containerLabel span { display: block; padding: 0 0 20px 20px; background: url(../img/bg-pagetitle.png) no-repeat left top; }
	.containerLabel img { margin-left : -20px; }
	.containerLabel .labelbg { padding: 0 0 20px 20px; background: url(../img/bg-pagetitle.png) no-repeat left top; }
	#featSection .labelbg { padding: 0; }
}

.newsLabel {
	position: relative;
	top:-1px;
	padding:3px;
	margin:1px 0px;
	margin-right:6px;
	border:1px solid #EBB8B8;
	color:#EE5050;
	font-size:77%;
	font-weight: bold;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


.photocredit {
	background: #FFF;
	padding:20px 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom:50px;
}
.photocredit .title{
	font-weight:bold;
	font-size:120%;
	margin-bottom:10px;
	}

.photocredit ul li{
	float:left;
	width:50%;
	margin-bottom:10px;
}



/* 7. Footer
================================================== */
#footer  {
	width: 790px;
	padding: 20px 25px;
	color: #999;
	font-size: 10px;
	line-height: 15px;
	clear:both;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#fNav    { padding: 2px 0 5px; }
#fNav li { float: left; margin-right: 1em; padding-right: 1em; border-right: #999 solid 1px; line-height: 15px; }
#fNav li.last-child { margin-right: 0; padding-right: 0; border-right: none; }
#footer a, #footer a:hover { color: #999; }

#footer #fImagica { float:right; min-height:22px; }
#fNav     { float:left; }


#footer { position: relative; }
#footer #fNav { margin-bottom: 2px; }
#footer #fImagica { position: absolute; right:32px; top:34px; }
#footer #fCopy { margin-top: 6px; line-height: 15px; color:#CCC; }

#footer.en .clear {
	clear: unset;
}
#footer.en  {
	width: 760px;
	padding: 20px 40px;
}
#footer.en #fImagica {
	position: unset;
	right: auto;
	top: auto;
	float:left;
	margin-top:12px;
}
#footer.en #fCopy    {
	margin-top:12px;
	float:right;
	color: #999;
}


/* 8. #backgroundArea.
================================================== */

#backgroundArea{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:-1;
	background-color:#000;
	overflow: hidden;
}


/* 9. #bgTabArea.
================================================== */

#bgTabArea{
	padding:0px 20px;
}


#bgTabBtn{
	float:right;
	min-width:40px;
	line-height: 25px;
	padding:0px 25px 0px 11px;

	color:#666;
	background:#FFFFFF url("../img/btn-bg-tab.gif") no-repeat right top;
	font-size:10px;
	font-weight: bold;

	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	cursor: pointer;

	behavior: url(PIE.htc);
}


#bgTabBtn:hover{
	background-position: right bottom;
	color:#EE5050;
}



/* 10. Misc.
================================================== */
#noscript {
	position: relative;
	left:170px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
	padding: 20px;
	background: #fff;
	color: #000;
	font-size: 14px;
	}
#noscript span {
	color: #cc0000;
	}
#logtag { display: none; }


/* 11. #backgroundArea
================================================== */

/*#backgroundArea{
	overflow: hidden;
}*/


/* #backgroundImageはIEはimg要素 他はdiv要素として処理されます */
div#backgroundImage{
	position:absolute;
	top:0px;
	left:0px;
	background-size:100% 100%;
	background-repeat: no-repeat;
}

img#backgroundImage{
	-ms-interpolation-mode: bicubic;
}


/* 12. fadeSlideShow
================================================== */

.fadeSlideShow{
	position: relative;
}

.fadeSlideShow img{
	position: absolute;
}

/* 13. Responsive common */
.topicPath{
	/*padding:0 5px;*/
	color: #fff;
}
.topicPath li{
	float:left;
	margin-bottom:10px;
	padding-right:5px;
}
.topicPath li a{
	padding-right:5px;
	color:#FFFFFF;
	text-decoration: underline;
}
.topicPath-static {
	margin: 0 -10px;
	padding: 10px 10px 0;
	background-color: #1c1c1c;
}
.top_feature{
	padding:10px 5px 10px;
	position:relative;
}

#recruitSection {
	margin-bottom: 50px;
	padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
	#containerWrapper {
		min-width: 880px;
		padding:0 0 0 170px;
		margin-bottom:200px;
	}
	.container {
		margin:0 auto;
		width:840px;
	}
}
@media screen and (max-width: 767px) {
	body {
		/*color: #fff;*/
		background-color: #1c1c1c;
		font-size: 12px;
		line-height: 1.6;
		zoom: 1;
	}
	#backgroundArea {
		display: none !important;
	}
	#containerWrapper {
		padding: 50px 10px 0;
	}
	.featArea {
		position: relative;
		padding-top: 10px;
		margin-bottom: 32px;
	}
	.section {
		position: relative;
		padding: 30px 10px 10px;
		border-radius: 10px;
	    -webkit-border-radius: 10px;
	    -moz-border-radius: 10px;
	}
	.pageFrame,
	#recruitSection {
		margin-bottom: 0;
	}
	.subsection {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	.containerLabel {
		position: absolute;
		top: 0;
		left: -5px;
	}
	.section .containerLabel {
		top: -13px;
	}
	/*SP only*/
	.slideArea {
		position: relative;
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: 20px;
	}
	.crossfader {
		position: static;
		height: auto;
	}
	.crossfader img {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8;
		opacity: 0;
		cursor: pointer;
	}
	.crossfader .active {
		z-index: 10;
		opacity: 1.0;
	}
	.crossfader .last-active {
		z-index: 9;
	}
	#SNS {
		background: #757575;
		text-align: center;
		padding: 20px 20px 26px;
		border-radius: 0;
	}
	#SNS > div {
		display: inline-block;
		vertical-align: top;
		zoom: 1; /* Fix for IE7 */
		*display: inline; /* Fix for IE7 */
		margin-bottom: 0;
	}
	#SNS > div:first-child {
		min-width: 150px;
		text-align: left;
	}
	#SNS > div:last-child {
		margin-top: 1px;
	}
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}





