@charset "utf-8";
/*
  ENTACL - event.css
  COPYRIGHT(C) ENTACL GRAPHICXXX  All Right reserved.
*/
/* ==========================================================
  event
========================================================== */
body {
  background: url(../images/report/bg_repeat.gif) #395968;
}

/* global-header
========================================================== */
.global-header {
  position: absolute;
  width: 100%;
  min-width: 1200px;
  height: 414px;
  top: 0;
  background-color: #000;
}
.global-header .header-inner {
  position: relative;
  height: 414px;
  margin: 0 auto;
  background: url(../images/report/bg_header.jpg) no-repeat center top;
}
.global-header .header-inner h1 {
  width: 342px;
  margin: 0 auto;
}
.global-header .header-inner h1 a {
  display: block;
  height: 275px;
}

/* page
========================================================== */
.page {
  position: relative;
  width: 1100px;
  margin: 364px auto 0;
  border-top: 10px solid #d7284a;
  background-color: #f1efe6;
  padding: 38px 50px 62px;
}

.container {
  padding: 0 5px;
}

.container ul {
  margin: 0 0 10px -10px;
}

.container ul li {
  position: relative;
  float: left;
  width: 430px;
  height: 286px;
  margin: 0 0 10px 10px;
  color: #395968;
  font-size: 12px;
  overflow: hidden;
}

.container ul li.small {
  width: 210px;
}

.container ul li.small .dummy {
  width: 210px;
  height: 286px;
  background: url(../images/report/thumb/logo_dummy.png) no-repeat center;
}

.container ul li dt {
  position: relative;
  background-color: #fff;
}

.container ul li dd {
  position: relative;
  padding: 15px 10px 0;
  height: 65px;
}

.container ul li dd span {
  position: relative;
  z-index: 3;
}

.container ul li dd .bg_white {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
}

h2 {
  margin-bottom: 24px;
}

p {
  line-height: 1.8;
}