div.ranking ul li > a > img {
    border:1px solid #cccccc;
}

div.ranking ul li:nth-child(4){
clear:both;}

.twitter-timeline{
height:450px!important;}

div.calender {
width: 215px;
float: right;
border: 1px solid #cccccc;
height: 445px;}

div.calender .calendar-area {
	padding: 6px 20px 20px 20px !important;
}
div.calender .ttl_h2 {
	color: #888 !important;
	font-weight: bold;
}


/* ¥â¡¼¥À¥ë */
#renew-notice {
  text-align: center;
}
#renew-notice a.btn {
  margin-top: 10px;
  margin-bottom: 16px;
  display: inline-block;
  background: #ee4d58; /* Old browsers */
  background: -moz-linear-gradient(top,  #ee4d58 0%, #e70212 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee4d58), color-stop(100%,#e70212)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ee4d58 0%,#e70212 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ee4d58 0%,#e70212 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ee4d58 0%,#e70212 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ee4d58 0%,#e70212 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee4d58', endColorstr='#e70212',GradientType=0 ); /* IE6-9 */
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  line-height: 26px;
  padding: 2px 16px 0 26px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.27);
  border: 1px solid #e70010;
}
#renew-notice a.btn:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 4px solid #fff;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  margin-right: 5px;
}
#renew-notice .checkbox+label {
  font-size: 13px;
  line-height: 1.3;
  display: inline-block;
  margin-left: 5px;
}