/* template/main/graph css */

.back-type1 {
  background-image: url("/images/components/template/main/graph/bg-graph1.png");
  -webkit-background-size: 241px 172px;
  background-size: 241px 172px; }

.back-type2 {
  background-image: url("/images/components/template/main/graph/bg-graph2.png");
  -webkit-background-size: 241px 172px;
  background-size: 241px 172px; }

.back-type3 {
  background-image: url("/images/components/template/main/graph/bg-graph3.png");
  -webkit-background-size: 241px 172px;
  background-size: 241px 172px; }

.back-type4 {
  background-image: url("/images/components/template/main/graph/bg-graph4.png");
  -webkit-background-size: 241px 172px;
  background-size: 241px 172px; }

.graph {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 269px;
  position: relative; }

.graph-num {
  display: block;
  padding-top: 136px;
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-size: 42px;
  line-height: 42px;
  font-weight: bold; }

@media all and (min-width: 1240px) {
  .graph {
    -webkit-background-size: 221px auto;
    background-size: 221px auto; } }

@media all and (min-width: 1530px) {
  .graph {
    -webkit-background-size: 241px 172px;
    background-size: 241px 172px; } }