#sp{
width:700px;
text-align:left;
}

#sp #dayori{
background: url(sp_bg.jpg);
}

#sp #dayori table{
margin:0;
padding:0;
border-collapse:collapse;
border:0px;}

#sp #dayori table th{
text-align:right;
padding-right:10px;
}

#sp #dayori table td,#sp #dayori table th
{vertical-align:top;
font-size:12px;
color:#330000;
line-height:180%;
font-weight:normal;}


#sp #dayori .other{
margin:10px 10px 0px  30px;}

#sp #dayori .other table td,#sp #dayori .other table th
{vertical-align:top;
font-size:10px;
color:#330000;
line-height:140%;
font-weight:normal;}

#sp #tenji{
background-color:#DCDBAE;
margin:20px 0;
}

#sp #tenji .con{
background-color:#A0A251;
margin:10px 5px 10px 0;
padding:3px;
}

#sp #tenji p{
font-size:12px;
font-weight:bold;
margin:2px 0;
padding:0;
}

#sp #tenji .con table td{
padding:3px;
vertical-align:top;
font-size:10px;
color:#fff;
line-height:160%;
}

/* 0.フロートクリア
=====================================*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}

/* start commented backslash hack \*/ 
* html .clearfix { height: 1%; } 
.clearfix { display: block; } 
/* close commented backslash hack */ 