@charset "UTF-8";
/*
 * normalise
 --------------------------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }
a:hover, a:active {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 75%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

/*
 * mixin
 --------------------------------------------------------------------------------*/
/*
 * Font
 --------------------------------------------------------------------------------*/
.cap {
  font-size: 12px;
  line-height: 1.5em;
  color: #3f3f3f; }

.mincho {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; }

/* font-weight */
.normal {
  font-weight: normal; }

.bold {
  font-weight: bold; }

/* text color */
.gray {
  color: #3f3f3f; }

.gray2 {
  color: #7f7f7f; }

.red {
  color: #FF0000; }

/* font-size */
.large {
  font-size: 1.125em;
  line-height: 1.53125em; }

.x-large {
  font-size: 1.5em;
  line-height: 1.53125em; }

.xx-large {
  font-size: 2em;
  line-height: 1.53125em; }

.size-9 {
  font-size: 9px;
  line-height: 1.75em; }

.size-10 {
  font-size: 10px;
  line-height: 1.75em; }

.size-11 {
  font-size: 11px;
  line-height: 1.75em; }

.size-12 {
  font-size: 12px;
  line-height: 1.75em; }

.size-13 {
  font-size: 13px;
  line-height: 1.75em; }

.size-14 {
  font-size: 14px;
  line-height: 1.75em; }

.size-15 {
  font-size: 15px;
  line-height: 1.75em; }

.size-16 {
  font-size: 16px;
  line-height: 1.75em; }

.size-17 {
  font-size: 17px;
  line-height: 1.75em; }

.size-18 {
  font-size: 18px;
  line-height: 1.75em; }

.size-19 {
  font-size: 19px;
  line-height: 1.75em; }

.size-20 {
  font-size: 20px;
  line-height: 1.75em; }

.size-21 {
  font-size: 21px;
  line-height: 1.75em; }

.size-22 {
  font-size: 22px;
  line-height: 1.75em; }

.size-23 {
  font-size: 23px;
  line-height: 1.75em; }

.size-24 {
  font-size: 24px;
  line-height: 1.75em; }

.size-25 {
  font-size: 25px;
  line-height: 1.75em; }

.size-26 {
  font-size: 26px;
  line-height: 1.75em; }

.size-27 {
  font-size: 27px;
  line-height: 1.75em; }

.size-28 {
  font-size: 28px;
  line-height: 1.75em; }

.size-29 {
  font-size: 29px;
  line-height: 1.75em; }

.size-30 {
  font-size: 30px;
  line-height: 1.75em; }

.size-31 {
  font-size: 31px;
  line-height: 1.75em; }

.size-32 {
  font-size: 32px;
  line-height: 1.75em; }

/* display */
.none {
  display: none !important; }

.hidden {
  visibility: hidden !important; }

/* text-align */
.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

/*
 * basic
 --------------------------------------------------------------------------------*/
html {
  font-size: 62.5%; }

body {
  background: #FFF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.75em;
  letter-spacing: 0.075em;
  color: #000; }

del {
  text-decoration: line-through;
  color: #3f3f3f; }

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

li img {
  vertical-align: top; }

/* 
 * link style
 --------------------------------------------------------------------------------*/
a {
  color: #666666;
  text-decoration: underline;
  outline: none 0 !important; }
  a:link {
    color: #666666;
    text-decoration: underline; }
  a:visited {
    color: #666666;
    text-decoration: underline; }
  a:hover {
    color: #b2b2b2;
    text-decoration: none; }
  a:active {
    color: #b2b2b2;
    text-decoration: none; }
  a:focus {
    outline: 0; }
  a img {
    vertical-align: top; }
  a:hover img.hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5; }
  .opc a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5; }
  .opc2 a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5; }
  .opc a *, .opc2 a {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  a[target=_new], a[target=_blank] {
    background: no-repeat right center;
    background-image: url(../common/images/icon_exlink_inline.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 12px; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      a[target=_new], a[target=_blank] {
        background-image: url(../common/images/2x/icon_exlink_inline.png);
        background-size: 10px auto; } }
  a[target=_new].noimg, a[target=_blank].noimg {
    background: transparent;
    padding-right: 0; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      a[target=_new].noimg, a[target=_blank].noimg {
        background-image: transparent; } }
  a .amazon {
    display: block;
    background: url(../images/icon_amazon.png) no-repeat left center;
    padding-left: 25px; }
  .exlink a {
    display: block;
    background: url(../images/icon_exlink.png) no-repeat left center;
    padding-left: 20px; }
  .exlink a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    color: #666666;
    text-decoration: underline; }

/*
 * wrapper
 --------------------------------------------------------------------------------*/
#wrapper {
  position: relative;
  width: 800px;
  margin: 0 auto;
  background-color: #FFF; }

/*
 * main
 --------------------------------------------------------------------------------*/
/*
 * 	header
 */
#header {
  position: relative;
  margin: 0 auto; }
  #header #hobo {
    padding: 10px 0;
    text-align: center;
    font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
    font-size: 10px;
    text-transform: uppercase; }
    #header #hobo a {
      color: #000;
      text-decoration: none; }
  #header h1 {
    position: relative;
    margin: 0 auto;
    font-size: 18px;
    text-align: center; }

#yodogawa {
  text-align: center;
  font-size: 16px; }

/*
 * contents
 */
.contents {
  position: relative;
  width: 800px;
  margin: 50px auto 40px; }
  .contents h2 {
    margin: 0;
    padding: 20px 0;
    text-align: center; }
  .contents blockquote {
    margin: 40px 0;
    margin-left: 1em;
    padding-left: 1em;
    border-left: 2px solid #3f3f3f;
    color: #3f3f3f; }
  .contents .article {
    width: 500px;
    margin: 0 auto;
    text-align: left; }

.column {
  position: relative;
  width: 800px;
  margin: 50px auto; }
  .column h2 {
    margin: 20px 0;
    padding: 0;
    text-align: center; }
  .column .article {
    width: 500px;
    margin: 0 auto;
    text-align: left; }

.photo {
  margin: 40px auto; }
  .photo p {
    font-size: 12px;
    line-height: 1.5em;
    color: #3f3f3f; }

.date {
  margin: 20px 0;
  font-size: 12px;
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #3f3f3f; }

#navi {
  text-align: center; }
  #navi ul {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
  #navi li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding: 0 10px; }

/*
 * TOC - table of contents
 */
#toc {
  margin: 50px auto; }
  #toc h2 {
    text-align: center; }
  #toc ul, #toc li {
    margin: 0 auto;
    padding: 0;
    list-style-type: none; }
  #toc li {
    position: relative;
    padding: 5px 0;
    padding-left: 4.5em;
    width: 437px;
    border-bottom: 1px solid #CCC;
    font-size: 14px;
    letter-spacing: 0; }
    #toc li:first-child {
      border-top: 1px solid #CCC; }
    #toc li.current {
      color: #30BF30; }
    #toc li a {
      display: block;
      padding: 3px 0;
      text-align: left; }
      #toc li a:visited, #toc li a:hover {
        color: #666666;
        text-decoration: none; }
    #toc li em {
      margin-left: -4em;
      padding-right: 1em;
      font-style: normal;
      font-weight: bold; }
    #toc li span {
      position: absolute;
      right: 0.5em;
      top: 50%;
      margin-top: -12px;
      font-size: 12px;
      color: #999; }

/*
 * archive
 */
#past {
  margin: 50px auto; }
  #past h2 {
    text-align: center; }
  #past ul, #past li {
    margin: 0 auto;
    padding: 0;
    list-style-type: none; }
  #past li {
    position: relative;
    padding: 5px 0;
    padding-left: 4.5em;
    width: 437px;
    border-bottom: 1px solid #CCC;
    font-size: 14px;
    letter-spacing: 0; }
    #past li:first-child {
      border-top: 1px solid #CCC; }
    #past li.current {
      color: #30BF30; }
    #past li a {
      display: block;
      padding: 3px 0;
      text-align: left; }
      #past li a:visited, #past li a:hover {
        color: #666666;
        text-decoration: none; }
    #past li em {
      margin-left: -4em;
      padding-right: 1em;
      font-style: normal;
      font-weight: bold; }
    #past li span {
      position: absolute;
      right: 0.5em;
      top: 50%;
      margin-top: -12px;
      font-size: 12px;
      color: #999; }

#footer {
  position: relative;
  padding-bottom: 400px;
  margin-top: 50px; }
  #footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    letter-spacing: -0.4em;
    margin-bottom: 10px;
    font-size: 0;
    letter-spacing: -0.4em; }
    #footer ul li {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      padding: 0 40px;
      margin: 0;
      font-size: 14px;
      letter-spacing: 0.075em; }
  #footer .fblike {
    text-align: center;
    margin: 20px; }
  #footer .copyright {
    margin-top: 10px;
    font-size: 10px;
    font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #3f3f3f; }

.conv {
  width: 500px;
  margin: 25px auto 25px; }
  .conv dl {
    display: table;
    width: 100%; }
  .conv dl + dl {
    margin-top: 0px; }
  .conv dt, .conv dd {
    display: table-cell;
    text-align: left; }
    .conv dt.talker0, .conv dd.talker0 {
      color: #238C23; }
    .conv dt.talker1, .conv dd.talker1 {
      color: #2E6999; }
    .conv dt.talker2, .conv dd.talker2 {
      color: #2E6999; }
    .conv dt.talker3, .conv dd.talker3 {
      color: #218521; }
  .conv dt {
    width: 80px;
    padding: 2em 0 0 0;
    font-weight: bold;
    vertical-align: top;
    color: #FFF; }
    .conv dt.talker0 {
      letter-spacing: 0; }
  .conv dd {
    padding-top: 2em;
    vertical-align: middle;
    color: #FFF; }
    .conv dd.photo {
      padding: 30px 0 10px 80px;
      text-align: left; }
      .conv dd.photo p {
        font-size: 12px;
        line-height: 1.75em;
        letter-spacing: 0.075em;
        text-align: left;
        color: #CCC; }
    .conv dd.photoC {
      padding: 30px 0 10px 0;
      text-align: center; }
      .conv dd.photoC p {
        width: 420px;
        margin-left: auto;
        margin-right: auto;
        font-size: 12px;
        line-height: 1.75em;
        letter-spacing: 0.075em;
        text-align: left;
        color: #CCC; }
    .conv dd.center {
      text-align: center; }
  .conv .continue {
    width: 500px;
    margin: 0 auto;
    padding: 2em 0 0;
    text-align: center; }

html, body {
  width: 100%;
  height: 100%; }

body {
  background: transparent url(../2015/images/bg.png) repeat center top;
  -webkit-text-size-adjust: 100%; }

.icon-ich {
  background: transparent url(../2015/images/icon_ss_ich.png) no-repeat left top;
  text-indent: 1.75em; }

.btn_sale_page {
  text-align: center; }
  .btn_sale_page a {
    width: 380px;
    margin-top: 40px;
    padding: 60px 0 20px 0;
    background: transparent url(../2015/images/logo_jam_shop.png) no-repeat center 20px;
    border: 1px solid #4C4296;
    border-radius: 8px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #4C4296; }
  .btn_sale_page + .cap {
    width: 380px; }

a {
  color: #4C4296;
  text-decoration: none; }
  a:link {
    color: #4C4296;
    text-decoration: none; }
  a:visited {
    color: #4C4296;
    text-decoration: none; }
  a:hover {
    color: #a5a0ca;
    text-decoration: none; }
  a:active {
    color: #a5a0ca;
    text-decoration: none; }

a.btn {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  display: inline-block;
  padding: 13px 20px;
  /* border-radius */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /* END border-radius */
  background-color: #1C4A72;
  text-decoration: none;
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
  color: #FFF;
  text-align: center; }

.multi-img {
  font-size: 0;
  letter-spacing: 0;
  padding: 0; }
  .multi-img img {
    display: inline;
    margin: 0;
    padding: 0;
    vertical-align: bottom; }

.step {
  width: 500px;
  margin: 32px auto; }
  .step ul {
    overflow: hidden;
    *zoom: 1; }
  .step li {
    clear: both; }
    .step li img {
      display: inline-block;
      vertical-align: middle; }
    .step li p {
      display: inline-block;
      width: auto;
      margin: 0; }
    .step li:before {
      content: "↓";
      display: block;
      text-align: center; }
    .step li:first-child:before {
      content: "";
      display: none; }

/*--------------------------------------------------------------------------------
 * 
 * 	wrapper
 * 
 *--------------------------------------------------------------------------------*/
#wrapper {
  position: relative;
  width: 960px;
  background-color: transparent; }
  #wrapper ul, #wrapper li {
    list-style: none; }

/*--------------------------------------------------------------------------------
 * 
 * 	header
 * 
 *--------------------------------------------------------------------------------*/
#header {
  *zoom: 1; }
  #header:after {
    content: "";
    display: table;
    clear: both; }
  #header .hobo {
    margin: 8px 5px; }
  #header h1 {
    position: absolute;
    right: 15px;
    bottom: 16px; }

/*--------------------------------------------------------------------------------
 * 
 * 	mainPhoto
 * 
 *--------------------------------------------------------------------------------*/
#mainPhoto {
  position: relative;
  width: 950px;
  height: 535px;
  padding: 4px 5px 6px;
  margin-top: 15px;
  background: transparent url(../2015/images/bg_page_header.png) no-repeat center top; }
  #mainPhoto h2 {
    position: absolute;
    bottom: 15px;
    right: 15px;
    margin: 0;
    z-index: 10; }
  #mainPhoto #saleinfo {
    position: absolute;
    bottom: 225px;
    right: 15px;
    z-index: 10; }

#slides {
  width: 950px;
  margin: 0px auto 0; }

/*--------------------------------------------------------------------------------
 * 
 * 	contents
 * 
 *--------------------------------------------------------------------------------*/
#yodogawa {
  text-align: center;
  line-height: 2em; }
  #yodogawa p {
    display: inline-block;
    margin: 40px auto 0;
    font-weight: bold;
    text-align: left;
    vertical-align: bottom; }
    #yodogawa p.profile {
      margin-left: 20px; }

.content {
  position: relative;
  background: url(../2015/images/bg_content_mid.png) repeat-y center top;
  width: 656px;
  margin: 50px auto;
  padding: 30px 0;
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0.075em; }
  .content:before, .content:after {
    content: " ";
    position: absolute;
    display: block;
    width: 656px;
    height: 10px;
    left: 0; }
  .content:before {
    background: url(../2015/images/bg_content_top.png) no-repeat center top;
    top: -10px; }
  .content:after {
    background: url(../2015/images/bg_content_btm.png) no-repeat center top;
    bottom: -10px; }
  .content h2 {
    width: 560px;
    margin: 0 auto 20px; }
    .content h2 img:first-child {
      margin-right: 20px; }
  .content h3 {
    margin-top: 80px;
    margin-left: 78px; }
    .content h3:first-child {
      margin-top: 20px; }
  .content blockquote {
    position: relative;
    margin: 2em auto;
    padding: 40px 60px;
    width: 380px;
    border: 1px solid #E5E3DF;
    background-color: #F7F5F1;
    font-weight: bold; }
    .content blockquote:before, .content blockquote:after {
      content: " ";
      position: absolute;
      display: block;
      width: 45px;
      height: 35px; }
    .content blockquote:before {
      background: url(../2015/images/quote_lt.png) no-repeat center top;
      top: 25px;
      left: 30px; }
    .content blockquote:after {
      background: url(../2015/images/quote_rb.png) no-repeat center top;
      bottom: 55px;
      right: 25px; }
    .content blockquote p {
      position: relative;
      z-index: 1;
      margin: 0;
      padding: 0;
      width: auto; }
      .content blockquote p + p {
        text-align: right; }
  .content .yodogawa {
    width: 560px;
    margin: 0 auto; }
  .content .photo {
    width: 560px;
    margin: 1em auto; }
    .content .photo img {
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      border-radius: 8px; }
  .content .pan {
    width: 560px;
    margin: 0 auto; }
    .content .pan h2 img:first-child {
      margin-right: -75px; }

.column {
  width: 480px;
  border: 1px solid #CCC;
  padding: 10px 40px; }

.banner {
  text-align: center; }

.att {
  width: 560px;
  margin: 0 auto;
  text-align: center; }
  .att p {
    display: inline-block;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em; }

#toc {
  width: 500px;
  margin: 40px auto; }
  #toc h4 {
    margin-bottom: 0; }
  #toc li {
    padding-left: 5px;
    width: auto; }
    #toc li a {
      text-decoration: none; }
    #toc li img {
      vertical-align: middle; }
    #toc li span {
      display: inline-block;
      vertical-align: middle;
      position: static;
      right: auto;
      top: auto;
      margin-top: 0;
      margin-left: 10px;
      font-size: 14px;
      color: #000; }
      #toc li span.date {
        margin: 0;
        padding: 0;
        font-family: "Lucida Console", Monaco, monospace;
        position: absolute;
        right: 5px;
        font-size: 12px; }

#navi a.btn, #navi2 a.btn {
  display: inline-block;
  padding: 13px 20px;
  /* border-radius */
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  /* END border-radius */
  background-color: #4C4296;
  text-decoration: none;
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
  color: #FFF; }

.kl {
  margin-left: -0.5em; }

#navi2 {
  text-align: center; }

/*--------------------------------------------------------------------------------
 * 
 * 	footer
 * 
 *--------------------------------------------------------------------------------*/
#footer {
  margin-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #CCCCCC; }
  #footer ul {
    margin: 0;
    padding: 20px 10px;
    list-style-type: none;
    text-align: left;
    letter-spacing: -0.4em;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
    height: auto;
    overflow: hidden; }
    #footer ul li {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      padding: 10px 40px 0 0;
      margin: 0; }
      #footer ul li.sns {
        float: right;
        margin: 0;
        padding: 0 0 0 10px; }
      #footer ul li a {
        display: block;
        background: none;
        padding: 0;
        text-align: center; }
      #footer ul li .snsCount {
        position: relative;
        display: block;
        height: 12px;
        margin-top: 5px;
        padding: 2px 0;
        background-color: #FFF;
        border: 1px solid #CCC;
        border-radius: 2px;
        font-size: 11px;
        line-height: 16px;
        text-align: center;
        letter-spacing: 0;
        font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif; }
        #footer ul li .snsCount:before, #footer ul li .snsCount:after {
          content: " ";
          display: block;
          position: absolute;
          width: 0;
          height: 0;
          border-style: solid;
          left: 50%; }
        #footer ul li .snsCount:before {
          border-width: 0 5px 5px 5px;
          border-color: transparent transparent #CCC transparent;
          top: -5px;
          margin-left: -5px; }
        #footer ul li .snsCount:after {
          border-width: 0 4px 4px 4px;
          border-color: transparent transparent #FFF transparent;
          top: -4px;
          margin-left: -4px; }
  #footer .copyright {
    margin-top: 10px;
    font-size: 10px;
    font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #3f3f3f; }
  #footer .credit {
    margin: 40px auto 20px;
    font-size: 12px;
    text-align: center; }

#totop {
  position: fixed;
  bottom: 0;
  right: 50%;
  margin-right: -475px; }
  #totop .btn {
    background-color: #FFF;
    border: 1px solid #bac8d4;
    border-bottom: 0;
    color: #1C4A72;
    padding: 10px 0 0 0;
    width: 40px;
    height: 35px;
    /* border-radius */
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    /* END border-radius */
    font-size: 11px; }

.conv {
  width: 560px;
  margin: 40px auto; }
  .conv dl {
    display: table;
    width: 100%;
    margin: 0; }
  .conv dl + dl {
    margin-top: 2em; }
  .conv dt, .conv dd {
    display: table-cell;
    text-align: left;
    padding-top: 0;
    font-size: 16px; }
    .conv dt.talker0, .conv dd.talker0 {
      color: #000; }
    .conv dt.talker1, .conv dd.talker1 {
      color: #000; }
    .conv dt.talker2, .conv dd.talker2 {
      color: #000; }
    .conv dt.talker3, .conv dd.talker3 {
      color: #000; }
    .conv dt.talker4, .conv dd.talker4 {
      color: #000; }
    .conv dt.talker5, .conv dd.talker5 {
      color: #000; }
  .conv dt {
    width: 5.5em; }
    .conv dt.talker0 {
      font-weight: normal;
      letter-spacing: -0.1em;
      color: #000;
      font-weight: bold; }
    .conv dt.talker1 {
      color: #000;
      font-weight: bold; }
    .conv dt.talker2 {
      color: #000;
      font-weight: bold; }
    .conv dt.talker3 {
      color: #000;
      font-weight: bold; }
    .conv dt.talker4 {
      color: #000;
      font-weight: bold; }
    .conv dt.talker5 {
      color: #000;
      font-weight: bold; }
  .conv .photo {
    margin: 40px auto; }
