@charset "utf-8";
/*!
 * home CSS
 * ---------------------------------------------
 * 20150324js化
 * 
 */

#homeVisual,
#homeVisual a,
#homeVisual a:visited {
	color: #fff;
}
#homeVisual,
#homeVisual ul li {
	overflow: hidden;
	zoom: 1;
}
#homeVisual .visualImg,
#homeVisual ul li.current {
	background: #585857;
}
#homeVisual {
	height: 325px;
	margin-bottom: 1px;
	padding: 4px 4px 4px 10px;
	background: #222220;
	line-height: 1;
	position: relative;
}
#homeVisual .textContents {
	float: left;
	width: 346px;
}
#homeVisual .visualImg {
	position: relative;
	float: right;
	width: 544px;
	height: 319px;
	padding: 3px;
}
#homeVisual .visualImg li {
	position: absolute;
	top: 3px;
	left: 3px;
	display: block;
	width: 544px;
	height: 319px;
}


#homeVisual h2 {
	padding: 9px 0 8px 6px;
	position: relative;
}
#homeVisual h2 span {
	/* padding-left: 90px; */
	/* text-align: right; */
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, sans-self;

	position: absolute;
	bottom: 10px;
	right: 14px;
}
}
#homeVisual .textContents .textContents ul {
	margin-bottom: 6px;
	padding-bottom: 4px;
	border-bottom: dashed 1px #585857;
	font-size: 12px;
}
#homeVisual .textContents ul li {
	position: relative;
	height: 52px;
	padding: 6px 0 6px 6px;
}
#homeVisual .textContents ul li:hover {
	background: #474747;
	cursor: pointer;
}
#homeVisual .textContents ul li .thumbnail {
	float: left;
	margin-right: 9px;
}
#homeVisual .textContents ul li span.cat {
	display: block;
	margin-bottom: 6px;
	font-size: 10px;
}
#homeVisual .textContents ul li span.cat img {
	padding-left: 8px;
}
#homeVisual .textContents ul li p {
	line-height: 1.4;
	padding-right: 8px;
	font-size: 12px;
}
#homeVisual .textContents ul li p span {
	display: inline-block;
	width: 14px;
	height: 15px;
	text-indent: -9999px;
	background: url("img/home/tsuji12.png") 0 2px no-repeat;
}
#homeVisual .textContents ul li a {
	display: block;
	width: 342px;
	height: 64px;
}
#homeVisual .textContents ul li a:hover {
	text-decoration: none;
}
#homeVisual .more {
	font-size: 10px;
	position: absolute;
	bottom: -5px;
	left: 10px;
}
#homeVisual .more:before {
	content: "▶";
}


/* --------------------------------------------------------------------------------

	diff 2015-03-24

-------------------------------------------------------------------------------- */

body#home div#content div#contentMain div#whatsNew div#whatsNewTitle {
	background: url("img/home/ti_news_release.gif") no-repeat;
	height: 29px;
}


body#home div#content div#contentMain div#whatsNew div#whatsNewTitle h2 {
	text-indent: -9999px;
}


body#home div#content div#contentMain div#whatsNew div#whatsNewTitle p {
	position: absolute;
	top: 5px;
	right: 5px;
}


#homeVisual .textContents ul li .content {
	float: left;
	width: 255px;
	height: 52px;
}


#homeVisual .textContents ul li .content p {
	height: 33px;
	padding-right: 2px;
	overflow: hidden;
}

#homeVisual .textContents ul li a {
	display: block;
	width: 334px;
	height: 64px;
	padding: 6px;
}

#homeVisual .textContents ul li {
	height: 64px;
	padding: 0;
}

.clearfix {
	*zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}