.button-results {
  background-color: #ed798d;
  color: #FFF;
  display: block;
  width: 100%;
  padding: 10px 12px;
  box-sizing: border-box;
  text-align: center;
}
.button-results:before {
  font-family: FontAwesome;
  content: "\f053";
  margin-right: 0.3em;
}

.button-archive {
  background-color: #FFF;
  display: block;
  padding: 10px 12px;
  box-sizing: border-box;
  text-align: center;
}
.button-archive:after {
  font-family: FontAwesome;
  content: "\f078";
  margin-left: 0.3em;
}

.list-archive {
  width: 50%;
  position: absolute;
  display: none;
  z-index: 1000;
}
.list-archive li {
  margin-top: 1px;
}
.list-archive li a {
  color: #000;
  text-decoration: none;
  display: block;
  background-color: #FFF;
  padding: 10px 12px;
}

.area-button.result {
  *zoom: 1;
  position: relative;
}
.area-button.result:before, .area-button.result:after {
  content: "";
  display: table;
}
.area-button.result:after {
  clear: both;
}
.area-button.result > li {
  width: 50%;
  float: left;
}

.header-results-list {
  background: url("../misc/icon_03.png") 10px 0 no-repeat, url("../img/line_event_bottom.png") left bottom repeat-x;
  padding-bottom: 25px;
}

.title-results-list {
  padding-left: 95px;
  padding-top: 25px;
}
.grid-results .photo {
  margin-bottom: 0.4em;
}
.grid-results .photo img {
  width: 100%;
}

.row-result-entry {
  border: 3px solid #000;
  background-color: #F4F0E2;
  box-sizing: border-box;
}

.planel-result-entry {
  *zoom: 1;
	background-color: #FFF;
}
.planel-result-entry:before, .planel-result-entry:after {
  content: "";
  display: table;
}
.planel-result-entry:after {
  clear: both;
}
.planel-result-entry .photo-results {

}
.planel-result-entry .content-results {
  box-sizing: border-box;
}
.planel-result-entry .title-results-entry {
  background-color: #7D6136;
  color: #fff;
  padding: 10px 15px;
}
.planel-result-entry .title-results-entry .text-year {
  margin-right: 0.5em;
}

.title-ribbon {
  background: url("../misc/title_ribbon_left.png") left center no-repeat, url("../misc/title_ribbon_right.png") right center no-repeat, url("../misc/title_ribbon.png") left center repeat-x;
  color: #FFF;
  text-align: center;
  font-weight: 700;
}

.grid-kodawari {
  margin-bottom: 1.5em;
}
.grid-kodawari img {
	width: 100%;
}

.lead-kodawari {
  margin-bottom: 0.3em;
  font-weight: 700;
}

@media print, screen and (min-width: 741px) {
  .button-results:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .button-archive:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .list-archive li a {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .list-archive li a:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
  }
  .row-results .col-intro {
    width: 61%;
    float: left;
    padding-top: 25px;
  }
  .row-results .col-result-navs {
    width: 37%;
    float: right;
    margin-top: -65px;
  }
  .header-results-list {
    margin-bottom: 35px;
  }
  .title-results-list {
    font-size: 30px;
  }
  .grid-results {
    zoom: 1;
    width: 24%;
    float: left;
    margin-left: 1.33%;
    margin-bottom: 25px;
  }
  .grid-results:before, .grid-results:after {
    content: "";
    display: table;
  }
  .grid-results:after {
    clear: both;
  }
  .grid-results:first-child {
    margin-left: 0;
  }
  .grid-results:nth-of-type(4n+1) {
    margin-left: 0;
    clear: both;
  }
  .grid-results .title-results {
    display: inline-block;
    margin-left: 0.5em;
  }
  .row-result-entry {
    margin-top: 75px;
  }
  .row-result-entry {
    padding: 88px 100px;
  }
  .planel-result-entry {
    margin-bottom: 105px;
    overflow: hidden;
  }
  .planel-result-entry .photo-results {
	width: 414px;
	float: left;
	padding-top: 20px;
	padding-left: 25px;
	padding-bottom: 20px;
  }
  .planel-result-entry .content-results {
    width: 570px;
    display: table-cell;
    padding: 25px;
  }
  .planel-result-entry .title-results-entry {
    font-size: 20px;
  }
  .planel-result-entry .title-results-entry .text-year {
    font-size: 16px;
  }
  .title-ribbon {
    margin-bottom: 35px;
  }
  .title-ribbon {
    font-size: 28px;
  }
  .title-ribbon {
    padding: 15px 25px;
  }
}

@media only screen and (max-width: 740px) {
  .row-results .col-result-navs {
    margin-top: 0;
  }
  .header-results-list {
    margin-bottom: 25px;
  }
  .header-results-list {
    background-size: 40px, 650px;
    padding-bottom: 10px;
  }
  .title-results-list {
    font-size: 19px;
  }
  .title-results-list {
    padding-bottom: 5px;
    padding-left: 58px;
    padding-top: 15px;
  }
  .grid-results {
    zoom: 1;
    width: 49%;
    float: left;
    margin-left: 2%;
    margin-bottom: 25px;
  }
  .grid-results:before, .grid-results:after {
    content: "";
    display: table;
  }
  .grid-results:after {
    clear: both;
  }
  .grid-results:first-child {
    margin-left: 0;
  }
  .grid-results:nth-of-type(2n+1) {
    margin-left: 0;
    clear: both;
  }
  .row-result-entry {
    margin-top: 15px;
  }
  .row-result-entry {
    padding: 12px;
  }
  .planel-result-entry {
    margin-bottom: 35px;
  }
  .planel-result-entry .photo-results {
	margin-bottom: 12px;
  }
  .planel-result-entry .content-results {
    padding: 12px;
    margin-top: -10px;
  }
  .planel-result-entry .title-results-entry {
    font-size: 16px;
  }
  .planel-result-entry .title-results-entry .text-year {
    font-size: 12px;
  }
  .title-ribbon {
    margin-bottom: 15px;
  }
  .title-ribbon {
    font-size: 18px;
  }
  .title-ribbon {
    padding: 8px 15px;
  }
  .list-result-top{
  }
  .list-result-top > li{
    float: right!important;
  }
  .planel-result-entry .photo-results {
	background-position: center top;
  }
}
