@charset "Shift_JIS";

/*
	================================================================================================
		support ic-recoder sound_forge download ver12 css index.css
	================================================================================================
*/

#contents p.annotation2{
	margin-left:1em;
}
#contents p.annotation2{
	padding-left: 1.8em;
    text-indent: -1.8em;
}



/*---------- table ---------*/

#contents table thead th:first-child{
	width:20%;
}

#contents table th,
#contents table td {
	padding: 0.5em 1em;
}

#contents table dl{
	margin-left:0;
	margin-top:1em;
}

#contents table dl dt{
	margin-bottom:0.5em;
}


#contents table td ul{
	margin:0;
	
}
#contents table td ul li{
	margin-left:1.5em;
}

#contents table td ul li:last-child{
	margin-bottom:0;
}


/*---------- download ---------*/

#contents .download ol{
	margin-bottom:2em;
	margin-left:1.5em;
}

#contents .download ol li{
	margin-bottom:1em;
}
	
#contents .download ul li{
	margin-bottom:2em;
}


#contents .download dl.dl_btn dt {
	display:list-item;
	margin-left:inherit;
}

#contents .download dl.dl_btn dd {
	margin-bottom:2em;
}

#contents .download dl.dl_btn dd p{
	margin-left:1.5em;
}


#contents .download dl.dl_btn dd a{
	display:inline-block;
	line-height:0;
	margin: 1em 1.25em;
}


/*------ os ------*/

#contents .os{
	background-color:#f6f6f6;
	padding:1.5em 1em 1em 1em;
	margin-bottom:1em;
}

#contents .os dl dt{
	font-weight:bold;
	margin-top:1.5em;
}

#contents .os dl dd{
	margin-bottom:1.5em;
}


/*---------- install ---------*/

#contents .install ul{
	margin-left:1.5em;
}


#contents .install ol{
	margin: 3em 0.5em 3em 1.25em;
}

#contents .install ol li{
	margin-bottom:3em;
}

#contents .install ol li img{
	margin:2em 1em 0;
	max-width:350px;
	display:block;
}



@media screen and (max-width: 640px) {

#contents table thead th:first-child{
	width:35%;
}

#contents .install ol li img{
	width:100%;
	margin:2em 0;
}

#contents .os{
	background-color:#f6f6f6;
	padding:1.5em 0.5em 1em 0.5em;
}

#contents table td ul li span.annotation{
	padding-left: 1em;
    text-indent: -1em;
}

#contents .download dl.dl_btn {
	margin-left:1em;
}

#contents .download ol{
	margin-left:1em;
}

#contents .install ul{
	margin-left:1em;
}


}

