@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 {
  -webkit-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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-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: #7F7FFF;
  text-decoration: none;
  outline: none 0 !important;
}
a:link {
  color: #7F7FFF;
  text-decoration: none;
}
a:visited {
  color: #7F7FFF;
  text-decoration: none;
}
a:hover {
  color: #bfbfff;
  text-decoration: none;
}
a:active {
  color: #bfbfff;
  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;
  filter: alpha(opacity=50);
}
.opc a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.opc2 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.opc a *, .opc2 a {
  -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(images/icon_exlink_inline.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 12px;
}
a[target=_new].noimg, a[target=_blank].noimg {
  background: transparent;
  padding-right: 0;
}
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;
  filter: alpha(opacity=50);
  color: #7F7FFF;
  text-decoration: none;
}

/*
 --------------------------------------------------------------------------------*/

.conv {
  width: 650px;
  margin: 50px auto 25px;
  background-color:#fff;
  border-left:1px solid #14963C;
  padding-left:70px;
}
.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: #000000;
}
.conv dt.talker1, .conv dd.talker1 {
  color: #000000;
}
.conv dt.talker2, .conv dd.talker2 {
  color: #333333;
}
.conv dt.talker3, .conv dd.talker3 {
  color: #333333;
}
.conv dt {
  width: 84px;
  padding: 2em 0 0 0;
  font-weight: bold;
  vertical-align: top;
  color: #000;
}
.conv dt.talker3 {
  letter-spacing: 0;
}
.conv dd {
  padding-top: 2em;
  vertical-align: middle;
  color: #000;
}
.conv dd.photo {
  padding: 30px 0 10px 110px;
  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: 390px;
  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;
}


 
p {
    font-weight: bold;
    font-size: 13px;
}

.box, .box2 {
    padding: 20px;
    width: 100%;
}

.box {
  background: #ccc;
}

.box2 {
  background: #333;
}

.inner_text {
  color: #f2f2f2;
}

body {
  font-size: 14px;
  line-height: 2em;
  color: #333333;
}

p {
  margin-bottom: 2em;
}

/*1024px*/
/*768px*/
/*568px*/
/*480px*/
/*320px*/
/*1024px*/
/*768px*/
/*480px*/
/*320px*/
.conv .lead {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 2em;
}
.conv h3 {
  margin: 2em 0;
  font-weight: normal;
  font-size: 20px;
}
.conv .photo {
  text-align: center;
}
.conv .photo + h3 {
  margin-top: 4em;
}
.conv .photo .credit {
  color: #666;
  font-size: 12px;
}

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

/*--------------------------------------------------------------------------------
 * 
 * 	header
 * 
 *--------------------------------------------------------------------------------*/
#header #hobo {
  text-align: left;
  padding: 0;
}
#header #aera {
  position: absolute;
  top: 590px;
  right: 35px;
  z-index: 2;
}
body.archive #header #aera {
  top: 290px;
}
#header h1 {
  margin: 0;
  height: 630px;
}
body.archive #header h1 {
  height: 330px;
}
#header .credit {
  font-size: 12px;
  text-align: right;
}

#contentHeader {
  overflow: hidden;
  *zoom: 1;
  width: 800px;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
}
#contentHeader #yodogawa {
  float: left;
  margin: 0;
}
#contentHeader #toc {
  position: relative;
  bottom: -18px;
  width: 320px;
  margin-left:480px;
}

/*--------------------------------------------------------------------------------
 * 
 * contents
 * 
 *--------------------------------------------------------------------------------*/
#profile {
  width: 720px;
  padding: 40px;
}
#profile h2 {
  margin-top: 0;
}
#profile h2 span {
  font-size: 14px;
}
#profile h3 {
  margin-bottom: 0;
}
#profile h3 + p {
  margin: 0;
}
#profile .photo {
  float: left;
  margin: 0;
}
#profile .article {
  margin-left: 340px;
}

/*--------------------------------------------------------------------------------
 * 
 * 	footer
 * 
 *--------------------------------------------------------------------------------*/

@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(images/2x/icon_exlink_inline.png);
    -webkit-background-size: 10px auto;
            background-size: 10px auto;
  }
  a[target=_new].noimg, a[target=_blank].noimg {
    background-image: transparent;
  }
}
@media only screen and (max-width: 767px) {
  #profileText {
    padding: 10px;
  }
}
