@charset "utf-8";
/******************************************/
.clear{
    clear:both;
}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  
.img_left{
    float:left;
}

.img_right{
    float:right;
	margin:0 0 0 10px;
}


.present{
	background:#fff0f3;
	padding:20px!important;
	margin:20px 0 20px 0;
	border-top:solid 3px #ea5b7a;
	border-bottom:solid 3px #ea5b7a;
}

.f20{
	font-size:20px;
}

.momo{
	color:#ea5b7a;
}

.txt_tama{
	font-size:14px!important;
	line-height:24px!important;
	margin:20px 0 0 15px;
}