@CHARSET "UTF-8";

/* General Setup */
/* Layout */
/* Ad Page */
/* Help Page */
/* Tables */
/* Paging */
/* Scaffold View */
/* Forms */
/* Notices and Errors */
/* Related */
/* Debugging */

* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: #F7F8F8;
	color: #333;
/*	font-family: 'lucida grande',verdana,helvetica,arial,sans-serif;*/
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
	font-size:90%;
	margin: 0;
}
a {
	color: #003d4c;
	text-decoration: underline;
}
a:hover {
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	color: #828282;
	font-size: 35px;
	margin-bottom: 24px;
}
h3 {
	color: #333;
	font-size: 28px;
	margin-top: 40px;
	margin-bottom: 20px;
}
h4 {
	color: #e17100;
	font-size: 20px;
	margin-top: 20px;
}

p {
	line-height: 1.3;
	margin-bottom: 8px;
}

ul, ol, li {
	margin: 0 0 0 12px;
}

dl {
    margin: 8px 0 18px;
}
dl dt {
	margin-top: 8px;
    font-weight: bold;
}
dl dd {
    margin-left: 3em;
    line-height: 1.5;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

a[href$=".pdf"] {
	padding: 2px 20px 2px 0;
	background: url('../img/icons/pdf.png') no-repeat 100% 50%;
}

a[href$=".xls"] {
	padding: 2px 20px 2px 0;
	background: url('../img/icons/excel.png') no-repeat 100% 50%;
}


/* Layout */
#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#header{
	position: relative;
	width: 916px;
	height: 119px;
	margin: 0 auto;
	background: #F7F4C1 url('../img/bg_header.jpg') no-repeat left top;
	font-size: 13px;
}
#header #slogan {
	display: block;
	line-height: 20px;
	text-indent: 10px;
}
#header h1 {
	position: absolute;
	top: 30px;
	left: 13px;
	width: 351px;
	height: 78px;
	margin: 0;
	padding: 0;
	background: transparent url('../img/header_logo.jpg') no-repeat left;
}
#header h1 a {
	display: block;
	width: 351px;
	height: 78px;
	text-indent: -999em;
	overflow: hidden;
}
#header #header_nav {
	position: absolute;
	top: 6px;
	right: 17px;
	height: 18px;
	width: 350px;
	line-height: 18px;
	text-align: right;
}
#content{
	position: relative;
	clear: both;
	overflow: hidden;
/*	width: 924px;*/
	width: 896px;
	margin: 0 auto;
	padding: 92px 14px 14px 14px;
	background: url('../img/bg_ad_outline.jpg') no-repeat top left;
}
/* 読み物系のコンテンツ */
#context {
	margin: 0 30px 0 98px;
}
#context h2 {
	margin-left: -68px;
}
#context h3 {
	margin-left: -38px;
}

#footerWrapper {
	width: 100%;
	height: 207px;
	background: url('../img/bg_footer_wrapper.jpg') repeat-x top;
}
#footer {
	clear: both;
	position: relative;
	line-height: 1.5;
	width: 950px;
/*	height: 207px; */
	height: 167px;
	margin: 0 auto;
	padding-top: 40px;
	background: #F7F8F8 url('../img/bg_footer.jpg') no-repeat left top;
	color: #999;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}
#footer #footer_nav {
	margin-bottom: 18px;
	line-height: 1.0;
	font-size: 13px;

	clear: both; /* IE absolute bug */
}

#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #FF2911;
	text-decoration: underline;
}

#footer #copyright {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 950px;
	height: 12px;
	line-height: 12px;
}


/* Ad Page */
div#Ad {
	width: 815px;
}
div#Ad #location {
	position: absolute;
	top: 54px;
	left: 84px;
	height: 25px;
	font-size: 14px;
}
div#Ad #location strong {
	font-size: 20px;
}

div#Ad h2 {
	color: #333;
	font-size: 24px;
}

div#Ad #outline table {
	width: 819px;
	border: 0;
	border-spacing:1px;
	background-color:#CCCCCC;
}
div#Ad #outline table th {
	width: 82px;
	border: 0 none;
	background-color: #DBDBDB;
	font-weight: normal;
}
div#Ad #outline table td {
	border:0 none;
	background-color:#F7F8F8;
	font-weight:normal;
}
div#Ad #summary #photos {
	display: block;
	float: left;
	width: 350px;
	padding: 3px;
	border: #ddd 1px solid;
	background: #fff;
}
div#Ad #summary #photos #photolist {
	margin: 4px -3px;
}
div#Ad #summary #photos #photolist a {
	display: block;
	float: left;
	width: 112px;
	height: 112px;
	margin: 3px;
	background-position: 50% 50%;
	background-color: transparent;
	overflow: hidden;
	text-align: right;
	vertical-align: bottom;
}
div#Ad #summary #summary_text {
	margin-left: 370px;
	padding: 3px;
	border: #ddd 1px solid;
	background: #fff;
}
div#Ad #summary #summary_text p {
	margin-left: 21px;
}


div#Ad #iwaikin {
	margin: 0;
	padding: 20px 0;
}
div#Ad div.apply {
	text-align: center;
}
div#Ad .ads_apply a {
	display: block;
	width: 294px;
	height: 93px;
	margin: 12px auto;
	padding: 0;
	background: url('../img/btn_ads_apply.jpg') no-repeat top left;
	text-indent: -9999px;
	overflow: hidden;
}
div#Ad .ads_apply a:hover {
	background-position: bottom left;
}
div#Ad #detailWrapper {
	width: 815px;
	margin: 0;
	padding: 0;
	background: url('../img/bg_detail.jpg') repeat-y top left;
}
div#Ad #detail {
	width: 100%;
	margin: 0;
	padding: 45px 0 0 0;
	background: url('../img/bg_detail_head.jpg') no-repeat top left;
}
div#Ad #detail div.clearfix {
	width: 100%;
	margin: 0;
	padding: 0 0 34px 0;
	background: url('../img/bg_detail_foot.jpg') no-repeat bottom left;
}
div#Ad #detail table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	background-color: transparent;
}
div#Ad #detail table#jobData {
	display: inline;
	float: left;
	width: 380px;
	margin-left: 38px;
}
div#Ad #detail table#companyData {
	width: 332px;
	margin-left: 444px;
}

div#Ad #detail caption {
	line-height: 29px;
	text-align: left;
	text-indent: 20px;
	font-size: 24px;
	font-weight: bold;
	border: 0;
}

div#Ad #detail th {
	padding: 6px;
/*	width: 98px;*/
	width: 86px;
	border: 0;
	border-bottom: 1px solid #ccc;
	background: transparent;
	font-size: 12px;
	text-align: right;
	vertical-align: top;
	empty-cells: show;
}
div#Ad #detail td {
	padding: 6px;
	border: 0;
	border-bottom: 1px solid #ccc;
	background: transparent;
	font-size: 12px;
	vertical-align: top;
	empty-cells: show;

}
div#Ad div#accessMap {
	margin: 12px auto;
	padding: 8px;
	border: 1px solid #ccc;
	background-color: #fff;
}
div#Ad div#accessMap h3 {
	margin-top: 0;
	margin-bottom: 8px;
	padding: 0;
	color: #333;
	font-size: 24px;
}
div#Ad div#accessMap div#gmap {
	display: inline;
	float: left;
	width:419px;
	height:356px;
	margin-left: 16px;
}
div#Ad div#accessMap #accessInfo {
	margin-left: 460px;
	width: 330px;
}

#jobSearcher {
	position: absolute;
	top: 54px;
	right: 0;
	width: 82px;
	height: 122px;
}

/* Tables */
table {
/*	clear: both;*/
	width: 100%;
	margin-bottom: 10px;
	border:1px solid #ccc;
	background-color: #fff;
	color: #333;
}
th {
	border:1px solid #bbb;
	text-align: center;
}
th a {
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	color: #333;
	text-decoration: none;
}
table tr td {
	border: 1px solid #ccc;
	padding: 4px;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}
table.layout {
	clear: none;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	border-collapse: collapse;
}
table.layout td,
table.layout th {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Help Page */
#Help h3 {
	margin-left: -12px;
}
#Help h4 {
	padding-bottom: 2px;
	border-bottom: 1px solid #D7D4C3;
	color: #A47B07;
	font-size: 16px;
	font-weight: bold;
}
#Help p {
	margin-left: 14px;
}
#Help .back2top {
	text-align: right;
}
#Help .back2top a{
	background-color: #fff;
}

/* Scaffold View */
/*
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}
*/

/* Forms */
form {
	clear: both;
	padding: 0;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div.checkbox {
	float: left;
	width: 180px;
	padding: 3px;
	vertical-align: middle;
}
/*
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
*/

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-weight: bold;
	margin: 0.5em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}
