* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-width: 400px;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.2;
    font-family: "serif, sans-serif";
    -webkit-text-size-adjust: 100%;
    background: #000000;
    background-size: cover;
}
a img,img{border: none}
a, a:visited {
    cursor: pointer;
    color: #ffffff;
    text-decoration: underline;
}
a:hover, a:active {
    cursor: pointer;
    color: #ffffff;
    text-decoration: underline;
}
ul {
    list-style: none;
    font-size: 0;
}
li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.clearfix:after {
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
    content:".";
}
.wrapper {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
section {
    position: relative;
    width: 100%;
    height: auto;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
}


/***** main *****/

.top_logo {
    position: relative;
    left: 50%;
    margin: 40px 0 10px -165px;
}
.top_text {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}
.description {
    width: 990px;
    margin: 0 auto 50px;
}
.goods_main {
    width: 1000px;
    margin: 10px auto 50px;
}
.goods_main img {
    width: 240px;
}
.goods_main ul {
    width: 100%;
}
.goods_main li {
    float: left;
    margin: 5px 5px;
}
.kuji_title {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border-left: 10px #ffffff solid;
    border-bottom: 2px #ffffff solid;
    font-size: 30px;
    font-weight: bold;
}
.goods_main .caption {
    width: 300px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px #ffffff solid;
    text-align: left;
    margin: 30px 0 10px;
}
.goods_main .item {
    margin: 10px 0;
    width: 100%;
    text-align: left;
    font-size: 16px;
}
.award_c .caption, .award_d .caption {
    width: 100%;
}
.award_a {
    width: 300px;
    float: left;
    text-align: center;
    margin-right: 30px;
}
.award_b {
    width: 300px;
    float: left;
    text-align: center;
}
.award_c, .award_d {
    width: 100%;
}




/***** sns *****/
.sns {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 210px;
    height: 26px;
    margin-left: -10px;
}
#twitter {
    text-align: center;
}
#twitter-widget-0 {
    width: 95px !important;
}


