の幅は.start
=テキストサイズ+パディングである必要があるため、表示インラインブロックを使用しましたが、このような結果が得られます。
問題のデモ http://jsfiddle.net/d4Ajj/8/
達成したいこと:
.bigcontainer
{
width: 1000px;
height: 400px;
background-color: rgb(245,245,245);
border-radius: 10px;
margin: auto;
margin-top: -50px;
}
.racingbox
{
width: 800px;
height: 100px;
margin: auto;
background: yellow;
position: relative;
}
.start
{
display: inline-block;
padding: 20px;
margin-left: 100px;
color: white;
background: blue;
font-family: Arial;
font-size: 16px;
font-weight: 900;
}