@charset 'UTF-8';
/************************************
 VIEW
************************************/
#lines{
	font-size:1.5em;
	margin-bottom:20px;
}
* html body dl#fightsDetail dd div{
   display:inline-block;
}
#fightsDetail dt {
	color:#4B4B4B;
	font-weight:bold;
}

#fightsDetail dd {
	margin-bottom:0.7em;
}
#goodsColumn div {
	margin-bottom:20px;
}
#goodsColumn div{
	width:auto;
	margin-right:20px;
	float:right;
}
.fightResult,
.fightResultTag {
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:14px;
	text-align:center;
}
.fightResultTag{
	margin-bottom:0;	
}

/************************************
 INDEX
************************************/
#fightTitle p{
	font-weight:bold;
}
