/** reset **/
section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary { display: block; margin: 0; padding: 0; }
caption, th { margin: auto; text-align: left; }
img { border: 0; vertical-align: middle; }
adress, caption, th { font-weight: normal; font-style: normal; }

* { margin: 0; padding: 0; }

/** body **/
body {
    font-family:"Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", verdana, sans-serif;
    font-size: 12px;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    background-color: #ffffff;
    color: #404040;
}

ul li { list-style: none; }
img { width: 100%; }

.hov:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
    background: none!important;
}
.hov a {
    color: #404040;
    text-decoration: none;
}

header,
main {
    width: 100%;
    overflow: hidden;
}

/** ヘッダー **/
.h-cont {
    max-width: 966px;
    min-width: 316px;
    overflow: hidden;
    margin: 0 auto;
    border: 2px solid #c0c0c0;
    border-bottom: none;
    text-align: center;
}

.big-img,
.mini-img { margin-bottom: 10px; }

/** 全体コンテナ **/
.container {
    max-width: 966px;
    min-width: 316px;
    overflow: hidden;
    margin: 0 auto;
    border-right: 2px solid #c0c0c0;
    border-left: 2px solid #c0c0c0;
    text-align: center;
}


.icon-des p { padding: 5px; }
.red { color: #ff0000; font-weight: bold; }

.icon-container,
.icon-des { float: left; margin-bottom: 15px; }

.icon-container img { max-width: 500px; min-width: 320px; }

@media screen and (min-width: 800px) {
    .icon-container { width: 55%; }
    .icon-des { width: 44%; height: 148px; border: 1px dotted #c0c0c0; padding-top: 5px; }
    .icon-des p { display: block; font-size: 15px; }
    .mini-img { display: none; }
}

@media screen and (min-width: 500px) and (max-width: 800px) {
    .icon-container { width: 100%; }
    .icon-des { width: 100%; font-size: 13px; }
    .mini-img { display: none; }
}
@media screen and (min-width: 300px) and (max-width: 500px) {
    .icon-container { width: 100%; }
    .icon-des { width: 100%; font-size: 13px; }
    .big-img { display: none; }
}


/** ダウンロードボタン **/
.dl {
    max-width: 310px;
    margin-top: 5px;
}
.dl-button {
    width: 70%;
    max-width: 270px;
    margin-bottom: 20px;
}

@media screen and (min-width: 500px) {
    .dl { width: 90%; min-width: 280px; }
    .dl-button { width: 45%; }
}

@media screen and (min-width: 300px) and (max-width: 500px) {
    .dl { width: 60%; min-width: 200px; }
    .dl-button { width: 45%; }
}

/** 小タイトル **/
@media screen and (min-width: 500px) {
    #game1 { background: url(../img/game1.gif) no-repeat; }
    #game2 { background: url(../img/game2.gif) no-repeat; }
    #point1 { background: url(../img/step1.gif) no-repeat; }
    #point2 { background: url(../img/step2.gif) no-repeat; }
}

@media screen and (min-width: 300px) and (max-width: 500px) {
    #game1 { background: url(../img/game1_mini.gif) no-repeat; }
    #game2 { background: url(../img/game2_mini.gif) no-repeat; }
    #point1 { background: url(../img/step1_mini.gif) no-repeat; }
    #point2 { background: url(../img/step2_mini.gif) no-repeat; }
}

/** その他4つのゲーム483 **/
.game-box {
    width: 100%;
    min-width: 310px;
}

.box-img {
    float: left;
    width: 70%;
}

.box-img-dl {
    float: left;
    width: 28%;
    margin-top: 8%;
}


@media screen and (min-width: 300px) and (max-width: 500px) {
    .box-img { width: 100%; }
    .box-img-dl { width: 100%; margin-top: 0; }
    .box-img-dl img { width: 160px; margin: 0 auto; }
}


/** ポイントゲットの道 **/
.step-container { width: 100%; }
.step-container div { width: 33%; float: left; margin-bottom: 20px; }
.step-container img { width: 85%; max-width: 300px; min-width: 140px; }

@media screen and (min-width: 300px) and (max-width: 500px) {
    .step-container div { width: 50%; float: left; }
    .step-container img { width: 70%; }
    #step1-3 { width: 100%; }
    #step1-3 img { width: 45%; }
}


/** ポイントの使い途 **/
.point2-img { width: 80%; min-width: 310px; margin-bottom: 10px; }

@media screen and (min-width: 300px) and (max-width: 500px) {
    .point2-img { width: 100%; }
}


/****/    
.michi {
    height: 40px;
    overflow: hidden;
    margin-bottom: 15px;
    text-indent: -9999px;
}

.t-r { text-align: right; }

/****/

/** フッター **/
.copyright {
    max-width: 966px;
    min-width: 316px;
    overflow: hidden;
    margin: 0 auto;
    padding: 2px 0;
    background-color: #ff8d45;
    border: 2px solid #c0c0c0;
    border-top: none;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}



.clear { clear: both; }

.clearfix { *zoom: 1; }
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after { clear: both; }

