﻿@charset "utf-8";

p.pra01 {
	display:none;
	position:absolute;
	top:3880px;
	left:100px;
}

p.pra02 {
	display:none;
	position:absolute;
	top:4290px;
	left:105px;
}
p.pra01.pt2 {
	display:none;
	position:absolute;
	top:3660px;
	left:105px;
}

p.pra02.pt2 {
	display:none;
	position:absolute;
	top:4080px;
	left:105px;
}


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

p.pra001 {
	width:482px;
	height:100px;
	text-indent:-9999px;
	background:url(img/img07-02_off.png) no-repeat 0 0;
	position:absolute;
	top:4100px;
	right:160px;
	
	-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.275);
	-moz-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-ms-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.order {
 position: relative;
 top: 0px;
 left: 0px;
 z-index:2;
}

.order02 {
 position: relative;
 top: 8px;
 left: -15px;
 z-index:1;
}


