@charset "UTF-8";
/* CSS Document */
/*reset
------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  color: #000;
}

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

html {
  height: 100%;
}

body {
  height: 100%;
  background-color: #f9f9f9;
  font: 16px/1.8 'Dosis',sans-serif;
  *font: x-small;
  *font-size: small;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

.ie8 img {
  width: 100%;
}

canvas {
  max-width: 100%;
  height: auto;
}

ul, ol {
  list-style-type: none;
}

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

img, input, select, textarea {
  vertical-align: middle;
}

br.none {
  display: none;
}

a {
  color: #00aae7;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*==============================

/*Base Layout

================================*/
/*Wrapper
---------------------------------*/
#wrapper {
  width: 1200px;
  margin: 0 auto;
}

/* Header 
---------------------------------*/
#siteHeader {
  width: 1038px;
  height: 184px;
  margin: 40px auto 0;
  overflow: hidden;
}

#title {
  width: 436px;
  margin-top: 60px;
  margin-right: 30px;
  float: right;
}

#logo {
  width: 224px;
  margin-left: 30px;
  float: left;
}

/* Works 
---------------------------------*/
.work {
  width: 1038px;
  margin: 182px auto 0;
  overflow: hidden;
}

.work header {
  margin: 0px 30px;
}

.work:before {
  margin-left: 30px;
  font-size: 83%;
  content: "─";
}

.tit {
  margin: none;
  float: left;
  font-size: 16px;
  font-weight: normal;
}

.url, .date, .role {
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: normal;
}

.date {
  float: right;
}

.url {
  margin-top: 10px;
  clear: both;
}

.role {
  margin: 20px 0px 15px;
}

/* Footer 
---------------------------------*/
#siteFooter {
  width: 978px;
  margin: 200px auto 0;
  padding-bottom: 200px;
  font-family: 'Raleway', sans-serif;
  font-size: 83%;
  font-weight: 300;
}

#siteFooter:before {
  content: "─";
}

/* SiteNav 
---------------------------------*/
#siteNav {
  position: absolute;
  top: 0;
  left: 0;
}

#siteNav li {
  z-index: 1000;
  position: fixed;
  width: 60px;
  height: 60px;
}

#siteNav li button {
  -webkit-transition: 0.5s;
  display: block;
  width: 60px;
  height: 60px;
  border-style: none;
  background: url(../img/bg_nav.png) no-repeat;
  text-indent: -9999px;
  filter: alpha(opacity=20);
  opacity: 0.2;
  transition: 0.5s;
}

#siteNav li button:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#siteNav li button:active, #siteNav li button:focus {
  filter: alpha(opacity=100);
  opacity: 1;
}

#posi_prev {
  top: 0;
}

#posi_next {
  bottom: 0;
}

#siteNav #posi_next button {
  background-position: 0 -60px;
}

#pageTop {
  right: 0;
  bottom: 0;
  margin-left: 1140px;
}

#siteNav #pageTop button {
  background-position: 0 -120px;
}

/*==============================

/*Retina Images

================================*/

@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #siteNav li button {
    background-image: url(../img/bg_nav@2x.png);
    background-size: 60px 300px;
  }
}

/*# sourceMappingURL=../../../sourcemaps/portfolio/css/portfolio.css.map */
