@charset "utf-8";

/*--------------------------------------
  /index.html
---------------------------------------*/

div#list div.section {
	border-bottom: 1px dotted #ccc;
}

p.detailBtn {
	margin-bottom: .3em;
	padding-bottom: 3px;
	text-align: right;
}

.section h5{
	font-size: 120%;
	font-weight:bold;
	margin:0px 0px 20px 5px;
	color: #ef097c;
	line-height: 120%;
}
.section h6{
font-size: 140%;
font-weight:bold;
margin:0px 0px 20px 5px;
color: #000;
}

/* gsk */

.box{
	border:#CCC solid 1px;
	width:538px;
	margin-bottom:25px;	
}
.box dl dt{
	vertical-align:bottom;
	line-height:1.5;
	background:#F550A6 url(image/icon.gif) no-repeat 5px 6px;
	color:#FFF;
	font-weight:bold;
	margin:1px 1px 5px;
	padding:3px 0 3px 23px;
}
.box dl dd{
	margin:0 0 5px 5px;
}
.box dl dd ul{
	margin-left:15px;
}
.box dl dd ul li{
	float:left;
	width:230px;
	padding-left:10px;
	background:url(image/icon2.gif) no-repeat left 8px;
}
.mgb25{
	margin-bottom:25px;
}

