.yomimono_amaiosake .global.main {
  background: #513b6c; }
.yomimono_amaiosake .global.main header nav {
  border-bottom: none;
  background: #3c2b51; }
.yomimono_amaiosake .global.main header nav a {
  font-weight: normal;
  font-size: 14px;
  color: white;
  height: 39px; }
.yomimono_amaiosake .global.main h2 { }
.yomimono_amaiosake .global.main ul.archives {
  background: #6d5789;
  box-shadow: black 0px 1px 1px; }
.yomimono_amaiosake .global.main ul.archives li {
  border-bottom: 1px solid #cccccc; }
.yomimono_amaiosake .global.main ul.archives li a {
  font-weight: normal;
  font-size: 16px;
  color: #ffeecc; }
.yomimono_amaiosake .global.main article {
margin-left: auto;
margin-right: auto;
width: 300px; }
.yomimono_amaiosake .global.main article header {
  -moz-border-radius-topleft: 12px;
  -webkit-border-top-left-radius: 12px;
  border-top-left-radius: 12px;
  -moz-border-radius-topright: 12px;
  -webkit-border-top-right-radius: 12px;
  border-top-right-radius: 12px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #815ab4), color-stop(100%, #5a3787));
  background-image: -webkit-linear-gradient(#815ab4, #5a3787);
  background-image: -moz-linear-gradient(#815ab4, #5a3787);
  background-image: -o-linear-gradient(#815ab4, #5a3787);
  background-image: linear-gradient(#815ab4, #5a3787);
  border-bottom: 1px solid #cccccc; }
.yomimono_amaiosake .global.main article header h3 {
  font-weight: bold;
  font-size: 16px;
  color: white;
  padding: 8px 12px;
  text-align: center; }
.yomimono_amaiosake .global.main article section.body {
  -moz-border-radius-bottomleft: 12px;
  -webkit-border-bottom-left-radius: 12px;
  border-bottom-left-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-right-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 15px;
  background: #6d5789;
  box-shadow: black 0px 1px 1px;
  font-weight: normal;
  font-size: 14px;
  color: white;
}
.yomimono_amaiosake .global.main article section.body h4,
.yomimono_amaiosake .global.main article section.body div.tittxt {
  font-weight: bold;
  font-size: 16px;
  color: white; 
  border-bottom: 1px dashed #cccccc;
  margin-bottom:10px;}
.yomimono_amaiosake .global.main article section.body p {
  margin-bottom: 1em;
  font-weight: normal;
  font-size: 14px;
  color: white; }
.yomimono_amaiosake .global.main article section.body p:last-child {
  margin-bottom: 0; }
.yomimono_amaiosake .global.main article section.body hr { display: none; }
.yomimono_amaiosake_detail .global.main h2 {
padding-bottom: 10px; }
.yomimono_amaiosake_index article {
    margin-bottom: 15px;
}