@charset 'utf-8';

/* -----------------------------------------------------------
CSS Information

File name:      linestamp.css
Update:         2014/11/28
Style Info:     LINEスタンプ販売中

	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;
}

#eventContentsArea img {
	vertical-align: bottom;
}





/* ----------------------------------------------------------------------
  02. イベントページ用
---------------------------------------------------------------------- */

/* タイトル枠用
------------------------------------------- */
.titleArea {
	position: relative;
	width: 810px;
	height: 312px;
}

.titNote{
	line-height:1;
	margin:0;
	padding:0;	
}

.infoArea{
	position: relative;
	width: 810px;
	height: 307px;
	background:url(../../image/event/linestamp/bg_stampqr.gif) no-repeat;
}

.infoArea .btnStore{
	position:absolute;
	top:101px;
	left:67px;
}

#eventContentsArea ul li{
	line-height:1;
	margin:0;
	padding:0;
}

.noteArea{
	position: relative;
	width: 810px;
	height: 318px;
	background:url(../../image/event/linestamp/bg_note.gif) no-repeat;	
}

.noteArea .btnStore02{
	position:absolute;
	top:34px;
	left:212px;
}

.noteArea p{
	position:absolute;
	top:183px;
	left:110px;
	color:#7d7c7c;
	line-height: 1.7;
}




/* clearfix
------------------------------------------- */
#eventContentsArea #mainArea:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
