@charset "Shift_JIS";

/*
	================================================================================================
		support audiosoftware x-appli compatible index
	================================================================================================
*/

.red {
margin-left: 5px;
}

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

table th#list02 {
	width: 70%;
}

table .col1
{
	background-color:#F6F6F6;
	width:14em;
}

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

dl.annotation dd{
    margin-left: 34px;
    _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: 96%;
	}


}