﻿@charset "utf-8";
/*
 * HTML5 Framework
 *
 * Copyright 2012 Resellschaft
 * Author @rnosuke
 * http://rnsk.net
 */
body {
    border-top: 3px solid #0095d5;
    background: url(../img/stripe.png) 0 0 repeat;
}

/* Customize bootstrap */
@media (min-width: 768px) {
    .container {
        max-width: 980px;
    }
}

a {
    color: #0095d5;
}
a:hover { color: #007cb2; }

/**** page ****/
.content {
    padding: 10px;
}

#footer {
    background: #0095d5;
    color: #fff;
    padding: 30px 0;
}

#footer a {
    color: #fff;
}

.copyright {
    font-weight: bold;
    text-align: center;
}

#site-header {
    border-top: 2px solid #ff9900;
    border-bottom: 2px solid #007cb2;
    background: #0095d5;
    padding: 10px 0;
}

.site-title {
    font-size: 35px;
    margin: 15px 0 0;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 1px #007cb2;
}
.site-title small {
    color: #fff;
    text-shadow: none;
}


.site-description {
    font-size: 14px;
    margin: 0;
    color: #eee;
}

.masthead {
    border-bottom: 1px solid #0095d5;
    background: #fff;
    margin: 10px 0;
}

.masthead ul {
    padding: 10px 0;
    font-weight: bold;
}

@media (min-width: 768px) {
    .masthead ul li { border-left: 1px solid #eee; }
    .masthead ul li:first-child { border-left: 0; }
}
.masthead ul li a:hover { background: none; }

#site-main {
    margin: 20px 0;
}

.section {
    background: url(../img/bg_title.png) 0 0 repeat-x;
    margin: 0 0 20px -15px;
}

.section-header {
    background: url(../img/ico_clover.gif) 10px center no-repeat;
    color: #059342;
    text-shadow: 2px 2px 1px #ccc;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 0 0 45px;
}
.section .section-header { margin: 0 0 20px 0; }

.sports-images tr {
    vertical-align: middle;
    text-align: center;
}

.sports-images tｄ {
    width: 50%;
}

.sports-image {
    max-width: 80%;
    height: auto;
}

