@charset "utf-8";
/*========================================================
Site Name   :: SOCCERSS - サカレス
Author        :: by n.j.u
========================================================*/

/*初期設定
=====================================================*/
html,body,h1,h2,h3,ul,li,p,div,dl,dt,dd{
  margin: 0;
  padding: 0;
}

ul,li{
  list-style-type: none;
}

img{
  border: 0;
}

/*コンテンツ囲い
=====================================================*/
#m_container{
  border: 1px solid #cdcdcd;
  width: 188px;
  height: 278px;
  margin: 0;
  font-size: 11px;
  position: relative;
}

#m_photo{
  position: absolute;
  top: 4px;
  left: 4px;
  width: 180px;
  height: 270px;
  overflow: hidden;
  z-index: 10;
  background-color: #FEB3B3;
}

#m_photo img{
  -ms-interpolation-mode: bicubic;
}

#m_logo{
  position: absolute;
  bottom: 4px;
  left: 4px;
  z-index: 20;
  cursor: pointer;
  width: 180px;
  height: 126px;
  background: url(../img/bp/bp_megami.gif) no-repeat 0 0;
}

#m_info{
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: 180px;
  height: 270px;
  z-index:30;
  background-color:#FF8C8C;
  color: #fff;
}

#m_soccerss a{
  display: block;
  overflow: hidden;
  margin: 5px auto 0 auto;
  text-indent: -9999px;
  width: 154px;
  height: 28px;
  background: url(../img/bp/bp_megami.gif) no-repeat 0 -252px;
}

#m_info .m_about{
  padding: 10px;
}

.m_link{
  padding-top: 20px;
  text-align: center;
}

.m_link a{
  color: #ffffff;
}

#m_info p{
  margin-top: 5px;
}

.m_size{
  text-align: left;
  padding-left: 6px;
}

#m_info textarea{
  font-size: 10px;
  color: #666;
  width: 165px;
  height: 35px;
  margin: 0 auto;
}

#m_info #m_close{
  cursor: pointer;
  width: 167px;
  height: 17px;
  margin: 10px auto 0 auto;
  text-indent: -9999px;
  text-align: center;
  background: url(../img/bp/bp_megami.gif) no-repeat 0 -280px;
}

/*
===== 4: CLEARFIX ==========================================
*/

.clearfix{
    zoom:1;/*for IE 5.5-7*/
}

.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

* html .clearfix{
  display:inline-table;
  /*\*/display:block;/**/
}