@charset "UTF-8";

/* -----------------------------------------------------------
 File name:      css/contents.css
 Author:         Your Name (admin)
 Style Info:     各コンテンツ用CSS
----------------------------------------------------------- */

/* index
----------------------------------------------------------- */
/*
#index-cartImg {
	position: absolute;
	top: 138px;
	left: 69%;
	z-index: 2;
}
*/

#index-cartImg {
	position: relative;
	width:344px;
	top: -341px;
	left: 74%;
	z-index: 2;
}

#indexImg {
	width:1120px;
	height:469px;
	margin: 0 auto;
	padding-top: 49px;
}

#indexImg div#indexImgFrame {
	width: 950px;
	height: 310px;
	margin: 0 auto;
	padding: 53px 0 0 50px
}

#detailBtn {
	margin: 24px 0 35px;
}

.indexBnr {
	margin-bottom: 40px;
}

.indexTtl {
	margin: 54px 0 17px;
}

.pickup {
	width:876px;
	height:152px;
	background:url(../images/top/pickup_dummyImg.jpg) no-repeat left top;
}

.pickupLead {
	width:799px;
	height:50px;
	margin:30px 0 56px;
	padding:0 39px;
}

#whatsnewTtlFrame {
	margin: 18px 0 42px;
}

#whatsnewTtl {
	margin: 54px 0 17px;	
}

#whatsnew {
	width: 854px;
	height: 136px;
	border: 1px solid #a3a3a3;
}

#newsTtl {
	width: 100%;
	padding-top: 10px;
	margin-bottom: 20px;
}

#tournamentTtl {
	width: 100%;
	padding-top: 10px;
}

#tournamentArea {
	width: 100%;
	padding: 20px 10px 0;
}

#tournamentArea div.event {
	width: 100%;
	padding: 0 0 20px;
}

#tournamentArea div.event .title {
	width: 630px;
	margin-bottom: 10px;
	padding: 0 10px;
	line-height: 32px;
	font-size: 14px;
	color: #00ff1e;
	background-color: #3a3a3a ;
}

#tournamentArea div.event table.eventTbl th, #tournamentArea div.event table.eventTbl td {
	padding: 8px 0;
	line-height: 14px;
	font-size: 12px;
	color: #ffffff;
}

#tournamentArea div.event table.eventTbl th {
	width: 85px;
	font-weight: bold;
}

#resultTtl {
	width: 100%;
	padding-top: 10px;
}

#resultArea {
	width: 100%;
	padding: 10px 10px 50px;
}

#resultArea div.comment {
	padding: 8px 0;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

#resultArea div.comment2 {
	padding: 8px 0;
	line-height: 30px;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
}

#bnrArea {
	display: block;
	margin-bottom: 48px;
}

#bnrArea div.bnr {
	float: left;
	padding-right:25px;
}

#bnrArea div.right {
	padding-right:0;
}

.mb30 {
	margin-bottom: 30px !important;
}