@charset "UTF-8";
/* CSS Document */

/*KYUJIN LIST
--------------------------------------------------*/
#kyujin_list li{
	list-style:none;
	border:1px #ff5d95 solid;
	margin-bottom:18px;
}
#kyujin_list .box{
	padding:10px 15px 10px 15px;
}
#kyujin_list .box .head{
	line-height:1.0;
}
#kyujin_list .box .head{
	font-size:14px;
}
#kyujin_list .box .head span{
	background:#ff923b;
	color:#ffffff;
	display:inline-block;
	text-align:center;
	padding:2px 6px;
	margin-right:12px;
	font-size:12px;
	line-height:1.0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	border-radius:6px;
	behavior:url("../border-radius.htc");/*for IE*/
}
#kyujin_list .box .title{
	margin-bottom:8px;
}
#kyujin_list .box .title a{
	color:#ff5d95;
	font-size:24px;
	text-decoration:underline;
	font-weight:500;
}
#kyujin_list .box .text{
}
