@charset "utf-8";
/*\*/
@import "common.css";
@import "fightcard_cards.css";
@import "fighters.css";
@import "lightbox.css";

/*===========================================================
チケット
===========================================================*/
#fightcard img.title{
margin-left:15px;
}

#fightcard p.date_s{
text-align:right;
margin-right:15px;
}

#fightcard .details p{
margin:10px 15px;
line-height:160%;
}

#fightcard .details h4{
margin:10px 15px;
clear:both;
border-bottom:1px #2560a2 solid;
color:#2560a2;
padding-bottom:3px;
}

#fightcard p.read{
margin:5px 15px 10px 15px;
line-height:1.5;
background:url(../img/hr_x.gif) top repeat-x;
padding-top:10px;
text-align:center;
}

#fightcard p.read a img{
margin-left:10px;
}


/*写真表示設定
-------------------------*/

#fightcard .photo{
width:724px;
clear:both;
margin:5px 0 0 8px;
background:url(../fightcard/img/photo_bg.gif);
}

#fightcard .photo img{
clear:none;
margin:0 1px 0 0;
display:inline;
vertical-align:middle;
border-top:1px #fff solid;
border-bottom:1px #fff solid;
}

#fightcard .photo_more {
width:185px;
height:55px;
background:url(../fightcard/img/photo_more.jpg) no-repeat;
display:block;
text-indent:-9999px;
margin-left:278px;
}

#fightcard .photo_more:hover {
background-position:0 -55px;
}