/* CSS Document */

.touBox img {
	margin-bottom:20px;
}

.touBox img {
	width:100%;
}

.touBox {
  padding: 10px 15px 40px;
}

.btn {
	margin-bottom:5px;
}

h2 {
	font-size:116%;
}

p {
    position: relative;
	margin-bottom:10px;
	padding-left: 5em;
}

p span {
    position: absolute;
    left:0;	
}

table.hole-detail {
	text-align:center;
}


ol  {
    position: relative;
    margin:0;
    padding:0 0 0 5em;
}
 
ol li  {
    list-style: decimal;
    list-style-position:outside;
    margin:0;
    padding:0;
}

ol li span {
    position: absolute;
    left:0;
    margin:0
}