@charset "utf-8";
body {
  text-align: center;
  margin: 0;
}
.menu {
  width: 800px;
  text-align: center;
}
#sortArea {
  width: 800px;
  margin: 0 auto;
}
#sort {
  margin-top: 10px;
  padding-bottom: 10px;
  width: 800px;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  overflow: hidden;
}
#sort:after {
  display: table;
  clear: both;
  content: '';
}
#sort ul {
  width: 800px;
  vertical-align: middle;
  text-align: center;
}
#sort li {
  display: inline-block;
}
#sort li:hover {
  cursor: pointer;
}
#button img:hover {
  opacity: 0.5;
  background: #ffffff;
}
.filter-all {
  margin-top: 1px;
  padding: 6px 15px;
  cursor: pointer;
  color: #151819;
  -webkit-transition: .1s linear;
  -moz-transition: .1s linear;
  -o-transition: .1s linear;
  border-radius: 4px;
  border: 1px solid #dddddd;
  background-color: #DDE9FF;
  margin-left: 30px;
}
.filter-all:hover {
  background-color: #FFFFFF;
}
#itemList {
  margin-left: 28px;
  margin-top: 20px;
}
#itemList .item {
  text-align: left;
  padding-left: 7px;
  width: 238px;
  height: 20px;
  margin: 5px 5px 0 0;
  color: #000058;
  border: solid 1px #C4C4C4;
  border-radius: 3px;
  line-height: 20px;
  font-size: 10px;
  text-decoration: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
  background: #ffffff; /* Old browsers */
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6)); /* Chrome,Safari4+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* IE10+ */
}
#itemList .ivent_m {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f8f9+0,d8f0fc+50,c4e5f2+51,f4f4ff+100 */
  background: #f4f8f9; /* Old browsers */
  background: -moz-linear-gradient(top, #f4f8f9 0%, #d8f0fc 50%, #c4e5f2 51%, #f4f4ff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8f9), color-stop(50%, #d8f0fc), color-stop(51%, #c4e5f2), color-stop(100%, #f4f4ff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8f9 0%, #d8f0fc 50%, #c4e5f2 51%, #f4f4ff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8f9 0%, #d8f0fc 50%, #c4e5f2 51%, #f4f4ff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8f9 0%, #d8f0fc 50%, #c4e5f2 51%, #f4f4ff 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f4f8f9 0%, #d8f0fc 50%, #c4e5f2 51%, #f4f4ff 100%); /* W3C */
}
#itemList .ivent_t {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8efff+0,f1eaff+50,ddd7ed+50,ddd7ed+50,dad8ff+51,faf2fc+100 */
  background: #f8efff; /* Old browsers */
  background: -moz-linear-gradient(top, #f8efff 0%, #f1eaff 50%, #ddd7ed 50%, #ddd7ed 50%, #dad8ff 51%, #faf2fc 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8efff), color-stop(50%, #f1eaff), color-stop(50%, #ddd7ed), color-stop(50%, #ddd7ed), color-stop(51%, #dad8ff), color-stop(100%, #faf2fc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f8efff 0%, #f1eaff 50%, #ddd7ed 50%, #ddd7ed 50%, #dad8ff 51%, #faf2fc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f8efff 0%, #f1eaff 50%, #ddd7ed 50%, #ddd7ed 50%, #dad8ff 51%, #faf2fc 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f8efff 0%, #f1eaff 50%, #ddd7ed 50%, #ddd7ed 50%, #dad8ff 51%, #faf2fc 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f8efff 0%, #f1eaff 50%, #ddd7ed 50%, #ddd7ed 50%, #dad8ff 51%, #faf2fc 100%); /* W3C */
}
#itemList .item:hover {
  background-color: #FFD375;
}
#itemList a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 5px;
  text-decoration: none;
  color: #535353;
}
#itemList a:hover {}
.y2013, .y2017, .y2021, .y2025 {
  color: #FF6E00;
}
.y2014, .y2018, .y2022, .y2026 {
  color: #3200FF;
}
.y2015, .y2019, .y2023 {
  color: #FF0004;
}
.y2016, .y2020, .y2024 {
  color: #4F8B00;
}
#flag li {
  background-image: url("/img/usr/photo_gallery/pin_b.png");
  width: 20px;
  height: 25px;
}
#flag li:hover {
  background-image: url("/img/usr/photo_gallery/pin_r.png");
}
.map .active {
  background-image: url("/img/usr/photo_gallery/pin_r.png") !important;
}
.container {
  width: 800px;
  text-align: left;
}
.container .wrap {
  position: relative;
  padding: 5px;
  overflow: hidden;
  height: 30px;
}
#ticker {
  position: relative;
  color: #FFFFFF;
}
#ticker span {
  padding-right: 20px;
}
.sp-selected-thumbnail {
  border: 4px solid #000;
}
.main {
  max-width: 100%;
  height: auto;
}