@charset "UTF-8";
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, main, menu, nav, section, summary {
  display: block;
}

/* variables */
/* ------ media queries ------ */
@media screen and (min-width: 640px) {
  html {
    width: 360px;
  }
}
/* ------ common settings ------ */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vartical-align: baseline;
  background: transparent;
  zoom: 1;
  /* IE用 */
  font-size: 12px;
}

html {
  overflow-y: scroll;
}

body {
  background-color: white;
  text-align: center;
  font-family: 'segoe UI', Verdana, Roboto, 'Droid Sans', 'HiraKakuProN-W3', 'Hiragino Kaku Gothic ProN', '\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3', 'Hiragino Kaku Gothic Pro', '\30D2\30E9\30AE\30CE\89D2\30B4 Pro W3', Meiryo, '\30E1\30A4\30EA\30AA', sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 190%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#container {
  width: 360px;
  margin: 0 auto;
}

img {
  border: 0px;
}

ul {
  list-style: none;
  padding-left: 28px;
}

a {
  text-decoration: none;
}
a:link {
  color: red;
}
a:hover {
  color: red;
}
a:active {
  color: red;
}

table {
  border: none;
  cellspacing: 0;
}

/* ------ area layout ------ */
#container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -140.625px;
  margin-left: -180px;
}

#prhyzmica_logo {
  position: absolute;
  top: 90.84375px;
  left: 73.96875px;
}
#prhyzmica_logo a img {
  max-width: 212.0625px;
}

header {
  position: absolute;
  overflow: visible;
}

#canvas {
  width: 360px;
  height: 281.25px;
}

#ripple {
  width: 360px;
  height: 281.25px;
}

nav {
  position: absolute;
  margin-top: 214.59375px;
  width: 360px;
  height: 45px;
}
nav .nav-item {
  max-height: 22.5px;
  width: auto;
  margin: 11.25px;
}
nav a {
  height: 100px;
}

#contents {
  margin-top: 276.46875px;
}
#contents section {
  margin-bottom: 50px;
}

/* ------ parts setting ------ */
hr {
  background-color: #000000;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 15px;
}

h1 {
  font-size: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}

section p {
  text-align: left !important;
}
section .FIB {
  display: block;
  cursor: pointer;
  text-align: right !important;
  color: red;
}
section .FIC {
  display: none;
}

.icon img {
  background-color: #ffffff;
  width: 100px;
  max-width: 60px;
  height: auto;
}

.soundcloud_player {
  width: 360px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.square_soundcloud_player {
  width: 360px;
  height: 360px;
  margin-top: 15px;
  margin-bottom: 5px;
}

footer {
  width: 360px;
  height: 34px;
}
footer .triangle {
  cursor: pointer;
  position: absolute;
  right: 0px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 34px 34px;
  border-color: transparent transparent #aaaaaa transparent;
}
footer .SNSbox {
  display: none;
  height: 34px;
        /*
		.fb_iframe_widget > span {
		    vertical-align: baseline !important;
		}
        */
}
footer .SNSbox .twitter {
  float: left;
  width: 120px;
  height: 34px;
  background-color: #00b0ed;
}
footer .SNSbox .twitter a {
  display: block;
  width: 100%;
  height: 100%;
}
footer .SNSbox .twitter a img {
  max-height: 34px;
  vertical-align: bottom;
}
footer .SNSbox .facebook {
  float: left;
  width: 120px;
  height: 34px;
  background-color: #3B579D;
}
footer .SNSbox .facebook a {
  display: block;
  width: 100%;
  height: 100%;
}
footer .SNSbox .facebook a img {
  max-height: 34px;
  vertical-align: bottom;
}
footer .SNSbox .tumblr {
  float: left;
  width: 120px;
  height: 34px;
  background-color: #2c4762;
}
footer .SNSbox .tumblr a {
  display: block;
  width: 100%;
  height: 100%;
}
footer .SNSbox .tumblr a img {
  max-height: 34px;
  vertical-align: bottom;
}

/* ------ animation setup ------ */
#ripple, #prhyzmica_logo, nav {
  opacity: 0.0;
}

#contents, footer {
  opacity: '0.0';
  display: none;
}

/* ------ works list ------ */
.works_list {
  text-align: left;
}
.works_list .year {
  width: 360px;
  margin-top: 20px;
  font-size: 22px;
}
.works_list .item {
  display: block;
  width: 358.125px;
  height: 50px;
  margin: 6px 0px 6px 1.875px;
  float: none;
  background-color: #fdfdfd;
}
.works_list .item .img {
  display: block;
}
.works_list .item .img img {
  float: left;
  width: 50px;
  height: 50px;
}
.works_list .item .textarea .name {
  padding: 0px 1.125px;
  float: left;
  font-size: 15px;
}
.works_list .item .textarea .name a {
  font-size: 15px;
}
.works_list .item .textarea .name a:link {
  color: black;
}
.works_list .item .textarea .name a:hover {
  color: black;
}
.works_list .item .textarea .name a:active {
  color: black;
}
.works_list .item .textarea .name a:visited {
  color: black;
}
.works_list .item .textarea .type {
  float: left;
  letter-spacing: normal;
}
.works_list .item .textarea .color_album {
  background-color: #ffeeee;
}
.works_list .item .textarea .color_compi {
  background-color: #ffffee;
}
.works_list .item .textarea .color_guest {
  background-color: #eeffee;
}
.works_list .item .textarea .color_develop {
  background-color: #eeeeff;
}
.works_list .item .textarea .color_work {
  background-color: #ffeeff;
}
.works_list .item .textarea .description {
  float: left;
  color: #666666;
  padding: 0px 3.125px;
  letter-spacing: normal;
  /**/
  /**/
}
@media screen and (max-width: 600px) {
  .works_list .item .textarea .description {
    letter-spacing: normal;
  }
}

/* ------ profile ------ */
.profile {
  text-align: left;
  clear: left;
  display: block;
  width: 360px;
  height: 150px;
  margin-bottom: 15px;
}
.profile .img {
  display: block;
}
.profile .img img {
  float: left;
  width: 150px;
  height: 150px;
}
.profile .name {
  padding-left: 15px;
  padding-bottom: 10px;
  width: 195px;
  float: left;
  font-size: 20px;
}
.profile .description {
  padding-left: 15px;
  padding-bottom: 15px;
  width: 195px;
  float: left;
}

/* ------ albumlist ------ */
.cd {
  margin: 20px 0px;
  background-color: #f5f5f5;
  -moz-box-shadow: 0px 0px 2px #000000;
  -webkit-box-shadow: 0px 0px 2px #000000;
  box-shadow: 0px 0px 2px #000000;
}
.cd .name {
  font-size: 15px;
}
.cd .artwork img {
  height: auto;
  max-width: 354.375px;
  vertical-align: bottom;
}
.cd .soundcloud iframe {
  width: 360px;
  height: 120px;
}
.cd .tracklist {
  padding-left: 5px;
}
.cd .tracklist .trackname {
  padding-left: 5px;
}
.cd .comment span {
  white-space: nowrap;
  display: inline-block;
}
