/*
Author: fumihiko okamura
Author URI: http://seiren-graphico.hutarino.com/studio/
Description: Description
Version: 1.0.0
*/

/*--------------------------------------------------------------
 LP OF CONTENTS:
----------------------------------------------------------------
*/

@charset "UTF-8";

/*--------------------------------------------------------------
 背景画像を設置など上書きスタイル
----------------------------------------------------------------
*/

  body{  
  background-image: url(https://gigaplus.makeshop.jp/pearllabo/assets/img/MSLP/pc/foam_re.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; 
 }

.photo{
	margin-left:5px;
}

.blTxt {
	padding: 18px 12px 18px 15px;
}

.white-bg{
	margin:0 auto;
	max-width:750px;
	padding:15px 0;	
	background-color: rgba(255,255,255,0.75);
}

.white-bg-title{
	margin:0 auto;
	max-width:900px;
}

.ttl{
	margin:0px;
}

/*--------------------------------------------------------------
 コンテンツ幅調整のためのスタイル
----------------------------------------------------------------
*/

.rewrap{
	margin:0 auto;
	width: 545px;
	
}
.rewrap-fl{
	margin:0 auto;
	width: 545px;
	font-size: 17px;
	
}

.rewrap-flmt{
	margin: 10px auto 0px;
	width: 545px;
	font-size: 17px;
	
}

.btn01{
	text-align:center;
	margin:0 auto;
	width: 720px;
}
.mr{
	position: relative;
	top:-200px;
	left:30px;
}
