@charset "utf-8";

/**
 * レイアウト
 */

.results #header{
	margin-bottom: 10px;
}

.results #main h2{
	margin-bottom: 20px;
}

.results #container{
	overflow: hidden;
	position: relative;
}

/**
 * 導入事例一覧
 */

#resultList{
	margin-bottom: 20px;
}

#resultList li{
	overflow: hidden;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	padding-bottom: 10px;
	list-style-type: none;
}

#resultList .thumb{
	float: left;
	width: 120px;
	margin-right: 20px;
}

#resultList .info{
	float: left;
	width: 482px;
}

#resultList .title{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../../img/icn_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 12px;
	margin-bottom: 5px;
}
#resultList .title a{
	text-decoration: none;
}

#resultList .product{
	margin-bottom: 5px;
	font-weight: bold;
}
#resultList .product a{
	font-weight: normal;
}

#resultList .description{
}

/**
 * 導入詳細
 */

#resultDetail h2{
	margin-bottom: 10px;
}

#resultDetail .customer{
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}

#resultDetail .customer .thumb{
	float: left;
	width: 200px;
	margin-right: 20px;
}

#resultDetail .customer .info{
	float: left;
	width: 402px;
}

#resultDetail .customer .name{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

#resultDetail .customer .message{
	margin-bottom: 5px;
}

#resultDetail .customer .about dl{
	background-color: #eee;
	overflow: hidden;
	width: 400px;
}

#resultDetail .customer .about dl:first-child{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#resultDetail .customer .about dt{
	float: left;
	padding: 5px;
	width: 90px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#resultDetail .customer .about dd{
	float: left;
	background-color: #fff;
	padding: 5px;
	width: 287px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#resultDetail .customer .about a{
	text-decoration: none;
}

#resultDetail .reason{
	width: 620px;
	margin-bottom: 20px;
}
#resultDetail .comment{
	width: 620px;
}
#resultDetail .reason h3,
#resultDetail .comment h3{
	margin-bottom: 16px;
}