
@charset "UTF-8";


#main_box
{
　width:390px; height:370px; background-color:#ffffff;
  border:ridge 2px #b5b5b6;
  position: absolute;
  left: -394px;
  top: 50px;
  cursor: pointer;
  text-align:center;
  vertical-align:middle;
  overflow:auto; overflow-x:hidden;overflow-y:hidden;
  z-index:1;
}
#fb_button
{
　width:30px; height:100px; background-color:transparent;
  position: absolute;
  left: 0px;
  top: 50px;
  cursor: pointer;
  font-size:9px;
  text-align:center;
  z-index:2;
}


#tweet_box
{
　width:390px; height:370px; background-color:#ffffff;
  border:ridge 2px #b5b5b6;
  position: absolute;
  left: -394px;
  top: 160px;
  cursor: pointer;
  text-align:left;
  vertical-align:middle;
  overflow:auto; overflow-x:hidden;overflow-y:hidden;
  z-index:3;
}

#tweet_box2
{
　width:390px; height:370px; background-color:#ffffff;
  border:solid 1px #000000;
  position: absolute;
  left: 0px;
  top: 160px;
  cursor: pointer;
  text-align:left;
  vertical-align:middle;
  overflow:auto; overflow-x:hidden;overflow-y:hidden;
}

.feed{
	width:388px;
    height:340px;
    float:left;
    overflow:auto; overflow-x:hidden;overflow-y:hidden;
}

.feed_ie{
	width:370px;
}

#tw_button
{
　width:30px; height:100px; background-color:transparent;
  position: absolute;
  left: 0px;
  top: 160px;
  cursor: pointer;
  font-size:9px;
  text-align:center;
  z-index:4;
}

.tweet_hr{
  border: 0;
  height: 0; width:370px;
  border-bottom: 1px solid #ccc;
}


.tweet_div{
　width:370px; height:auto;
  border-bottom: 1px solid #ccc;
  background-color:#FFFFFF;
}

.tweet_div2{
　width:370px; height:100px;
  border-bottom: 1px solid #ccc;
  background-color:#FFFFFF;

}

.kadomaru{ /*角を丸くする*/
  border-radius:5px;
}
