

/* --------------------------------------*/
/* MFC_TOP_EXPLAIN                       */
/* --------------------------------------*/

/* 説明部全体 + 330px */
#contents_eacloud_title_mfc {
  width:100%;
  height: auto;
  box-sizing:border-box;
}

.news_li {
  margin:0;
  box-sizing:border-box;
}

.news_list {
  width:100%;
  height:auto;
  border-bottom:dotted 1px #ccc;
  margin:4px;
  padding:4px;
  box-sizing:border-box;
}
.news_head {
  height:18px;
  box-sizing:border-box;
}
.news_link {
  letter-spacing:-1px;
  box-sizing:border-box;
}
@media(min-width:740px){
.mfc_top_explain {
  width: 780px;
  height: auto;
  background-color: #fff;
  margin:0 auto;
  padding:10px 8px;
  box-sizing:border-box;
}}
@media(max-width:739px){
.mfc_top_explain {
  width: 98%;
  height: auto;
  background-color: #fff;
  margin:0 auto;
  padding:10px 8px;
  box-sizing:border-box;
}}

.explain_container {
  position: relative;
  width: 100%;
  height: auto;
  margin:0;
  box-sizing:border-box;
}


.explain_container .box .header {
  width:98%;
  max-width:390px;
  height:0; 
  padding-top:7.7%;
  margin:4px auto;
}

#header1,#header2,#header3,#header4,#header5{background-repeat:no-repeat;background-size: contain;background-position:center;}

@media (max-width:749px){
.explain_container .box .header {padding-top:15.7%;}
#header1,#header2,#header3,#header4,#header5{background-size:100% auto;}
}

#header1{background-image: url("/game/featurepremium/eacloud/p/images/common/h4_info_info.png");}
#header2{background-image: url("/game/featurepremium/eacloud/p/images/common/h4_info_bonus.png");}
#header3{background-image: url("/game/featurepremium/eacloud/p/images/common/h4_info_symbol.png");}
#header4{background-image: url("/game/featurepremium/eacloud/p/images/common/h4_info_7rush.png");}
#header5{background-image: url("/game/featurepremium/eacloud/p/images/common/h4_info_2up.png");}


.explain_container .box .thumb {
  position: relative;
  margin:10px;
  padding:4px
  width:98%;
  box-sizing:border-box;
}

#explain_box_thumb_1,
#explain_box_thumb_2,
#explain_box_thumb_3,
#explain_box_thumb_4,
#explain_box_thumb_5,
#explain_box_thumb_6,
#explain_box_thumb_7{height:0; width:100%;padding-top:63.2%;margin:0 auto;background-repeat:no-repeat;background-size: contain;background-position:center;}

#explain_box_thumb_1 {
  background-image: url("/game/featurepremium/eacloud/p/images/common/pic_info_info1.png");
}
#explain_box_thumb_2 {
  background-image: url("/game/featurepremium/eacloud/p/images/common/pic_info_info2.png");
}
#explain_box_thumb_3 {
  background-image: url("/game/featurepremium/eacloud/p/images/common/pic_info_bonus1.png");
}
#explain_box_thumb_4 {
  background-image: url("/game/featurepremium/eacloud/p/images/common/pic_info_bonus2.png");
}
#explain_box_thumb_5 {
  background-image: url("/game/featurepremium/eacloud/p/images/common/pic_info_symbol.png");
}
#explain_box_thumb_6 {
  background-image: url("/game/featurepremium/eacloud/p/images/common/pic_info_7rush.png");
}
#explain_box_thumb_7 {
  background-image: url("/game/featurepremium/eacloud/p/images/common/pic_info_2up.png");
}

.explain_container .box .help_text p {
  position: relative;
  margin-top: 5px;
  margin-bottom: 15px;
  box-sizing:border-box;
  
  color: #404040;
  line-height: 1.2em;
}

/* --------------------------------------*/
/* FEATURE_CUSTOM                        */
/* --------------------------------------*/

a.info:link {
text-decoration : underline;
color : #0000ff;
}
a.info:visited {
text-decoration : underline;
color : #0000ff;
}
a.info:active {
text-decoration : underline;
color : #2111EF;
}
a.info:hover {
text-decoration : underline;
color : #ff0000;
}

