@charset "Shift_JIS";

/*
	================================================================================================
		tablet support contact software contents format
	================================================================================================
*/

/*
	============================================================================
		table contact software common
	============================================================================
*/

#contents table#software {
	width: 760px;
	margin: 0px;
}

#contents table#software th#appli {
	width: 30%;
}

#contents table#software th#contact {
	width: 70%;
}

#contents table#software dl{
	margin-bottom: 0.5em;
}

#contents table#software dl dt,
#contents table#software dl dd
{
	margin: 0;
	padding: 0;
}

#contents table#software dl dt {
	margin-bottom:0.8em;
}

#contents table#software dl dd {
	margin-top: 0.3em;
	padding-left: 0.7em;
}

#contents table#software dl dt.secondTtl{
	margin-top: 15px;
}

#contents dl dt {
	margin-left: 1.5em;
	font-weight: 700;
}

/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
#contents table#software {
	width: auto;
}
}