﻿@charset "utf-8";

/*
* 
*  custom/pickup.css
*	
*/

/* --------------------------------------------------
	0.
-------------------------------------------------- */
.typeLavender { background: url(../../img/pickup/bg_lavender.gif) repeat 0 0; }
.noIcon {
	position: absolute;
	top: -1px;
	left: -1px;
}
/* Picup
-------------------------------------------------- */
.pickupTitle {
	position: relative;
	margin-bottom: 30px;
}
#pickupTxt {
	position: relative;
	margin: 25px 0 0 25px;
	padding-right: 197px;
	padding-bottom: 20px;
}
#pickupTxt dt { margin-bottom: 18px; }
#pickupPic { position: absolute; }
#pickupPic {
	right: 0;
	bottom: 0;
}
#movieContent {
	margin-bottom: 15px;
	text-align: center;
}
/* OtherPic-Txt
-------------------------------------------------- */
#selectPic { position: absolute; }
#selectPic {
	right: 5px;
	bottom: 10px;
}
#preparationPic { position: absolute; }
#preparationPic {
	right: 10px;
	bottom: 85px;
}
#staffText01 {
	position: relative;
	margin: 25px 0 0 25px;
}
.pad25_5 { padding: 25px 25px 5px; }
#staffTxt { 
	position: relative;
	margin: 5px 0 0 25px;
	padding-right: 197px;
	padding-bottom: 20px;
}
#staffTxt dd {
	margin-bottom: 5px;
	padding-right: 20px;
}
#staffTxt dd#pickupPic{
	margin-bottom: 0;	
	padding-right: 0;
}
#appointPic { position: absolute; }
#appointPic {
	right: 10px;
	bottom: 10px;
}
#attractTxt {
	position: relative;
	margin: 25px 0 0 25px;
	padding-right: 200px;
	padding-bottom: 20px;
}
#attractTxt dt { margin-bottom: 18px; }
#attract #pickupPic{
	right: 15px;
	bottom: 0;
}

#negotiations #pickupTxt {
	padding-bottom: 75px;
}
#appointTxt {
	position: relative;
	margin: 25px 0 0 25px;
	padding-right: 200px;
	padding-bottom: 50px;
}
#appointTxt dt {margin-bottom: 18px; }

/*-------------------------------------------------
  99.clearfix
---------------------------------------------------*/
#pickupTxt:after,
#staffTxt:after,
#attractTxt:after,
#appointTxt:after{
	content : '';
	display : block;
	clear : both;
	height: 0;
}
#pickupTxt,
#staffTxt,
#attractTxt,
#appointTxt{ *zoom: 1; }