@charset "utf-8";
/* 
CSS Information
 File name:      recruit.css
 Author:         Administrator
 Style Info:     /sp/recruit.html
----------------------------------------------------- */

/* CSS override and Class setting
********************************** */

/* #recruit
********************************** */
.accordion dt {
	background: rgb(218,218,218); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(218,218,218,1) 0%, rgba(250,250,250,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(218,218,218,1) 0%,rgba(250,250,250,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(218,218,218,1) 0%,rgba(250,250,250,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #333;
	text-shadow: 1px 1px 0 #fff;
}

table.type01 th {
	text-align: left;
	white-space: nowrap;
}

table.type01 td {
	text-align: left;
}

#lady .accordion dd {
	padding: 10px;
	background: #ebebeb;
	line-height: 2;
}

#lady table.type01 td ul.shoplist > li + li {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dotted #cacaca;
	font-size: 93%;
}

