@charset "UTF-8";
/* -------------------------------------
 *  reset css
 * ------------------------------------- */

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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

input,
button {
  border: none;
}
a.anchor{
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}
#personal_activity a.anchor{
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}

/* -------------------------------------
 *  frame css
 * ------------------------------------- */
html {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}
body {
	display: block;
	width: 100%;
 	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', meiryo, Verdana, "lr oSVbN";
/* text-justify: inter-ideograph; 等幅 */
	font-size: 1em;
	line-height: 1.5;
	color: #666666;
}
#niceBody {
	display: block;
}
::selection {
	background-color: #F8E6AF;
	color: #FFFFFF;
}
/* Firefox対応*/
::-moz-selection {
	background-color: #F8E6AF;
	color: #FFFFFF;
}

/* 段落タグ ---------------------------- */
p {
	margin: 0em 0em 1.75em 0em;
	padding: 0em 0em 0em 0em;
}
/* 見出しタグ -------------------------- */
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

/* リストタグ -------------------------- */
ul {
  list-style: none;
}
li {
  list-style: none;
}
ol {
  list-style: none;
}

/* リンクタグ -------------------------- */
a {
}
a:link {
  text-decoration: none;
  color: #101010;
}
a:visited {
  text-decoration: none;
  color: #101010;
}
a:active {
  border: none;
  text-decoration: none;
  color: #101010;
}
a:hover {
  text-decoration: none;
  color: #101010;
}

/* イメージタグ ------------------------ */
img {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  line-height: 100%;
}
.nomargin {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/* -------------------------------------
 *  common css
 * ------------------------------------- */
#container {
}

/* -------------------------------------
 *  cover css
 * ------------------------------------- */
#cover {
	display: block;
	position: absolute;
	background-color: #282828;
	background-image: url(../images/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 180001;
}
#cover #visual {
	display: none;
	position: absolute;
	text-align: center;
}

/* -------------------------------------
 *  loading css
 * ------------------------------------- */
#loadingCover{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: #fff;
	opacity: 0.6
}
#loadingCover img{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left:-80px;
}
/* -------------------------------------
 *  contents css
 * ------------------------------------- */
.container {
	display: block;
	width: 100%;
	text-align: center;
}
.wrap900,
.wrap910,
.wrap940,
.wrap960 {
	display: block;
	text-align: left;
	margin: 0px auto 0px auto;
}
.wrap900 {
	width: 900px;
}
.wrap910 {
	width: 910px;
}
.wrap940 {
	width: 940px;
}
.wrap960 {
	width: 960px;
}

/* -------------------------------------
 *  header css
 * ------------------------------------- */
#header {
	display: block;
	/* margin: 22px 0px 0px 0px; */
	position: fixed;
	z-index: 9000;
	padding: 22px 0 22px 0;
}
#header #logo {
	float: left;
	margin: 0px 0px 0px 27px;
}
.btnPlay,
#header #linkBadgetShowcase,#header #linkPersonal,#header #linkLab,#header #linkFaq,
#header #linkContact,#header #linkBlog {
	display: block;
	height: 35px;
	float: right;
	margin: 0px 27px 0px 0px;
	padding: 0px 18px 0px 18px;
	background-color: #333333;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 0.875em;
	line-height: 37px;
	overflow: hidden;
	color: #999999;
}

#header #linkFaq {
	margin: 0px 18px 0px 0px;
}
#header #linkPersonal {
	margin: 0px 18px 0px 0px;
}
#header #linkLab {
	margin: 0px 18px 0px 0px;
}
#header #linkBadgetShowcase {
	margin: 0px 18px 0px 0px;
}
#header #linkBlog {
	margin: 0px 18px 0px 0px;
}
a:hover.btnPlay,
#header a:hover#linkBadgetShowcase,#header a:hover#linkPersonal,#header a:hover#linkLab,#header a:hover#linkFaq,
#header a:hover#linkContact,#header a:hover#linkBlog {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #8f82bc;
}

/* -------------------------------------
 *  main css
 * ------------------------------------- */
#main {
	display: block;
	height: 1024px;
	background-color: #232323;
	overflow: hidden;
	padding-top: 80px;
}
#main #icon {
	width: 100%;
	position: absolute;
	top: 400px;
	text-align: center;
	color: #FFFFFF;
	overflow: hidden;
	z-index: 1100;
}
#main #icon h1 {
	margin: 9px 0px 0px 0px;
	font-family: "League Gothic", Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-size: 2.25em;
	font-weight: normal;
	line-height: 1.1;
}
#main #icon .caption {
	margin: 3px 0px 0px 0px;
	font-size: 0.875em;
	color: #666666;
}
#main #fader {
	width: 100%;
	position: absolute;
	overflow: hidden;
}
#main #fader .cover {
	width: 100%;
	position: absolute;
	background-color: #232323;
	/*z-index: 1980;*/
	z-index: 1080;
}
#main #fader .slide {
	width: 100%;
	position: absolute;
	z-index: 1000;
	font-size: 5em;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#main .label {
	width: 100%;
	position: absolute;
	background-image: url(../images/main/label.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	/* z-index: 1999; */
	z-index: 1100;
}

/* -------------------------------------
 *  lead css
 * ------------------------------------- */
#lead {
	display: block;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
#lead .title {
	display: block;
	padding: 60px 0px 24px 0px;
	text-align: center;
}
#lead  h3 {
	display: block;
	padding: 0px 0px 8px 0px;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.03;
}

#lead .text {
	width: 570px;
	margin: 26px 0px 0px 0px;
	float: left;
	text-align: left;
}
#lead .text h3 {
	/* 	font-size: 1.5em; */
	font-size: 1.4em;	font-weight: normal;
	line-height: 2;
	text-indent: -1px;
}
#lead .text p {
	font-size: 0.875em;
}
#lead .movie {
	width: 300px;
	margin: 18px 0px 18px 0px;
	float: right;
	border: 5px solid #FFFFFF;
	-moz-box-shadow: 0px 1px 5px #CCC;
	-webkit-box-shadow: 0px 1px 5px #CCC;
}
#lead .movie #slideShare img {
	width: 100%;
}

#lead .toContact {
	color: #8f82bc;
}

/* -------------------------------------
 *  showcase css
 * ------------------------------------- */
#showcase {
	display: block;
	padding: 20px 0px 70px 0px;
	background-color: #f5f5f5;
}
#showcase .heading {
	display: block;
	padding: 70px 0px 30px 19px;
	text-align: center;
	text-shadow: 0px 1px #FFFFFF;
	font-size: 1.875em;
	font-weight: normal;
	line-height: 1.03;
}
#showcase .block {
	display: block;
	position: relative;
	height: 100%;
	width: 940px;
	background-color: #FFFFFF;
	-moz-box-shadow: 0px 1px 5px #CCC;
	-webkit-box-shadow: 0px 1px 5px #CCC;
}
#showcase .ribbon_holo,#showcase .ribbon_insta,#showcase .ribbon_intera,#showcase .ribbon_vr,#showcase .ribbon_sp,#showcase .ribbon_xr,#showcase .ribbon_intera_game,#showcase .ribbon_art,#showcase .ribbon_ai,#showcase .ribbon_video {
	position: absolute;
	display: block;
	width: 222px;
	height: 35px;
	z-index: 1000 !important ;
}
#showcase .ribbon_holo {
	background-image: url(../images/showcase/ribbon_holo.png);
}
#showcase .ribbon_insta {
	background-image: url(../images/showcase/ribbon_insta.png);
}
#showcase .ribbon_intera {
	background-image: url(../images/showcase/ribbon_intera.png);
}
#showcase .ribbon_intera_game {
	background-image: url(../images/showcase/ribbon_intera_game.png);
}
#showcase .ribbon_vr {
	background-image: url(../images/showcase/ribbon_vr.png);
}
#showcase .ribbon_sp {
	background-image: url(../images/showcase/ribbon_sp.png);
}
#showcase .ribbon_xr {
	background-image: url(../images/showcase/ribbon_xr.png);
}
#showcase .ribbon_art {
	background-image: url(../images/showcase/ribbon_art.png);
}
#showcase .ribbon_ai {
	background-image: url(../images/showcase/ribbon_ai.png);
}
#showcase .ribbon_video {
	background-image: url(../images/showcase/ribbon_video.png);
}
#showcase .position_one {
	top: 10px;
	left: -5px;
}
#showcase .position_two {
	top: 45px;
	left: -5px;
}
#showcase .position_three {
	top: 80px;
	left: -5px;
}
#showcase .position_four {
	top: 115px;
	left: -5px;
}
#showcase .position_five {
	top: 150px;
	left: -5px;
}
/* tab -------------*/
#showcase .tabSet {
	display: block;
	height: 70px;
	width: 940px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#showcase .tabSet .tab {
	display: block;
	height: 66px;
	width: 100px;
	position: absolute;
	padding: 0px 0px 0px 0px;
	border-top: 4px solid #666;
	background-image: url(../images/showcase/vline.png);
	background-position: right top;
	background-repeat: repeat-y;
	line-height: 67px;
	text-align: center;
	color: #666666;
	overflow: hidden;
}
#showcase .tabSet .focus {
	display: block;
	height: 66px;
	width: 100px;
	padding: 0px 0px 0px 0px;
	border-top: 4px solid #db5609;
	color: #db5609;
	overflow: hidden;
}

#showcase .tabSet .set01,#showcase .tabSet .set02,#showcase .tabSet .set03,#showcase .tabSet .set04,#showcase .tabSet .set05,#showcase .tabSet .set06,#showcase .tabSet .set07,#showcase .tabSet .set08 {
	width: 235px !important;
}
#showcase .tabSet .set01 {
    margin-left: 0 !important;
}
#showcase .tabSet .set02 {
    margin-left: 235px !important;
}
#showcase .tabSet .set03 {
    margin-left: 470px !important;
}
#showcase .tabSet .set04 {
    margin-left: 705px !important;
}
#showcase .tabSet .set05 {
    margin-left: 0 !important;
}
#showcase .tabSet .set06 {
    margin-left: 235px !important;
}
#showcase .tabSet .set07 {
    margin-left: 470px !important;
}
#showcase .tabSet .set08 {
    margin-left: 705px !important;
}
/* navi -------- */
#showcase .block .navi {
	display: block;
	height: 80px;
	width: 662px;
	margin: 426px 0px 0px 140px;
	position: absolute;
	background-image: url(../images/showcase/navi.png);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 1px 3px #232323;
	-webkit-box-shadow: 0px 1px 3px #232323;
	overflow: hidden;
	/* z-index: 3000; */
	z-index: 1101;
}
#showcase .block .caption {
	float: left;
	margin: 18px 0px 0px 86px;
}
#showcase .block .play {
	display: block;
	float: right;
	/*margin: 11px 28px 0px 0px;
	padding: 12px 0px 12px 0px;*/
	margin: 21px 26px 0px 0px;
	padding: 0 18px 0 18px;
	line-height: 36px;
}
#showcase .block .play:link,
#showcase .block .play:visited {
	color: #7e7e7e;
}
#showcase .block a.play:hover {
	color: #FFFFFF;
}
#showcase .block a.play:active {
	color: #db5609;
}
/* item -------- */
#showcase .itemSet {
	display: block;
	height: 540px;
	width: 940px;
	overflow: hidden;
}
#showcase .itemSet .item {
	display: block;
	height: 540px;
	width: 940px;
	position: absolute;
	overflow: hidden;
}
#showcase .shadow {
	display: block;
	height: 20px;
	width: 940px;
	background-image: url(../images/showcase/shadow.png);
	overflow: hidden;
}

/* -------------------------------------
 *  showcase -> block1 css
 * ------------------------------------- */
#showcase #block1 .description {
	width: 840px;
	margin: 190px 0px 0px 50px;
	font-size: 0.875em;
	line-height: 2;
	position: absolute;
}
#showcase #block1 .shopList {
	display: block;
	width: 520px;
	position: absolute;
	margin: 90px 0px 0px 210px;
	color: #FFFFFF;
}
#showcase #block1 h5 {
	font-size:1.125em;
	font-weight: normal;
	margin: 0px 0px 12px 0px;
}
#showcase #block1 .border {
	display: block;
	height: 1px;
	width: 520px;
	background-image: url(../images/showcase/block1/dashed.png);
	background-position: left top;
	overflow: hidden;
	clear: both;
}
#showcase #block1 .row {
	display: block;
	height: 36px;
	width: 520px;
	font-size: 0.75em;
	overflow: hidden;
}
#showcase #block1 .row .label {
	width: 70px;
	text-align: center;
	padding: 8px 12px 0px 0px;
	float: left;
}
#showcase #block1 .row .label .accent {
	display: block;
	padding: 0px 8px 0px 8px;
	background-image: url(../images/showcase/block1/accent.png);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	line-height: 20px;
	color: #FFFFFF;
}
#showcase #block1 .row .dat {
	width: 340px;
	float: left;
	white-space: nowrap;
	line-height: 36px;
}
#showcase #block1 .row .link {
	float: right;
	line-height: 36px;
}
#showcase #block1 .row .link a:link,
#showcase #block1 .row .link a:visited {
	display: block;
	color: #FFFFFF;
}
#showcase #block1 .row .link a:hover {
	display: block;
	color: #db5609;
}

/* -------------------------------------
 *  showcase -> block2 css
 * ------------------------------------- */
#showcase #block2 .description {
	width: 380px;
	margin: 258px 0px 0px 490px;
	font-size: 0.875em;
	line-height: 1.75;
	position: absolute;
	color: #FFFFFF;
}

/* -------------------------------------
 *  showcase -> block3 css
 * ------------------------------------- */
#showcase #block3 .description {
	width: 490px;
	margin: 45px 0px 0px 60px;
	font-size: 0.875em;
	line-height: 2.1;
	position: absolute;
	color: #666666;
}
#showcase #block3 .link {
	width: 440px;
	margin: 472px 0px 0px 130px;
	font-size: 0.75em;
	position: absolute;
	color: #666666;
}
#showcase #block3 .link:hover {
	color: #00a0e9;
}

/* -------------------------------------
 *  showcase -> block4 css
 * ------------------------------------- */

/* -------------------------------------
 *  showcase -> block5 css
 * ------------------------------------- */

/* -------------------------------------
 *  showcase -> block6 css
 * ------------------------------------- */
#showcase #block6 .description {
	width: 256px;
	margin: 300px 0px 0px 47px;
	font-size: 0.875em;
	line-height: 1.75;
	position: absolute;
	color: #666666;
}

#showcase #block6 .itemLink {
	font-size: 12.5px;
	position:absolute;
	top:467px;
	left:118px;
}

#showcase #block6 .itemLink a {
	color:#2284e5;
}

/* -------------------------------------
 *  showcase -> block7 css
 * ------------------------------------- */
#block7 .description {
	position:absolute;
	top:422px;
	left:54px;
	font-size: 13px;
	line-height:2em;
}

/* -------------------------------------
 *  showcase -> block8 css
 * ------------------------------------- */
#showcase #block8 p {
	width: 330px;
	font-size: 0.875em;
	line-height: 1.5;
	position: absolute;
	color: #fff;
	top:405px;
}

#showcase #block8 .description1 {
	left:120px;
}
#showcase #block8 .description2 {
	left:480px;
}
#showcase #block8 .description2 span {
	margin-top:9px;
	font-size:0.75em;
	display:block;
}

/* -------------------------------------
 *  showcase -> block9 css
 * ------------------------------------- */
#showcase #block9 {
	position: relative;
}
#showcase #block9 .bl9_text {
	position: absolute;
	width: 400px;
	left: 510px;
	top: 50px;
	color: #666666;
}

#showcase #block9 .bl9_text h5 {
	font-size: 23px;
	font-weight: normal;
}
#showcase #block9 .bl9_text p {
	font-size: 18px;
	margin-top: 35px;
}

/* -------------------------------------
 *  showcase -> block10 css
 * ------------------------------------- */
#showcase #block10 .description {
	width: 396px;
	margin: 340px 0px 0px 30px;
	font-size: 0.875em;
	line-height: 2.1;
	position: absolute;
	color: #10614d;
}
#showcase #block10 .link {
	width: 440px;
	margin: 472px 0px 0px 130px;
	font-size: 0.75em;
	position: absolute;
	color: #666666;
}

/* -------------------------------------
 *  showcase -> block11 css
 * ------------------------------------- */
#showcase #block11 .item h5 {
	position: absolute;
	top: 40px;
	font-size: 22px;
	font-weight: normal;
	width: 100%;
	text-align: center;
}
#showcase #block11 .description_a,
#showcase #block11 .description_b {
	position: absolute;
	top: 125px;
	width: 385px;
}

#showcase #block11 .description_a {
	left: 60px;
}
#showcase #block11 .description_b {
	right: 60px;
}


#showcase #block11 .client_name {
	position: absolute;
	right: 60px;
	top: 222px;
	font-size: 12px;
}


/* -------------------------------------
 *  showcase -> block12 css
 * ------------------------------------- */
#showcase #block12 .item .bl2_text {
	position: absolute;
	top: 460px;
	left: 60px;
}

#showcase #block12 .item .bl2_text p {
	width: 840px;
	font-size: 15px;
  line-height: 28px;
  text-align: center;
}


#showcase #block12 .item #b12_item3_slide {
	background-image: url(../images/showcase/block12/item3_sprite.png);
	background-repeat: no-repeat;
	width: 940px;
	height: 540px;
	overflow: hidden;
}


#showcase #block12 .item #b12_item3_btnWrapper {
	position: absolute;
	top: 474px;
	left: 398px;
	width: 160px;
	height: 50px;
}

#showcase #block12 .item #b12_item3_btnWrapper a {
	background-image: url(../images/showcase/block12/btn_sprite.png);
	background-repeat: no-repeat;
	width: 43px;
	height: 43px;
	display: block;
	float: left;
	margin-right: 6px;
}
#showcase #block12 .item #b12_item3_btnWrapper a:hover {
	opacity: 0.7;
}

#showcase #block12 .item .b12_item3_btn1 {
	background-position: -0px -0px;
}

#showcase #block12 .item .b12_item3_btn1.on {
	background-position:  -43px -0px;
}
#showcase #block12 .item .b12_item3_btn2 {
	background-position: -0px -43px;
}
#showcase #block12 .item .b12_item3_btn2.on {
	background-position:  -43px -43px;
}
#showcase #block12 .item .b12_item3_btn3 {
	background-position: -0px -86px;
}
#showcase #block12 .item .b12_item3_btn3.on {
	background-position:  -43px -86px;
}


/* -------------------------------------
 *  showcase -> block13 css iki
 * ------------------------------------- */
#showcase #block13 .item .bl2_text {
	position: absolute;
	top: 415px;
	left: 60px;
}
#showcase #block13 .item .bl2_text p {
	width: 840px;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 0;
	text-align: left;
}

/* -------------------------------------
 *  showcase -> block14 css iki
 * ------------------------------------- */
#showcase #block14 .item .bl2_text {
	position: absolute;
	top: 176px;
	left: 495px;
}

#showcase #block14 .item .bl2_text p {
	width: 355px;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 24px;
	margin-bottom: 0;
	text-align: left;
}

/* -------------------------------------
 *  showcase -> block15 css iki
 * ------------------------------------- */
#showcase #block15 .item .bl2_text {
	position: absolute;
	top: 140px;
	left: 60px;
}

#showcase #block15 .item .bl2_text p {
	color: #ffffff;
	width: 385px;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 0;
	text-align: left;
	position: absolute;
}
#showcase #block15 .item .link2 .link_text {
    width: 198px;
    height: 14px;
    font-size: 0.7em;
    color: #2284e5;
    display: block;
    background: #fff;
    border-radius: 9px;
}

#showcase #block15 .item .link_text {
    margin: 216px 0px 0px -3px;
    font-size: 0.7em;
    color: #2284e5;
    padding: 2px 14px;
    display: block;
    background: #fff;
    border-radius: 9px;
}

#showcase #block15 .item .link {
	margin: 216px 0px 0px 15px;
    font-size: 0.75em;
    color: #ffffff;
    border-bottom: 1px solid #fff;
    padding: 0 0 2px 0;
    float: left;
    display: block;
}

#showcase #block15 .item .link:hover {
    color: #d5f2f2;
}

/* -------------------------------------
 *  showcase -> block16 css iki
 * ------------------------------------- */
#showcase #block16 .item .bl2_text {
	position: absolute;
	top: 435px;
	left: 50px;
}

#showcase #block16 .item .bl2_text p {
	width:860px;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 0;
	text-align: left;
}
/* -------------------------------------
 *  showcase -> block17 css iki
 * ------------------------------------- */
#showcase #block17 .item .bl2_text {
	position: absolute;
	top: 430px;
	left: 60px;
}

#showcase #block17 .item .bl2_text p {
	color: #ffffff;
	width:820px;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 0;
	text-align: left;
}
/* -------------------------------------
 *  showcase -> block18 css iki
 * ------------------------------------- */
#showcase #block18 .item .bl2_text {
	position: absolute;
	top: 435px;
	left: 60px;
}

#showcase #block18 .item .bl2_text p {
	width:820px;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 0;
	text-align: left;
}
/* -------------------------------------
 *  showcase -> block19 css iki
 * ------------------------------------- */
#showcase #block19 .item .bl2_text {
	position: absolute;
	top: 160px;
	left: 130px;
}

#showcase #block19 .item .bl2_text p {
	width:720px;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 0;
	text-align: left;
}
/* -------------------------------------
 *  showcase -> block20 css iki
 * ------------------------------------- */
#showcase #block20 .item .bl2_text {
	position: absolute;
	top: 200px;
	left: 195px;
}

#showcase #block20 .item .bl2_text p {
	width:550px;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 0;
	text-align: left;
}

/* -------------------------------------
 *  showcase -> block21 css iki
 * ------------------------------------- */
#showcase #block21 .item .bl2_text {
	position: absolute;
	top: 60px;
	left: 40px;
}

#showcase #block21 .item .bl2_text p {
	width:360px;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 0;
	text-align: left;
	color: #fff;
}

/* -------------------------------------
 *  showcase -> block22 css iki
 * ------------------------------------- */
#showcase #block22 .item .bl2_text {
	position: absolute;
	top: 410px;
	left: 40px;
}

#showcase #block22 .item .bl2_text p {
	width:820px;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 0;
	text-align: left;
	color: #fff;
}
/* -------------------------------------
 *  showcase -> block23 css iki
 * ------------------------------------- */
#showcase #block23 .item .bl2_text {
	position: absolute;
	top: 430px;
	left: 60px;
}

#showcase #block23 .item .bl2_text p {
	color: #ffffff;
	width:820px;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 0;
	text-align: left;
}

/* -------------------------------------
 *  showcase -> block24 css iki
 * ------------------------------------- */
#showcase #block24 .item .bl2_text {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
}
#showcase #block24 .item .bl2_text p {
	width: 840px;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 0;
	text-align: left;
	color: #fff;
	margin: 28px 40px;
}
/* -------------------------------------
 *  showcase -> block25 css
 * ------------------------------------- */
#showcase #block25 .item .bl2_text {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
}

#showcase #block25 .item .bl2_text p {
	margin: 28px 40px;
	font-size: 15px;
	line-height: 28px;
	text-align: center;
	color: #fff;
}
/* -------------------------------------
 *  showcase -> block26 css
 * ------------------------------------- */
#showcase #block26 .item .bl2_text {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
}

#showcase #block26 .item .bl2_text p {
	margin: 28px 40px;
	font-size: 15px;
	line-height: 28px;
	text-align: center;
	color: #fff;
}
/* -------------------------------------
 *  showcase -> block27 css
 * ------------------------------------- */
#showcase #block27 .item .bl2_text {
	position: absolute;
	top: 440px;
	left: 60px;
}

#showcase #block27 .item .bl2_text p {
	width:820px;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 0;
	text-align: left;
	color: #fff;
}
/* -------------------------------------
 *  showcase -> block29 css
 * ------------------------------------- */
#showcase #block29 .item .bl2_text {
	position: absolute;
	top: 147px;
	left: 40px;
}

#showcase #block29 .item .bl2_text p {
	width:270px;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 0;
	text-align: left;
	color: #666;
}
/* -------------------------------------
 *  showcase -> block30 css
 * ------------------------------------- */
#showcase #block30 .item .bl2_text {
	position: absolute;
	top: 365px;
	left: 346px;
}

#showcase #block30 .item .bl2_text p {
	width:550px;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 0;
	text-align: left;
	color: #666;
}
#showcase #block30 .item .link2 .link_text {
    width: 200px;
    height: 14px;
    font-size: 0.7em;
    color: #2284e5;
    display: block;
    background: #fff;
    border-radius: 9px;
}


#showcase #block30 .item .bl3_text {
	position: absolute;
	top: 140px;
	left: 600px;
}

#showcase #block30 .item .bl3_text p {
	width:270px;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 45px;
	text-align: left;
	color: #666;
}

#showcase #block30 .item .link_text {
    margin: 0 0px 0px -3px;
    font-size: 0.7em;
    color: #2284e5;
    padding: 3px 14px;
    display: block;
    background: #fff;
    border-radius: 9px;
}
#showcase #block30 .link {
	width: 200px;
	margin: 0px 0px 0px 0px;
	font-size: 0.75em;
	position: absolute;
	color: #666666;
}
#showcase #block30 .link:hover {
	color: #00a0e9;
}
/* -------------------------------------
 *  showcase -> block31 css
 * ------------------------------------- */
#showcase #block31 .item .bl2_text {
	position: absolute;
	top: 440px;
	left: 60px;
}

#showcase #block31 .item .bl2_text p {
	width:820px;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 0;
	text-align: left;
	color: #666;
}
/* -------------------------------------
 *  showcase -> block32 css
 * ------------------------------------- */
#showcase #block32 .item .bl2_text {
	position: absolute;
	top: 440px;
	left: 60px;
}

#showcase #block32 .item .bl2_text p {
	width:820px;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 0;
	text-align: left;
	color: #fff;
}
#showcase #block32 .item .bl2_text2 {
	position: absolute;
    width: 940px;
    height: 540px;
}
#showcase #block32 .item .bl2_text2 p {
    margin: 430px 0px 0px 60px;
    float: left;
	width:550px;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 0;
	text-align: left;
	color: #666;
}
#showcase #block32 .item .bl2_text2 .link_img {
    margin: 354px 35px 0 0;
    float: right;
    display: block;
    width: 232px;
    height: 151px;
	background-image: url("../images/showcase/block32/item5_1.png");
}
/* -------------------------------------
 *  showcase -> block33 css
 * ------------------------------------- */
#showcase #block33 .item .bl2_text {
	position: absolute;
	top: 145px;
	left: 45px;
}

#showcase #block33 .item .bl2_text p {
	width:270px;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	text-align: left;
	color: #666;
}
#showcase #block33 .item .link_text {
    margin: 20px 0px 0px -3px;
    font-size: 0.7em;
    line-height: 1.6em;
    color: #fff;
    padding: 3px 14px;
    display: block;
    width: 125px;
    background: #2284e5;
    border-radius: 11px;
}
/* -------------------------------------
 *  showcase -> block34 css
 * ------------------------------------- */
#showcase #block34 .item .bl2_text {
	position: absolute;
	top: 390px;
	left: 60px;
}

#showcase #block34 .item .bl2_text p {
	width:820px;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 0;
	text-align: left;
	color: #fff;
}
#showcase #block34 .item .bl2_text2 {
	position: absolute;
    width: 940px;
    height: 540px;
}
#showcase #block34 .item .bl2_text2 p {
    margin: 376px 0px 0px 310px;
    float: left;
	width:325px;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 0;
	text-align: left;
	color: #666;
}
#showcase #block34 .item .bl2_text2 .link_img {
    margin: 135px 22px 0 0;
    float: right;
    display: block;
    width: 232px;
    height: 151px;
	background-image: url("../images/showcase/block34/item4.png");
}
#showcase #block34 .item .bl2_text2 .link_img2 {
    margin: 67px 22px 0 0;
    float: right;
    display: block;
    width: 232px;
    height: 151px;
	background-image: url("../images/showcase/block34/item5.png");
}

/* -------------------------------------
 *  showcase -> block35 css
 * ------------------------------------- */
#showcase #block35 .item .bl2_text {
	position: absolute;
	top: 380px;
	left: 60px;
}

#showcase #block35 .item .bl2_text p {
	width:820px;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	text-align: left;
	color: #666;
}
#showcase #block35 .item .link_text {
    margin: 15px 0px 0px -3px;
    font-size: 0.7em;
    line-height: 1.6em;
    color: #fff;
    padding: 3px 14px;
    display: block;
    width: 135px;
    background: #2284e5;
    border-radius: 11px;
}

/* -------------------------------------
 *  showcase -> block36 css
 * ------------------------------------- */
#showcase #block36 .item .bl2_text {
	position: absolute;
	top: 420px;
	left: 60px;
}

#showcase #block36 .item .bl2_text p {
	width:820px;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	text-align: left;
	color: #fff;
}
/* -------------------------------------
 *  showcase -> block37 css
 * ------------------------------------- */
#showcase #block37 .item .bl2_text {
	position: absolute;
	top: 400px;
	left: 60px;
}

#showcase #block37 .item .bl2_text p {
	width:820px;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	text-align: left;
	color: #fff;
}
#showcase #block37 .item .link_text {
    margin: 15px 0px 0px -3px;
    font-size: 0.7em;
    line-height: 1.6em;
    color: #fff;
    padding: 3px 14px;
    display: block;
    width: 100px;
    background: #2284e5;
    border-radius: 11px;
}


/* -------------------------------------
 *  personal_activity css iki
 * ------------------------------------- */
#personal_activity {
	display: block;
	padding: 0px 0px 60px 0px;
}
#personal_activity .title {
	display: block;
	padding: 60px 0px 33px 0px;
	text-align: left;
}
#personal_activity h3 {
	display: block;
	padding: 0px 0px 0px 0px;
	font-size: 1.875em;
	font-weight: normal;
	line-height: 1.03;
	letter-spacing: 0.4em;
}
#personal_activity h3 span {
	vertical-align: middle;

}
#personal_activity h3 img.icon {
	padding: 0px 24px 0px 0px;
	vertical-align: middle;
	width: 60px;
	height: 60px;
}
#personal_activity h4 {
	width: 260px;
	border-bottom: #d2d2d2 5px solid;
	text-align: center;
	margin-left: 330px;
	margin-bottom: 15px;
	line-height: 43px;
}
#personal_activity h4 span.top_size {
	font-size: 1.4em;
}
#personal_activity h4 span.middle_size {
	font-size: 4.2em;
}
#personal_activity h4 span.bottom_size {
	font-size: 2.4em;
}
#personal_activity .social_box_one {
	width: 38px;
	overflow: hidden;
	margin-left: 436px;
	margin-bottom: 20px;
}
#personal_activity .social_box_two {
	width: 148px;
	overflow: hidden;
	margin-left: 380px;
	margin-bottom: 20px;
}
#personal_activity .social_box_one .web_icon,#personal_activity .social_box_two .web_icon {
	float: left;
	display: block;
	width: 100px;
	height: 34px;
	margin: 2px 0 0 0;
	background-image: url(../images/personal_activity/web_icon.png);
	vertical-align: middle;
}
#personal_activity .social_box_one .twi_icon,#personal_activity .social_box_two .twi_icon {
	float: right;
	display: block;
	width: 38px;
	height: 38px;
	background-image: url(../images/personal_activity/twi_icon.png);
	vertical-align: middle;
}
#personal_activity .social_box_one a.fb_icon,#personal_activity .social_box_two a.fb_icon {
	float: right;
	display: block;
	width: 38px;
	height: 38px;
	background-image: url(../images/personal_activity/fb_icon.png);
	vertical-align: middle;
}

#personal_activity .columnSet {
	margin: 0 auto;
	width: 100%;
}
#personal_activity .column {
/* 	width: 195px; */
	width: 298px;
	height: 374px;
	float: left;
}
#personal_activity .columnSet .column h5 {
	margin: 17px 0px 12px 0px;
	text-align: center;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 26px;
	white-space: normal;
}
#personal_activity .column h5 span {
	font-size: 0.8em;
}
#personal_activity .column .movie {
	margin: 0px 0px 0px 0px;
	border: 5px solid #FFFFFF;
	-moz-box-shadow: 0px 1px 5px #CCC;
	-webkit-box-shadow: 0px 1px 5px #CCC;
}
#personal_activity .column .movie p.cat_title {
	font-size: 0.9em;
	color: #d64b0d;
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	text-align: center;
	border-bottom: #d64b0d 2px solid;
}
#personal_activity .column .movie a img {
	width: 100%;
	height: auto;
}
#personal_activity .column a.web_icon_2 {
	display: block;
	width: 80px;
	height: 20px;
	margin: 0 auto;
}
#personal_activity .split {
/* 	width: 40px; */
	width:33px;
	float: left;
	overflow: hidden;
}




/* -------------------------------------
 *  installation css
 * ------------------------------------- */
#installation {
	display: block;
	margin: 0px 0px 60px 0px;
}
#installation .heading {
	display: block;
	padding: 60px 0px 60px 0px;
	font-size: 1.875em;
	font-weight: normal;
	text-align: center;
	letter-spacing: -1px;
	line-height: 1.03;
}
#installation .columnSet {
	background-image: url(../images/installation/vline.png);
	background-repeat: repeat-y;
}
#installation .column {
	width: 242px;
	float: left;
}
#installation .column h5 {
	margin: 0px 0px 18px 0px;
	text-align: left;
	font-size: 1.125em;
	font-weight: normal;
}
#installation .column .movie {
	border: 5px solid #FFFFFF;
	-moz-box-shadow: 0px 1px 5px #CCC;
	-webkit-box-shadow: 0px 1px 5px #CCC;
}
#installation .column .caption {
	font-size: 0.75em;
	line-height: 1.75;
}
#installation .split {
	width: 87px;
	float: left;
	overflow: hidden;
}

/* -------------------------------------
 *  information css
 * ------------------------------------- */
#information {
	display: block;
	padding: 0px 0px 35px 0px;
	background-image: url(../images/information/bg.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#information .title {
	display: block;
	padding: 140px 0px 0px 0px;
	text-align: center;
}
#information h3 {
	display: block;
	padding: 30px 0px 16px 0px;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.03;
}
#information .image {
	display: block;
	float: left;
}
#information .list {
	display: block;
	width: 584px;
	float: right;
	margin: 10px 0px 0px 0px;
}
#information .border {
	display: block;
	height: 1px;
	width: 584px;
	background-color: #E2E2E2;
	overflow: hidden;
	clear: both;
}
#information .text h4 {
	display: block;
	margin: 6px 0px 6px 0px;
	padding: 0px 0px 0px 24px;
	background-image: url(../images/information/point.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 1.125em;
	font-weight: normal;
	line-height: 1.03;
}
#information .text p {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 24px;
	font-size: 0.75em;
	line-height: 1.75em;
}

/* -------------------------------------
 *  lab css
 * ------------------------------------- */
#lab {
	display: block;
	padding: 0px 0px 0px 0px;
}
#lab .title {
	display: block;
	padding: 60px 0px 24px 0px;
	text-align: center;
}
#lab h3 {
	display: block;
	padding: 0px 0px 8px 0px;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.03;
}
#lab h3 img {
	padding: 0px 12px 0px 0px;
	vertical-align: middle;
}
#lab .columnSet {
	margin: 0px 30px 20px 0;
	width: 100%;
}
#lab .column {
/* 	width: 195px; */
	width: 31%;
	height: 361px;
	float: left;
}
#lab .column h5 {
	margin: 17px 0px 12px 0px;
	text-align: center;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 26px;
}
#lab .column h5 span {
	font-size: 0.8em;
}
#lab .column p.lab_text {
	text-align: left;
	font-size: 0.8em;
	padding: 0 10px 0 10px;
	margin-bottom: 0;
}

#lab .column .movie {
	margin: 0px 0px 0px 0px;
	border: 5px solid #FFFFFF;
	-moz-box-shadow: 0px 1px 5px #CCC;
	-webkit-box-shadow: 0px 1px 5px #CCC;
}
#lab .column .movie a img {
	width: 100%;
	height: auto;
}
#lab .split {
/* 	width: 40px; */
	width:33px;
	float: left;
	overflow: hidden;
}
/* list ----------- */
#lab .leap {
	display: block;
/*	height: 230px;*/
	/* max-height: 370px; */
	min-height: 379px;
	width: 365px;
	position: absolute;
	margin: 12px 0px 0px 535px;
	background-image: url(../images/lab/senserBnr_st.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size: 100%;
	background-color: #dedede;
	text-align: left;
}

#lab .kinectV2 div,
#lab .leap div {
	position: relative;
	height: 100%;
}

#lab .leap .caption,
#lab  .kinectV2 .caption {
	position:absolute;
	top:24px;
	left:40px;
	display: block;
/*	margin: 174px 0px 0px 30px;*/
font-size: 0.9em;
	line-height: 1.75;
	color: #666666;
	text-align: center;
}
#lab .list {
	display: block;
	margin: 0px 30px 0px 30px;
}
#lab .border {
	display: block;
	height: 1px;
	width: 900px;
	background-color: #E2E2E2;
	overflow: hidden;
	clear: both;
}
#lab .item {
	display: block;
	height: 36px;
	width: 900px;
	font-size: 0.75em;
	overflow: hidden;
}
#lab .item .label {
	padding: 8px 12px 0px 0px;
	float: left;
}
#lab .item .label .accent {
	display: block;
	padding: 0px 8px 0px 8px;
	background-color: #999999;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	line-height: 20px;
	color: #FFFFFF;
}
#lab .item .dat {
	width: 340px;
	float: left;
	white-space: nowrap;
	line-height: 36px;
}
#lab .item .link {
	float: left;
	line-height: 36px;
}
#lab .item .link a:link,
#lab .item .link a:visited {
	display: block;
	color: #666666;
}
#lab .item .link a:hover {
	display: block;
	color: #db5609;
}

/* -------------------------------------
 *  faq css
 * ------------------------------------- */

#faq h3 {
	color:#636363;
	font-weight: lighter;
	display: block;
	padding: 0px 0px 8px 0px;
	font-size: 1.5em;
	line-height: 1.03;
}

#faq h3 img {
	padding: 0px 12px 0px 0px;
	vertical-align: middle;
}

#faq .title {
	display: block;
	padding: 60px 0px 24px 0px;
	text-align: center;
}

#faq .title p {
	line-height:2;
}

#faq .faqList li h5 {
	height: 62px;
	line-height: 62px;
	width: 806px;
	font-size:1em;
	font-weight:lighter;
	padding-left:104px;
}

#faq .faqList #faq1 h5 {background: url(../images/faq/bg_faq01.png) no-repeat;}
#faq .faqList #faq2 h5 {background: url(../images/faq/bg_faq02.png) no-repeat;}
#faq .faqList #faq3 h5 {background: url(../images/faq/bg_faq03.png) no-repeat;}
#faq .faqList #faq4 h5 {background: url(../images/faq/bg_faq04.png) no-repeat;}
#faq .faqList #faq5 h5 {background: url(../images/faq/bg_faq05.png) no-repeat;}
#faq .faqList #faq6 h5 {background: url(../images/faq/bg_faq06.png) no-repeat;}
#faq .faqList #faq7 h5 {background: url(../images/faq/bg_faq07.png) no-repeat;}
#faq .faqList #faq8 h5 {background: url(../images/faq/bg_faq08.png) no-repeat;}
#faq .faqList #faq9 h5 {background: url(../images/faq/bg_faq09.png) no-repeat;}
#faq .faqList #faq10 h5 {background: url(../images/faq/bg_faq10.png) no-repeat;}

#faq .faqList li p {
	padding:22px 0 22px 104px;
	margin:0;
	color:#636363;
	width: 806px;
}

/*#faq .faqList #faq1 p {background: url(../images/faq/bg_answer01.png) no-repeat right;}
#faq .faqList #faq2 p {background: url(../images/faq/bg_answer02.png) no-repeat right;}
#faq .faqList #faq3 p {background: url(../images/faq/bg_answer03.png) no-repeat right;}
#faq .faqList #faq4 p {background: url(../images/faq/bg_answer04.png) no-repeat right;}
#faq .faqList #faq5 p {background: url(../images/faq/bg_answer05.png) no-repeat right;}
#faq .faqList #faq6 p {background: url(../images/faq/bg_answer06.png) no-repeat right;}*/

/* -------------------------------------
 *  contact css
 * ------------------------------------- */
#contact {
	display: block;
	padding: 0px 0px 40px 0px;
	background-color: #f8f8f6;
}
#contact .title {
	display: block;
	padding: 50px 0px 0px 19px;
	text-align: left;
}
#contact h3 {
	display: block;
	padding: 0px 0px 16px 0px;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.03;
}
#contact h3 img {
	padding: 0px 12px 0px 0px;
	vertical-align: middle;
}
#contact .title p {
	font-size: 1em;
	line-height: 1.75;
}
/* form --------- */
#contact #form {
	display: block;
	width: 940px;
	background-color: #FFFFFF;
	-moz-box-shadow: 0px 1px 5px #CCC;
	-webkit-box-shadow: 0px 1px 5px #CCC;
	overflow: hidden;
}
#contact #form .area {
	padding: 20px 0px 19px 20px;
	border-bottom: 1px solid #E2E2E2;
}
#contact #form .area2 {
	padding: 20px 20px 19px 20px;
	border-bottom: 1px solid #E2E2E2;
	text-align: center;
}
#contact #form .thx {
	padding: 40px 0px 50px 0px;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.03;
	color: #8f82bc;
}
#contact #form .block {
	width: 442px;
	float: left;
}
#contact #form .item {
	height: 41px;
	width: 440px;
	border: 1px solid #F5F5F5;
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2) inset;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}
#contact #form .item2,
#contact #form .item3 {
	display: none;
	height: 41px;
	width: 440px;
	border: 1px solid #F5F5F5;
	background-color: #F5F5F5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}
#contact #form .item3 {
	height: 159px;
}
#contact #form #sense {
	width: 440px;
}
#contact #form .itemText {
	width: 440px;
}
#contact #form label {
	position: absolute;
	line-height: 41px;
	text-indent: 12px;
	color: #999999;
}
#contact #form input {
	display: block;
	width: 416px;
	padding: 12px 12px 12px 12px;
	font-size: 1em;
	background: none;
}
#contact #form .cover1,
#contact #form .cover2,
#contact #form .cover3 {
	height: 41px;
	width: 440px;
	cursor: pointer;
}
#contact #form textarea {
	height: 159px;
	width: 440px;
	border: 1px solid #F5F5F5;
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2) inset;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 1em;
	overflow: hidden;
}
#contact #form .split {
	width: 16px;
	float: left;
}
#contact #form .dat1 {
	line-height: 41px;
	text-indent: 12px;
	white-space: nowrap;
}
#contact #form .dat2 {
	padding: 12px 12px 12px 12px;
	overflow: auto;
}
/* form > step -------------- */
#contact #steps {
	height: 92px;
	text-align: center;
}
#contact #step1 {
	padding: 20px 0px 0px 0px;
}
#contact #step2 {
	display: none;
	padding: 20px 0px 0px 0px;
}
#contact #steps #btn1,
#contact #steps #btn2,
#contact #steps #reloadBtn {
	display: inline-block;
	height: 48px;
	padding: 0px 24px 0px 24px;
	background-color: #ececec;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-size: 1.25em;
	line-height: 48px;
	overflow: hidden;
	cursor: pointer;
}
#contact #steps #btn3 {
	display: inline-block;
	height: 48px;
	text-align: center;
	margin: 0px 0px 0px 15px;
	padding: 0px 24px 0px 24px;
	background-color: #ececec;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-size: 1.25em;
	line-height: 48px;
	overflow: hidden;
	cursor: pointer;
}

#contact .shadow {
	display: block;
	height: 20px;
	width: 940px;
	background-image: url(../images/contact/shadow.png);
	overflow: hidden;
}

/* -------------------------------------
 *  office css
 * ------------------------------------- */
#office {
	display: block;
	padding: 38px 0px 38px 0px;
	background-color: #eaeae5;
}
#office .block {
	display: block;
	width: 340px;
	float: left;
	padding: 0px 40px 0px 0px;
}
#office .map {
	float: left;
	margin: 0px 20px 0px 0px;
	-moz-box-shadow: 0px 1px 3px #666666;
	-webkit-box-shadow: 0px 1px 3px #666666;
}
#office .text {
	white-space: nowrap;
}
#office .address {
	margin: 0px 0px 0px 0px;
	font-size: 0.875em;
	line-height: 1.6;
}

/* -------------------------------------
 *  footer css
 * ------------------------------------- */
#footer {
	display: block;
	padding: 38px 0px 38px 0px;
	background-color: #232323;
	color: #666666;
}
#footer #sub {
	display: block;
	float: left;
	padding: 0px 0px 0px 18px;
	font-size: 0.875em;
}
#footer #sub a:link,
#footer #sub a:visited {
	text-shadow: 0px -1px #000000;
	color: #666666;
}
#footer #sub a:hover {
	color: #FFFFFF;
}
#footer #sub img {
	vertical-align: middle;
}
#footer #copyright {
	display: block;
	float: right;
	padding: 0px 19px 0px 0px;
	text-shadow: 0px -1px #000000;
	font-family: meiryo, Verdana, "lr oSVbN";
	font-size: 0.675em;
	line-height: 24px;
}


/* -------------------------------------
 *　ポップアップ　fancybox
 * ------------------------------------- */
#fancybox-title {
	font-size: 14px !important;
	height: 50px !important;
}

#fancybox-title-inside {
	text-align: left !important;
	padding: 21px 0 0 25px;
}

.fancybox-nav span {
    visibility: visible !important;
}

#fancybox-left {
	left: 452px !important;
	bottom: 8px !important;
}

#fancybox-right {
	right: 11px !important;
	bottom: 8px !important;
}

#fancybox-right,
#fancybox-left {
	z-index: 1300 !important;
	width: 109px !important;
}

#fancybox-left-ico,
#fancybox-right-ico {
}

#fancybox-right-ico {
	background-image: url('../images/slide/btn_next.png') !important;
	background-position: 0 0 !important;
	width: 109px !important;
	height: 37px !important;
	left: 0px !important;
	top: 15px !important;
}

#fancybox-left-ico {
	background-image: url('../images/slide/btn_prev.png') !important;
	background-position: 0 0 !important;
	width: 109px !important;
	height: 37px !important;
	left: 0 !important;
	top: 15px !important;
}

#fancybox-close {
	background: url('../images/slide/icon_close2.png') no-repeat !important;
	height: 61px !important;
	width: 60px !important;
	/* background: url('../images/slide/icon_close.png') no-repeat !important; */
	top: 431px !important;
	right: -60px !important;
	/*
height: 62px !important;
	width: 63px !important;
*/
}

/*fancybox slideshare用*/
#fancybox-wrap.slideShareBox #fancybox-left,
#fancybox-wrap.slideShareBox #fancybox-right {
	display: none !important;
}

#fancybox-wrap.slideShareBox #fancybox-title #fancybox-title-inside a {
}
#fancybox-wrap.slideShareBox #fancybox-title #fancybox-title-inside a:hover{
	color: #db5609;
}


/* -------------------------------------
 *　Mobile 2014/01/21更新。
 * ------------------------------------- */

body.mobile {
	/*-webkit-text-size-adjust:none;*/
/*	-webkit-text-size-adjust: 100%;*/
}

/* -------------------------------------
 *　2014/02/03追記 テキストが重なるバグを解消
 * ------------------------------------- */
body.mobile #information .list .border:first-child {
	margin:	0px 0px 23px 0px !important;
}

body.mobile #information .border {
	margin:	23px 0px !important;
}

body.mobile #information .list .border {
	margin:	23px 0px !important;
}

body.mobile #information .list .border:last-child {
	margin: 23px 0px 0px !important;
}


body.mobile a.anchor{
    display: block !important;
    padding-top: 150px !important;
    margin-top: -150px !important;
}
body.mobile #personal_activity a.anchor{
    display: block;
    padding-top: 230px !important;
    margin-top: -230px !important;
}
/* -------------------------------------
 *　2014/04/01追記 文章エリアが狭くなるのを解消
 * ------------------------------------- */
body.mobile #showcase #block3 .description {
	width:820px;
}

/*iPhone用のクラス*/
body.iphone_sp {
}
/*android用のクラス*/
body.android_sp {
}



/* -------------------------------------
 *　2014/04/03追記 外部リンク用のクラス
 * ------------------------------------- */
.linkToOut {
	color: #666666 !important;
}
.linkToOut:link {
	color: #666666;
}
.linkToOut:hover {
	color: #db5609 !important;
}

#toEgao {
	color: #666666;
}
#toEgao:hover {
	color: #db5609 !important;
}
/* -------------------------------------
 *　2020/04/20追記 note.com用
 * ------------------------------------- */
.note_left {
    float: left;
}

.item .note-embed .p-noteEmbed__eyecatch img {
    width: 100%;
    height: 270px;
}

/* -------------------------------------
 *  badgetShowcase
 * ------------------------------------- */
#badgetShowcase {
	display: block;
	padding: 20px 0px 40px 0px;
	background-color: #eeeeee;
}

#badgetShowcase .badgetH2Wraper {
	width: 968px;
	margin: 40px auto 0 auto;
}

#badgetShowcase .badgetH2Wraper h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
#badgetShowcase .title {
	display: block;
	padding: 60px 0px 24px 0px;
	text-align: center;
}
#badgetShowcase  h3 {
	display: block;
	padding: 0px 0px 8px 0px;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.03;
}

#badgetShowcase #badgetShowcase_contents {
	width: 968px;
	margin: 30px auto 0 auto;
	position: relative;
	height: 446px;
}

#badgetShowcase #badgetShowcase_contents li {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#badgetShowcase #badgetShowcase_contents .slideItem1 {
	display: block;
}

#badgetShowcase #badgetShowcase_contents li div {
	width: 968px;
	height: 446px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-uu-border-top-right-radius:4px;
	-uu-border-top-left-radius:4px;
}

#badgetShowcase #badgetShowcase_contents li .badgetSlide01 {
	background: url('../images/badget/intro_01Cynage.jpg') no-repeat ;
}

#badgetShowcase #badgetShowcase_contents li .badgetSlide02 {
	background: url('../images/badget/intro_02Insta.jpg') no-repeat ;
}

#badgetShowcase #badgetShowcase_contents li .badgetSlide03 {
	background: url('../images/badget/intro_03UniqueSystem.jpg') no-repeat ;
}

#badgetShowcase #badgetShowcase_contents li .badgetSlide04 {
	background: url('../images/badget/intro_04VRshare.jpg') no-repeat ;
}

#badgetShowcase #badgetShowcase_contents li .badgetSlide05 {
	background: url('../images/badget/intro_05Holoand.jpg') no-repeat ;
}


/* 追加分 */

#badgetShowcase #badgetShowcase_contents li .badgetSlide06 {
	background: url('../images/badget/img_mogura.png') no-repeat ;
}

#badgetShowcase #badgetShowcase_contents li .badgetSlide07 {
	background: url('../images/badget/img_dance.png') no-repeat ;
}

#badgetShowcase #badgetShowcase_contents li .badgetSlide08 {
	background: url('../images/badget/img_hukubiki.png') no-repeat ;
}

#badgetShowcase #badgetShowcase_contents li .badgetSlide09 {
	background: url('../images/badget/img_hitting.png') no-repeat ;
}

#badgetShowcase #badgetShowcase_contents li .badgetSlide10 {
	background: url('../images/badget/img_jumping.png') no-repeat ;
}

#badgetShowcase #badgetShowcase_contents li .badgetSlide11 {
	background: url('../images/badget/img_houdai.png') no-repeat ;
}

#badgetShowcase #badgetShowcase_contents li .badgetSlide12 {
	background: url('../images/badget/img_effect.png') no-repeat ;
}
#badgetShowcase #badgetShowcase_contents li .badgetSlide13 {
	background: url('../images/badget/img_racing.png') no-repeat ;
}

#badgetShowcase #badgetShowcase_contents li .badgetSlide14 {
	background: url('../images/badget/img_ball.png') no-repeat ;
}
#badgetShowcase #badgetShowcase_contents li .badgetSlide15 {
	background: url('../images/badget/img_catch.png') no-repeat ;
}

#badgetShowcase #badgetShowcase_contents li div dl {
	width: 320px;
	float: right;
}

#badgetShowcase #badgetShowcase_contents li div dt {
	font-weight: bold;
	font-size: 24px;
	color: #333;
	margin-top: 50px;
}

#badgetShowcase #badgetShowcase_contents li div dd {
	font-size: 14px;
	margin-top: 25px;
	margin-right: 40px;
	padding-bottom: 10px;
	color: #333;
}

#badgetShowcase #badgetShowcase_contents li div dd .playTitle,
#badgetShowcase #badgetShowcase_contents li div dd.priceTitle {
	font-size: 16px;
}

#badgetShowcase #badgetShowcase_contents li div dd .playNum,
#badgetShowcase #badgetShowcase_contents li div dd .priceNum {
	display: block;
	float: right;
}

.boderB_black {
	border-bottom: 1px dotted #333;
}
#badgetShowcase #badgetShowcase_contents li div dd .playNum span,
#badgetShowcase #badgetShowcase_contents li div dd .priceNum span {
	font-size: 22px;
	/* font-weight: bold; */
}


#badgetShowcase #badgetShowcase_contents li div dd.noteText {
	text-align: right;
	font-size: 12px;
	margin-top: 8px;
}


#badgetShowcase #badgetShowcase_contents li .badget_leadText {
	background: #fff;
	padding: 15px 30px 15px 30px;
	margin-bottom: 0;
	font-size: 13px;
}

#badgetShowcase .badget_leadText {
	background: #fff;
	padding: 15px 30px 15px 30px;
	margin-bottom: 0;
	font-size: 13px;
	width: 908px;
	margin: 0 auto;
}

#badgetShowcase_pager {
	width: 968px;
	margin: 0 auto;
	background: #fff;
	border-top: 1px solid #ddd;
}

#badgetShowcase_pager li {
	text-align: center;
	width: 40px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 10px;
	min-width: 82px;
	height: 70px;
	float: left;
	background: #fff;
	line-height: 27px;
	font-family: "helvetica";
}

#badgetShowcase_pager li:first-child {
	border-left: none;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft:4px;
	-uu-border-bottom-left-radius:4px;
}
#badgetShowcase_pager li:nth-child(11) {
	border-left: none;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft:4px;
	-uu-border-bottom-left-radius:4px;
}

#badgetShowcase_pager li.lastCase {
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright:4px;
	-uu-border-bottom-right-radius:4px;
}

#badgetShowcase_pager li.activeOn {
	background: #ccc;
	color: #fff;
}

#badgetShowcase_pager li.last {
	border-right: none;
}

#badgetShowcase_pager li span {
	font-size: 30px;
	font-family: "helvetica";
}

/* -------------------------------------
 *  概算費用と企画紹介 追加 iki css
 * ------------------------------------- */
#badgetShowcase #badgetShowcase_contents li div dt.color_intera {
	color: #a08ce6;
}
#badgetShowcase #badgetShowcase_contents li div dt.color_insta {
	color: #406ff8;
}
#badgetShowcase #badgetShowcase_contents li div dt.color_sp {
	color: #5fb500;
}
#badgetShowcase #badgetShowcase_contents li div dt.color_vr {
	color: #f5980f;
}
#badgetShowcase #badgetShowcase_contents li div dt.color_horo {
	color: #fb4e5e;
}
#badgetShowcase_pager li.color_01 {
	color: #a08ce6;
}
#badgetShowcase_pager li.color_02 {
	color: #406ff8;
}
#badgetShowcase_pager li.color_03 {
	color: #5fb500;
}
#badgetShowcase_pager li.color_04 {
	color: #f5980f;
}
#badgetShowcase_pager li.color_05 {
	color: #fb4e5e;
}
#badgetShowcase_pager li.color_01.activeOn {
	background: #a08ce6;
	color: #fff;
}
#badgetShowcase_pager li.color_02.activeOn {
	background: #406ff8;
	color: #fff;
}
#badgetShowcase_pager li.color_03.activeOn {
	background: #5fb500;
	color: #fff;
}
#badgetShowcase_pager li.color_04.activeOn {
	background: #f5980f;
	color: #fff;
}
#badgetShowcase_pager li.color_05.activeOn {
	background: #fb4e5e;
	color: #fff;
}
.spacer20 {
	clear: both;
	height: 20px;
	width: 100%;
}
.spacer37 {
	clear: both;
	height: 37px;
	width: 100%;
}

/* -------------------------------------
 *  #badgetShowcase_contents_sensor
 * ------------------------------------- */
 #badgetShowcase_sensor {
	display: block;
	padding: 20px 0px 70px 0px;
	background-color: #eeeeee;
}

#badgetShowcase_sensor .badgetH2Wraper {
	width: 968px;
	margin: 30px auto 0 auto;
}

#badgetShowcase_sensor .badgetH2Wraper h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

#badgetShowcase_sensor #badgetShowcase_sensor_contents {
	width: 968px;
	margin: 30px auto 0 auto;
	position: relative;
	height: 446px;
}

#badgetShowcase_sensor #badgetShowcase_sensor_contents li {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#badgetShowcase_sensor #badgetShowcase_sensor_contents .slideItem1 {
	display: block;
}

#badgetShowcase_sensor #badgetShowcase_sensor_contents li div {
	width: 968px;
	height: 446px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-uu-border-top-right-radius:4px;
	-uu-border-top-left-radius:4px;
}

#badgetShowcase_sensor #badgetShowcase_sensor_contents li .badgetSlide01 {
	background: url('../images/badget/img_mogura.png') no-repeat ;
}

#badgetShowcase_sensor #badgetShowcase_sensor_contents li .badgetSlide02 {
	background: url('../images/badget/img_dance.png') no-repeat ;
}

#badgetShowcase_sensor #badgetShowcase_sensor_contents li .badgetSlide03 {
	background: url('../images/badget/img_hukubiki.png') no-repeat ;
}

#badgetShowcase_sensor #badgetShowcase_sensor_contents li .badgetSlide04 {
	background: url('../images/badget/img_hitting.png') no-repeat ;
}

#badgetShowcase_sensor #badgetShowcase_sensor_contents li .badgetSlide05 {
	background: url('../images/badget/img_jumping.png') no-repeat ;
}

#badgetShowcase_sensor #badgetShowcase_sensor_contents li .badgetSlide06 {
	background: url('../images/badget/img_houdai.png') no-repeat ;
}

#badgetShowcase_sensor #badgetShowcase_sensor_contents li .badgetSlide07 {
	background: url('../images/badget/img_effect.png') no-repeat ;
}
#badgetShowcase_sensor #badgetShowcase_sensor_contents li .badgetSlide08 {
	background: url('../images/badget/img_racing.png') no-repeat ;
}

#badgetShowcase_sensor #badgetShowcase_sensor_contents li .badgetSlide09 {
	background: url('../images/badget/img_ball.png') no-repeat ;
}
#badgetShowcase_sensor #badgetShowcase_sensor_contents li .badgetSlide10 {
	background: url('../images/badget/img_catch.png') no-repeat ;
}

#badgetShowcase_sensor #badgetShowcase_sensor_contents li div dl {
	width: 320px;
	float: right;
}

#badgetShowcase_sensor #badgetShowcase_sensor_contents li div dt {
	font-weight: bold;
	font-size: 24px;
	color: #333;
	margin-top: 50px;
}

#badgetShowcase_sensor #badgetShowcase_sensor_contents li div dd {
	font-size: 14px;
	margin-top: 25px;
	margin-right: 40px;
	padding-bottom: 10px;
	color: #333;
}

#badgetShowcase_sensor #badgetShowcase_sensor_contents li div dd .playTitle,
#badgetShowcase_sensor #badgetShowcase_sensor_contents li div dd.priceTitle {
	font-size: 16px;
}

#badgetShowcase_sensor #badgetShowcase_sensor_contents li div dd .playNum,
#badgetShowcase_sensor #badgetShowcase_sensor_contents li div dd .priceNum {
	display: block;
	float: right;
}

.boderB_black {
	border-bottom: 1px dotted #333;
}
#badgetShowcase_sensor #badgetShowcase_sensor_contents li div dd .playNum span,
#badgetShowcase_sensor #badgetShowcase_sensor_contents li div dd .priceNum span {
	font-size: 22px;
	/* font-weight: bold; */
}


#badgetShowcase_sensor #badgetShowcase_sensor_contents li div dd.noteText {
	text-align: right;
	font-size: 12px;
	margin-top: 8px;
}


#badgetShowcase_sensor #badgetShowcase_sensor_contents li .badget_leadText {
	background: #fff;
	padding: 15px 30px 15px 30px;
	margin-bottom: 0;
	font-size: 13px;
}

#badgetShowcase_sensor .badget_leadText {
	background: #fff;
	padding: 15px 30px 15px 30px;
	margin-bottom: 0;
	font-size: 13px;
	width: 908px;
	margin: 0 auto;
}

#badgetShowcase_sensor_pager {
	width: 968px;
	margin: 0 auto;
	background: #fff;
	border-top: 1px solid #ddd;
}

#badgetShowcase_sensor_pager li {
	text-align: center;
	width: 40px;
	border-left: 1px solid #ddd;
	font-size: 10px;
	min-width: 82px;
	height: 70px;
	float: left;
	background: #fff;
	line-height: 27px;
	font-family: "helvetica";
}

#badgetShowcase_sensor_pager li:first-child {
	border-left: none;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft:4px;
	-uu-border-bottom-left-radius:4px;
}

#badgetShowcase_sensor_pager li.lastCase {
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright:4px;
	-uu-border-bottom-right-radius:4px;
}

#badgetShowcase_sensor_pager li.activeOn {
	background: #ccc;
	color: #fff;
}

#badgetShowcase_sensor_pager li.last {
	border-right: none;
}

#badgetShowcase_sensor_pager li span {
	font-size: 30px;
	font-family: "helvetica";
}
