@charset "UTF-8";

/*
	================================================================================================
		support walkman dialogue 010 css index.css
	================================================================================================
*/

#music_filetype {
	margin: auto 1rem 1rem;
	text-align: center;
}
#music_filetype.w250 {
	width: 250px;
}
#music_filetype.w300 {
	width: 300px;
}

#music_filetype th,
#music_filetype td {
	border: 1px #767676 solid;
	padding: 3px 3px;
}

#music_filetype th {
	background: #e1ebfe;
	color: #333;
}

#music_filetype ul{
	margin-bottom:0;
}

#music_filetype ul >li{
	list-style:none;
	text-align:left;
	margin-left:0;
	margin-bottom:0; 
	text-indent:-1em;
}

#contents .table_chousei{
	width:15%;
}


/*　ビットレート変更手順部分　*/


.bitrate_howto{
margin: 10px 30px;
}

#contents .Gray {
margin: 15px 0px 10px 0px;
padding: 8px 10px 6px 37px;
font-weight: bold;
clear: both;
border: #d2d2d2 1px solid;
border-radius: 6px;
}

#contents .textLine {
padding-right: 8px;
padding-left: 7px;
padding-bottom: 3px;
padding-top: 2px;
vertical-align: middle;
margin-left: -34px;
}

/*2022/12/28追記*/
#contents > * {
    font-size: 0.8125rem;
}

#contents h2.title{
    font-size: 1.125rem;
}

div#contents div#lead p.title_b{
	text-align: center;
	margin-bottom: 15px;
    font-weight: bold;
    font-size: 115%;
}

div#contents div#lead p.title_b img {
	vertical-align: middle;
	padding-right: 15px;
}

#contents ul.none {
    list-style: none;
    margin-left: 0;
}

#contents ul.none li{
    margin-bottom: 0.8em;
}



/*
----------------------------------------------------------------------------
	ｲ靂ﾌﾉ｡・40px｡莢ﾊｲｼ､ﾎ､ﾈ､ｭ､ﾋﾅｬﾍﾑ
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
	
	#music_filetype {
	margin:0 auto;
	text-align: center;
	font-size:12px;
    }
	
	#contents table.music_filetype {
		margin: 5px 2px 7px 0px;
		
	}
	
	#contents .table_chousei{
		width:18%;
		padding:0;
	}
	
	
	#contents table.music_filetype.w300 {
		width: auto;
	}

}