@charset "UTF-8";

a:link,a:visited,a:active{color:#3a2010;text-decoration: underline;	}
a:hover{color:#b37457;text-decoration:none;}

* html {overflow-x: hidden;}
body{ margin:0; background-color:transparent; font-size:12px; line-height:15px; color:#333333;}
.tweet { margin:0 0 10px 0;}
.icon{ float:left; width:37px; height:30px; background: url(../../common/img/arrow.png) top right no-repeat;}
/*ifreamをw300px（レクタングルのサイズ）に最適化*/
.txt { float: left; width:233px; padding:5px; background:#FFFFFF;}
.tx01{ margin:0 0 5px 0;}
.tx02{ font-size:10px; line-height:12px; color:#666666;}

img{ border:0px;}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
