@charset "UTF-8";
/* //////////////////////////////////////////////////
				[page loader] 
////////////////////////////////////////////////// */
#loader {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	_position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9999;
}

#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #FFFFFF;
	background: rgb(244,240,243);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
}
/* --------------------------------------------------
						header
-------------------------------------------------- */
#header{
  width: 100%;
  height: 40px;
  box-shadow: 0 1px 10px #333;
  background: #2f2b3f;
  opacity: 0.9;
  z-index: 9998;
  position: fixed;
  top: 95%;
}
#header_menu {
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
#header_menu li {
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#header_menu li a {
  display: block;
  width : 100%;
  padding: 13px 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
#header_menu li a:hover {
  background: #272435;
}
#header_menu .current {
	background: #272435;
} 
/* --------------------------------------------------
				main
-------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	display: block;
	height: 20000px;
	background: url("../images/bg2.png");
}
html{
	overflow-x: hidden;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3","メイリオ", Meriyo, "Hiragino Kaku Gothic Pro", "Osaka", sans-serif, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
}


.item {
	position: absolute;
}
/* --------------------------------------------------
	home
-------------------------------------------------- */
span#home {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url("../images/bg.png");
	z-index: 500;
}
#home div#top {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	top: 25%;
	left: 40%;
	z-index: 0;
	display: block;
	position: absolute;
}
span#scroll {
	left: 75%;
	top: 75%;
	position: absolute;
}
p.thanks{
	position: absolute;
}

/* --------------------------------------------------
					service
-------------------------------------------------- */
.anime {
	position: fixed;
	z-index: 100;
}

div#service1 {
	width: 100%;
	height: 1700px;
	background-image: url("../images/bg2.png");
	background-repeat: inherit;
	display: block;
	z-index: 90;
}
div#service2 {
	width: 100%;
	height: 6400px;
	background-image: url("../images/bg2.png");
	background-repeat: inherit;
	display: block;
	z-index: 990;
}
span#servicetop {
	width: 100%;
	position: fixed;
	z-index: 100;
	display: none;
}
span#servicetop > img {
	position: relative;
	display: block;
	margin: 0 auto;
}

/*-----  SmartPhone App  -----*/
span#iphone5 {
	position: fixed;
	display: none;
}

span#android {
	position: fixed;
	z-index: 90;
	display: none;
}

span#sp_app {
	position: fixed;
	display: none;
}
div#sp_app_txt {
	margin-top: 10px;
	color: white;
	list-style-image: url("../images/li.png");
}
div#sp_app_txt li > p,span#dev_txt li > p {
	margin-top: 7px;
}
span#palette {
	position: fixed;
	width: 560px;
	z-index: 100;
	display: none;
}
div#store img {
	margin: 15px 10px 10px 10px;
}
div#store a:hover {
	opacity: 0.7;
}
/*-----  Development  -----*/
span#dev_top {
	position: fixed;
	display: none;
}
span#mba {
	position: fixed;
	display: none;
}
span#dev_txt {
	position: fixed;
	width: 560px;
	color: white;
	list-style-image: url("../images/li.png");
	display: none;
}

/*-----  Casting/Planning/Mercahndise  -----*/
span#p_c_m {
	width: 100%;
}
span#p_c_m > img {
	position: relative;
	margin: 0 auto;
	display: block;
}


/* --------------------------------------------------
					about/GoogleMap
-------------------------------------------------- */
div#about {
	width: 100%;
	height: 1800px;
	margin: 0 auto;
	z-index: 90;
	overflow: hidden;
	background: url("../images/bg2.png");
}
div#about3 {
	width: 100%;
	height: 1100px;
	margin: 0 auto;
	z-index: 90;
	overflow: hidden;
	background: url("../images/bg2.png");
}
div#about2 {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	z-index: 90;
	overflow: hidden;
	background: url("../images/bg2.png");
}
span#about_top {
	width: 200px;
	height: 120px;
	background: url("../images/about.png")top center;
	position: fixed;
	z-index: 90;
	display: none;
}

span#map_holder {
	position: fixed;
	width: 240%;
	height: 1500px;
	margin-left: -700px;
	z-index: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
div#map_canvas {
	width: 100%;
	height: 60%;
	position: absolute;
	z-index: 10;
}
span#map_cover1 {
	background: url("../images/bg2.png");
	width: 240%;
	height: 1500px;
	position: fixed;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	display: none;
}
span#map_cover2 {
	background: url("../images/bg2.png");
	width: 240%;
	height: 700px;
	position: fixed;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(-45deg);
	margin-left: -900px;
	display: none;
}


.ie span#map_holder {
	position: fixed;
	width: 220%;
	height: 1500px;
	margin-left: -600px;
	z-index: 10;
	-ms-transform: rotate(-45deg);
}
.ie span#map_cover1 {
	background: url("../images/bg3.png");
	width: 250%;
	height: 1700px;
	margin-left: -700px;
	position: absolute;
	-ms-transform: rotate(0deg);
}


/*---- about textarea ----*/
span#about_bg {
	width: 700px;
	padding-top: 10px;
	height: 100%;
	font-size: 18px;
	background: url("../images/black.png");
	position: fixed;
	display: none;
	height: 1500px;
	z-index: 100;
}
span#about_txt {
	color: white;
	position: fixed;
	z-index: 200;
	display: none;
}
span#about_txt > div {
	width: 600px;
	padding-top: 10px;
	padding-left: 120px;
	height: auto;
	display: block;
	font-size: 15px;

}

span#about_txt table {
	font-size: 12px;
}

span#about_txt tr > td:first-child {
	width: 100px;
}
span#about_txt tr {
	height: 28px;
	border-top: dotted 1px;
}
span#about_txt tr.last_tr {
	border-bottom: dotted 1px;
}
span#about_txt td {
	padding-top: 9px;
}
span#about_txt tr p {
	margin-bottom: 10px;
}



/* --------------------------------------------------
					recruit
-------------------------------------------------- */
span#recruit_bg {
	width: 100%;
	height: 200%;
	position: fixed;
	background: url("../images/png.png");
	display: none;
}

div#recruit {
	width: 100%;
	height: 1700px;
	margin: 0 auto;
	background-image: url("../images/png.png");
	display: block;
	z-index: 90;
}
div#recruit1 {
	width: 100%;
	height: 3300px;
	margin: 0 auto;
	background-image: url("../images/png.png");
	display: block;
	z-index: 90;
}
#recruit_top {
	background-image: url("../images/recruit.png");
	width: 250px;
	height: 105px;
	margin: 0 auto;
	position: relative;
}

/*--------- iMac ---------*/
span#recruit_obj {
	width: 100%;
	height: 500px;
	position: fixed;
	margin: 0 auto;
	z-index: 1;
	bottom: 25%;
	display: none;
}
#recruit_imac {
	background-image: url("../images/imac1.png");
	width: 676px;
	height: 558px;
	top: 35;
	position: fixed;
	margin: 0 auto;
	margin-top: 5px;
	position: relative;
}

span#recruit_imac div.screenshot{
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

div.screenshot img {
	position: absolute;
	z-index: -1;
}

div.screenshot div#txt {
	width: 565px;
	padding: 15px 31px 30px 40px;
	margin-top: 10px;
	margin-left: 16px;
	position: absolute;
	z-index: -1;
	background-color: white;
	background-image: url("../images/form_bg2.gif");
}
p.bold {
	font-weight: 500;
	width: 81px;
	margin-top: 22px;
	display: block;
	border-bottom: 1px dotted;
	font-size: 14px;
}
div#txt li {
	list-style-image: url("../images/li.png");
}
div.screenshot > div#txt > article {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	font-size: 12px;
	font-weight: 400;
}

article p {
	margin-top: 3px;
	margin-bottom: 3px;
}
/* --------------------------------------------------
					contact
-------------------------------------------------- */
div#contact {
	width: 100%;
	height: 500px;
	margin: 0 auto;
	background: url("../images/png.png");
	display: block;
	z-index: 90;
}
span#contact_obj {
	width: 100%;
	height: 500px;
	position: fixed;
	margin: 0 auto;
	display: none;
}
#contact_form {
	position: relative;
	margin: 0 auto;
	display: block;
}
#contact_area > img {
	position: relative;
	margin: 0 auto;
	display: block;
}
#contact_area {
	position: relative;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	width: 800px;
	height: 500px;
	background-image: url("../images/bg.png");
	color: black;
	-webkit-box-shadow: 2px 2px 3px rgb(70,70,76);
	-moz-box-shadow: 2px 2px 3px rgb(70,70,76);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-border-radius:12px 12px 12px 12px;
	border-radius:12px 12px 12px 12px;	/*Firefox13以降*/
	-webkit-border-radius: 12px 12px 12px 12px;
}
span#contact_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	background: url("../images/black.png");
	z-index: 0;
	display: none;
}

/*----table----*/
#contact_form table {
	width: 800px;
	margin: 0 auto;
	margin: 20px 0 0 0;
	font-size: 14px;
}
#contact_form th {
	padding: 16px 0 0 20px;
	vertical-align: top;
	width: 203px;
}
#contact_form td {
	padding: 5px 0 5px 12px;
}
#contact_form tr {
	border-top: 1px #000000;
	border-top-width: 1px;
}
#contact_form input,#contact_form textarea {
	background-color: rgb(226,226,226);
	border: none;
	padding: 10px 20px;
}
table#mail a input {
	cursor: pointer;
}
span#back_top {
	position: fixed;
	display: none;
}
span#back_top a:hover,td a:hover{
	opacity: 0.7;
}

span{
	position: fixed;
}
/* --------------------------------------------------
				#thanks
-------------------------------------------------- */
.error_box{
	display: none;
	color: rgb(240,19,19);
	font-size: 12px;
	width: 191px;
	opacity: 0;
	padding: 0 0 0 9px;
}
.error_box p {
	margin: 0 0 5px 0;
}
#thanks {
	color: RGB(240,10,150);
	opacity: 0;
	display: none;
}
#thanks p {
	margin: 0 0 5px 0;
}