  /* ===================
new clearfix 
===================*/  
.clearfix:after {  
visibility:hidden;/*見えなくする*/ 
height:0;/*見えなくする*/
display: block;/*block要素にする*/
font-size: 0;  
content: " ";  
clear: both;  

}  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  



div.wrap{
	width:273px;
	padding:0 10px;
	float:left;
}

div.wrap h3{
	font-size:12px;
	font-weight:normal;
	margin:10px 0 0;
}

div.wrap ul{
	padding:0;
	margin:0;
}

div.wrap li{
	padding:0 0 5px;
	margin:0;
	list-style:none;
	border-bottom:3px dotted #4598cc;
}

div.pick{
	border-bottom:3px dotted #4598cc;
	padding:0 0 10px;
}
div.pick h2{
	font-size:14px;
	font-weight:normal;
	color:#0d71b1;
	padding:5px 0 5px 5px;
	border-bottom:1px dotted #0d71b1;
	border-left:3px solid #0d71b1;
	margin:10px 0 0 -5px;
}
div.pick h3{
	font-size:14px;
	font-weight:normal;
}
div.pick p{
	margin:10px 0 0;
}
div.pick img{
	margin:10px 0 0;
}

p{
	font-size:12px;
	margin:5px 0 0;
}

.k_title,
.t_syousai{
	font-size:12px;
}