﻿@charset "utf-8";

p.pra01 {
	display:none;
	position:absolute;
	top:280px;
	left:15px;/**前回までのスタイル60px**/
	z-index: 1;
}

p.pra02 {
	display:none;
	position:absolute;
	top:30px;/**前回までのスタイル20px**/
	left:30px;/*縦軸はJavascriptで反映可能*/
}

p.pra03 {
	display:none;
	position:absolute;
	top:120px;/*縦軸のみ反映可能*/
	/*left:750px;*/
	right: -200px;/*縦軸はJavascriptで反映可能*/
	z-index: 0;
}

p.pra04 {
	display:none;
	position:absolute;
	top:10px;
	left:830px;
}

.lpNewbody p.pra03 img {
	max-width: inherit;
	display: block;
}


/* pra001
===============================================================*/

p.pra001 {
	width:256px;
	height:178px;
	text-indent:-9999px;
	background:url(img/pr001.png) no-repeat 0 0;
	position:absolute;
	top:140px;
	right:30px;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

p.pra001.show {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);
	
	-webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.5);
	-moz-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.5);
	-o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.5);
	-ms-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.5);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.5);
}
