@charset "utf-8";
/*******************************************************/
/*                ソシエのエステ                */
/*******************************************************/

/******** index.html*/
div#feature_base {
	width: 800px;
	padding: 120px 8px 8px 8px;
	overflow: hidden;
	background-image: url(/feature/img/index_subtitle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#feature_base div{
	width: 256px;
	height: 250px;
	float: left;
	margin-right: 8px;
	text-align: center;
}

div#feature_base div.last{
	margin-right: 0;
}

div#feature_base div a{
	display: block;
	padding: 8px;
	border: #D8B4B4 solid 1px;
	color: #333;
	text-decoration: none;
	overflow: hidden;
	background: #FFFFFF;
}

div#feature_base div a p{
	height: 50px;
	margin: 8px 0 5px 0;
	text-align: left;
}

div#feature_base div a li{
	float: right;
	color: #986700;
	text-decoration: underline;
}

div#feature_base div a:hover li{
	text-decoration: none;
}

div#feature_base span.here{
	display: block;
	padding: 8px;
	border: #D8B4B4 solid 1px;
	color: #a66e6e;
	text-decoration: none;
	overflow: hidden;
	background: #f4e5e5;
	height: 165px;
}

div#feature_base div span p{
	margin: 8px 0 5px 0;
	text-align: left;
}


/******** cosme.html*/
table.logo{
	border: none;
}

table.logo td{
	border: none;
	text-align: center;
}

table.logo td span{
	background: url(/img_common/icon_sabnavi-arrow.gif) no-repeat left 6px;
	padding: 0 0 0 12px;
}
