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

/* line 22, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 26, ../sass/main.scss */
body {
  background: #282828;
}

/* line 30, ../sass/main.scss */
a {
  color: #fff;
  text-decoration: none;
}
/* line 33, ../sass/main.scss */
a:hover {
  color: #FBFF04;
}

/* line 36, ../sass/main.scss */
.wrapper {
  width: 1280px;
  margin: 0 auto;
}

/* line 40, ../sass/main.scss */
.bg01 {
  background: url(../img/wrapper_bg01.jpg) no-repeat left top;
}

/* line 43, ../sass/main.scss */
.bg02 {
  background: url(../img/wrapper_bg02.jpg) no-repeat left top;
}

/* line 47, ../sass/main.scss */
.allContainer {
  position: relative;
  padding-left: 40px;
  height: 800px;
  zoom: 1;
}
/* line 15, ../sass/main.scss */
.allContainer:before, .allContainer:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
/* line 21, ../sass/main.scss */
.allContainer:after {
  clear: both;
}

/* sideContainer */
/* line 55, ../sass/main.scss */
.sideContainer {
  width: 190px;
  margin-right: 80px;
  padding-left: 80px;
  float: left;
}
/* line 60, ../sass/main.scss */
.sideContainer h1 {
  padding-top: 45px;
  margin-bottom: 40px;
}
/* line 64, ../sass/main.scss */
.sideContainer ul {
  margin-bottom: 45px;
}
/* line 65, ../sass/main.scss */
.sideContainer li {
  margin-bottom: 23px;
}

/* mainContainer */
/* line 68, ../sass/main.scss */
.mainContainer {
  width: 810px;
  float: left;
}
/* line 71, ../sass/main.scss */
.mainContainer .contentTitle {
  margin-top: 123px;
}

/* footer */
/* line 77, ../sass/main.scss */
footer {
  position: absolute;
  bottom: 40px;
  right: 80px;
}

/* bg02Height */
/* line 85, ../sass/main.scss */
.height800 {
  height: 800px;
}

/* top */
/* line 90, ../sass/main.scss */
#top {
  height: 800px;
}
/* line 92, ../sass/main.scss */
#top .block01 {
  margin: 167px 0 5px;
}
/* line 96, ../sass/main.scss */
#top #topicsBtn {
  width: 100px;
  height: 60px;
  cursor: pointer;
}
/* line 100, ../sass/main.scss */
#top #topicsBtn:hover {
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  filter: alpha(opacity=50);
  zoom: 1;
}
/* line 103, ../sass/main.scss */
#top .topicsContainer {
  display: none;
  margin-top: -240px;
  margin-left: 120px;
}
/* line 107, ../sass/main.scss */
#top .topicsContainer #topicsInlineContent {
  padding: 20px 25px;
  position: relative;
  width: 550px;
  background: #000;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  background: rgba(0, 0, 0, 0.8);
}
/* line 116, ../sass/main.scss */
#top .topicsContainer #topicsInlineContent .closeBtn {
  width: 22px;
  height: 22px;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
}

/* line 128, ../sass/main.scss */
.twitterContainer {
  margin-bottom: 10px;
}
/* line 130, ../sass/main.scss */
.twitterContainer img {
  cursor: pointer;
}
/* line 132, ../sass/main.scss */
.twitterContainer img:hover {
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  filter: alpha(opacity=50);
  zoom: 1;
}

/* line 136, ../sass/main.scss */
.twitter-follow-button {
  margin-bottom: 10px;
}

/* line 140, ../sass/main.scss */
.twitterFollowContainer .member {
  margin-bottom: 10px;
  font-size: 12px;
}

/* services */
/* line 148, ../sass/main.scss */
.servicesNav li {
  margin-bottom: 25px;
}
/* line 150, ../sass/main.scss */
.servicesNav li a img:hover {
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  filter: alpha(opacity=50);
  zoom: 1;
}

/* line 155, ../sass/main.scss */
.servicesLocalNav {
  zoom: 1;
}
/* line 15, ../sass/main.scss */
.servicesLocalNav:before, .servicesLocalNav:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
/* line 21, ../sass/main.scss */
.servicesLocalNav:after {
  clear: both;
}
/* line 157, ../sass/main.scss */
.servicesLocalNav li {
  float: left;
  margin-right: 25px;
}
/* line 161, ../sass/main.scss */
.servicesLocalNav li a img:hover,
.servicesLocalNav li img.current {
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  filter: alpha(opacity=50);
  zoom: 1;
}
/* line 165, ../sass/main.scss */
.servicesLocalNav li.localNav01 {
  width: 178px;
}
/* line 166, ../sass/main.scss */
.servicesLocalNav li.localNav02 {
  width: 186px;
}
/* line 167, ../sass/main.scss */
.servicesLocalNav li.localNav03 {
  width: 185px;
}
/* line 168, ../sass/main.scss */
.servicesLocalNav li.localNav04 {
  width: 186px;
}
/* line 169, ../sass/main.scss */
.servicesLocalNav .last {
  margin-right: 0;
}

/* line 171, ../sass/main.scss */
#services01 {
  height: 959px;
}

/* line 174, ../sass/main.scss */
#services02 {
  height: 926px;
}

/* line 177, ../sass/main.scss */
#services03 {
  height: 851px;
}

/* people */
/* line 183, ../sass/main.scss */
.peopleMemberContainer {
  zoom: 1;
}
/* line 15, ../sass/main.scss */
.peopleMemberContainer:before, .peopleMemberContainer:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
/* line 21, ../sass/main.scss */
.peopleMemberContainer:after {
  clear: both;
}
/* line 185, ../sass/main.scss */
.peopleMemberContainer li {
  float: left;
}
/* line 188, ../sass/main.scss */
.peopleMemberContainer li a img:hover,
.peopleMemberContainer li a img.current {
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  filter: alpha(opacity=50);
  zoom: 1;
}
/* line 194, ../sass/main.scss */
.peopleMemberContainer li.peopleMember01,
.peopleMemberContainer li.peopleMember02,
.peopleMemberContainer li.peopleMember03 {
  width: 180px;
}
/* line 195, ../sass/main.scss */
.peopleMemberContainer li.peopleMember04 {
  width: 270px;
}

/* line 197, ../sass/main.scss */
#people {
  height: 1215px;
}

/* line 200, ../sass/main.scss */
#people01 {
  height: 1070px;
}

/* line 203, ../sass/main.scss */
#people02 {
  height: 800px;
}

/* line 206, ../sass/main.scss */
#people03 {
  height: 1383px;
}

#people .block01,#people .block02 {position:relative;}
#people .block01 .thank {position:absolute; top:44px; left:210px;}
#people .block02 .thank {position:absolute; top:4px; left:220px;}

/* contact */
/* line 213, ../sass/main.scss */
#contact .contentTitle {
  margin-top: 125px;
}
/* line 215, ../sass/main.scss */
#contact .block01 li {
  margin-bottom: 80px;
}
/* line 217, ../sass/main.scss */
#contact .block01 li a img:hover {
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  filter: alpha(opacity=50);
  zoom: 1;
}
