﻿#conts .inner {
	background: url(../image/line.gif) repeat-x left bottom;
	clear: both;
	padding: 10px 0;
}
#conts .inner .photoBox {
	border: 1px solid #E3E3E3;
	padding: 2px;
	float: left;
	width: 150px;
}
#conts .inner .photoBox img {
	width: 100%;
}
#conts .inner .textBox {
	color: #a2a2a2;
	float: right;
	width: 670px;
}
#conts .inner .textBox h3 {
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 5px;
	position: relative;
}
#conts .inner .textBox h3 a {
	color: #3a3a3a;
	float: left;
}
#conts .inner .textBox a:hover {
	color: #3d98e3;
}
#conts .inner .textBox h3 span {
	color: #9c9c9c;
	display: block;
	float: right;
}
#conts .inner .textBox .link {
	color: #9c9c9c;
	text-align: right;
}
#conts .inner .textBox .link a {
	color: #9c9c9c;
}
#conts .inner .textBox .link a:hover {
	color: #3d98e3;
	text-decoration: none;
}		

		@media all and (min-width: 961px) and (max-width: 1178px) {
		#conts .inner .textBox {
			width: 470px;
		}
		}
		
		@media all and (min-width: 0) and (max-width: 960px) {
		#conts .inner .photoBox {
			margin: 0 10px 10px 0;
			width: 96px;
		}
		#conts .inner .textBox {
			color: #a2a2a2;
			float: none;
			width: auto;
		}
		#conts .inner .textBox h3 {
			height: 35px;
		}
		#conts .inner .textBox h3 a {
			display: block;
			float: none;
			overflow:hidden;
			word-break:keep-all;
			white-space:nowrap;
			text-overflow:ellipsis;
		}
		#conts .inner .textBox h3 span {
			float: none;
			display: block;
			text-align: right;
		}
	}