@charset "Shift_JIS";

/*
	================================================================================================
		support vaio guide vaiocare css vu.css
	================================================================================================
*/

#contents ul, #contents ol {
    margin: 0 0 1em 1em;
    padding: 0.5em 0;
}

/*============================================================================
		movie
============================================================================*/
div#contents .movie {
	width: 300px;
}
div#contents .movie a .moviethumbnail {
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}
div#contents .movie .moviethumbnail {
	background: url("/support/vaio/share3/images/pct_movie.jpg") no-repeat;
	float: left;
	font-weight: bold;
	height: 193px;
	width: 241px;
	margin-right: 20px;
	margin-left: 10px;
	padding: 10px;
}
/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
div#contents div.movietitle {
	clear: both;
	width: 100%;
	margin-left: 15px;
}
#contents ul, #contents ol {
    margin: auto;
    padding: auto;
}
ul.txtlink li {
    margin: auto;
    padding: 0 0 0 10px;
    background: url(/share/images/arrow_black.gif) no-repeat left .4em;
    float: left;
    list-style: none;
}
}