@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";

#torikumi{
	background: url(../../torikumi/img/bg.jpg) no-repeat top right;
	padding: 50px 30px;
}

#torikumi h3{
	margin: 0 0 20px 0;
}

#torikumi li{
	width: 500px;
	margin: 10px;
	float: left;
}

#torikumi li:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #torikumi li{
    height: 1em;
}
#torikumi li{
    display: block;
}
/* ▲ */
/* for IE7 */
*:first-child+html #torikumi li{
	zoom:1;
}

#torikumi li h4{
	font-size: 21px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#torikumi li .photo{
	width: 180px;
	float: left;
}
#torikumi li .cmt{
	width: 310px;
	float: right;
}