@charset "utf-8";

/* ==========================================================

title : ピカ写メから施設検索
scope : ピカ写メから施設検索共通

last modify : 2016/03/14 247_morita 写真教室バナー追加

2016/02/26 156_goto アプリバナー部分の修正
2016/02/02 230inagaki 新規

========================================================== */
body{
	font-size:15px;
}

/*--アプリバナー--*/
.bnr_app_box{
	width:750px;
	margin:50px auto;
	text-align:center;
}
.bnr_app_box figcaption{
  margin:5px auto;
  line-height:1.4;
  }
.bnr_app_box .lnk_sub{
  width:588px;
  margin:20px auto 40px;
}
.bnr_app_box .lnk_sub:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.bnr_app_box .lnk_sub li{
  float:left;
  display:inline-block;
	width:280px;
	height:46px;
  line-height:46px;
	margin:0;
	padding:0;
	text-align:left;
  border-radius:6px;
  box-sizing:border-box;
  box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
  -webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}
.bnr_app_box .lnk_sub li:nth-child(2){
  float:right;
}
.bnr_app_box .lnk_sub li a{
  display:inline-block;
	width:280px;
	height:46px;
  line-height:44px;
	margin:0;
	padding:0 0 0 40px;
	text-align:left;
  border:2px solid #cf056e;
  border-radius:6px;
  box-sizing:border-box;
  background: url("../image/mrk_lnk_sub.png") no-repeat 10px center,
  -moz-linear-gradient(top,  #ff5a8d 0%, #f84f80 30%, #f04270 100%);
  background: url("../image/mrk_lnk_sub.png") no-repeat 10px center,
  -webkit-linear-gradient(top,  #ff5a8d 0%,#f84f80 30%,#f04270 100%);
  background: url("../image/mrk_lnk_sub.png") no-repeat 10px center,
  linear-gradient(to bottom,  #ff5a8d 0%,#f84f80 30%,#f04270 100%);
  background-size: 20px 20px, auto auto;
  color:#fff;
  font-size:18px;
  font-weight:bold;
}
/*--エラーページ--*/
.error_box{
	width:640px;
	margin:90px auto 70px;
	padding:50px 0;
	background:#eaebe7;
	text-align:center;
	border-radius:5px;
}
.error_box p.read{
	font-weight:800;
	line-height:1.8em;
	
}
.error_box p.to_back{
	width:250px;
	margin:20px auto 0;
	background:url("../image/bg_error.png") no-repeat 0 0;
	line-height: 18px;
}
.error_box img{
	margin:20px 0 50px;
}

.step_menu li a:hover{
	opacity:0.7;
}

/* ---------------------------------------
　フッターSEOテキスト
---------------------------------------- */
.mo_box{
	width:920px;
}
.mo_box p{
	font-size: 14px;
	line-height: 20px;
}

/* ---------------------------------------
 ページトップへ戻るスクロール
---------------------------------------- */
.gopagetop{
	clear:both;
	margin-top: 20px;
}
.gopagetop a{
	text-align:right;
	height: 25px;
	display: inline-block;
	float: right;
	margin: 0 15px 0 0;
	padding: 0 0 0 25px;
	line-height: 18px;
	background: url(/campaign/image/mrk_gopagetop.gif) no-repeat 0 0;
}




