* {
    box-sizing: border-box;
}

body {
    font-family: Yu Gothic,Hiragino Kaku Gothic Pro,MS UI Gothic;
    background-image:url(../img/background.png);
    background-attachment: fixed;
    
    
}

#container {
    max-width: 960px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 50px;
    
}

header img {
    margin-top: 5px;
    width: 50%;
    max-width: 300px;
}

h1 img {
    max-width:960px;
    width: 100%;
    height: auto;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}

#text {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    max-width: 960px;
    text-align: center;
}

h2 {
    display:inline-block;
    font-size:16px;
    color: #ffffff;
    padding: 5px 15px;
    height: auto;
    box-shadow: 4px 4px 4px rgba(6,6,6,0.3);
    margin-bottom: 20px;
    font-weight: bold;
    border-radius: 10px;
    background-color:#ffffff;
    background: -webkit-linear-gradient(top,#5555ff,#6F9AFF);
    background: -moz-linear-gradient(top,#5555ff,#6F9AFF);
    background: -o-linear-gradient(top,#5555ff,#6F9AFF);
    background: -ms-linear-gradient(top,#5555ff,#6F9AFF);
    
}

h3 {
    clear: both;
    max-width: 360px;
    text-shadow:  1px 1px 1px rgba(0,0,0,0.7);
    font-size: 130%;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    color: #ffffff;
    background: -webkit-linear-gradient(top,#f29c00,#ffef00);
    background: -moz-linear-gradient(top,#f29c00,#ffef00);
    background: -o-linear-gradient(top,#f29c00,#ffef00);
    background: -ms-linear-gradient(top,#f29c00,#ffef00);
    box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
}

#h3 {
    clear: both;
    display: block;
    padding-top: 50px;
}

#hyoushi {
    max-width:300px;
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 30px 0px 10px;
}

#hyoushi img {
    max-width: 300px;
    height: auto;
    width: 100%;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.5)
}

#cdthumb {
    max-width: 650;
    
}

#cdthumb ul li img {
    float: left;
    max-width: 90px;
    height: auto;
}

#help {
    width: 100%;
    height: auto;
    text-align: center;
}

#helpimg {
    width: 100%;
    height: auto;
    text-align: center;
}

#helpimg img {
    max-width: 500px;
    margin-top: 80px;
    margin-bottom: 60px;
    
}

#helpimg img:hover {
    opacity: 0.5;
}

#cdthumb img:hover {
    opacity: 0.5;
}

#hyoushi img:hover {
    opacity: 0.5;
}

#help p {
    display: inline-block;
    max-width: 620px;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
    text-align: left;
    background: -webkit-linear-gradient(top,#5555ff,#6F9AFF);
    background: -moz-linear-gradient(top,#5555ff,#6F9AFF);
    background: -o-linear-gradient(top,#5555ff,#6F9AFF);
    background: -ms-linear-gradient(top,#5555ff,#6F9AFF);
}

#scroll-table {
    clear: both;
    display: block;
    text-align: center;
}

.add {
    display: inline-block;
    border-collapse: collapse;
    max-width: 800px;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
}

.add a {
    text-decoration:none;
}

#cdthumb ul img {
    box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
    margin-right: 2px;
    margin-bottom: 2px;
}

.division_exp,.unit_exp,.name_exp,.comeDiv_exp,.caption_exp {
    font-weight: bolder;
    padding: 5px;
    color: #ffffff;
    background: -webkit-linear-gradient(top,#5555ff,#6F9AFF);
    background: -moz-linear-gradient(top,#5555ff,#6F9AFF);
    background: -o-linear-gradient(top,#5555ff,#6F9AFF);
    background: -ms-linear-gradient(top,#5555ff,#6F9AFF);
    border: 1px solid #000000;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.division,.unit,.name,.comeDiv,.caption {
    font-size: 100%;
    font-weight: normal;
    border: 1px solid #000000;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffffff;
}

.division {
    text-align: center;
}

.unit {
    text-align: left;
}

.name,.comeDiv,.caption {
    text-align: center;
}
