@charset "utf-8";
/*------------------------------------------------
Project: 	core
For    : 	lp
Created: 	oota@shift-jp.net
------------------------------------------------*/

body#lpPage {
	background:			#000 url(../images/bg.jpg) 50% 0 no-repeat;
}
#lpPage h2 {
	margin-bottom:		30px;
}
#lpPage .section p {
	font-size:			12pt;
	margin-bottom:		30px;
	color:				#fff;
}
#container{
	width:				900px;
	text-align:			left;
}
#contents {
	margin-bottom:		80px;
}
body#lpPage #header {
	overflow:			hidden;
	*zoom:				1;
	border:				none;
	height:				auto;
}
#header .logo img {
	width:				auto;
}
#footer p {
	margin-bottom:		10px;
}
.section{
	margin-bottom:		50px;
}

/* リッチ通知の画面説明
-------------------------------------------------*/
#screenInstructions {
	position:			relative;
	background:			url(../images/bg_si.png) 50% 0 no-repeat;
	padding:			37px 42px;
	height:				313px;
}
#screenInstructions dt{
	margin-bottom:		52px;
}
#screenInstructions #imageSi {
	position:			absolute;
	top:				30px;
	right:				51px;
}

/* プッシュ通知利用用途多数！!
-------------------------------------------------*/
#caseList {
	margin-bottom:		50px;
	letter-spacing:		-0.4em;
	text-align:			center;
}


#caseList li {
	letter-spacing:		normal;
	display:			inline-block;
	*display:			inline;
	vertical-align:		top;
	margin-right:		30px;
	*zoom:				1;
}

#youtube {
	overflow:			hidden;
	*zoom:				1;
	padding:			0 0 0 44px;
}
#youtube iframe{
	margin-right:		28px;
}

.alignCenter {
	text-align:			center;
}