



@media (min-width:640px){
#pic_top_title {
  background: url("https://eacache.s.konaminet.jp/game/ek/eacloud/p/images/title.jpg") no-repeat scroll center top transparent;
  width: 100%;
  height:220px;
}
}
@media (min-width:980px){
#pic_top_title_s {
 background: url("https://eacache.s.konaminet.jp/game/ek/eacloud/p/images/title_s.jpg") no-repeat scroll center top transparent;
  width: 100%;
  height:200px; 
}}

@media (max-width:639px){
#pic_top_title {
  background: url("https://eacache.s.konaminet.jp/game/ek/eacloud/p/images/title_s.jpg") no-repeat center top transparent;
  background-size:cover;
  /*デフォルトは両端が切れていく*/
  width: 100%;
  height:0;
  padding-top:40%;
}
}
@media (max-width:971px){
#pic_top_title_s {
 background: url("https://eacache.s.konaminet.jp/game/ek/eacloud/p/images/title_s.jpg") no-repeat scroll center top transparent;
  /*デフォルトは両端が切れていく*/
  width: 100%;
  height:200px;  
}}





@media (min-width:750px) {
#image_01 {
  display:block;
  width:233px;
  height:131px;
  background: url("https://eacache.s.konaminet.jp/game/ek/eacloud/p/images/common/title_ec_top_image_01.jpg") no-repeat scroll transparent;
  margin:4px auto;
  box-sixing:border-box;
}
#image_02 {
  display:block;
  width:233px;
  height:131px;
  background: url("https://eacache.s.konaminet.jp/game/ek/eacloud/p/images/common/title_ec_top_image_02.jpg") no-repeat scroll transparent;
  margin:4px auto;
  box-sixing:border-box;
}
#image_03 {
  display:block;
  width:233px;
  height:131px;
  background: url("https://eacache.s.konaminet.jp/game/ek/eacloud/p/images/common/title_ec_top_image_03.jpg") no-repeat scroll transparent;
  margin:4px auto;
  box-sixing:border-box;
}
#image_04 {
  display:block;
  width:233px;
  height:131px;
  background: url("https://eacache.s.konaminet.jp/game/ek/eacloud/p/images/common/title_ec_top_image_04.jpg") no-repeat scroll transparent;
  margin:4px auto;
  box-sixing:border-box;
}}

@media (max-width:749px) {
#image_01 {
  display:block;
  width:112px;
  height:63px;
  background: url("https://eacache.s.konaminet.jp/game/ek/eacloud/p/images/common/title_ec_top_image_01.jpg") no-repeat scroll transparent;
  background-size:100%;
  margin:4px auto;
  box-sizing:border-box;
}
#image_02 {
  display:block;
  width:112px;
  height:63px;
  background: url("https://eacache.s.konaminet.jp/game/ek/eacloud/p/images/common/title_ec_top_image_02.jpg") no-repeat scroll transparent;
  background-size:100%;
  margin:4px auto;
  box-sizing:border-box;
}
#image_03 {
  display:block;
  width:112px;
  height:63px;
  background: url("https://eacache.s.konaminet.jp/game/ek/eacloud/p/images/common/title_ec_top_image_03.jpg") no-repeat scroll transparent;
  background-size:100%;
  margin:4px auto;
  box-sizing:border-box;
}
#image_04 {
  display:block;
  width:112px;
  height:63px;
  background: url("https://eacache.s.konaminet.jp/game/ek/eacloud/p/images/common/title_ec_top_image_04.jpg") no-repeat scroll transparent;
  background-size:100%;
  margin:4px auto;
  box-sizing:border-box;
}}

.info_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;}
  .info_box .tweet_box #ec,.info_box .tweet_box #ec iframe{height:100%;}

.info_box a.info:link,
.info_box a.info:visited {
    text-decoration: underline;
    color: #0000ff;
}

