@charset "utf-8";
/*-----------------------------------------------------------------------------------------------
	[ sunrise-villa css ] [ page_recruit.css ]
	-----------------------------------------------------------------------------------------------
	author: Lampros co.,ltd. Atsushi Umehara
	url:http://www.lampros.co.jp/
	making day: 2009-02-2
	---------------------------------------------------------------------------------------------*/



/* ================================================

	entry list

=================================================*/

/* entry list -------------*/
div#contentsArea div.section div.entrys {
	background-color: #F4F4F4;
	border: 1px solid #E5E5E5;
	margin-bottom: 20px;
}
div#contentsArea div.section div.entry {
	border: 1px solid #DFDFDF;
	background-color: #FFF;
	margin: 10px;
}
div#contentsArea div.section div.entry h3 {
	background-image: none;
	margin: 0px;
	padding: 10px;
	width: 764px;
	background-color: #4E8E22;
}
div#contentsArea div.section div.entry h3 a {
	color: #FFF;
	text-decoration: none;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-left: 5px;
}
div#contentsArea div.section div.entry h3 a:hover {
	color: #FC0;
}
div#contentsArea div.section div.entry div.homeList {
	margin: 5px;
	padding-bottom: 1px;
}
div#contentsArea div.section div.entry div.homeList a.homeName {}
div#contentsArea div.section div.entry div.homeList a {
	display: inline-block;
	border: 1px solid #EBEBEB;
	color: #999;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	margin-bottom: 4px;
	margin-right: 4px;
}
div#contentsArea div.section div.entry div.homeList a:hover {
	color: #F90;
	border: 1px solid #F90;
}




/* ================================================

	detail entry

=================================================*/

/* detail entry -------------*/
div#contentsArea div.detail div.entry {
	padding: 10px;
}
div#contentsArea div.detail div.entrys div.homeList {
	margin-right: 0px !important;
	margin-bottom: 20px !important;
	margin-left: 0px !important;
}
div#contentsArea div.detail div.entrys div.homeList p {
	margin-bottom: 5px;
}
div#contentsArea div.detail table.lineView {
	border: 1px solid #9CD77F;
	background-color: #FFF;
	margin: 10px;
}
div#contentsArea div.detail table.lineView th,
div#contentsArea div.detail table.lineView td {
	padding: 10px;
}
div#contentsArea div.detail table.lineView th {
	text-align: left;
	line-height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	background-color: #F3FBF0;

}
div#contentsArea div.detail table.lineView td {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-right-style: dotted;
}
div#contentsArea div.detail table.lineView td table td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 20px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#contentsArea div.detail a.homeName {
	display: inline-block;
	margin-right: 20px;
	color: #40B30D;
	text-decoration: none;
}
div#contentsArea div.detail a.homeName:hover {
	color: #F90;
}





div#contentsArea div.section div.entry div.homeList:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
div#contentsArea div.section div.entry div.homeList {
display: inline-table;
min-height: 1%;
}
/* Hides from IE-mac */
* html div#contentsArea div.section div.entry div.homeList {
height: 1%;
}
div#contentsArea div.section div.entry div.homeList {
display: block;
}
/* End hide from IE-mac */
