@charset "Shift_JIS";

/*
	================================================================================================
		support walkman bluetooth css tips.css
	================================================================================================
*/

#contents ul.txtlink.inner li {
	background: url(/support/share/images/arrow_underline.gif) no-repeat left .4em;
}


#contents div#other {
	float: right;
	margin-top: -45px;
}
#contents div#other li {
	margin-right: 10px;
}

#contents div.pct_fl {
	margin-bottom: 35px;
}

#contents div.pct_fl div.pct {
	float: left;
	width: 240px;
	margin-right: 10px;
}

#contents div.pct_fl div.pct img {
	margin-top: 0;
}


/*
	============================================================================
		definition
	============================================================================
*/

#contents dl { 
	margin: 0;
	padding: 0.5em 0;
}
#contents dl dt {
	margin-left: 1.5em;
	margin-bottom: 10px;
	font-weight: 700;
}
#contents dl dd {
	margin-left: 2.5em;
	margin-bottom: 1em;
}

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

	#contents div#other {
		margin-top: 0px;
	}

	#contents div.pct_fl div.pct {
		float: none;
		width: auto;
		margin: 0 auto;
	}




}