@charset "Shift_JIS";

/*-------------------------------------
　CSS file For igyosyu.com.
　FileName: list.css
-------------------------------------*/


/*------------------------------------
　会員企業リスト
------------------------------------*/
.content-box {
	position: relative;
	float: left;
		left: 45px;
	width: 850px;
	text-align: left;
	font-size: 1.2em;
	margin-bottom: 10px;
}

.content-box h3 {
	height: 40px;
	text-align: center;
	background: url(../img/list_tt.gif) no-repeat top;
	text-indent: -9999px;
	border-bottom: 1px dotted #81ABCB;
	margin-bottom: 10px;
}

.sbox {
	position: relative;
	float: left;
	width: 200px;
	display: inline;
	margin: 15px 5px 10px 5px;
}

.sbox h2 {
	width: 200px;
	margin-bottom: 3px;
	text-align: center;
	color: #12619D;
	font-size: 1.2em;
	font-weight: bold;
}

.img-holder {
	margin: 0 20px 5px 20px;
	border: 1px solid #eee;
}

.sbox p {
	width: 200px;
	display: block;
	text-align: left;
	word-wrap: break-word;
	padding: 1px 0;
	margin-bottom: 3px;
	background: #FAFBFB;
}

.sbox p a:link, .sbox p a:visited {
	color: #7D974F;
	font-size: 0.8em;
	text-decoration: none;
	line-height: 1.2em;
	display: inline;
}

.sbox p img {
	vertical-align: middle;
	border: none;
	margin-right: 5px;
}

.uri { 
	word-wrap: break-word; 
	word-break: break-all;
}

.list_image {
	text-align: center;
	width: 162px;
	height: 122px;
	overflow: hidden;
	margin: 18px;
	border: 1px solid #cccccc;
	padding: 1px;
}

.list_image_holder {
	display: block;
	border: none;
	margin: auto;
}

