@charset "UTF-8";

table.stats {
	width: 700px; 
	border: none; 
	position: relative; 
	border-collapse: collapse;
}

table.stats th {
	text-align: center;
}

table.stats td {
	text-align: center;
}

table.stats td.left {
	font-weight: bold; 
	text-align: left;
}

table.stats tr.odd td,
table.stats tr.even td {
	padding: 0 0 0 10px; 
	border-top: #FF4CC0 1px solid; 
	border-bottom: #FF4CC0 1px solid; 
}

table.stats tr.even td {
	background: #FFB2E4;
}

table.charge td {
	text-align: right; 
	width: 25%; 
}

table.charge tr td,
table.buy tr td {
	padding: 0 0 0 10px; 
	border: #454545 1px solid; 
}
table.buy td {
	text-align: right; 
	width: 20%; 
}

table.charge th {
	background: #232323;  
}

table.charge td.m_tit,
table.buy td.m_tit {
	text-align: center; 
	background: #CC1092; 
}
td.s_tit {
	background: #D985BF;
	color: #222222;   
}

p.otameshi {
	text-align: center;
	margin: 40px 0; 
}

ol.touroku_step li.arrow {
	background: url(../img/arrow_step.gif) bottom left no-repeat; 
}

ol.touroku_step li.arrow p { 
	font-weight: bold;
}

ol.touroku_step li.arrow ul {
	padding: 5px 0 0 102px;  
	font-size: 77%;
}

