@charset "utf-8";

/* -----------------------------------------------
CSS file
FileName:top.css
Author:ecco
UpdatedBy:who-when
----------------------------------------------- */

/* --------------
MODULE IMPORT
-------------- */

@import "module/default.css";


/* --------------
Layout
-------------- */

/* definition_mainContents */
#mainContents{
	background-image: url(../../facial/images/photo01.jpg);
	background-position: right 238px;
	background-repeat: no-repeat;	
}

/* definition_localNavi */

#localNavi{
	margin: 0 0 30px;
}

#localNavi li{
	float: left;
	margin-top: 0;
	margin-right: 18px;
	margin-bottom: 0;
	margin-left: 0;
}

/* definition_textBoxL */
.textBoxL{
	margin: 0 0 60px;
	width: 470px;
}

.textBoxL ul li{
	background-image: url(../../facial/images/ic_arrow01.gif);
	background-position: right center;
	background-repeat: no-repeat;
	float: left;
	margin: 0 3px 5px 0;
	padding: 0 11px 0 0;
}

.textBoxL ul li.end{
	background-image: none;
}

/* definition_imgBoxR */
.imgBoxR{
	border-color: #AB9C95;
	margin: 15px 0 60px;
	width: 230px;
}

/* definition_listProcess */
.listProcess{
	clear: both;
	margin: 0 0 5px;
}

.listProcess li{
	float: left;
	line-height: 1.5;
	margin: 0 14px 0 0;
	width: 230px;
}

.listProcess li.end{
	margin: 0;
}

.listProcess li strong{
	display: block;
	float: left;
	font-weight: bold;
	height: 2em;
	padding: 0 10px 0 0;
	width: 1.5em;
}

/* definition_listOption */
.listOption{
	margin: 0 0 17px;
}

.listOption li{
	background-image: url(../images/ic_list03.gif);
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 0 0 15px;
}

.listOption li.price{
	background-image: none;
	float: right;
	margin: 0 55px 0 0;
	padding: 0;
	width: 8em;
}
