
.yomimono_gekkan_list .global.main ul.archives {
margin-left: auto;
margin-right: auto;
overflow: hidden;
*zoom: 1;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: black 0px 1px 1px;
-moz-box-shadow: black 0px 1px 1px;
box-shadow: black 0px 1px 1px;
background: #fff;
margin-bottom:16px;}
.yomimono_gekkan .global.main ul.archives li a {
font-weight: bold;
font-size: 16px;
color: #4d4d4d;
text-decoration: none; }
.yomimono_gekkan .global.main ul.archives li:last-child {
border-bottom: none; }
.yomimono_gekkan .global.main article {
margin-left: auto;
margin-right: auto;
width: 300px; }

.yomimono_gekkan_list article{
	padding-top:20px;
}
.yomimono_gekkan_list .global.main ul.backlist {
   -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  margin-bottom:16px;
}

.yomimono_gekkan_list .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%, #767676), color-stop(100%, #2f2f2f));
background-image: -webkit-linear-gradient(#767676, #2f2f2f);
background-image: -moz-linear-gradient(#767676, #2f2f2f);
background-image: -o-linear-gradient(#767676, #2f2f2f);
background-image: linear-gradient(#767676, #2f2f2f);
border-bottom: 1px solid #cccccc; }
.yomimono_gekkan_list .global.main article header h3 {
font-weight: bold;
font-size: 16px;
color: white;
padding: 8px 12px;
text-align: center; }
.yomimono_gekkan_list .global.main {
  background: #e6e6e6; }
