/* ----------------------------------------------
  1. div.tmkm-amazon-view
---------------------------------------------- */
div.tmkm-amazon-view {
  font-size: 0.9em !important;
  padding-bottom: 1em !important;
}

div.tmkm-amazon-view img {
  float: left !important;
  margin: 5px 10px 40px 0px;
  padding: 5px;
  border: solid 1px #C2C2C2;
}

div.tmkm-amazon-view p {
  margin: 0;
  line-height: 1.2em !important;
}

div.tmkm-amazon-view p em {
  color: #8b0000;
  font-style: normal;
}

div.tmkm-amazon-view:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

div.tmkm-amazon-view hr.tmkm-amazon-clear {
  /** clear: both; **/
  border: none;
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
}

div#tmkm-amazon-view {
  clear: both;
}

div#tmkm-amazon-view img {
  float: left;
  margin: 5px 10px 10px 0px;
  padding: 5px;
  border: solid 1px #C2C2C2;
}

.sidebar-widgets-wrap div.tmkm-amazon-view {
  /** clear: both; **/
  font-size: 0.8em !important;
  padding-bottom: 0.9em !important;
}

.sidebar-widgets-wrap div.tmkm-amazon-view p {
  margin: 0;
  line-height: 1.4em !important;
}

div#tmkm-amazon-view p {
  margin: 0 !important;
  font-size: 1.1em !important;
}

div#tmkm-amazon-view p em {
  color: #8b0000;
  font-style: normal;
  font-size: 1.1em !important;
}

div#tmkm-amazon-view:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

div#tmkm-amazon-view hr.tmkm-amazon-clear {
  clear: both;
  border: none;
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
}

/* ----------------------------------------------
  2. quote
---------------------------------------------- */
.quote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;

  /*Font*/
  /** font-size: 14px; **/
  /*: line-height: 1.2; **/
  /*: color: #666; **/
  text-align: justify;

  /*Borders - (Optional)*/
  border-left: 15px solid #c76c0c !important;
  border-right: 2px solid #c76c0c !important;

  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

.quote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/

  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;

  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

.quote::after{
  /*Reset to make sure*/
  content: "";
}

.quote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

.quote a:hover{
 color: #666;
}

.quote em{
  font-style: italic;
}

.quote .img-responsive {
   margin-bottom:0.8em;
}

/* ----------------------------------------------
  3. Book Recommendation
---------------------------------------------- */
.recommended-book {
  background-color: #f9f9f9;
  padding: 1em;
  margin-bottom:1em;
}

/* ----------------------------------------------
  4. Article
---------------------------------------------- */
section#content ul {
  padding-left: 2em;
}
section#content ul li {
  line-height: 1.8em;
}

section#content .img-responsive {
  border: 1px solid #ccc !important;
}

section#content h2 {
  font-size: 1.4em !important;
  font-weight: bold;
  margin-bottom: 0.4em;
  margin-top: 1.4em;
  color: #222;
}

section#content h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.4em;
  margin-top: 1.4em;
  color: #222;
}

div.highlight {
  margin:2px !important;
  padding: 2px !important;
  background-color: #272822;
}
pre.chroma {
  padding:10px !important;
  margin:10px !important;
}

form label {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, sans-serif !important;
  font-size: 1em !important;
}

form .form-check-inline label {
  font-weight: normal !important;
}

h1, h2, h3, h4, h5 {
  text-transform: none !important;
}
