@charset "utf-8";

/*------------------------------------
  PSU // support-ts
                             07/09/22
 -  -  -  -  -  -  -  -  -  -  -  -  -
  ts
------------------------------------*/


/*------------------------------------
index
------------------------------------*/
dl#tsList {
	width: 534px;
	margin: 0px 10px 12px 10px;
}
dl#tsList dt {
	height: 32px;
	margin: 0px 0px 6px 0px;
}
dl#tsList dt.left{
	float: left;
	width: 264px;
}
dl#tsList dt.right{
	float: right;
	width: 264px;
}
dl#tsList dd {
	margin: 0px 4px 12px 4px;
	font-size: 12px;
	line-height: 150%;
}

/* リンク設定 */
dl#tsList dt a{
	display: block;
	width: 264px;
	height: 32px;
	
	text-indent: -9999px;
	text-decoration: none;
	font-size: 0px;
	
	background: none;
}
dl#tsList dt a:hover {
	background: url(../../image/support/ts/button_over.gif) no-repeat;
}

/* 個別背景 */
#tsPs2{
	background: url(../../image/support/ts/button_ps2.gif) no-repeat;
}
#tsPc{
	background: url(../../image/support/ts/button_pc.gif) no-repeat;
}


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

------------------------------------*/
.ts-link{
	margin: 5px 10px 10px 10px;
}

