@charset "utf-8";
/* CSS Document - about */
.leftnav_title {
	margin-bottom:15px;
}
#content{
	width:715px;
	margin: 0 auto;
	position: relative;
	line-height: 26px;
}
#content .list:nth-child(2n+2) {
}
#content .list {
	position: relative;
	padding:15px 0px 15px 0px;
	border-bottom:#CCCCCC 1px dotted;
}
#content .list .right {
	width:540px;
	float: right;
	padding:10px 0 0 0;
}
#content .list .name {
	width:435px;
	float:left;
	font-size:15px;
	height: 32px;
	line-height: 32px;
	color: #333333;
	font-weight:bold;
	overflow: hidden;
	text-decoration: none;
	padding:0 10px 0 15px;
	background: url(dot.png) 0px 13px no-repeat;
}
#content .list .name a {
	color: #333333;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content .list .name a:visited {
	color: #333333;
	text-decoration: none;
}
#content .list .name a:hover {
	color: #134F9E;
	text-decoration: none;
}
#content .list .date{
	width:80px;
	float:right;
	font-size: 13px;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	color: #A30000;
	letter-spacing: 1px;
	text-decoration: none;
	text-align:right;
}
#content .list .con {
	width: 525px;
	height: 40px;
	color: #666666;
	float: left;
	overflow: hidden;
	line-height: 20px;
	margin-left: 15px;
	padding: 10px 0 0 0;
	text-decoration: none;
	border-top:#CCCCCC 1px dotted;
}
#content .list .photo {
	width: 160px;
	height: 103px;
	float: left;
	background: #FFF;
	text-align: center;
	position:relative;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content .list .photo img {
	max-width: 160px;
	max-height: 103px;
}
#content .list .photo a {
	width: 192px;
	height: 108px;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	background-image:url(top.png);
	background-position: center;
	background-repeat:no-repeat;
	background-color:rgba(0,0,0,0.5);
	opacity:0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content .list .photo a:hover {
	opacity:1;
}
/************************************************/
/************************************************/

/************************************************/
/************************************************/
#content_in{
	width: 715px;
	margin: 0 auto;
	position: relative;
	line-height: 26px;
}
#content_in .name{
	font-size:15px;
	color:#333333;
	font-weight:bold;
	overflow: hidden;
	line-height:20px;
	padding:15px 10px 15px 35px;
	text-decoration: none;
	background: url(dot2.png) 15px 20px no-repeat, url(bg.jpg) repeat;
}
#content_in .date {
	font-size:12px;
	line-height:48px;
	height:48px;
	color:#3D639C;
	letter-spacing:1px;
	padding:0 0 0 35px;
	text-decoration:none;
	background:url(icon.png) 0px 0px no-repeat;
}
#content_in .photo {
	margin: 0 auto;
	margin-bottom:20px;
}
#content_in .photo_b {
	width: 572px;
	height: 370px;
	float: left;
	position:relative;
	background: #FFF;
	text-align: center;
	padding:5px;
	border:#CCCCCC 1px solid;
}

#content_in .photo_b img {
	max-width: 572px;
	max-height: 370px;
}
#content_in .photo_s_list {
	width:88px;
	float: right;
	padding:0 0 0 20px;
	border-left:#666666 1px dashed;
}
#content_in .photo_s {
	width: 80px;
	height: 52px;
	text-align: center;
	position:relative;
	background: #FFF;
	text-align: center;
	padding:2px 3px;
	border: #C8C8C8 1px solid;
	margin: 0px 0px 7px 0px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content_in .photo_s:nth-child(6n+6) {
	margin-bottom:0px;
}
#content_in .photo_s img {
	max-width: 80px;
	max-height:52px;
	vertical-align:middle;
}
#content_in .photo_s a{
	width: 86px;
	height: 56px;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	background-image:url(top.png);
	background-position: center;
	background-repeat:no-repeat;
	background-color:rgba(0,0,0,0.5);
	opacity:0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content_in .photo_s a:hover{
	opacity:1;
}
#content_in .con {
	margin: 0 auto;
}
#content_in .con img{
	max-width:670px;
	height:auto !important;
}
