/*
 * sampleAPI-module.css
 * サンプルAPIの独自拡張css。これだけは必要になりそうなもの
 */

/* - - - ダウンロードボタン - - - -*/
#main #sampleDownload{
margin:30px 0 15px 0;
}

#main #sampleDownload a{
background:url(http://i.yimg.jp/images/yjdn/common/btn_sampleDL.gif) top no-repeat;
display:block;
width : 223px ;
height : 30px ;
text-indent : -9999px ;
text-decoration : none ;
overflow : hidden ;

}

#main #sampleDownload a:hover{
background:url(http://i.yimg.jp/images/yjdn/common/btn_sampleDL.gif) bottom no-repeat;
}

/* - - - 使用API、構成環境ラップ追加：20090220 - - - -*/
#webapiWrap .webapiEnvList{
padding:10px 5px 0 5px;
}
#webapiWrap .webapiEnvList .kind{
float:left;
width:90px;
}
#webapiWrap .webapiEnvList .add{
width:525px;
float:right;
text-align:left;
}
#webapiWrap .webapiEnvList:after{
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}
#webapiWrap .webapiEnvList{
	zoom:1;
}