@charset "UTF-8";

h2,h3,p {
  color: #fff !important;
}

hr {
  color: #67b1ce;
  border-color: #67b1ce;
  border-width: 2px;
}

div#shows article .comment {
  background-color: transparent;
  padding: 0;
  width:355px;
  float:left;
}

div#shows article .content a {
  color: #dfc500;
}


body.subpage,
div#wrapper {
 background-color: #088fc3;
}

p.larger {
font-size: 16px;
margin-bottom: 8px;
}

p {
  word-break: break-all;
}

.block-comment p {
font-size: 16px;
margin-bottom: 16px;
}

.block-comment p:last-child {
margin-bottom: 0;
}

.block-comment h3 span {
font-size: 0.8em;
}



/* ==========================================================================
 responsive
 ========================================================================== */


/* ---  1192px以下  --- */
@media screen and (max-width: 1192px) {

} /* max-width: 1192px */


@media screen and (max-width: 980px) {




} /* max-width: 980px */


@media screen and (max-width: 600px) {





body.subpage,
div#wrapper {

}





} /* max-width: 600px */






















