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;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'swis721_ex_btroman';
  src: url("fonts/swisse-webfont.eot");
  src: url("fonts/swisse-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/swisse-webfont.woff") format("woff"), url("fonts/swisse-webfont.ttf") format("truetype"), url("fonts/swisse-webfont.svg#swis721_ex_btroman") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'swis721_btroman';
  src: url("fonts/swiss-webfont.eot");
  src: url("fonts/swiss-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/swiss-webfont.woff") format("woff"), url("fonts/swiss-webfont.ttf") format("truetype"), url("fonts/swiss-webfont.svg#swis721_btroman") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'swis721_lt_btlight';
  src: url("fonts/swissl-webfont.eot");
  src: url("fonts/swissl-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/swissl-webfont.woff") format("woff"), url("fonts/swissl-webfont.ttf") format("truetype"), url("fonts/swissl-webfont.svg#swis721_lt_btlight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'swis721_ltex_btlight';
  src: url("fonts/swissel-webfont.eot");
  src: url("fonts/swissel-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/swissel-webfont.woff") format("woff"), url("fonts/swissel-webfont.ttf") format("truetype"), url("fonts/swissel-webfont.svg#swis721_ltex_btlight") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  height: 100%;
}

body {
  background: white;
  color: #464646;
  font-family: "swis721_ltex_btlight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  height: 100%;
}

a {
  color: #464646;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#wrapper {
  height: 100%;
  width: 960px;
  min-height: 500px;
  margin: 0 auto;
  position: relative;
}

#logo a {
  background: url(img/logo.png) no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: 55px;
  right: 9px;
  width: 179px;
  height: 67px;
}

#sort {
  color: #969696;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 220px;
  width: 180px;
}
#sort li {
  margin-bottom: 3px;
  text-align: right;
  text-transform: uppercase;
}
#sort a {
  color: #969696;
}
#sort .current,
#sort a:hover {
  color: #464646;
  text-decoration: none;
}
#sort .current:before,
#sort a:hover:before {
  content: "\003E";
}

#menu {
  position: absolute;
  right: 10px;
  bottom: 15px;
  width: 180px;
}
#menu li {
  margin-bottom: 3px;
  text-align: right;
  text-transform: uppercase;
  -webkit-transition: background 0.4s ease-out;
  -moz-transition: background 0.4s ease-out;
  -o-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}
#menu a:hover {
  background: #ddd;
  text-decoration: none;
  -webkit-transition: background 0.4s ease-out;
  -moz-transition: background 0.4s ease-out;
  -o-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}

#contents {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  font-size: 14px;
  line-height: 17px;
  position: absolute;
  left: 0px;
  right: 200px;
  top: 119px;
  bottom: 20px;
}
#contents p {
  font-family: "swis721_lt_btlight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 9px;
  width: 425px;
}

.jspHorizontalBar {
  height: 0;
}

.jspVerticalBar {
  background: transparent;
  left: 0;
  right: auto;
  width: 1px;
}

.jspVerticalBar .jspArrowUp,
.jspVerticalBar .jspArrowDown {
  height: 29px;
  width: 40px;
}

.jspArrowUp,
.jspArrowUp.jspDisabled {
  background: transparent url(img/arrow_up.png) 0 10px no-repeat;
}

.jspArrowDown,
.jspArrowDown.jspDisabled {
  background: transparent url(img/arrow_down.png) no-repeat;
}

.jspTrack {
  background: transparent;
}

.jspDrag {
  background: url(img/slider.png) no-repeat;
  height: 20px;
  width: 86px;
  z-index: 9999;
}

.column {
  font-family: "swis721_ex_btroman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 210px;
}
.column .column_title {
  color: #969696;
  font-size: 12px;
  text-transform: uppercase;
  width: 110px;
  position: absolute;
  left: 49px;
  top: 110px;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.column .column_items {
  position: absolute;
  left: 0px;
  right: 200px;
  top: 120px;
  bottom: 21px;
  width: 200px;
}
.column .column_item {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  position: relative;
  width: 200px;
  height: 130px;
}
.column .column_item.visited {
  opacity: 0.5;
}
.column .column_item:hover {
  text-decoration: none;
}
.column .column_item .item_date {
  border-bottom: 1px solid #464646;
  position: absolute;
  text-align: center;
  width: 40px;
  bottom: 0;
}
.column .column_item .item_thumb {
  position: absolute;
  height: 130px;
  width: 130px;
  left: 50px;
  top: 0px;
}
.column .column_item .item_title {
  font-size: 11px;
  position: absolute;
  text-transform: uppercase;
  width: 120px;
  left: 54px;
  bottom: 1px;
}
.column .white_label .item_title {
  color: #fff;
}

#column1 {
  left: 0px;
}

#column2 {
  left: 190px;
}

#column3 {
  left: 380px;
}

#column4 {
  left: 570px;
}

#contents:focus,
.column:focus,
.column_items:focus {
  outline: 0;
}

#about {
  font-size: 14px;
  padding: 10px 0 10px 50px;
}

#contact {
  color: #969696;
  font-family: "swis721_lt_btlight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 32px;
  padding: 147px 0 10px 50px;
}
#contact a {
  color: #969696;
}

#detail {
  padding: 10px 0 10px 50px;
  overflow-x: hidden;
}

#detail_title {
  font-size: 16px;
  width: 600px;
  position: absolute;
  left: 50px;
  top: 95px;
  text-transform: uppercase;
}
#detail_title #detail_date {
  margin-right: 24px;
}

#team {
  position: relative;
}

.team_member {
  background: #fff;
  cursor: pointer;
  float: left;
  line-height: 15px;
  overflow: hidden;
  padding: 3px;
  position: absolute;
  text-transform: lowercase;
  width: 160px;
  height: 170px;
  z-index: 998;
  -webkit-transform: scale(0.85, 0.85);
  -moz-transform: scale(0.85, 0.85);
  -ms-transform: scale(0.85, 0.85);
  -o-transform: scale(0.85, 0.85);
  transform: scale(0.85, 0.85);
  -webkit-filter: saturate(0);
  -moz-filter: saturate(0);
  filter: saturate(0);
  -webkit-transition: height 0.3s ease-out, padding 0.1s ease-out, -webkit-transform 0.1s ease-out;
  -webkit-transition-delay: 0.1s, 0s, 0s;
  -moz-transition: height 0.3s ease-out 0.1s, padding 0.1s ease-out, -moz-transform 0.1s ease-out;
  -o-transition: height 0.3s ease-out 0.1s, padding 0.1s ease-out, -o-transform 0.1s ease-out;
  transition: height 0.3s ease-out 0.1s, padding 0.1s ease-out, transform 0.1s ease-out;
  -webkit-transform-origin: 70% 50%;
  -moz-transform-origin: 70% 50%;
  -ms-transform-origin: 70% 50%;
  -o-transform-origin: 70% 50%;
  transform-origin: 70% 50%;
}
.team_member .team_member_name {
  font-weight: bold;
}
.team_member img {
  width: 160px;
  height: 170px;
}
.team_member.last {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.team_member.clicked {
  height: 200px;
  padding: 10px;
  -webkit-transform: scale(1.0, 1.0);
  -moz-transform: scale(1.0, 1.0);
  -ms-transform: scale(1.0, 1.0);
  -o-transform: scale(1.0, 1.0);
  transform: scale(1.0, 1.0);
  -webkit-filter: saturate(1);
  -moz-filter: saturate(1);
  filter: saturate(1);
  -webkit-transition: height 0.3s ease-out, padding 0.1s ease-out, -webkit-transform 0.1s ease-out;
  -webkit-transition-delay: 0.1s, 0s, 0s;
  -moz-transition: height 0.3s ease-out 0.1s, padding 0.1s ease-out, -moz-transform 0.1s ease-out;
  -o-transition: height 0.3s ease-out 0.1s, padding 0.1s ease-out, -o-transform 0.1s ease-out;
  transition: height 0.3s ease-out 0.1s, padding 0.1s ease-out, transform 0.1s ease-out;
  z-index: 999;
}

#team_text {
  font-size: 14px;
  padding: 50px 0 10px 50px;
}

#editpage {
  background: #464646;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  position: fixed;
  top: 0;
  left: 0;
}