@charset 'utf-8';

/* -----------------------------------------------------------
CSS Information

File name:      netcash131017.css
Update:         2013/10/17
Style Info:     

	01. 全体用
	02. アイテムページ用

----------------------------------------------------------- */



/* ----------------------------------------------------------------------
  01. 全体用
---------------------------------------------------------------------- */

/* import style
------------------------------------------------------------------- */
@import url('../../mod_default.css');
@import url('../../mod_layout.css');
@import url('../../mod_headerfooter.css');
@import url('../../mod_common.css');
/*@import url('../../mod_login.css');
@import url('../../mod_form.css');*/




/* siteTitleArea
---------------------------------------------------------------------- */
body#event #siteTitleArea {
	display: none;
}



/* This page style
---------------------------------------------------------------------- */
#eventContentsArea {
	margin: 0 auto;
	width: 810px;
	background: #fff;
	text-align: left;
	color:#592822;
}

#eventContentsArea img {
	vertical-align: bottom;
}





/* ----------------------------------------------------------------------
  02. イベントページ用
---------------------------------------------------------------------- */

/* タイトル枠用
------------------------------------------- */
#eventContentsArea #titleArea {
	width:810px;
	height:323px;
	background:url("../../../image/event/camp/campaign_131017/title_img.jpg") no-repeat;
	position:relative;
}

#eventContentsArea #titleArea .logo{
	position:absolute;
	top:24px;
	left:205px;
}

#eventContentsArea #titleArea .txt{
	position:absolute;
	top:93px;
	left:179px;
}

#eventContentsArea #titleArea .number{
	position:absolute;
	top:40px;
	left:23px;	
}

#eventContentsArea #titleArea .title{
	position:absolute;
	top:125px;
	left:193px;	
}

#eventContentsArea #titleArea .avatar{
	position:absolute;
	top:44px;
	left:571px;	
}

#eventContentsArea #titleArea .note{
	position:absolute;
	top:227px;
	left:47px;	
}

#eventContentsArea #entryArea{
	position:relative;
	width:810px;
	height:492px;
	background:url("../../../image/event/camp/campaign_131017/img_campaign_entry.gif") no-repeat center 53px;
}

#eventContentsArea #entryArea .btnNetcash{
	position:absolute;
	top:353px;
	left:39px;
}

#eventContentsArea #entryArea .btnBuy{
	position:absolute;
	top:391px;
	left:237px;	
}

#eventContentsArea #aboutArea{
	position:relative;
	width:810px;
	height:358px;
	background:url("../../../image/event/camp/campaign_131017/img_campaign_about.gif") no-repeat center 53px;
}

#eventContentsArea #aboutArea .btnAbout{
	position:absolute;
	top:268px;
	left:23px;	
}

#eventContentsArea #noteArea{
	position:relative;
	width:810px;
	height:215px;
	background:url("../../../image/event/camp/campaign_131017/txt_campaign_notes.gif") no-repeat;
}

#eventContentsArea #noteArea h3{
	display:none;
}

#eventContentsArea #noteArea p{
	position: absolute;
	top:50px;
	left:56px;
	color:#666666;
	line-height:1.7;
}

#eventContentsArea #noteArea p a{
	color:#a19553;
	text-decoration:underline;
}

#eventContentsArea #noteArea p a:hover{
	text-decoration: none;
}


/* イベント枠用
------------------------------------------- */
#eventContentsArea #titleArea h2{
	display:none;
}




/* clearfix
------------------------------------------- */
#eventContentsArea #mainArea:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
