.spheredrive-container {
    max-width:680px;
}

h2 {
    border: 1px solid #888;
    font-weight: 900;
    text-align: center;
    font-size: 64px;
    padding: 15px 0px;
    margin: 0px 0px;
}
h2 span {
    line-height: 1.5em;
    display: block;
    font-size: 14px;
    letter-spacing: 0.4em;
    margin: 3px;
}
#game_contents, #game_howto {
  width: 100%;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 15px;
	}

.game_detail {
    width: 530px;
  overflow: hidden;
  margin: 0 auto;
	}

p.flash_text {
  font-size: 10px;
  color: #888;
  margin: 10px;
	}

.game_howto_detail {
  width: 100%;
  float: left;
}

.game_howto_detail h3{
    font-size: 32px;
    margin: 12px 0px 10px;
    font-weight: 800;
    color: #a00;
    padding: 3px 0px;
    border-bottom: 1px solid #a00;
}
.game_howto_detail p{
    display: inline-block;
    width: 65%;
    float: left;
    }
.game_image {
 display:inline-box;
  width: 200px;
  float: left;
  margin-left: 10px;
	}

a.sd_signup {
    max-width: 500px;
    border-radius: 100px;
    padding: 7px;
    margin: 40px auto 0 auto;
    display: block;
    overflow: hidden;
    background: #c00;
    color: #fff;
    text-align: center;
    font-weight: 900;
    font-size: 20px;	}

a.sd_signup:hover {
color:#ff0;
	}

div.social_box {
  border: 1px solid #ddd;
  width: 100%;
  max-height: 1000px;
  padding: 10px;
  margin: 0 auto;
  overflow: auto;
	}

div.social_box div.social_button{
  margin-top: 5px;
	}

div.social_box h4.social-comment {
  font-size: 120%;
  font-weight: bold;
  margin-right: 20px;
  float: left;
	}

div.social_box div.fb-like {
  margin-right: 20px;
  float: left;
	}

div.social_box div.tw_rt {
  float: left;
  width: 110px;
  overflow: hidden;
	}

div.social_box div.fb-comments {
  clear: both;
  margin-top: 10px;
	}

.attention {
    font-size: 10px;
}.attention-box {
    margin: -15px 0 15px;
    text-align: center;
    line-height: 2.2em;}

.ranking_contents {
		width: 640px;
    text-align: center;
    margin: 0px auto;
	}

.tit_ranking {
  font-weight: bold;
  font-size: 14px;
  margin: 20px 0 10px;
	}

.ranking {
    margin: 0px auto 30px;}
	}

.ranking th {
  background: #f5f5f5;
  font-size: 11px;
	}

.ranking th,
.ranking td {
  text-align: center;
  border: 1px solid silver;
  padding: 6px 20px;
	}

.rank1 {
  background: #FFFCE4;
	}

.rank1 td {
  font-weight: bold;
	}

.rank_th {
    width: 100%;
    min-width:300px;
    text-align: center;
    margin-bottom: 10px;
    position:relative
	}	

.rank_th span.f1 {position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: auto;
    top:37%;
  font-size: 30px;
  font-weight: bold;
  color: #000;
	}


.subheader2 {
    font-size:30px
}

.key_drive {
  max-width: 100%;
  margin-bottom: 30px;
	}
img {
  max-width: 100%;
	}

.app-left {
	float: left;
	width: 50%;
}
.app-right {
	float: left;
	width: 45%;
	text-align: center;
}
.app-right p {
	margin: 40px 0;
}
#game_contents, #game_howto {
	width: 100%;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 15px;
}
.game_detail {
	width: 530px;
	overflow: hidden;
	margin: 0 auto;
}
p.flash_text {
	font-size: 10px;
	color: #888;
	margin: 10px;
}
.game_howto_detail {
      float: left;
}
.game_image {
  width: 200px;
  float: left;
  margin-left: 10px;
}


@media screen and (max-width: 500px) {
    .rank_th span.f1 {position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        top:36%;
        font-size: 18px;
        font-weight: bold;
        color: #000;
	}
.game_howto_detail p{
    display: inline-block;
    width: 100%;    }
}


@media screen and (max-width: 679px) {

.game_howto_detail p{
    display: inline-block;
    width: 100%;    }

h2 {
    font-size: 41px;
}
h2 span {
    line-height: 1.5em;
    display: block;
    font-size: 10px;
    letter-spacing: 0.2em;
    margin: 3px;
    }
    .game_image, .game_image img{
  width: 100%!important;
  margin-left:0px;
	}
	.game_howto_detail h3 {
    font-size: 26px;
        }
}

