@charset "Shift_JIS";

/*
	================================================================================================
		support audiosoftware mediago compatible
	================================================================================================
*/

/* テーブル */
table#walkman_list th#list01 {
	width: 25%;
}

table#walkman_list th#list02 {
	width: 35%;
}

table#walkman_list th#list03 {
	width: 40%;
}


/* 注釈 */
dl.annotation{
	width: 100%;
	margin-top: 20px;
}
dl.annotation dt{
   width: 2em;
   float: left;
   color:#CC0000;
}

dl.annotation dd{
    margin-left: 2em;
    _text-indent: -4px;
}

dl.annotation2 {
	width:auto;
}
dl.annotation2 dt{
   width: 2em;
   float: left;
   color:#CC0000;
}
dl.annotation2 dd{
    margin-left: 2em;
    _text-indent: -4px;
}

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

	dl.annotation{
		width: auto;
	}


}